随笔分类 -  css/js/php/python/html

上一页 1 ··· 10 11 12 13 14
web开发
php字符串与字符替换函数
摘要:在php教程替换字符效率最高也是最简单字符替换函数str_replace($arr1,$arr2,$str)实例一str_replace("iwind", "kiki", "i love iwind, iwind said");将输出 "i love kiki, kiki said"结果即将 原字符串中的所有"iwind"都替换成了"kiki".str_replace是大小写敏感的,所以对你不能设想用 str_replace("iwind", " 阅读全文
posted @ 2012-02-12 15:03 知识天地 阅读(185953) 评论(0) 推荐(0) 编辑
http://www.codechina.org/doc/google/gmapapi/
摘要:http://www.codechina.org/doc/google/gmapapi/ 阅读全文
posted @ 2012-02-12 14:56 知识天地 阅读(234) 评论(0) 推荐(0) 编辑
Javascript getJSON issue using Django callback
摘要:am trying to make a call with this script, but am getting a "Uncaught SyntaxError: Unexpected token :"I can't figure out where I'm going wrong, I don't know if it's something with my callback. I am sending a valid JSON packet so I don't think that's the issue. Anywa 阅读全文
posted @ 2012-02-12 14:22 知识天地 阅读(1677) 评论(0) 推荐(0) 编辑
python 字符串处理
摘要:转载至:http://hi.baidu.com/fishhatta/blog/item/458ac900d4a64f054bfb51f4.html#Python中的字符串处理——2009-12-51.字符串的对齐方式:①:center(int[,str])>>> string = 'Fishhat'>>> string.center(55)' Fishhat '>>> string.center(55,'*')'************************Fishhat****** 阅读全文
posted @ 2012-02-12 14:21 知识天地 阅读(22256) 评论(0) 推荐(0) 编辑
python 简明教程
摘要:版本:1.20A Byte of PythonCopyright © 2003-2005 Swaroop C H简明 Python 教程《简明 Python 教程》为 "A Byte of Python" 的唯一指定简体中文译本,版权 © 2005 沈洁元本书依照创作公用约定(署名-非派生作品-非商业用途)发布。概要无论您刚接触电脑还是一个有经验的程序员,本书都将有助您学习使用Python语言。目录表前言本书的读者本书的由来本书目前的状况官方网站约定条款欢迎给我反馈值得思考的一些东西1.介绍简介Python的特色概括为什么不使用Perl?程序员的话2.安 阅读全文
posted @ 2012-02-12 14:20 知识天地 阅读(1080) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14