动手安装Apache服务程序。注意,使用yum命令进行安装时,跟在命令后面的Apache服务的软件包名称为httpd。如果直接执行yuminstallapache命令,则系统会报错:yuminstallhttpd启用httpd服务程序并将其加入到开机启动项中,使其能够随系统开机而运行大家在浏览器(这里以Firefox浏览器为例)的地址栏中输入http://127.0.0.1并按回车键,就可以看到用
分类:
Web程序 时间:
2018-09-10 14:46:05
阅读次数:
199
一、从官方网站www.python.org下载 python-3.7.0-amd64 下载地址: https://www.python.org/downloads/windows/ 二、windows 7安装系统必须为service pack 1 否则会提示无法安装,需安装补丁 7601.17514 ...
分类:
编程语言 时间:
2018-09-10 14:03:57
阅读次数:
298
centos6 里面的默认防火墙 是 iptables, 所有 使用 service iptables stop 就可以停止防火墙了。 但是 centos7 里面的 防火墙 叫做 firewalld 所以使用 service firewall stop 可以停止。 但是 现在 已经 建议使用 sys ...
分类:
其他好文 时间:
2018-09-10 13:25:13
阅读次数:
1222
安装说明: https://github.com/mongodb/mongo-cxx-driver/wiki/Download-and-Compile-the-Legacy-Driver#get-the-source-code 必要软件: scons-2.5.0 http://scons.org/p ...
分类:
数据库 时间:
2018-09-10 11:14:05
阅读次数:
247
题目链接:https://nanti.jisuanke.com/t/31452 A prime number (or a prime) is a natural number greater than $1$ that cannot be formed by multiplying two smal ...
分类:
其他好文 时间:
2018-09-09 19:53:01
阅读次数:
192
I. Characters with Hash Mur loves hash algorithm, and he sometimes encrypt another one's name, and call him with that encrypted value. For instance, h ...
分类:
其他好文 时间:
2018-09-09 18:14:52
阅读次数:
293
转自微信公众号:腾讯移动品质中心TMQ 移动APP的UI自动化测试长久以来一直是一个难点,难点在于UI的”变”, 变化导致自动化用例的大量维护。从分层测试的角度,自动化测试应该逐层进行。最大量实现自动化测试的应该是单元测试,最容易实现也最容易在早期发现问题;其次是接口级测试,以验证逻辑为目的进行自动 ...
分类:
移动开发 时间:
2018-09-09 16:47:05
阅读次数:
178
最近使用了LightBGM的Dataset,记录一下: 1.说明: classlightgbm.Dataset(data, label=None, reference=None, weight=None, group=None, init_score=None, silent=False, feat ...
分类:
其他好文 时间:
2018-09-09 15:21:05
阅读次数:
2395
2018CCPC网络赛 J - YJJ's Salesman HDU - 6447 YJJ is a salesman who has traveled through western country. YJJ is always on journey. Either is he at the de ...
分类:
其他好文 时间:
2018-09-09 15:17:30
阅读次数:
138
思路:二分答案,然后我们贪心地先不填最小的一堆,看在最小的一堆消耗完之前能不能填满其他堆。 ...
分类:
其他好文 时间:
2018-09-09 11:47:20
阅读次数:
114