会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
luoganttcc
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
332
333
334
335
336
337
338
339
340
···
344
下一页
2018年9月6日
redis 安装后不能使用
摘要: 原文root@ubuntu:/usr/local/redis/bin# ./redis-cli127.0.0.1:6379> config set stop-writes-on-bgsave-error noOK127.0.0.1:6379> lpush m...
阅读全文
posted @ 2018-09-06 10:59 luoganttcc
阅读(354)
评论(0)
推荐(0)
2018年9月5日
redis 重启
摘要: /etc/init.d/redis-server stop/etc/init.d/redis-server start/etc/init.d/redis-server restart
阅读全文
posted @ 2018-09-05 15:56 luoganttcc
阅读(637)
评论(0)
推荐(0)
python 东八区
摘要: import pytz def get_weekend(tt): from dateutil.parser import parse bb=parse(tt) pacific = pytz.timezone('Asia/Shangha...
阅读全文
posted @ 2018-09-05 15:55 luoganttcc
阅读(294)
评论(0)
推荐(0)
2018年9月3日
深度学习最优化
摘要: 非常好2
阅读全文
posted @ 2018-09-03 13:42 luoganttcc
阅读(148)
评论(0)
推荐(0)
2018年8月28日
python 后台执行
摘要: nohup python work.py >my.log &
阅读全文
posted @ 2018-08-28 19:44 luoganttcc
阅读(101)
评论(0)
推荐(0)
tensorflow 英文文档
摘要: 英文中文
阅读全文
posted @ 2018-08-28 12:36 luoganttcc
阅读(150)
评论(0)
推荐(0)
2018年8月27日
安装 tensorlayer
摘要: pip install --user tensorlayer
阅读全文
posted @ 2018-08-27 13:46 luoganttcc
阅读(221)
评论(0)
推荐(0)
2018年8月25日
个人感悟
摘要: 财富是底层人民的追求经济社会中的每个人都在竭力的将自己的东西卖出去;当你想买很多东西时,要抑制住购买的欲望,因为有很多东西是不必要的当别人竭力想你推荐某种东西时,你要小心了,好东西都是留明天卖的;如果有选择的话,不要和长江以北的人做生意; ...
阅读全文
posted @ 2018-08-25 12:59 luoganttcc
阅读(100)
评论(0)
推荐(0)
2018年8月24日
Ubuntu 调节屏幕亮度
摘要: sudo add-apt-repository ppa:apandada1/brightness-controllersudo apt-get updatesudo apt-get install brightness-controller-simplebr...
阅读全文
posted @ 2018-08-24 19:30 luoganttcc
阅读(143)
评论(0)
推荐(0)
2018年8月17日
python 隐马尔可夫链
摘要: 马尔科夫转换矩阵Out[72]: Sunny Cloudy RainySunny 0.50 0.375 0.125Cloudy 0.25 0.125 0.625Rainy 0.25 0.375 0.375...
阅读全文
posted @ 2018-08-17 18:26 luoganttcc
阅读(233)
评论(0)
推荐(0)
上一页
1
···
332
333
334
335
336
337
338
339
340
···
344
下一页
公告