牛骨文教育服务平台(让学习变的简单)
博客笔记
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 {

			
				编译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
10
2012-01
Map分组排列 2012-01-10
List ggNoticeAllocates = ggNoticeAllocateManager.findByProperty("noticeguid", getModel().getNoticeguid()); Map ggNoticeAllocateMap = new HashMap(); for (GgNoticeAllocate ggNoticeAllocate : gg
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,

			
				VS 2013设置大地址解决地址写入冲突问题 0xC0000005: 写入位置 0x00000014 时发生访问冲突
VS 2013设置大地址解决地址写入冲突问题 0xC0000005: 写入位置 0x00000014 时发生访问冲突 2016-05-07
今天用vc 2008调用matlab相机标定工具箱stereo rectify的DLL,程序运行到一半就挂。 试了N次都是这样。 没办法,写了一个matlab测试程序,测试没问题。

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

			
				使用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

			
				浅谈R语言
浅谈R语言 2015-10-17
      在大数据时代下,随之引起了数据挖掘,数据分析,机器学习等的迅速发展。于此同时,也让人们越来越注意到R语言功能的强大。在此之前
26
2018-03
opencv3.4 + vs2015配置后运行提示(模块计算机类型“x64”与目标计算机类型“X86”冲突 opencv_world340.dll) 2018-03-26
首先,按网上点击打开链接这位教程重复检查了一遍。然后发现自己还是出现问题。随后找了好久,才注意到是细节出错了。总结需要注意的以下几
26
2006-10
Oracle Procedure 返回结果集 2006-10-26
方法一: Package 和 Procedure 的做法 先创建一个返回结果集的游标: create or replace package pkgaccq_tbuserpristype result is ref cursor;end pkgaccq_tbuserpr;  用上面定