会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mumututu's growing
高山自仰止,流水不争先
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
84
下一页
2016年9月1日
Go的50度灰:Golang新开发者要注意的陷阱和常见错误
摘要: Go的50度灰:Golang新开发者要注意的陷阱和常见错误 http://colobu.com/2015/09/07/gotchas-and-common-mistakes-in-go-golang/
阅读全文
posted @ 2016-09-01 15:06 穆穆兔兔
阅读(334)
评论(0)
推荐(0)
2016年8月31日
深度学习 卷积神经网络
摘要: 卷积神经网络 卷积层+激活层+池化层(pooling layer) pooling layer, 下采样,压缩数据和参数的量,减少过拟合
阅读全文
posted @ 2016-08-31 17:18 穆穆兔兔
阅读(176)
评论(0)
推荐(0)
2016年8月30日
vim tab 和4个空格
摘要: 在.vimrc中添加以下代码后,重启vim即可实现按TAB产生4个空格:set ts=4 (注:ts是tabstop的缩写,设TAB宽4个空格)set expandtab 对于已保存的文件,可以使用下面的方法进行空格和TAB的替换:TAB替换为空格::set ts=4:set expandtab:%
阅读全文
posted @ 2016-08-30 16:15 穆穆兔兔
阅读(2202)
评论(0)
推荐(0)
python 入门
摘要: bool t, f = True, False print type(t) # Prints "<type 'bool'>" 字符串 hello = 'hello' # 实在想不出的时候就用hello world world = "world" print hello, len(hello) # 字
阅读全文
posted @ 2016-08-30 15:16 穆穆兔兔
阅读(266)
评论(0)
推荐(0)
pyenv 以及 virtualenv
摘要: 244 pyenv global 3.5.1 245 which python 246 python 247 pip install virtualenv 248 ls 249 pwd 250 ls 251 cd work/ 252 ls 253 mkdir ttttt 254 cd ttttt/
阅读全文
posted @ 2016-08-30 14:30 穆穆兔兔
阅读(182)
评论(0)
推荐(0)
2016年8月26日
Redis Cluster 理论知识
摘要: http://www.ttlsa.com/redis/redis-cluster-theoretical-knowledge/ Redis 集群的 TCP 端口(Redis Cluster TCP ports) 每个 Redis 集群节点需要两个 TCP 连接打开。正常的 TCP 端口用来服务客户端
阅读全文
posted @ 2016-08-26 10:54 穆穆兔兔
阅读(286)
评论(0)
推荐(0)
2016年8月25日
使用Redis SETNX 命令实现分布式锁
摘要: 基于setnx和getset http://blog.csdn.net/lihao21/article/details/49104695 使用Redis的 SETNX 命令可以实现分布式锁,下文介绍其实现方法。 SETNX命令简介 命令格式 SETNX key value 将 key 的值设为 va
阅读全文
posted @ 2016-08-25 15:56 穆穆兔兔
阅读(17357)
评论(1)
推荐(0)
2016年8月24日
go runtime scheduler
摘要:  http://www.slideshare.net/matthewrdale/demystifying-the-go-scheduler http://www.cs.columbia.edu/~aho/cs6998/reports/12-12-11_DeshpandeSponslerWeiss_
阅读全文
posted @ 2016-08-24 15:35 穆穆兔兔
阅读(2019)
评论(0)
推荐(0)
2016年8月22日
消息网关架构
摘要:
阅读全文
posted @ 2016-08-22 16:39 穆穆兔兔
阅读(815)
评论(0)
推荐(0)
2016年8月17日
WebSocket 是什么原理?为什么可以实现持久连接?
摘要: https://www.zhihu.com/question/20215561 作者:Ovear链接:https://www.zhihu.com/question/20215561/answer/40316953来源:知乎著作权归作者所有,转载请联系作者获得授权。 额。。最高票答案没答到点子上,最后
阅读全文
posted @ 2016-08-17 18:04 穆穆兔兔
阅读(588)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
84
下一页
公告