内网安装外部依赖包办法: 例如:安装pytest包得时候会顺带安装pytest依赖包 离线下载安装包下载单个离线包 - pip download -d your_offline_packages <package_name>批量下载离线包 - pip download -d your_offline ...
分类:
编程语言 时间:
2018-11-01 15:06:11
阅读次数:
677
一,找到/public/.htaccess文件,如果你的入口文件已经移动到根目录下,那么你的.htaccess文件也要剪切到根目录下,总之要确保.htaccess跟入口的index.php保持同级。 二,根据你的php环境分别设置.htaccess文件: Apache: phpstudy: Ngin ...
分类:
Web程序 时间:
2018-11-01 11:41:14
阅读次数:
228
db1 数据库下面有 新创建的 t1 数据表 查看当前数据库所有表 另外一种方式查表 查看表结构 desc 表名; ...
分类:
数据库 时间:
2018-10-25 17:56:19
阅读次数:
175
我是按照这篇文章来的https://www.linuxidc.com/Linux/2016-09/135273.htm 但是看样子觉得https://www.cnblogs.com/xiaoluo501395377/archive/2013/05/14/3077880.html这篇文章也像是靠谱的样 ...
分类:
数据库 时间:
2018-10-25 15:38:43
阅读次数:
127
We are pleased to announce that F5 Networks, Nutanix, Tencent Cloud and Helm providers are now available for HashiCorp Terraform. This blog will detail the new providers and include links to additional resources.
分类:
Web程序 时间:
2018-10-22 20:43:51
阅读次数:
344
Style:Mac Series:Java Since:2018-09-10 End:2018-09-10 Total Hours:1 Degree Of Diffculty:5 Degree Of Mastery:5 Practical Level:5 Desired Goal:5 Archiev ...
分类:
其他好文 时间:
2018-10-22 15:44:48
阅读次数:
159
python离线批量安装依赖包 python离线批量安装依赖包 python离线批量安装依赖包 python离线批量安装依赖包 【前提】:已安装pip,下载地址https://pypi.python.org/pypi/pip 【步骤一】:打包已安装的依赖包 pip freeze >requireme ...
分类:
编程语言 时间:
2018-10-21 15:14:37
阅读次数:
297
枚举//定义枚举 enum MyEnum{ ITEM_A, ITEM_B } public static void main(String[] args) { //values()获取所枚举项的集合 MyEnum[] enums=MyEnum.values(); for (MyEnum myEnum... ...
分类:
编程语言 时间:
2018-10-21 01:02:05
阅读次数:
222
参考:How to follow links in linux man pages? 前言 在使用man查看命令帮助的时候,有些文字下面会有下划线。给人的感觉是一个链接,但是又打不开。那么到底是不是链接呢? 此on-line非彼on-line 查看man man,里面对man的解释是on-line ...
分类:
其他好文 时间:
2018-10-18 00:58:54
阅读次数:
374
Given a constant K and a singly linked list L, you are supposed to reverse the links of every Kelements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2018-10-15 14:57:57
阅读次数:
171