上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 133 下一页
摘要: zb@zb-computer:/usr/local/redis/etc$ /usr/local/redis/bin/redis-server redis.6380.conf &[1] 30620zb@zb-computer:/usr/local/redis$ bin/redis-cli -p 638 阅读全文
posted @ 2018-10-26 10:53 盘思动 阅读(914) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/a1908f55bef8 在家目录下找到.gitconfig git config --local --unset credential.helper git config --global credential.helper cache //改回 阅读全文
posted @ 2018-10-25 22:24 盘思动 阅读(5462) 评论(0) 推荐(0)
摘要: public function set_s(){ $arr = [ ['one' => 6,'two' => 19], ['one' => 36,'two' => 3], ['one' => 26,'two' => 3], ['one' => 2,'two' => 84], ['one' => 5, 阅读全文
posted @ 2018-10-20 18:38 盘思动 阅读(684) 评论(0) 推荐(0)
摘要: * 用PHP自带array_multisort函数排序 ``` $data = [ ['volume' => 67, 'edition' => 2], ['volume' => 86, 'edition' => 1], ['volume' => 85, 'edition' => 6], ['volu 阅读全文
posted @ 2018-10-20 18:31 盘思动 阅读(1990) 评论(0) 推荐(0)
摘要: https://github.com/jiqing9006/aceAdmin 阅读全文
posted @ 2018-10-19 21:37 盘思动 阅读(164) 评论(0) 推荐(0)
摘要: 默认的是6379 可以用6380,6381开启多个 1.开启 ./redis-server ../etc/redis.6380.conf & 2.链接 redis-cli -p 6380 查看进程 # ps aux|grep redis root 866 0.0 0.0 45536 4520 ? S 阅读全文
posted @ 2018-10-19 18:31 盘思动 阅读(1920) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/album/456c463b93630d0a58314431.html?picindex=8 后台样式编辑--可以把 弹出的框给去掉 阅读全文
posted @ 2018-10-17 16:39 盘思动 阅读(564) 评论(0) 推荐(0)
摘要: <link rel="icon" type="text/css" href="/favicon.png" /> 阅读全文
posted @ 2018-10-17 10:30 盘思动 阅读(139) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-10-15 18:33 盘思动 阅读(124) 评论(0) 推荐(0)
摘要: 2012 ps aux | grep redis 2013 cd /usr/local/redis/ 2014 ls 2015 cd etc/ 2016 ls 2017 cp redis.conf redis.6380.conf 2018 sudo cp redis.conf redis.6380. 阅读全文
posted @ 2018-10-10 16:22 盘思动 阅读(2498) 评论(0) 推荐(0)
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 133 下一页