按类别查询搜索结果
关于关键词 的检测结果,共 9
hbsxjs | 2017-01-29 20:24:32 | 阅读(1570) | 评论(0)
PyCharm Python开发IDEPyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。PyCharm 2017.1 EAP 4 前几天已...【阅读全文】
【PHP】 python笔记4
adustdu2015 | 2015-10-15 01:12:37 | 阅读(1600) | 评论(0)
1.系统函数调用<br /><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code480')">此处</span>)折叠或打开</p></div><div id="code480" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css">...【阅读全文】
OneAPM1 | 2015-05-09 08:40:21 | 阅读(800) | 评论(2)
赵斌 — APRIL 29, 2015 在 python 代码中可以看到一些常见的 trick,在这里做一个简单的小结。json 字符串格式化在开发 web 应用的时候经常会用到 json 字符串,但是一段比较长的 json 字符串是可读性较差的,不容易看出来里面结构的。 这时候就可以用 python 来把 json 字符串漂亮的打印出来。...【阅读全文】
zhangfengwusha | 2014-06-04 09:15:19 | 阅读(840) | 评论(0)
字符串里有三个去空格的函数strip 同时去掉左右两边的空格lstrip 去掉左边的空格rstrip 去掉右边的空格>>>a=" gho stwwl ">>>a.lstrip()'gho stwwl '>>>a.rstrip()' gho stwwl'>>>a.strip()'gho stwwl'【阅读全文】
ccq1947 | 2013-04-10 11:52:56 | 阅读(0) | 评论(0)
php.ini配置[Xdebug_vim]zend_extension_ts="c:\php\ext\php_xdebug-2.1.0-5.2-vc6.dll"xdebug.remote_enable = 1xdebug.remote_port = 9000xdebug.remote_host = localhostxdebug.trace_output_dir="E:\xdebug"xdebug.profiler_output_dir="E:\xdebug"xdebug.remote_handler=dbgpxdebug.remote_mode=reqxdebug.r...【阅读全文】
conghonglei | 2012-04-09 11:56:29 | 阅读(2601) | 评论(0)
【PHP】 python解析xml
e21129483 | 2012-03-15 21:36:30 | 阅读(2481) | 评论(0)
【PHP】 python生成xml
e21129483 | 2012-03-13 22:18:37 | 阅读(9) | 评论(0)
huangw425 | 2011-07-10 13:46:47 | 阅读(1502) | 评论(0)