背景:开发部需要使用python2.7,由于公网的环境python版本都是系统自带的,版本是2.6,需要升级,最好是通过RPM升级。实施步骤:1,下载nux的release文件wgethttp://li.nux.ro/download/nux/dextop/el6/i386/nux-dextop-release-0-2.el6.nux.noarch.rpmrpm-ivhnux-dextop-rele..
分类:
编程语言 时间:
2014-07-23 00:22:48
阅读次数:
252
从iOS5以来,引入了AutomaticReferenceCount(ARC)自动引用计数,就是obj-c对象每被“使用”一次,引用计数就会+1,当引用计数为0时,系统就会回收内存。这些都是由编译器自己完成的。而非ARC在OC程序中就是:自己alloc的要release,retain/copy的相应的也要release,这是传说中..
分类:
其他好文 时间:
2014-07-23 00:19:38
阅读次数:
315
今天重新安装了Linuxmint17Cinnamon系统,进行了以下的操作:一、进行系统的更新sudoapt-getdist-upgrade查看系统信息:uname-alsb_release-asudoreboot二、进行系统的中文配置1、软件源更改主要配置:主要配置:NCHC基础配置:aliyun2、在终端中安装中文语言包sudoapt-getinst..
分类:
其他好文 时间:
2014-07-23 00:18:58
阅读次数:
346
Oracle11g 第2版 各个版本下载地址...
分类:
数据库 时间:
2014-07-23 00:03:28
阅读次数:
383
用VS2012安装OpenCV时出现这个错误,在网上搜索了很多解决方案,最终解决了问题。现在把这些解决方案汇总一下。
方案一:下载MSVCP100D.dll
1、复制文件“msvcr100d.dll”到系统目录下。
2、系统目录一般为:C:\WINNT\System32 64位系统为C:\Windows\SysWOW64。
3、最后点击开始菜单-->运行-->输入regsvr32...
分类:
其他好文 时间:
2014-07-22 23:44:47
阅读次数:
912
Transforming Images with Morphological Operations
分类:
其他好文 时间:
2014-07-22 23:28:47
阅读次数:
820
Extracting Lines,Contours, and Components
分类:
其他好文 时间:
2014-07-22 23:18:17
阅读次数:
641
Counting the Pixels with Histograms
分类:
其他好文 时间:
2014-07-22 23:14:32
阅读次数:
283
Using the Strategy pattern in algorithm design
分类:
其他好文 时间:
2014-07-22 23:13:12
阅读次数:
300