记录一下配置,省的以后还到处去找;(一)
添加环境变量;//第一次使用opencv的话需要加环境变量;”
%opencv%\build\x86\vc10\bin”和”%opencv%\build\common\tbb\ia32\vc10”注:%opencv%
用D:\opencv2.4替换;我的op...
1、解压源码2、把build/eclipse中的文件cp到源码跟目录,并修改文件名,前面增加"."号,变成eclipse工程。3、导入eclipse,
把build/lib/, build/lib/dist, build/lib/merge,build/lib/src 下的包放到build path...
分类:
其他好文 时间:
2014-07-22 23:08:35
阅读次数:
309
1、下载并安装(Active direcotry 下面统一为AD)
https://directory.apache.org/studio/download/download-windows.html
http://directory.apache.org/apacheds/download/do....
分类:
其他好文 时间:
2014-05-01 15:57:37
阅读次数:
506
This is a updated post for a previous post,
where webuilt ffmpeg 0.8 with Android NDK r5 and r6. This post will give
instructions of how to build ffmp...
分类:
其他好文 时间:
2014-05-01 13:58:30
阅读次数:
621
利用build.xml导入eclipse点击Run——Run
Configurations点击“Main”Name填写:SparkProject:Spark(选择Spark工程)Main
class:org.jivesoftware.launcher.Startup(启动类)勾选Stop in ma...
分类:
其他好文 时间:
2014-05-01 11:51:57
阅读次数:
366
InterceptorManager PluginManageropenfire
插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet
com.myyule.openfire.plugin.S...
分类:
其他好文 时间:
2014-05-01 08:42:11
阅读次数:
305
使用非默认内核而出现的错误。[zsj@arch ~]$ systemctl
--state=failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-modules-load.service
load...
分类:
其他好文 时间:
2014-05-01 03:38:30
阅读次数:
589
//
查找满足指定条件的结果中的第一行$post=Post::model()->find($condition,$params);//
查找具有指定主键值的那一行$post=Post::model()->findByPk($postID,$condition,$params);//
查找具有指定属性...
分类:
数据库 时间:
2014-05-01 01:59:01
阅读次数:
411
活动目录(Active Directory)是面向Windows Standard
Server、Windows Enterprise Server以及 Windows Datacenter Server的目录服务。(Active
Directory不能运行在Windows Web Server上,...
分类:
其他好文 时间:
2014-05-01 01:56:58
阅读次数:
715
原因分析:moc_开头的文件编译过程中没有重新生成导致。
解决办法:删除编译产生的build文件夹,重新编译即可。
错误类型截图如下:
这个问题的解决,使得可以在任何时候都可以在工程中加入新的ui文件,而不必在开始就添加所有的ui文件,减少了开发难度。对于这个问题的解决方法,个人觉得这是最好的解决方法。为了解决这个问题,之前也查了很多资料,但没有找到合适的方法。而且删...
分类:
其他好文 时间:
2014-04-28 10:46:41
阅读次数:
293