入门客AI创业平台(我带你入门,你带我飞行)
博客笔记

			
				使用cuDNN5编译py-faster-rcnn错误:cudnn.hpp(126): error: argument of type "int" is incompatible ...
使用cuDNN5编译py-faster-rcnn错误:cudnn.hpp(126): error: argument of type "int" is incompatible ... 2017-03-16
前几天在cuda8+cudnn5.1下编译py-faster-rcnn/caffe-fast-rcnn时报错了, /home/guyadong/caffe/py-faster-rcnn/caffe-fast-rcnn/include/caffe/util/cudnn.hpp(126): error: argument of type “int” is

			
				Oracle中函数/过程返回结果集的几种方式
Oracle中函数/过程返回结果集的几种方式 2017-08-25
Oracle中函数/过程返回结果集的几种方式:     以函数return为例,存储过程只需改为out参数即可,在oracle 10g测试通过.     (1) 返回游标:         retur

			
				VS 2013设置大地址解决地址写入冲突问题 0xC0000005: 写入位置 0x00000014 时发生访问冲突
VS 2013设置大地址解决地址写入冲突问题 0xC0000005: 写入位置 0x00000014 时发生访问冲突 2016-05-07
今天用vc 2008调用matlab相机标定工具箱stereo rectify的DLL,程序运行到一半就挂。 试了N次都是这样。 没办法,写了一个matlab测试程序,测试没问题。
15
2018-04
CSUACM1158 取字符串 2018-04-15
Submit Page    Summary    Time Limit: 1 Sec     Memory Limit: 128 Mb     Submitted: 1010     Solved: 345    Description有个长度为1000000以内的字符串C,
10
2012-01
Map分组排列 2012-01-10
List ggNoticeAllocates = ggNoticeAllocateManager.findByProperty("noticeguid", getModel().getNoticeguid()); Map ggNoticeAllocateMap = new HashMap(); for (GgNoticeAllocate ggNoticeAllocate : gg

			
				编译caffe出现错误:make: *** [.build_release/src/caffe/common.o] Error 1
编译caffe出现错误:make: *** [.build_release/src/caffe/common.o] Error 1 2016-08-23
在编译caffe时出现错误: In file included from ./include/caffe/util/device_alternate.hpp:40:0, from ./include/caffe/common.hpp:19, from src/caffe/common
17
2016-11
获取枚举类型的描述description 2016-11-17
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace candel {
18
2016-11
Map分组中的问题 2016-11-18
Map provinceId2PmIdMap = new HashMap();if(provinceId2PmIdMap.containsKey(provinceId)) { List pmInfoIds = list; pmInfoIds.add(pmInfoId);
27
2017-05
ORACLE如何返回结果集 2017-05-27
Oracle不像SQLServer那样在存储过程中用Select就可以返回结果集,而是通过Out型的参数进行结果集返回的。实际上是利用REF CURSOR 代码如下:   --procedure返

			
				问题解决——使用CriticalSection后 0xXXXXXXXX处最可能的异常: 0xC0000005: 写入位置 0x00000014 时发生访问冲突
问题解决——使用CriticalSection后 0xXXXXXXXX处最可能的异常: 0xC0000005: 写入位置 0x00000014 时发生访问冲突 2014-12-18
================声明===================== 本文原创,转载请保持文章的完整性(含本声明),并显要的著名作者和出处。 本文链接:http://blog.csdn.net/wlsgzl/ar