会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
下雨le
不抛弃,不放弃
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
17
下一页
2016年11月9日
go exec: "gcc": executable file not found in %PATH%
摘要: win下使用go,在进行go run build.go时,提示 exec: "gcc": executable file not found in %PATH% 原因是sqlitle3是个cgo库,需要gcd编译c代码然后下载安装tdm-gcc即可(windosw版本)下载地址:http://tdm
阅读全文
posted @ 2016-11-09 20:01 zhjahch
阅读(2154)
评论(0)
推荐(0)
2016年11月1日
php计算脚本执行时间
摘要: 利用PHP的microtime实现 如何使用
阅读全文
posted @ 2016-11-01 14:41 zhjahch
阅读(2133)
评论(0)
推荐(0)
2016年10月27日
安装nodejs和grunt以后出现 /usr/bin/env: node: No such file or directory
摘要: 安装完成以后需要执行此命令 sudo ln -s /usr/bin/nodejs /usr/bin/node
阅读全文
posted @ 2016-10-27 16:55 zhjahch
阅读(2553)
评论(0)
推荐(0)
2016年10月25日
git 查看远程分支、本地分支、删除本地分支
摘要: 1.查看远程分支 git branch -a 2.查看本地分支 git branch 3.创建分支 git branch branch_name 4.切换分支 git checkout branch_name 5.删除本地分支 git branch -d branch_name 6.删除远程分支 g
阅读全文
posted @ 2016-10-25 14:11 zhjahch
阅读(271)
评论(0)
推荐(0)
InfluxDB安装
摘要: 参考https://www.influxdata.com/downloads/#influxdb 官网 OS X Docker Image Ubuntu & Debian RedHat & CentOS Standalone Windows Binaries (64-bit) Standalone
阅读全文
posted @ 2016-10-25 11:56 zhjahch
阅读(2817)
评论(0)
推荐(0)
2016年9月7日
git如何删除子模块
摘要: $ git rm --cached [path]
阅读全文
posted @ 2016-09-07 15:47 zhjahch
阅读(1289)
评论(0)
推荐(0)
2016年9月5日
php7.0 redis扩展下载地址
摘要: http://windows.php.net/downloads/pecl/snaps/redis/20160319/
阅读全文
posted @ 2016-09-05 16:20 zhjahch
阅读(495)
评论(0)
推荐(0)
2016年9月2日
php使用openssl进行Rsa长数据加密,解密保存问题
摘要: 原来代码: 修改分段以后:
阅读全文
posted @ 2016-09-02 16:28 zhjahch
阅读(1265)
评论(0)
推荐(0)
openssl生成rsa公私钥
摘要: 1、生成私钥pem, 执行命令openssl genrsa -out rsa_private_key.pem 1024 2、生成公钥,执行命令openssl rsa -in rsa_private_key.pem -pubout -out rsa_public_key.pem 3、将RSA私钥转换成
阅读全文
posted @ 2016-09-02 16:22 zhjahch
阅读(2667)
评论(0)
推荐(0)
2016年8月26日
时间管理一句话(6)
摘要: 人生不在于做多少事,在于把重要的事要首先做、用心做、做到极致!
阅读全文
posted @ 2016-08-26 10:11 zhjahch
阅读(151)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
17
下一页
公告