搜索结果

跳到导航 跳到搜索

页面标题匹配

  • 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
  • …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
  • 疯狂的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
  • [[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根据电脑默认的locale设置将字节转化成字符.那如何获得系 为什么要reload sys模块,先看下python的模块加载过程:
    3 KB(282个字) - 2019年10月14日 (一) 13:52
  • 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
  • [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
  • [[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
  • ==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
  • python处理utf8编码中文,需要在py文件的第一行加入:# -*- coding: [[Python编码声明]]
    428字节(38个字) - 2019年10月14日 (一) 13:52
  • dict = {"asdf": "我们的python学习"}
    891字节(69个字) - 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
  • [[category:python]]
    515字节(27个字) - 2019年10月14日 (一) 13:48
  • #!/usr/bin/python
    5 KB(408个字) - 2019年10月14日 (一) 13:52
  • #!/usr/bin/python #usage python2 1.py 'http://www.baidu.com'
    3 KB(299个字) - 2022年10月17日 (一) 03:21
  • Python ConfigParser模块解析的配置文件的格式就如ini的配置文件格 [https://docs.python.org/2/library/configparser.html ConfigParser — Configuration file parser]
    2 KB(220个字) - 2019年10月14日 (一) 13:52
  • Python2中的urllib、urllib2与Python3中的urllib以及第三方模块requests 先说说Python2中的url与urllib2(参考此处):
    5 KB(287个字) - 2019年10月14日 (一) 13:55
  • [https://www.cnblogs.com/xiao987334176/p/9990694.html python 删除前3天的文件]
    852字节(95个字) - 2019年10月14日 (一) 13:55
  • <pre>#!/usr/bin/env python
    7 KB(619个字) - 2020年4月8日 (三) 07:22
  • **http://wiki.linuxchina.net/index.php?title=%E5%88%86%E7%B1%BB:Python |python …hon http://wiki.linuxchina.net/index.php?title=%E5%88%86%E7%B1%BB:Python] |python
    4 KB(318个字) - 2019年10月14日 (一) 13:52
  • 4.Linux用户特有的选项:grayscale,将其设为1可以让mobi文件更小一点,效果一般,必须要安装python的pillow库
    6 KB(419个字) - 2020年3月10日 (二) 08:59
  • yum install python-pip –y
    799字节(46个字) - 2022年5月11日 (三) 05:55
  • [https://www.cnblogs.com/wumingxiaoyao/p/8508077.html 如何使用Python快速制作可视化报表----pyecharts ] [https://www.debugger.wiki/article/html/1566397456522935 小白学Python(8)——pyecharts 入门]
    2 KB(131个字) - 2021年6月18日 (五) 13:31
  • [https://blog.csdn.net/hongbin_xu/article/details/78948162 使用python和树莓派实现远程监控] [https://www.geek-workshop.com/thread-27490-1-1.html 远程控制通讯——基于树莓派 Python gpiozero 远程控制LED灯并返回控制结果]
    3 KB(186个字) - 2022年1月4日 (二) 11:17
  • sudo python manage.py runserver 192.168.1.158:80
    1 KB(114个字) - 2019年12月18日 (三) 02:36
  • …的方式建立了一个软件项目管理的Web应用,以帮助开发人员更好地写出高质量的软件。Trac采用Python语言开发的,因此Trac的在运行的时候,需要有Python环境的支持。
    2 KB(174个字) - 2022年10月24日 (一) 08:15
  • [https://www.runoob.com/python3/python3-dictionary.html Python3 字典] == Python项目读取配置方式 ==
    13 KB(901个字) - 2024年5月5日 (日) 08:28
  • 我们谈到“文本处理”时,我们通常是指处理的内容。Python 将文本文件的内容读入可以操作的字符串变量非常容易。 Python .readlines() 示例
    5 KB(385个字) - 2019年10月14日 (一) 13:48
  • 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
  • [[category:python]] #!/usr/bin/python3
    1,019字节(76个字) - 2020年4月11日 (六) 03:35
  • …JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。 …过encode之后跟其原始的repr()输出结果非常相似,但是有些数据类型进行了改变,例如上例中的元组则转换为了列表。在json的编码过程中,会存在从python原始类型向json类型的转化过程,具体的转化对照如下:
    9 KB(642个字) - 2021年11月25日 (四) 12:22
  • [[Python虚拟环境virtualenv]]
    9 KB(687个字) - 2022年5月16日 (一) 09:31
  • [[Python日志打包并压缩文件夹]]
    1 KB(178个字) - 2020年4月3日 (五) 03:19
  • [https://blog.csdn.net/sunyllove/article/details/52922895 基于python实现jenkins自动发布代码平台]
    2 KB(186个字) - 2019年10月14日 (一) 13:55
  • =python client= pip install python-binary-memcached
    6 KB(563个字) - 2020年3月2日 (一) 07:16
  • #!/usr/bin/env python [[Python ConfigParser模块]]
    6 KB(917个字) - 2019年10月14日 (一) 13:52
  • =安装Python3、相关包以及创建钉钉发送消息日志文件= # 安装python3,脚本是基于Python3写的
    10 KB(989个字) - 2021年10月19日 (二) 07:57
  • yum install python-devel zlib-devel bzip2-devel pcre-devel openssl-devel ncurses-devel sqlite ==升级python 2.7 ==
    20 KB(2,114个字) - 2019年10月14日 (一) 13:52
  • [https://www.cnblogs.com/python-study/p/5504501.html SaltStack 使用pillar安装配置管理zabbix] #!/usr/bin/env python
    21 KB(1,989个字) - 2021年10月15日 (五) 09:24
  • [[category:python]]
    956字节(29个字) - 2019年10月14日 (一) 13:48
  • 3.shell python 如何 前5行 后5行
    1,005字节(26个字) - 2019年10月14日 (一) 13:52
  • centos7 本身自带 python2.7 yum install python-devel zlib-devel bzip2-devel pcre-devel openssl-devel ncurses-devel sqlite
    15 KB(1,495个字) - 2019年10月14日 (一) 13:52
  • python wiki-moinmoin 入门
    8 KB(700个字) - 2019年10月18日 (五) 06:27
  • [https://blog.csdn.net/weixin_43420032/article/details/94631231 【python】django开发API接口]
    11 KB(739个字) - 2021年6月18日 (五) 12:29
  • https://docs.python.org/2/library/stdtypes.html?highlight=strip#str.strip
    2 KB(155个字) - 2019年10月14日 (一) 13:52
  • nginx+uwsgi+python2.6 on centos6 python 2.6.6
    17 KB(1,703个字) - 2019年10月14日 (一) 13:52
  • [https://linux.cn/article-9845-1.html 在 Kubernetes 上运行一个 Python 应用程序]
    3 KB(300个字) - 2023年11月2日 (四) 13:35
  • [root@localhost soft]# yum install python-jinja2 …nstall of python-libs-2.6.6-64.el6.x86_64 conflicts with file from package python-2.6.6-29.el6_2.2.x86_64
    14 KB(1,597个字) - 2021年9月12日 (日) 09:22
  • RUN cd /tmp/superlance-1.0.0 && python setup.py install
    4 KB(396个字) - 2020年4月23日 (四) 09:29
  • 第一条:linux运维工程师-->linux顶级架构师-->python运维开发-->C语言运维系统开发 第二条:linux运维工程师-->python运维系统开发
    5 KB(217个字) - 2020年2月11日 (二) 09:39
  • …用的标签CSS 基本的样式,比如会该个字体大小 ,背景颜色啥的Javascript 这个是重点,必须掌握,特别是 Ajax 。 当然你也别怕,你都会 Python 了,学这个就是易如反掌的事情,相信我,因为我就是这
    18 KB(984个字) - 2022年8月5日 (五) 02:41
  • [[category:python]]
    2 KB(265个字) - 2019年10月14日 (一) 13:48
  • 一般一个软件官方用什么os作容器就用他,不一定是alpine才是最好的 例如 mysql python就可能不是 [https://www.infoq.cn/article/VODLe9FsiBkQdlcxJZZj 用Alpine会让Python Docker的构建慢50倍]
    14 KB(1,588个字) - 2023年11月9日 (四) 08:42
  • sudo apt-get install python-gconf </pre>
    2 KB(168个字) - 2021年2月6日 (六) 13:00
  • [http://lihuipeng.blog.51cto.com/3064864/1081562 Zabbix 监控Mysql 主从状态(Python脚本]
    3 KB(323个字) - 2022年10月17日 (一) 05:49
  • [[Python笔记2019-2021]] ==python 自动化 ==
    15 KB(1,289个字) - 2024年2月20日 (二) 14:44
  • [https://blog.csdn.net/fishermanmax/article/details/53233277 python-django的数据简单入库]
    3 KB(312个字) - 2021年7月4日 (日) 06:17
  • [https://blog.csdn.net/baby_hua/article/details/80571109 Selenium自动化测试入门(基于Python)] …n-selenium-zh.readthedocs.io/zh_CN/latest/1.%E5%AE%89%E8%A3%85/ selenium安装 pythone]
    5 KB(220个字) - 2021年9月5日 (日) 08:17
  • [https://www.jb51.net/article/189679.htm prometheus python 库编写自定义指标的方法(完整代码)] [https://www.jianshu.com/p/19442595e886 promethues + python + flask监控后端服务状态]
    20 KB(1,960个字) - 2023年10月6日 (五) 02:51
  • …常菜]][[category:linux]][[category:devops]] [[category:shell]] [[category:python]] [[category:django]] [[category:Security]] [[category:nginx]][[category:my
    2 KB(119个字) - 2024年4月3日 (三) 21:16
  • evan@myxps:~/python/jumpserver$ sudo vim /etc/mysql/mariadb.conf.d/50-server.cnf
    3 KB(338个字) - 2022年5月24日 (二) 02:35
  • [[category:python]]
    2 KB(120个字) - 2022年2月10日 (四) 02:51
  • (2)加强python 和django,提高运维工作中的自动化 后期加强python代码这块,尽快把自动化运维搭建起来。
    4 KB(101个字) - 2019年10月14日 (一) 13:55
  • 如果升级了python #!/usr/bin/python2.6 </pre>
    2 KB(181个字) - 2019年10月14日 (一) 13:48
  • 安装python包管理工具: sudo apt-get install python-pip
    14 KB(1,603个字) - 2024年2月1日 (四) 08:29
  • …ian and ubuntu Operating Systems. In addition, I also wrote tools in shell/python script for job automation.tech-holic …ian and ubuntu Operating Systems. In addition, I also wrote tools in shell/python script for job automation.
    14 KB(2,255个字) - 2024年4月15日 (一) 22:12
  • …ng-bu-fu-wu-qi-yu-ben-di-dai-ma-de-pythonjiao-ben.html 利用rsync自动同步服务器与本地代码的python脚本]
    3 KB(252个字) - 2019年10月24日 (四) 09:58
  • 3 KB(83个字) - 2020年7月22日 (三) 06:12
  • python中的web开发框架Django也是推荐与PostgreSQL配合使用的。
    4 KB(320个字) - 2021年11月11日 (四) 09:45
  • 项目有好几台机器要改一下备份脚本,如果一台台上去,真的是烦和累,刚好想到salt ,爽了一把 又有想学好 python的动力了 哈哈 ## 首先修改master的配置文件,指定根目录,注意缩进全部使用两个空格来代替Tab(python规范)
    7 KB(667个字) - 2020年1月16日 (四) 09:02
  • ==python plugin== apk add python2
    18 KB(1,695个字) - 2022年5月6日 (五) 07:17
  • …听ASP.NET Core 应用程序的状况。在应用程序停止运行的时候立即重新启动。这边我们用到了Supervisor这个工具,Supervisor使用Python开发的。 yum install python-setuptools
    12 KB(1,078个字) - 2019年10月15日 (二) 02:31
  • …yum-utils bash-completion bash-completion-extras epel-release lrzsz telnet python-pip <pre> yum install python-devel
    10 KB(1,130个字) - 2022年9月1日 (四) 09:21
  • sudo apt-get install python-pip
    13 KB(1,162个字) - 2020年5月16日 (六) 03:20
  • #!/usr/bin/python3 evan@myxps:~/tmp$ python3 ps.py
    19 KB(1,701个字) - 2021年7月18日 (日) 09:39
  • #!/usr/bin/env python3 # usage # python3 addhost.py 'prod-mq' '172.16.0.12'
    10 KB(860个字) - 2022年8月10日 (三) 11:23
  • sudo yum -y install python-pip
    6 KB(506个字) - 2022年7月6日 (三) 12:06
  • http://rabbitmq.mr-ping.com/tutorials_with_python/[1]Hello_World.html =python操作RabbitMQ=
    18 KB(1,681个字) - 2021年10月25日 (一) 09:26
  • 3.掌握Terraform, Ansible, Go, Python、Shell等语言,熟悉Django框架的优先
    3 KB(76个字) - 2024年2月20日 (二) 14:42
  • Compose项目来源于之前的fig项目,使用python语言编写,与docker/swarm配合度很高。 FROM python:3.4-alpine
    15 KB(1,368个字) - 2023年3月7日 (二) 01:46
  • (python . t) 这正是该代码的计算结果。下面试一试Python代码:
    14 KB(1,040个字) - 2024年1月28日 (日) 15:30
  • sudo apt-get install python-pip
    5 KB(421个字) - 2024年4月30日 (二) 01:37
  • apk add --no-cache python gcc g++ make
    5 KB(542个字) - 2022年6月9日 (四) 09:47
  • DecimalField: 固定精度的十进制数,在Python中表示一个 十进制的实例。有两个必需的参数:
    4 KB(172个字) - 2019年10月14日 (一) 13:48
  • [http://www.xiaoxiaoguo.cn/python/supervisor-notice.html # 关于supervisor要注意的点]
    6 KB(568个字) - 2023年3月3日 (五) 08:00
  • git clone https://github.com/grayddq/GScan.git && cd GScan && python GScan.py
    5 KB(431个字) - 2022年10月12日 (三) 07:34
  • #把第三个改为python 127.0.0.1:6379> lset listkey 2 python
    19 KB(1,309个字) - 2022年11月22日 (二) 01:02
  • sudo apt-get install certbot python3-certbot-nginx #python-certbot-nginx
    10 KB(1,404个字) - 2024年3月10日 (日) 09:10
  • …yum-utils bash-completion bash-completion-extras epel-release lrzsz telnet python-pip
    10 KB(1,041个字) - 2022年11月9日 (三) 13:32
  • …式会更加方便一些,RabbitMQ 提供了 CLI 管理工具 rabbitmqadmin ,其实就是基于 RabbitMQ 的 HTTP API,用 Python 写的一个脚本。
    9 KB(635个字) - 2022年11月25日 (五) 02:20
  • …yum-utils bash-completion bash-completion-extras epel-release lrzsz telnet python-pip
    11 KB(1,152个字) - 2023年10月22日 (日) 05:21
  • …landingword-0&spm=1001.2101.3001.4242 python折叠代码_[emacs<nowiki>]</nowiki> python代码折叠] https://github.com/gabrielelanaro/emacs-for-python
    100 KB(5,734个字) - 2022年10月12日 (三) 01:43
  • pip install python-lzf
    14 KB(1,626个字) - 2020年6月19日 (五) 12:01
  • <pre>rpm -ivh libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm libseccomp-2.3.1-3.el7.x86_64.rpm yum install -y policycoreutils-python
    29 KB(3,072个字) - 2021年8月28日 (六) 14:48
  • git clone https://github.com/evan886/alertmanager-webhook-telegram-python.git cd alertmanager-webhook-telegram-python/docker
    15 KB(1,594个字) - 2021年10月21日 (四) 11:21
  • ln -s data/evanhome/python/ python <pre> evan@kalipc:~/github/python/tutorial$ sudo apt update
    88 KB(8,462个字) - 2024年4月29日 (一) 02:02
  • [https://blog.csdn.net/u013613428/article/details/92837916 手把手教你在python中运行ansible-playbook] "discovered_interpreter_python": "/usr/bin/python3"
    37 KB(3,511个字) - 2023年9月26日 (二) 06:50
  • version FBSD_1.7 required by /usr/local/lib/libpython3.9.so.1.0 pkg install python
    59 KB(6,678个字) - 2024年5月1日 (三) 15:44
  • 使用Python语言实现的Buildbot,相信Pythoner看到会喜欢 apk add --no-cache python
    38 KB(3,816个字) - 2023年10月25日 (三) 08:24
  • python调试很重要
    16 KB(1,277个字) - 2021年10月29日 (五) 08:05
  • [http://guide.daocloud.io/dcs/python-docker-9155445.html Python 开发者的 Docker 之旅]
    16 KB(1,332个字) - 2022年8月1日 (一) 05:44
  • yum install -y curl policycoreutils-python
    22 KB(2,201个字) - 2023年10月25日 (三) 09:00
  • sudo mongoexport -u userName -p passwd -d mongotest -c users -o /home/python/Desktop/mongoDB/users.json --type json
    26 KB(2,322个字) - 2022年11月18日 (五) 08:39
  • [https://blog.csdn.net/qq_34156628/article/details/106844695 Python自动化运维-zabbix-监控系统的实现原理]
    29 KB(3,019个字) - 2022年12月8日 (四) 06:17

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