2016年8月3日

摘要: client $time = time() + 5*60; //UNIX timestamp plus a few minutes $apikey = ‘1839390183ABC389101323123’; $hash = hash_hmac(‘ripemd160’, $time, $apikey); You would then append that hash to the... 阅读全文
posted @ 2016-08-03 16:37 anjuncc 阅读(113) 评论(0) 推荐(0) 编辑
摘要: windows docker-toolbox sh start.sh ssh account : docker/tcuser docker-machine.exe ip sudo systemctl start/stop/restart/status docker 镜像操作 sudo docker pull mysql sudo docker pull redis sudo... 阅读全文
posted @ 2016-08-03 12:51 anjuncc 阅读(89) 评论(0) 推荐(0) 编辑

导航