摘要: 如图:str[a:b] : 1、b值取不到,只能得到b-1。 2、如果b为空,取到最后。 3、a为0 或者 a为空 或者 a为倒数最后位数,均从头取值。 4、获取切片。主要是看是否有交集,没有的话,只能得到空值。str[:] : ''helloa''str[0:5] : ''hello''s... 阅读全文
posted @ 2014-06-30 17:21 daivlin 阅读(182) 评论(0) 推荐(0)
摘要: php 学习总结:1)、Apache在当前目录中没有index.html等文件时会显示当前目录中的内容INDEX OF,解决方法:在http.conf中,找到:Options indexes FollowSymLinks改为:Options FollowSymLinks 。2)、习惯上,PHP短标签... 阅读全文
posted @ 2014-06-03 18:57 daivlin 阅读(190) 评论(0) 推荐(0)