上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: http://www.jb51.net/article/47956.htm Python 字符串操作方法大全 http://www.jb51.net/article/47978.htm Python 列表(List)操作方法详解 http://www.jb51.net/article/47990.h 阅读全文
posted @ 2016-03-03 16:12 von · van 阅读(500) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/67816.htm 方法在Python中是如何工作的 方法就是一个函数,它作为一个类属性而存在,你可以用如下方式来声明、访问一个函数: ? 1 2 3 4 5 6 7 8 >>> class Pizza(object): ... def __i 阅读全文
posted @ 2016-03-03 16:03 von · van 阅读(676) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/windone0109/article/details/9000681 Python的datetime 阅读全文
posted @ 2016-03-03 15:29 von · van 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sasoritattoo/article/details/9429511 wsgi初探 http://blog.csdn.net/sasoritattoo/article/details/9428967 Wsgi研究 http://blog.csdn.net 阅读全文
posted @ 2016-03-03 14:53 von · van 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 来源:http://blog.163.com/sam_chen_cn/blog/static/121643873201162992241114/ CURL --- 命令行浏览器这东西现在已经是苹果机上内置的命令行工具之一了,可见其魅力之一斑1)二话不说,先从这里开始吧!curl http://www 阅读全文
posted @ 2016-03-02 17:02 von · van 阅读(1469) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/peida/archive/2012/12/05/2803591.html 每天一个linux命令目录 http://blog.csdn.net/mathgeophysics/article/details/9399243 UNIX / Linux 50 阅读全文
posted @ 2016-03-02 15:43 von · van 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 来源:http://network.51cto.com/art/201505/476364.htm 如果要在你的系统上监控网络,那么使用命令行工具是非常实用的,并且对于 Linux 用户来说,有着许许多多现成的工具可以使用,如: nethogs, ntopng, nload, iftop, iptr 阅读全文
posted @ 2016-03-02 15:29 von · van 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 本博文出自51CTO博主 吴光科 的博客,有任何问题请进入博主页面互动讨论! 博文地址:http://wgkgood.blog.51cto.com/1192594/1641247 来源:http://network.51cto.com/art/201505/476370.htm 随着Linux在企业 阅读全文
posted @ 2016-03-02 15:26 von · van 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 来源:http://developer.51cto.com/art/201505/476385.htm 我已经用了十年的Linux了,通过今天这篇文章我将向大家展示一系列的命令、工具和技巧,我希望一开始就有人告诉我这些,而不是曾在我成长道路上绊住我。 1. 命令行日常系快捷键 如下的快捷方式非常有用 阅读全文
posted @ 2016-03-02 15:16 von · van 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 来源:http://andylin02.iteye.com/blog/841604 结论:python的全局变量:int string, list, dic(map) 如果存在global就能够修改它的值。而不管这个global是否是存在于if中,也不管这个if是否能够执行到。 但是,如果没有 Py 阅读全文
posted @ 2016-03-02 14:31 von · van 阅读(389) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页