搜索结果

跳到导航 跳到搜索

页面标题匹配

  • …hon/pycharm-community-2016.3.1.tar.gz https://download.jetbrains.8686c.com/python/pycharm-community-2016.3.1.tar.gz] Categories=Development;IDE;Python;
    2 KB(166个字) - 2019年10月14日 (一) 13:52
  • json.dumps 将 Python 对象编码成 JSON 字符串
    4 KB(355个字) - 2022年5月13日 (五) 07:06
  • =good Jedi.el - Python auto-completion for Emacs= (add-hook 'python-mode-hook 'jedi:setup)
    8 KB(670个字) - 2019年10月14日 (一) 13:48
  • [https://blog.csdn.net/lihao21/article/details/51857385 Python Requests库简明使用教程] [https://www.cnblogs.com/lilinwei340/p/6417689.html python requests用法总结]
    495字节(53个字) - 2022年5月13日 (五) 07:59
  • pip3 install python-jenkins pip install python-jenkins
    2 KB(288个字) - 2022年6月30日 (四) 02:11
  • 疯狂的Python3.6.2:小白入门首选 [https://yiyibooks.cn/yy/python_278/index.html Python v2.7.8 文档]
    2 KB(176个字) - 2019年10月14日 (一) 13:52
  • [[category:ops]] [[category:python]] 利用sdk 加python批量操作aliyun slb ecs 各种服务
    2 KB(180个字) - 2020年9月29日 (二) 01:11
  • 详情请见[[Python获取天气并email通知]] [https://blog.csdn.net/drdairen/article/details/51134816 Python 正则re模块之compile()和findall()详解]
    5 KB(442个字) - 2019年10月14日 (一) 13:52
  • [http://blog.csdn.net/hk2291976/article/details/51154974 【Python爬虫】入门知识 ] [http://blog.csdn.net/hk2291976/article/details/51188728 python爬虫实战——5分钟做个图片自动下载器 ]
    1 KB(104个字) - 2021年6月18日 (五) 08:06
  • #重定向 [[Python self参数详解]]
    38字节(2个字) - 2019年10月14日 (一) 13:52
  • [https://www.oschina.net/p/black Python 代码格式化工具 Black-Python] [[category:python]]
    97字节(10个字) - 2019年10月14日 (一) 13:52
  • [https://www.runoob.com/python3/python3-dictionary.html Python3 字典] == Python项目读取配置方式 ==
    13 KB(901个字) - 2024年5月5日 (日) 08:28
  • ==Python join方法==
    727字节(46个字) - 2019年10月14日 (一) 13:52
  • [https://www.jianshu.com/p/fb5f791fcb18 python调试:pdb基本用法(转)] [https://www.jb51.net/article/64181.htm Python代码调试的几种方法总结]
    201字节(22个字) - 2020年12月22日 (二) 06:43
  • Python ConfigParser模块解析的配置文件的格式就如ini的配置文件格 [https://docs.python.org/2/library/configparser.html ConfigParser — Configuration file parser]
    2 KB(220个字) - 2019年10月14日 (一) 13:52
  • =python常用的运维脚本= #!/usr/bin/python3
    3 KB(306个字) - 2022年2月17日 (四) 07:50
  • Python decode()方法以 encoding 指定的编码格式解码字符串。默认编 Python decode()方法
    1 KB(77个字) - 2021年7月11日 (日) 14:56
  • 前面说了,Python根据电脑默认的locale设置将字节转化成字符.那如何获得系 为什么要reload sys模块,先看下python的模块加载过程:
    3 KB(282个字) - 2019年10月14日 (一) 13:52
  • [[category:python]]
    200字节(26个字) - 2019年10月14日 (一) 13:52
  • 31字节(1个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/python
    635字节(71个字) - 2020年10月19日 (一) 09:56
  • https://github.com/pythonchuang/dailyfresh [[category:python]] [[category:django]]
    261字节(25个字) - 2019年10月14日 (一) 13:52
  • 注意在Python3.0里语法有所改变:你可以用super().__init__()替换super(ChildB, s …aizilongxu.gitbooks.io/stackoverflow-about-python/content/19/README.html 理解Python中super()和__init__()方法]
    2 KB(211个字) - 2019年10月14日 (一) 13:52
  • #重定向 [[Python email 电子邮件]]
    40字节(2个字) - 2019年10月14日 (一) 13:52
  • python wiki-moinmoin 入门
    8 KB(700个字) - 2019年10月18日 (五) 06:27
  • Python List append()方法 #!/usr/bin/python
    816字节(64个字) - 2019年10月14日 (一) 13:52
  • <pre>python 安装setuptools requests wget https://bootstrap.pypa.io/ez_setup.py -O - | python
    476字节(69个字) - 2019年10月14日 (一) 13:52
  • ==Python Linux系统管理与自动化运维== ===Python 多线程===
    3 KB(301个字) - 2021年6月16日 (三) 02:44
  • 当你用print打印输出的时候,Python会调用它的str方法
    2 KB(91个字) - 2019年10月14日 (一) 13:52
  • [[Python学习进程]] https://www.runoob.com/python3/python-urllib.html
    7 KB(640个字) - 2021年6月18日 (五) 11:48
  • python访问数据库 Python定义了一套操作数据库的API接口,任何数据库要连接到Python,只需要提供符合Python标准的数据库驱动即可。
    4 KB(321个字) - 2019年10月14日 (一) 13:52
  • Python的os模块封装了常见的系统调用,其中就包括fork,可以在Python程序中轻松创建子进程: <br/> evan@evanpc:~/pytest$ cat mu.py&nbsp;<br/> #!/usr/bin/python<br/> import os<br/> print 'Process (%s) start...'&nbsp;%os.getpid()&nbsp;<b
    10 KB(1,061个字) - 2019年10月14日 (一) 13:52
  •   virtualenv 是一个创建隔绝的Python环境的工具。virtualenv创建一个包含所有必要的可执行文件的文件夹,用来使用Python工程所需的包。
    2 KB(186个字) - 2022年5月16日 (一) 09:26
  • =python函数修饰符@的作用是为现有函数增加额外的功能,常用于 [https://www.cnblogs.com/gdjlc/p/11182441.html python函数修饰符@的使用 ]
    3 KB(274个字) - 2021年6月29日 (二) 08:50
  • #!/usr/bin/env python [[Python ConfigParser模块]]
    6 KB(917个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/python
    5 KB(408个字) - 2019年10月14日 (一) 13:52
  • [[category:python]] #!/usr/bin/python3
    2 KB(211个字) - 2020年4月28日 (二) 09:07
  • #!/usr/bin/python #!/usr/bin/python
    5 KB(449个字) - 2019年10月14日 (一) 13:52
  • [https://jpanj.com/2019/fix-docker-install-MySQL-python/ 修复 Docker 安装 MySQL-python 失败的问题 ] [[category:python]]
    142字节(10个字) - 2020年8月16日 (日) 14:06
  • [https://www.runoob.com/python/python-exceptions.html Python 异常处理] [https://blog.csdn.net/flower_517/article/details/89227113 Python脚本的调试和分析]
    743字节(73个字) - 2020年10月10日 (六) 09:15
  • python3 01-闭包/01-闭包1.py [https://www.zhihu.com/question/26930016 如何理解Python装饰器?]
    4 KB(374个字) - 2022年2月23日 (三) 08:21
  • python生成随机密码 <pre>早上帮虾哥搞个mysql 一时不知要用什么密码比较好,于是想到这几天在学习python 那就让万能的python出来吧 哈哈
    2 KB(200个字) - 2019年10月14日 (一) 13:52
  • Python3中, urlparse已经被移动到urllib.parse中。 [https://vimsky.com/article/3522.html Python urlparse函数详解]
    1 KB(103个字) - 2019年10月14日 (一) 13:52
  • ==python可变长参数*args **kwargs==
    1 KB(114个字) - 2019年10月14日 (一) 13:52
  • https://docs.python.org/2/library/stdtypes.html?highlight=strip#str.strip
    2 KB(155个字) - 2019年10月14日 (一) 13:52
  • [[监控php进程的python脚本]] =用python监控java服务脚本=
    813字节(58个字) - 2019年10月14日 (一) 13:55
  • <pre>#!/usr/bin/env python
    7 KB(619个字) - 2020年4月8日 (三) 07:22
  • <pre>#!/usr/bin/env python # */3 * * * * /usr/bin/python youpy.py
    1 KB(146个字) - 2019年10月14日 (一) 13:55
  • #重定向 [[Python日志打包并压缩文件夹]]
    51字节(1个字) - 2020年4月3日 (五) 03:19
  • IDLE is an integrated development environment for Python. You need to install the following package: …IDE with editing and debugging facilities), a color editor (pynche), and a python gettext program (pygettext.py).
    1 KB(150个字) - 2019年10月14日 (一) 13:48
  • #!/usr/bin/python
    4 KB(395个字) - 2019年10月14日 (一) 13:52
  • [[Python日志删除脚本]] #!/usr/bin/python
    7 KB(765个字) - 2020年4月28日 (二) 09:51
  • #!/usr/bin/python #usage python2 1.py 'http://www.baidu.com'
    3 KB(299个字) - 2022年10月17日 (一) 03:21
  • ['install_zabbix.sh\n', 'manage_deploy.sh\n', 'mysql_setup.sh\n', 'python_manage_deploy.sh\n', 'setup.sh\n'] 'install_zabbix.sh\nmanage_deploy.sh\nmysql_setup.sh\npython_manage_deploy.sh\nsetup.sh'
    2 KB(170个字) - 2019年10月14日 (一) 13:52
  • <pre>#!/usr/bin/python
    2 KB(150个字) - 2019年10月14日 (一) 13:52
  • [https://blog.csdn.net/oatnehc/article/details/6690553 PYTHON字符与数字的相互转换 ] [http://www.runoob.com/python/python-func-chr.html Python chr() 函数 ]
    860字节(71个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/python https://ask.helplib.com/python/post_207439
    2 KB(177个字) - 2019年10月14日 (一) 13:52
  • [https://blog.csdn.net/kuanggudejimo/article/details/99454185 python获取内网IP和外网IP的方法] [[category:devops]] [[category:python]]
    405字节(50个字) - 2022年5月26日 (四) 06:53
  • dict = {"asdf": "我们的python学习"}
    891字节(69个字) - 2019年10月14日 (一) 13:52
  • python处理utf8编码中文,需要在py文件的第一行加入:# -*- coding: [[Python编码声明]]
    428字节(38个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/env python print 'hello %s %s, welcome to python world!' %(name, sex_dict.get(sex, u'先生'))
    3 KB(167个字) - 2019年10月14日 (一) 13:52

页面内容匹配

  • [https://www.oschina.net/p/black Python 代码格式化工具 Black-Python] [[category:python]]
    97字节(10个字) - 2019年10月14日 (一) 13:52
  • [https://blog.csdn.net/lihao21/article/details/51857385 Python Requests库简明使用教程] [https://www.cnblogs.com/lilinwei340/p/6417689.html python requests用法总结]
    495字节(53个字) - 2022年5月13日 (五) 07:59
  • <pre>python 安装setuptools requests wget https://bootstrap.pypa.io/ez_setup.py -O - | python
    476字节(69个字) - 2019年10月14日 (一) 13:52
  • [https://www.jianshu.com/p/fb5f791fcb18 python调试:pdb基本用法(转)] [https://www.jb51.net/article/64181.htm Python代码调试的几种方法总结]
    201字节(22个字) - 2020年12月22日 (二) 06:43
  • 疯狂的Python3.6.2:小白入门首选 [https://yiyibooks.cn/yy/python_278/index.html Python v2.7.8 文档]
    2 KB(176个字) - 2019年10月14日 (一) 13:52
  • [https://jpanj.com/2019/fix-docker-install-MySQL-python/ 修复 Docker 安装 MySQL-python 失败的问题 ] [[category:python]]
    142字节(10个字) - 2020年8月16日 (日) 14:06
  • [[监控php进程的python脚本]] =用python监控java服务脚本=
    813字节(58个字) - 2019年10月14日 (一) 13:55
  • IDLE is an integrated development environment for Python. You need to install the following package: …IDE with editing and debugging facilities), a color editor (pynche), and a python gettext program (pygettext.py).
    1 KB(150个字) - 2019年10月14日 (一) 13:48
  • #!/usr/bin/python evan@latop:~/python//pytest$ python classmeth.py
    1 KB(125个字) - 2019年10月14日 (一) 13:48
  • [[category:ops]] [[category:python]] 利用sdk 加python批量操作aliyun slb ecs 各种服务
    2 KB(180个字) - 2020年9月29日 (二) 01:11
  • [https://www.androiddev.net/webpy-python/ web.py轻量级开发框架——python的超轻量级服务器] [[category:python]]
    226字节(23个字) - 2019年10月14日 (一) 13:55
  • [[category:python]] ==Python 2 --> 3: object of type 'zip' has no len()==
    471字节(55个字) - 2021年5月22日 (六) 04:54
  • apt-get install python-dev libmysqld-dev libmysqlclient-dev pip install mysql-python
    1 KB(154个字) - 2021年5月27日 (四) 01:24
  • [https://www.runoob.com/python/python-exceptions.html Python 异常处理] [https://blog.csdn.net/flower_517/article/details/89227113 Python脚本的调试和分析]
    743字节(73个字) - 2020年10月10日 (六) 09:15
  • 在CentOS5中自带的Python版本是2.4,但是目前许多基于Python的应用软件要求的Python版本应要高于2.4。 升级python版本的时候千万不能卸载python 2.4,再安装python2.7,这样会有无穷无尽的麻烦,保守的方式
    1 KB(101个字) - 2019年10月14日 (一) 13:48
  • ==Python Linux系统管理与自动化运维== ===Python 多线程===
    3 KB(301个字) - 2021年6月16日 (三) 02:44
  • [https://blog.csdn.net/kuanggudejimo/article/details/99454185 python获取内网IP和外网IP的方法] [[category:devops]] [[category:python]]
    405字节(50个字) - 2022年5月26日 (四) 06:53
  • =python= [http://www.cnblogs.com/hanyifeng/p/4918301.html python脚本获取本机公网ip]
    369字节(49个字) - 2019年10月14日 (一) 13:48
  • [[category:python]] [https://www.runoob.com/python/python-os-path.html Python os.path() 模块]
    379字节(40个字) - 2021年5月21日 (五) 02:15
  • ==Python join方法==
    727字节(46个字) - 2019年10月14日 (一) 13:52
  • dict = {"asdf": "我们的python学习"}
    891字节(69个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/python3 # */12 * * * * /usr/bin/python3 /data/mon/rm.py
    523字节(65个字) - 2020年10月27日 (二) 08:38
  • Python中有join和os.path.join()两个函数, [[Python获取文件及文件夹大小]]
    569字节(33个字) - 2019年10月14日 (一) 13:48
  • ==[[Python-jenkins]]==
    1 KB(133个字) - 2021年10月17日 (日) 12:41
  • #重定向 [[Python self参数详解]]
    38字节(2个字) - 2019年10月14日 (一) 13:52
  • [https://blog.csdn.net/oatnehc/article/details/6690553 PYTHON字符与数字的相互转换 ] [http://www.runoob.com/python/python-func-chr.html Python chr() 函数 ]
    860字节(71个字) - 2019年10月14日 (一) 13:52
  • [http://blog.csdn.net/wanghai__/article/details/6926360 python rpyc 远程调用] [http://blog.51cto.com/shendongming/629189 python rpyc 服务器端 和 客户端的 各种互交的测试用例]
    991字节(117个字) - 2019年10月14日 (一) 13:52
  • #重定向 [[Python email 电子邮件]]
    40字节(2个字) - 2019年10月14日 (一) 13:52
  • [http://usyiyi.cn/translate/python_278/library/ftplib.html#module-ftplib ftplib — FTP protocol client] [[category:python]]
    137字节(15个字) - 2019年10月14日 (一) 13:48
  • [[category:python]] #!/usr/bin/python3
    2 KB(211个字) - 2020年4月28日 (二) 09:07
  • rm -rf python/
    76字节(7个字) - 2019年10月14日 (一) 13:55
  • #重定向 [[Python日志打包并压缩文件夹]]
    51字节(1个字) - 2020年4月3日 (五) 03:19
  • Python List append()方法 #!/usr/bin/python
    816字节(64个字) - 2019年10月14日 (一) 13:52
  • [[category:python]] [[category:django]]
    134字节(15个字) - 2019年10月14日 (一) 13:52
  • <pre>#!/usr/bin/env python # */3 * * * * /usr/bin/python youpy.py
    1 KB(146个字) - 2019年10月14日 (一) 13:55
  • [http://blog.csdn.net/hk2291976/article/details/51154974 【Python爬虫】入门知识 ] [http://blog.csdn.net/hk2291976/article/details/51188728 python爬虫实战——5分钟做个图片自动下载器 ]
    1 KB(104个字) - 2021年6月18日 (五) 08:06
  • File "/home/evan/.local/lib/python2.7/site-packages/django/bin/django-admin.py", line 2, in <module> File "/home/evan/.local/lib/python2.7/site-packages/django/core/management/__init__.py", line 10, in <module>
    2 KB(202个字) - 2020年9月8日 (二) 05:50
  • [[category:python]]
    292字节(38个字) - 2021年6月17日 (四) 04:02
  • [[category:python]]
    105字节(9个字) - 2019年10月14日 (一) 13:48
  • =print on ipython= ...: print 'hello %s %s, welcome to python world!' %(name,sex_dict.get(sex
    1 KB(130个字) - 2019年10月14日 (一) 13:52
  • ==python可变长参数*args **kwargs==
    1 KB(114个字) - 2019年10月14日 (一) 13:52
  • Python decode()方法以 encoding 指定的编码格式解码字符串。默认编 Python decode()方法
    1 KB(77个字) - 2021年7月11日 (日) 14:56
  • #!/usr/bin/python https://ask.helplib.com/python/post_207439
    2 KB(177个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/python
    635字节(71个字) - 2020年10月19日 (一) 09:56
  • make -f Makefile.Py26 #指定你python的版本,如果你的python是2.7 就应该是 make -f Makefile.Py27
    585字节(57个字) - 2019年10月14日 (一) 13:52
  • …og.csdn.net/u014496330/article/details/44650911 Fibonacci(斐波那契)数列的递归与非递归实现 python]
    135字节(9个字) - 2019年10月14日 (一) 13:55
  • 前面说了,Python根据电脑默认的locale设置将字节转化成字符.那如何获得系 为什么要reload sys模块,先看下python的模块加载过程:
    3 KB(282个字) - 2019年10月14日 (一) 13:52
  • python处理utf8编码中文,需要在py文件的第一行加入:# -*- coding: [[Python编码声明]]
    428字节(38个字) - 2019年10月14日 (一) 13:52
  • You need to install psycopg2 Python library. Download http://initd.org/psycopg/, then install it under Python PATH
    2 KB(217个字) - 2019年10月14日 (一) 13:48
  • python json模块: [[category:python]]
    691字节(42个字) - 2019年10月14日 (一) 13:55
  • ==python == http://code.ziqiangxuetang.com/python/python-tutorial.html
    4 KB(471个字) - 2022年8月18日 (四) 06:50
  • [[category:python]]
    200字节(26个字) - 2019年10月14日 (一) 13:52
  •   virtualenv 是一个创建隔绝的Python环境的工具。virtualenv创建一个包含所有必要的可执行文件的文件夹,用来使用Python工程所需的包。
    2 KB(186个字) - 2022年5月16日 (一) 09:26
  • [http://www.cnblogs.com/xiaozhiqi/p/5851134.html Python自动化运维之26、Web框架本质、MVC与MTV] [http://www.cnblogs.com/alex3714/category/770733.html python 和django之路]
    1 KB(113个字) - 2021年3月1日 (一) 17:00
  • Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. Gunicorn是基于prefork模式的Python wsgi应用服务器,支持 Unix like的系统
    2 KB(170个字) - 2019年10月14日 (一) 13:48
  • python -c "import crypt; print crypt.crypt('password', '\$6\$SALTsalt')" [https://www.cnblogs.com/fanyunpeng/p/6266146.html saltstack+python批量修改服务器密码]
    884字节(84个字) - 2019年10月14日 (一) 13:52
  • =python常用的运维脚本= #!/usr/bin/python3
    3 KB(306个字) - 2022年2月17日 (四) 07:50
  • =install python3.x 2021= [[Ansible基础#ansible配合shell脚本批量编译安装python3.7]]
    3 KB(384个字) - 2021年9月26日 (日) 03:47
  • subprocess.call 成功是返回0,而python中 0 是不成功 https://www.cnblogs.com/ksedz/p/3190208.html python的__future__模块
    3 KB(339个字) - 2019年10月14日 (一) 13:52
  •  [[category:python]]
    926字节(91个字) - 2020年9月8日 (二) 07:11
  • https://github.com/pythonchuang/dailyfresh [[category:python]] [[category:django]]
    261字节(25个字) - 2019年10月14日 (一) 13:52
  • [[category:ops]] [[category:python]] =python3 CGI项目=
    4 KB(417个字) - 2021年5月22日 (六) 14:06
  • 当你用print打印输出的时候,Python会调用它的str方法
    2 KB(91个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/env python evan@evanpc:~/test$ python path.join.py
    3 KB(440个字) - 2019年10月14日 (一) 13:52
  • pip3 install python-jenkins pip install python-jenkins
    2 KB(288个字) - 2022年6月30日 (四) 02:11
  • python生成随机密码 <pre>早上帮虾哥搞个mysql 一时不知要用什么密码比较好,于是想到这几天在学习python 那就让万能的python出来吧 哈哈
    2 KB(200个字) - 2019年10月14日 (一) 13:52
  • [[category:python]]
    804字节(49个字) - 2021年9月18日 (六) 07:18
  • [[category:python]]
    215字节(27个字) - 2019年10月14日 (一) 13:52
  • 注意在Python3.0里语法有所改变:你可以用super().__init__()替换super(ChildB, s …aizilongxu.gitbooks.io/stackoverflow-about-python/content/19/README.html 理解Python中super()和__init__()方法]
    2 KB(211个字) - 2019年10月14日 (一) 13:52
  • [[Python学习进程]] https://www.runoob.com/python3/python-urllib.html
    7 KB(640个字) - 2021年6月18日 (五) 11:48
  • Python3中, urlparse已经被移动到urllib.parse中。 [https://vimsky.com/article/3522.html Python urlparse函数详解]
    1 KB(103个字) - 2019年10月14日 (一) 13:52
  • <pre>#!/usr/bin/python
    2 KB(150个字) - 2019年10月14日 (一) 13:52
  • ['install_zabbix.sh\n', 'manage_deploy.sh\n', 'mysql_setup.sh\n', 'python_manage_deploy.sh\n', 'setup.sh\n'] 'install_zabbix.sh\nmanage_deploy.sh\nmysql_setup.sh\npython_manage_deploy.sh\nsetup.sh'
    2 KB(170个字) - 2019年10月14日 (一) 13:52
  • json.dumps 将 Python 对象编码成 JSON 字符串
    4 KB(355个字) - 2022年5月13日 (五) 07:06
  • 在CentOS5中自带的Python版本是2.4,但是目前许多基于Python的应用软件要求的Python版本应要高于2.4。 升级python版本的时候千万不能卸载python 2.4,再安装python2.7,这样会有无穷无尽的麻烦,保守的方式
    4 KB(383个字) - 2019年10月14日 (一) 13:55
  • ==ipython3 on centos7== pip3 install ipython
    328字节(49个字) - 2022年4月26日 (二) 07:28
  • [https://blog.csdn.net/weixin_34119545/article/details/92826635 python 监控elasticsearch集群状态并推送到openfalcon]
    644字节(55个字) - 2020年1月11日 (六) 08:05
  • …hon/pycharm-community-2016.3.1.tar.gz https://download.jetbrains.8686c.com/python/pycharm-community-2016.3.1.tar.gz] Categories=Development;IDE;Python;
    2 KB(166个字) - 2019年10月14日 (一) 13:52
  • [http://www.voidcn.com/article/p-yywxdwnl-th.html Python扫描内网存活的主机] [[category:ops]] [[category:python]]
    899字节(64个字) - 2022年3月4日 (五) 13:49
  • #!/usr/bin/python
    4 KB(395个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/env python print 'hello %s %s, welcome to python world!' %(name, sex_dict.get(sex, u'先生'))
    3 KB(167个字) - 2019年10月14日 (一) 13:52
  • …_sys.py we are arguments的时候,我们使用python命令运行using_sys.py模块,后面跟着的内容被作为参数传递给程序。Python为我们把它存储在sys.argv变量中。记住,脚本的名称总是sy …ys.argv[0]、'we'是sys.argv[1]、'are'是sys.argv[2]以及'arguments'是sys.argv[3]。 注意,Python从0开始计数,而非从1开始。
    6 KB(465个字) - 2021年5月30日 (日) 14:48
  • cd ch06www/ && python manage.py startapp mysite && mkdir templates static python manage.py makemigrations
    4 KB(291个字) - 2021年6月13日 (日) 08:17
  • [[category:python]] [[category:django]]
    1 KB(136个字) - 2019年10月14日 (一) 13:48
  • [https://docs.python.org/2/library/commands.html https://docs.python.org/2/library/commands.html] Python中的commands模块专门用于调用Linux shell命令,并返回状态和
    4 KB(409个字) - 2019年10月14日 (一) 13:48
  • python访问数据库 Python定义了一套操作数据库的API接口,任何数据库要连接到Python,只需要提供符合Python标准的数据库驱动即可。
    4 KB(321个字) - 2019年10月14日 (一) 13:52
  • python3 get-pip.py apt-get install python3-pip
    3 KB(326个字) - 2020年9月2日 (三) 02:34
  • #!/usr/bin/python #!/usr/bin/python
    5 KB(449个字) - 2019年10月14日 (一) 13:52
  • [http://wangwei007.blog.51cto.com/68019/1249770 python调用zabbix的api接口添加主机、查询组、主机、模板]
    682字节(56个字) - 2019年10月14日 (一) 13:55
  • #!/usr/bin/python [https://blog.csdn.net/ashi198866/article/details/46725813 python中用logging实现日志滚动和过期日志删除]
    2 KB(256个字) - 2020年4月28日 (二) 09:49
  • 详情请见[[Python获取天气并email通知]] [https://blog.csdn.net/drdairen/article/details/51134816 Python 正则re模块之compile()和findall()详解]
    5 KB(442个字) - 2019年10月14日 (一) 13:52
  • [[Python日志删除脚本]] #!/usr/bin/python
    7 KB(765个字) - 2020年4月28日 (二) 09:51
  • =python函数修饰符@的作用是为现有函数增加额外的功能,常用于 [https://www.cnblogs.com/gdjlc/p/11182441.html python函数修饰符@的使用 ]
    3 KB(274个字) - 2021年6月29日 (二) 08:50
  • https://download.jetbrains.8686c.com/python/pycharm-community-171.2613.10.tar.gz Comment=pycharm: the python IDE
    9 KB(959个字) - 2021年6月21日 (一) 08:06
  •   在Python中,定义类是通过class关键字,class后面紧接着是类名,类 f1 = F1('python',27)
    7 KB(414个字) - 2019年10月14日 (一) 13:52
  • =good Jedi.el - Python auto-completion for Emacs= (add-hook 'python-mode-hook 'jedi:setup)
    8 KB(670个字) - 2019年10月14日 (一) 13:48
  • #!/usr/bin/python Python正则表达式
    2 KB(104个字) - 2019年10月14日 (一) 13:52
  • [[Python虚拟环境virtualenv]] [https://blog.51cto.com/zhangxueliang/3971500 python django ansible自动化运维管理平台源码收藏]
    13 KB(1,225个字) - 2022年8月5日 (五) 01:44
  • $ python3 -m venv venv [https://www.oschina.net/p/flask Flask 微型Python框架 oschina]
    1 KB(136个字) - 2021年8月10日 (二) 13:58
  • python3 01-闭包/01-闭包1.py [https://www.zhihu.com/question/26930016 如何理解Python装饰器?]
    4 KB(374个字) - 2022年2月23日 (三) 08:21

查看(前100个 | 后100个)(20 | 50 | 100 | 250 | 500