I find some useful small searching technique today. I list them below as a memoir: 1. use site: xxx.com to search what you want in xxx.com. 2. use fil ...
分类:
其他好文 时间:
2017-10-06 23:07:38
阅读次数:
288
参数 步骤1: 安装xdebug扩展(已安装可跳过步骤1),首先去 xdebug官方下载扩展包 https://xdebug.org/download.php wget下载得到tgz压缩包,tar解压 进入解压完目录执行phpinze(确保php扩展已经安装,未安装自行安装),目录会生成config ...
分类:
Web程序 时间:
2017-09-29 17:54:27
阅读次数:
807
爬取数据 参数解析 itemId是商品ID, sellerId 是卖家ID, currentPage是当前页码,目标url是https://rate.tmall.com/list_detail_rate.htm?itemId=15332134505&spuId=294841&sellerId=917 ...
分类:
其他好文 时间:
2017-09-28 19:55:10
阅读次数:
579
c# Task.FromResult 的基本用法和实例 This method is useful when you perform an asynchronous operation that returns a Task object, and the result of that Task o ...
collection of APIs(Application Programming Interface) java.lang automatically imported into Java programs java.util useful utility classes (有用的实用工具类) ...
分类:
编程语言 时间:
2017-09-23 14:27:58
阅读次数:
167
引言 拿到这份文档时想必你的脑海中一直萦绕着这么一个问题,“机器学习/深度学习要怎么学呢?(怎么入门,又怎么进一步掌握?)”。关于这个问题其实并没有一个标准答案,有的人可能适合自底向上的学,也就是先从理论和数学开始,然后是算法实现,最后再通过一些项目去解决生活中的实际问题;有的人则可能适合自顶向下的 ...
分类:
其他好文 时间:
2017-09-21 21:16:33
阅读次数:
348
throwing away too much information http://deeplearning.net/tutorial/lenet.html http://ufldl.stanford.edu/tutorial/supervised/Pooling/ ...
分类:
其他好文 时间:
2017-09-19 15:12:02
阅读次数:
187
Kind hearts are more than coronets. 善良的心灵胜于显贵的地位。 Some people say that this is a dog-eat-dog world, if we are too kind or too idealistic, we could fac ...
分类:
其他好文 时间:
2017-09-13 23:14:17
阅读次数:
169
Vue models, v-model, allow us to use two-way data binding, which is useful in some cases such as forms. This lesson shows how to use it by creating a ...
分类:
其他好文 时间:
2017-09-13 21:17:45
阅读次数:
266
In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data.... ...
分类:
编程语言 时间:
2017-09-10 19:51:07
阅读次数:
163