https://code.google.com/p/httperf/ ※测量Web服务器的性能 ./configure make &&make install http://www.xenoclast.org/autobench/downloads/autobench-2.1.2.tar.gz ※是 ...
分类:
系统相关 时间:
2017-08-01 14:36:43
阅读次数:
160
首先需要准备bootstrap.css,bootstrap .js jquery 我这里有写好的下载地址如下: https://pan.baidu.com/s/1miMahXe 秘钥:tgts <!doctype html><html><head><meta charset="utf-8"><tit ...
分类:
其他好文 时间:
2017-08-01 14:33:20
阅读次数:
179
第1步: https://openhome.alipay.com/developmentDocument.htm 第2步:下载sdk和demo https://docs.open.alipay.com/270/106291/ https://docs.open.alipay.com/54/10341 ...
分类:
Web程序 时间:
2017-08-01 14:32:32
阅读次数:
235
1.用下面的命令确保ssl模块已经加载进apache: a2enmod ssl 如果你看到了“Module ssl already enabled”这样的信息就说明你成功了,如果你看到了“Enabling module ssl”,那么你还需要用下面的命令重启apache: service apach ...
分类:
Web程序 时间:
2017-08-01 14:28:08
阅读次数:
218
1、检查 Swap 空间 在设置 Swap 文件之前,有必要先检查一下系统里有没有既存的 Swap 文件。运行以下命令: 1 swapon -s swapon -s 如果返回的信息概要是空的,则表示 Swap 文件不存在。 2、检查文件系统在设置 Swap 文件之前,同样有必要检查一下文件系统,看看 ...
分类:
其他好文 时间:
2017-08-01 14:27:21
阅读次数:
162
一、前沿:很多时候,我们都需要开发微信功能来实现我们的项目的功能逻辑,微信授权登陆方面的肯定也不少,所以我就封装了个简单的方法来实现,以方便后面使用。二、流程文档微信开发者文档:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1445241432大概就是5..
分类:
微信 时间:
2017-08-01 14:26:31
阅读次数:
259
http://blog.csdn.net/jeffasd/article/details/50805312 https://jackliu17.github.io/2016/05/03/%E4%BD%BF%E7%94%A8maskView%E8%AE%BE%E8%AE%A1%E5%8A%A8%E7% ...
分类:
其他好文 时间:
2017-08-01 14:23:30
阅读次数:
402
项目前端页面实例 第1步:登录阿里大于控制台 https://www.alidayu.com/center/user/account?spm=0.0.0.0.P1K1jG 第2步:创建应用 第3步:配置短信签名 第4步:配置短信模板 第5步:前端 <tr class="margin-top"> <t ...
分类:
Web程序 时间:
2017-08-01 14:20:34
阅读次数:
172
1. 安装nodejs: sudo apt-get install nodejs-legacy 2.安装nvm : wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh 3.nvm安装完成后,重启终端并执行下列命 ...
分类:
系统相关 时间:
2017-08-01 14:20:25
阅读次数:
175
https://archimboldi.me/posts/%E7%BF%BB%E8%AF%91-uidebugginginformationoverlay.html http://ryanipete.com/blog/ios/swift/objective-c/uidebugginginformat ...
分类:
其他好文 时间:
2017-08-01 12:50:36
阅读次数:
139