Python论坛  - 讨论区

标题:[python-chinese] [BPUG::307] [SPAMer]新型号的攻击!

2007年02月03日 星期六 11:36

limodou limodou在gmail.com
星期六 二月 3 11:36:55 HKT 2007

On 2/3/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote:
> 刚刚注意到:
> http://wiki.woodpecker.org.cn/moin/NewEditTutorial
>
>
> 现在啄木鸟维基使用ACL 后,没有页面的编辑攻击了,
> 但是使用 PageComment2 注释插件后,还是被盯上了,
> 大家有什么好的建议?
>
> 希望一同观察 PageComment2 的代码,改进以杜绝此类干扰哪 ;-)
>

没有用户认证功能干脆就不用。


-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月03日 星期六 12:42

叶忠华 yzh98在126.com
星期六 二月 3 12:42:44 HKT 2007

请教
 怎么实现对字符串取前n个字的函数
如:
  str='abc喷砂霍布斯'
取前5个字应该得到'abc喷砂'
python中的len()函数只是取字节数的。
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070203/3751ab70/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月03日 星期六 12:47

Mingzhe Huang archerzz在gmail.com
星期六 二月 3 12:47:40 HKT 2007

直接把字符串当数组用,像这样:
str='abc喷砂霍布斯'
print str[:5]

abc喷

On 2/3/07, 叶忠华 <yzh98在126.com> wrote:
>
> 请教
>
> 怎么实现对字符串取前n个字的函数 如:
>  str='abc喷砂霍布斯'
> 取前5个字应该得到'abc喷砂'
> python中的len()函数只是取字节数的。
>
>
>
>
> ------------------------------
> 想加入吗?1.9亿用户正在使用网易邮箱 www.126.com <http://www.126.com/>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
Best Regards,

Archer

Ming Zhe Huang
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070203/5b910e59/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月03日 星期六 13:03

limodou limodou在gmail.com
星期六 二月 3 13:03:03 HKT 2007

On 2/3/07, 叶忠华 <yzh98在126.com> wrote:
> 请教
>  怎么实现对字符串取前n个字的函数
> 如:
>   str='abc喷砂霍布斯'
> 取前5个字应该得到'abc喷砂'
> python中的len()函数只是取字节数的。
>
先转为unicode再取就行了。

-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号