查看系统版本cat /etc/redhat-release下载CentOS 版本所对应的EPEL 的版本wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm命令安装EPEL 软件包rpm ...
分类:
其他好文 时间:
2014-06-15 22:16:46
阅读次数:
413
转自:http://blog.csdn.net/lonely_fireworks/article/details/7962171方便自己查阅。常规类型的格式化String类的format()方法用于创建格式化的字符串以及连接多个字符串对象。熟悉C语言的同学应该记得C语言的sprintf()方法,两者...
分类:
其他好文 时间:
2014-06-15 21:30:36
阅读次数:
274
#ifDEBUG首先,大小写不能写错.其次,解决方案配置设为:Debug,才会执行该语句,如果在条件里面搭配Debug.Assert等,效果甚佳。而如果要设置为Release模式,就不会执行条件语句中的内容,有时候可以通过设置!DEBUG来达到发布产品执行的代码。示例代码:int debugNumb...
分类:
其他好文 时间:
2014-06-15 19:15:53
阅读次数:
226
Today we will learn how to get depth data from a kinect and what the format of the data is
kinect code
kinect Initialization
To get the depth data from the kinect, simply change the arg...
分类:
编程语言 时间:
2014-06-15 08:04:16
阅读次数:
640
1、OPENCVGPU重新编译+自己的文件 注意点: 1、生成OPENCV.sln解决方案后,在ALL_build的属性中,添加相应目录: ALL_BUILD中的Debug和Release上的Microsoft.Cpp.Win32.user CUDA 路径: Include Directories:...
分类:
其他好文 时间:
2014-06-15 06:14:29
阅读次数:
225
$_format = function (source, params) { if (arguments.length == 1) return function () { var args = $.makeArray(arguments); ...
分类:
Web程序 时间:
2014-06-15 00:28:21
阅读次数:
312
if (Request["name"] != null) { try { string FileName = MyCrypt.Decrypt(Request["name"]); //string FilePath = Server.MapPath(string.Format("UploadFile....
分类:
其他好文 时间:
2014-06-14 23:47:24
阅读次数:
352
原文:MySQL取得当前时间的函数是什么 格式化日期的函数是什么取得当前时间用 now() 就行。在数据库中格式化时间 用DATE_FORMA T(date, format) .根据格式串format 格式化日期或日期和时间值date,返回结果串。 可用DATE_FORMAT( ) 来格式化DATE...
分类:
数据库 时间:
2014-06-14 18:33:24
阅读次数:
263
PDF(Portable Document Format)文件格式是Adobe公司开发的电子文件格式。这种文件格式与操作系统平台无关,这一特点使它成为在Internet上进行电子文档发行和数字化信息传播的理想文档格式。越来越多的电子图书、产品说明、公司文告、网络资料、电子邮件开始使用PDF格式文件。PDF格式文件目前已成为数字化信息事实上的一个工业标准。...
分类:
其他好文 时间:
2014-06-13 21:45:04
阅读次数:
452
添加系统以外的软件库[1]Addrpmforerepositories#yum-yinstallhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm#把“enabled=0”避免安装软件包发生冲突#sed-i-e"s/enabled=1/enabled=0/g"/etc/yum.repos.d/rpmforge.repo#使用此软件库..
分类:
其他好文 时间:
2014-06-13 21:21:32
阅读次数:
378