Deep Learning:Assuming a deep neural network is properly regulated, can adding more layers actually make the performance degrade?I found this to be re...
分类:
Web程序 时间:
2015-08-04 20:41:51
阅读次数:
126
1. 修改内存分配不成功? 解决方法: 修改内存分配后需要重新编译mcfw.它影响3个核. 如果修改了cmem需要修改boostara. 2. 命令make clean后在make相机跑不起来? 解决方法:Make clean相当于把整个相机程序都clean了一下.文件系统中有原来的人的一些特殊修改...
分类:
其他好文 时间:
2015-08-04 18:53:19
阅读次数:
145
准备工作 安装make yum -y install gcc automake autoconf libtool make 安装g++ yum install gcc gcc-c++ 下面正式开始 -------------------------------...
分类:
数据库 时间:
2015-08-04 18:46:38
阅读次数:
130
原文地址:http://www.programcreek.com/2014/05/top-10-mistakes-java-developers-make/1.把 Array转化成ArrayList: Integer[] a=new Integer[5]; for (int i...
分类:
其他好文 时间:
2015-08-04 13:06:14
阅读次数:
90
在make subvision时,出现以下错误提示:/usr/local/src/neon-0.29.6/src/ne_auth.c:781:undefinedreferenceto`ne__ntlm_destroy_context’/usr/local/src/neon-0.29.6/src/ne...
分类:
其他好文 时间:
2015-08-04 10:54:41
阅读次数:
402
小编之前是安装2.3版本,因为一安装2.4版本就出现上面的问题,所以没办法只能安装2.3的,就没有上面问题。但是好像是2.3版的看不到data/data里面的文件,很麻烦,到做数据库啊,什么的要里面的文件看不到就非常不方便,所以没办法又把2.3版的卸载了,安装2.4的又出现此问题,今..
分类:
其他好文 时间:
2015-08-04 00:53:41
阅读次数:
268
redis
首先把redis安装到服务器中
1.wget http://download.redis.io/redis-stable.tar.gz 下载redis源码
2. tar xvzf redis-stable.tar.gz 解压
3.cd redis-stable
4.make make的时候可能出现问题,我的就出现了异常
异常一:...
分类:
数据库 时间:
2015-08-03 22:54:32
阅读次数:
232
之前写过一个ubuntu下配置eclipse开发gtk的文章,本来以为在windows下同样的方法应该没有问题,结果在make的时候却有了: g???cc: error: `pkg-config: No such file or directory gcc: error: gtk+-2.0`: No su...
The biggest mistake that you can make is to believe that you are working for somebody else. Job security is gone. The driving force of a career must c...
分类:
其他好文 时间:
2015-08-03 19:00:57
阅读次数:
103
我最喜欢的一本书 - 教我如何写可读的代码Two month fan of the book, from August - Oct. 2014; and then, started to practice code review, change the code to make it readabl...
分类:
其他好文 时间:
2015-08-03 06:31:35
阅读次数:
179