码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
Morning Reading Collection
w5d6 Hey, guys, these days I started to do some English morning reading. I just read out some nice English sentences or sayings. Today, I would share ...
分类:其他好文   时间:2016-04-03 20:14:20    阅读次数:172
安装openssl
root@hkg ~# apt-get install openssl*Reading package lists... DoneBuilding dependency treeReading state information... DoneNote, selecting 'libcrypt-op ...
分类:其他好文   时间:2016-04-03 20:13:27    阅读次数:235
安装pcre(为了支持rewrite功能,我们需要安装pcre)
root@hkg ~# apt-get install pcre* Reading package lists... DoneBuilding dependency treeReading state information... DoneNote, selecting 'libghc-regex- ...
分类:其他好文   时间:2016-04-03 20:05:57    阅读次数:189
Android从图库选择照片
从机里取照片,开头用网上找的代码测试,导致类似下面这样的Crash:java.lang.RuntimeException: Failure delivering result java.lang.SecurityException: Permission Denial: reading com.an ...
分类:移动开发   时间:2016-04-01 21:50:05    阅读次数:150
thinking in java -----reading note(2)
# thinking in java 4th# reading note# victor# 2016.02.16chapter 2 一切都是对象2.1 用句柄操纵对象 使用句柄作为标识符指向一个对象.但拥有句柄并不意味着有一个对象同它连接. 例如,创建一个String句柄: String s; 此时 ...
分类:编程语言   时间:2016-03-29 21:20:34    阅读次数:156
配置redis禁用几个危险命令
这几天客户一直给我反映一个问题,那就是他的缓存服务器redis每天会清理库,很纳闷,我配置的redis一般保持的默认,不应该会每天去清理库的,感觉应该还是他的程序上有点问题吧。不过,不管程序问题还是配置问题,我想到就是可以吧清库的命令禁掉,这样即使他程序要去清理也是..
分类:其他好文   时间:2016-03-29 15:05:45    阅读次数:403
[软工]老师对大作业的答疑(一)
2016-03-23 问题1. About the Iteration number column in the backlog template Our group can't really understand what iteration means even after reading th ...
分类:其他好文   时间:2016-03-27 10:53:15    阅读次数:142
thinking in java ----reading note (3)
# thinking in java 4th# reading note# victor# 2016.03.13chapter 3 控制程序流程3.1 java 运算符 几乎所有运算符都只能操作"基本值类型"."=","=="和"!=" 能操作所有对象,String类支持"+"和"+=".3.1.1 ...
分类:编程语言   时间:2016-03-24 06:31:33    阅读次数:298
Paper Reading 4:Massively Parallel Methods for Deep Reinforcement Learning
来源:ICML 2015 Deep Learning Workshop作者:Google DeepMind创新点:构建第一个用于深度增强学习的大规模分布式结构该结构由四部分组成: 并行的行动器:用于产生新的行为 并行的学习器:用于从存储的经验中训练 分布式的神经网络:用于表示value function或者policy 分布式的经验存储 实验结果:将DQN应用在该体系结构上,训练的水平在49个游戏中...
分类:其他好文   时间:2016-03-18 09:36:04    阅读次数:263
Embedding Lua, in Scala, using Java(转)
I was reading over the list of features that CurioDB lacks compared to Redis , that I’d previously documented. It contained the item “no Lua scripting
分类:编程语言   时间:2016-03-17 08:27:12    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!