博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 73 下一页

2016年10月19日

摘要: git remote remove origin git remote add origin git@XXXX 阅读全文
posted @ 2016-10-19 01:21 Likwo 阅读(773) 评论(0) 推荐(0)

摘要: 1. 安装Nginx,Php-7.0 ~$ sudo add-apt-repository ppa:nginx/stable ~$ sudo apt-get update ~$ sudo apt-get install nginx ~$ nginx -v nginx version: nginx/1 阅读全文
posted @ 2016-10-19 01:08 Likwo 阅读(3769) 评论(0) 推荐(0)

摘要: Ubuntu Server 14.04升级Ubuntu Server 16.04 1、终端下执行命令 2、重启系统以完成更新的安装 3、用命令安装更新管理器核心update-manager-core,如果服务器已安装则可以跳过 4、编辑/etc/update-manager/release-upgr 阅读全文
posted @ 2016-10-19 00:53 Likwo 阅读(1352) 评论(0) 推荐(0)

2016年9月24日

摘要: redis安装 启动 检测 停止 通过指定配置文件启动 可为redis服务启动指定配置文件,配置文件 redis.conf 在Redis根目录下。 启动时指定配置文件 他启停同 直接启动 方式。配置文件是非常重要的配置工具,随着使用的逐渐深入将显得尤为重要,推荐在一开始就使用配置文件。 启动脚本 推 阅读全文
posted @ 2016-09-24 15:48 Likwo 阅读(18055) 评论(0) 推荐(0)

摘要: 开启redis 允许外网IP 访问 在 Linux 中安装了redis 服务,当在客户端通过远程连接的方式连接时,报could not connect错误。 错误的原因很简单,就是没有连接上redis服务,由于redis采用的安全策略,默认会只准许本地访问。 需要通过简单配置,完成允许外网访问。 修 阅读全文
posted @ 2016-09-24 15:37 Likwo 阅读(41628) 评论(0) 推荐(0)

2016年9月23日

摘要: Adroid and ios qrcode merge as One QRCode and one short link is publish , the web site is www.apponelink.com 阅读全文
posted @ 2016-09-23 20:23 Likwo 阅读(239) 评论(0) 推荐(0)

2016年9月22日

摘要: 原文 webbench最多可以模拟3万个并发连接去测试网站的负载能力,个人感觉要比Apache自带的ab压力测试工具好用,安装使用也特别方便,并且非常小。 主要是 -t 参数用着比较爽,下面参考了张宴的文章: 1、适用系统:Linux 2、编译安装: [root@hexuweb102 ~]$wget 阅读全文
posted @ 2016-09-22 14:01 Likwo 阅读(516) 评论(0) 推荐(0)

2016年9月18日

摘要: yii 项目根目录下需要有assets目录,如果没有,会导致gii失效 阅读全文
posted @ 2016-09-18 20:06 Likwo 阅读(265) 评论(0) 推荐(0)

2016年9月12日

摘要: 如何获取苹果的下载地址?很多人使用苹果的APPStore 里的复制链接,但是复制出来的是短网址,由于苹果的短网址服务不太好,经常会出现打不开的情况,所以好推二维码 www.HotApp.cn 推荐大家使用长网址,那么苹果的APP下载地址如何获取呢,我们以获取QQ的下载地址为例 (1)打开http:/ 阅读全文
posted @ 2016-09-12 15:57 Likwo 阅读(44934) 评论(0) 推荐(0)

2016年9月8日

摘要: 1. 如何获取应用宝APP ID 2. 二百二维码如何通过应用宝微下载支持微信自动打开APP下载? 阅读全文
posted @ 2016-09-08 14:48 Likwo 阅读(340) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 73 下一页