With the Gradle copy task we can define renaming rules for the files that are copied. We use the rename() method of the copy task to define the naming...
分类:
其他好文 时间:
2014-12-27 20:17:35
阅读次数:
183
We all laugh. We all hurt. We all make mistakes. We all dream. That's life. It's a journey. Please follow these rules to make the journey of your life...
分类:
其他好文 时间:
2014-12-27 18:47:25
阅读次数:
205
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)SummaryBayes Theorem $$P(A_i|B)=\frac{P(B|...
分类:
其他好文 时间:
2014-12-26 06:09:33
阅读次数:
136
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)Summary$$P(A\cap B)=P(B | A)\cdot P(A)$$ $...
分类:
其他好文 时间:
2014-12-25 06:34:57
阅读次数:
233
转文:本篇博客翻译自:http://blog.mongodb.org/post/87200945828/6-rules-of-thumb-for-mongodb-schema-design-part-1?mkt_tok=3RkMMJWWfF9wsRonsq7Ldu%2FhmjTEU5z14uUsUK...
分类:
数据库 时间:
2014-12-22 17:52:03
阅读次数:
185
在Xcode中使用J2ObjC有两种方式:External Build和Xcode Build Rule。Xcode Build Rules方式:一、创建新工程打开Xcode,选择新建工程——随便选择一个Application,比如Single View application。Product Na...
分类:
其他好文 时间:
2014-12-21 16:28:26
阅读次数:
308
Valid SudokuDetermine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are ...
分类:
其他好文 时间:
2014-12-17 23:55:15
阅读次数:
188
public function rules(){ return array( //必须填写 array('email, username, password,agree,verifyPassword,verifyCode', 'required'), ...
分类:
其他好文 时间:
2014-12-17 18:11:18
阅读次数:
105
今天在部署项目时,遇到项目组其他人重整了服务器上的iis,结果外部访问不了所部属的项目,通过一些渠道找到了设置方法
如下报错的截图:
原因是“入站ICMP规则”被重整了,所以我们需要重新新建入站ICMP规则 (详见入站ICMP规则)
首先,我们打开防火墙:
下面来新建入站规则:
右键点击“Inbound Rules”,在菜单中选择“New Rule...”...
分类:
其他好文 时间:
2014-12-16 11:47:04
阅读次数:
905
Centos搭建Eclipse C/C++环境只需要CDT即可,解压运行,新建工程,运行报 program g++ not found in path : eclipse 的window--》preference--》c/c++--》 build --》 setting --》discovery--...
分类:
数据库 时间:
2014-12-14 18:22:10
阅读次数:
321