2013年1月7日

几个台湾优秀个人博客网站

摘要: 永远的真田幸村:http://yblog.org/ivan/ PR=4小隔間裡的人生:http://blog.ijliao.info/ PR=5zonble’s:http://zonble.net/ PR=5Neo 's Blog:http://www.neo.com.tw/ PR=4Gea-Suan Lin:http://blog.gslin.org/ PR=5愛麗絲樂遊部落格仙境:http://www.askareiko.com/PR=5快樂心靈診所:http://blog.eroach.net/ PR=3看樹狗的部落格:http://blog.watchtreedog.com/P 阅读全文

posted @ 2013-01-07 20:34 龖龖 阅读(2511) 评论(0) 推荐(0) 编辑

2013年1月5日

visual studio has encountered an exception .this may be caused by an extension.

摘要: It seems this error was due to extension. What's your Visual Studio version?Could you please disable or remove all of your extensions?After that, please follow some common steps to reinstall templates:1)Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7 阅读全文

posted @ 2013-01-05 14:52 龖龖 阅读(1899) 评论(0) 推荐(0) 编辑

2012年12月24日

给U盘和移动硬盘加上漂亮的图标

摘要: (1) 把图标"*.ico"复制到U盘根目录下,我用的是"auto.ico"(其实不一定要在根目录下,只要指定文件路径就行,这里为了方便就选取了根目录)(2) 在根目录下创建一个autorun.inf文件,输入以下内容并保存(这个一定要在根目录下):[autorun]ICON=auto.ico,0然后弹出并重新插入U盘,你会发现U盘图标已经改变。(3)赋予autorun.inf和*.ico文件只读、系统、隐藏属性attrib x:\autorun.inf +r +h +s(赋予autorun.inf只读、系统、隐藏属性)attrib x:\auto.ic 阅读全文

posted @ 2012-12-24 09:44 龖龖 阅读(1329) 评论(0) 推荐(0) 编辑

2012年12月21日

Qt中int转换成QString

摘要: 有两种方法1.使用QString QString::number ( long n, int base = 10 ) [static]如:long a = 63; QString s = QString::number(a, 10); // s == "63" QString t = QString::number(a, 16).toUpper(); // t == "3F"2.使用long a = 63; QString s = QString("%1").arg(a);推荐第1种用法from:http://blog.163.com 阅读全文

posted @ 2012-12-21 08:56 龖龖 阅读(4709) 评论(0) 推荐(0) 编辑

2012年12月11日

[转]计算机视觉文献与代码资源

摘要: CVonlinehttp://homepages.inf.ed.ac.uk/rbf/CVonlinehttp://homepages.inf.ed.ac.uk/rbf/CVonline/unfolded.htmhttp://homepages.inf.ed.ac.uk/rbf/CVonline/CVentry.htm李子青的大作:Markov Random Field Modeling in Computer Visionhttp://www.cbsr.ia.ac.cn/users/szli/mrf_book/book.htmlHandbook of Face Recognition (PDF 阅读全文

posted @ 2012-12-11 16:24 龖龖 阅读(2581) 评论(0) 推荐(2) 编辑

2012年12月10日

Latex复制乱码问题

摘要: \documentclass{article}\usepackage{CJK}\usepackage{ccmap}\begin{document}\begin{CJK*}{GBK}{kai}content of article\end{CJK*}\end{document}注意加粗的那一句,只需要使用ccmap宏包就可以解决这个问题。 阅读全文

posted @ 2012-12-10 14:39 龖龖 阅读(1286) 评论(0) 推荐(0) 编辑

2012年11月30日

Opencv无法调用SURF算子

摘要: Opencv无法调用SURF算子的问题:OpenCV Error: The function/feature is not implemented (OpenCV was built without SURF support) in unknown function解决方法:调用前执行cv::initModule_nonfree(); 阅读全文

posted @ 2012-11-30 15:50 龖龖 阅读(1757) 评论(0) 推荐(0) 编辑

ossim中改变图像处理的块大小

摘要: ossim中默认图像处理的块大小是64*64,如果要修改为自定义大小,可以使用rspfImageSourceSequencer进行修改,具体方式如下:vector<ossim_uint32> outBandList;outBandList.push_back(1);ossimBandSelector* theBandSelector = new ossimBandSelector;theBandSelector->connectMyInputTo(0, handler);theBandSelector->setOutputBandList(outBandList);fi 阅读全文

posted @ 2012-11-30 08:47 龖龖 阅读(241) 评论(0) 推荐(0) 编辑

2012年11月22日

fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.

摘要: 错误:fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.解决方法:add "_XKEYCHECK_H" in Preprocessor Definitions 阅读全文

posted @ 2012-11-22 17:48 龖龖 阅读(6867) 评论(0) 推荐(0) 编辑

2012年11月19日

带命令行的应用程序的调试

摘要: 工程->属性->调试->命令参数中填写命令行内容,然后运行调试即可。 阅读全文

posted @ 2012-11-19 10:54 龖龖 阅读(174) 评论(0) 推荐(0) 编辑

2012年11月16日

[转]MathType常见问题

摘要: http://www.zhenv5.com/mathtype%E4%B8%8Eword%E5%85%AC%E5%BC%8F%E5%AF%B9%E9%BD%90%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3/用MathType编辑公式然后插入到Word里的时候经常会遇到如下问题:1.同一行的公式符号与其他文字相比,位置偏高或偏低。2.一个公式占一行,只显示上或下半部分。3.一行公式无法和公式编号对齐在同一行。4.公式所在行与其他行的行距发生变化。对1、2和3的解决方法如下:全选所有文本->右键选择字体->字符间距,位置,选择标准。对4的解决办法如下:全选所有 阅读全文

posted @ 2012-11-16 08:50 龖龖 阅读(559) 评论(0) 推荐(0) 编辑

2012年10月26日

Visual Studio 2012调试时看不到变量的值

摘要: 情况一:Visual Studio 2012调试时看不到QString字符串的值,仅显示第一个字符的ASCII码,很不方便。而在2008版本中可以正常显示,很奇怪。其实稍作设置就可以了,如下图,在“Tool->Option->Debuggin->Edit and Continue”中勾选“Enable native Edit and Continue”就O啦~情况二:将Enable Intrinsic Functions 设置为No 阅读全文

posted @ 2012-10-26 16:31 龖龖 阅读(14025) 评论(1) 推荐(0) 编辑

2012年10月25日

error LNK2026: module unsafe for SAFESEH image

摘要: 去掉相应连接属性即可,如图 阅读全文

posted @ 2012-10-25 10:34 龖龖 阅读(9893) 评论(0) 推荐(0) 编辑

Visual Studio 新版本中VC++ Directories的设置

摘要: 以往,在Visual Studio 2008中,VC++ Directories的设置位于:Tools | Options | Projects and Solutions | VC++ Directories在Visual Studio 2010和Visual Studio 2012中,VC++ Directories的位置变了。如下:View | Other Window | Property Manager,然后,譬如我们要设置Win32 Debug配置下的VC++ Directories,就双击Microsoft.Cpp.Win32.user,然后就看到我们所熟悉的VC++ Direc 阅读全文

posted @ 2012-10-25 08:53 龖龖 阅读(662) 评论(0) 推荐(0) 编辑

2012年10月19日

\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props 错误

摘要: del %USERPROFILE%\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props 阅读全文

posted @ 2012-10-19 15:37 龖龖 阅读(574) 评论(0) 推荐(0) 编辑

导航