上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 100 下一页
摘要: 在初次搭建wordpress成功后,老季想安装wordpress中有趣的插件时缺发现需要ftp服务,同样的升级插件的话也需要输入ftp的用户名密码。其实不用真的搭建了一个ftp服务器,然后发现并没有什么卵用,这只是wordpress。 全而留下的坑,那么,怎么绕过这道程序呢.其实很简单,我们只需在w 阅读全文
posted @ 2022-01-11 10:41 Oops!# 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 安装 PHPRemi 软件源Remi 软件源 主要提供最新版的 PHP 软件包和其他一些 PHP 扩展工具包,它是针对 Fedora 和 RHEL 系分支变体 (包括:RHEL, CentOS, Oracle Linux 等等) 要安装 PHP,推荐使用 Remi 软件源。Remi 对 PHP 的支 阅读全文
posted @ 2022-01-10 18:33 Oops!# 阅读(439) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, we will learn about the Python List index() method with the help of examples. The index() method returns the index of the specified 阅读全文
posted @ 2022-01-09 22:56 Oops!# 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Python import statement enables the user to import particular modules in the corresponding program. It resembles the #include header_file in C/C++. As 阅读全文
posted @ 2022-01-08 21:01 Oops!# 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 尽管 glob API 很少,但是功能强大。在那种需要查找系统上匹配一个模式的文件时非常有用。当需要去创建一个有某个相同扩展,前缀或者中间有共同字符串的文件列表时,应该考虑使用 glob 而不是自定义处理目录内容的代码。 glob 模块使用的模式规则不同于 re 模块使用的正则表达式。而是使用 Un 阅读全文
posted @ 2022-01-07 16:15 Oops!# 阅读(313) 评论(0) 推荐(0) 编辑
摘要: PyInputPlus is a Python 3 and 2 module to provide input()- and raw_input()-like functions with additional validation features. PyInputPlus was created 阅读全文
posted @ 2022-01-07 14:35 Oops!# 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1、模块说明 requests是使用Apache2 licensed 许可证的HTTP库。 用python编写。 比urllib2模块更简洁。 Request支持HTTP连接保持和连接池,支持使用cookie保持会话,支持文件上传,支持自动响应内容的编码,支持国际化的URL和POST数据自动编码。 阅读全文
posted @ 2022-01-06 10:49 Oops!# 阅读(1266) 评论(0) 推荐(0) 编辑
摘要: 一、概述 我在使用pip3 install paramiko 的时候,出现了报错 ... raise DistutilsError("Setup script exited with %s" % (v.args[0],)) distutils.errors.DistutilsError: Setup 阅读全文
posted @ 2022-01-05 18:06 Oops!# 阅读(3503) 评论(0) 推荐(0) 编辑
摘要: As of Python 3.6, f-strings are a great new way to format strings. Not only are they more readable, more concise, and less prone to error than other w 阅读全文
posted @ 2021-12-30 22:44 Oops!# 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 利用Python调用外部系统命令的方法可以提高编码效率。调用外部系统命令完成后可以通过获取命令执行返回结果码、命令执行的输出结果进行进一步的处理。本文主要描述Python常见的调用外部系统命令的方法,包括os.system()、os.popen()、subprocess.Popen()等。 本文分析 阅读全文
posted @ 2021-12-29 13:12 Oops!# 阅读(504) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 100 下一页