摘要: /************************************************************************* File Name: 10305four.cpp Author: yubo Mail: yuzibode@126.com ... 阅读全文
posted @ 2015-08-13 21:59 phlsheji 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 本书主要模块化模式的优点、模块化方法与模式、OSGi简单使用等内容。分3大部分:第一部分介绍了模块化概念。为什么要模块化,以及一些模块化要考虑的东西,如模块粒度,依赖关系,重用性灵活性等。第二部分介绍模块化的一些模式。採用了GoF设计模式的格式(模式名称、模式表述、图示、描写叙述、多种实现、效果、例... 阅读全文
posted @ 2015-08-13 20:51 phlsheji 阅读(3085) 评论(0) 推荐(0) 编辑
摘要: 矩阵和图像的操作(1)cvAnd函数其结构void cvAnd( //将src1和src2按像素点取“位与运算” const CvArr* src1,//第一个矩阵 const CvArr* src2,//第二个矩阵 CvArr* dst,//结果矩阵 const CvArr* mask = NU... 阅读全文
posted @ 2015-08-13 20:16 phlsheji 阅读(989) 评论(0) 推荐(0) 编辑
摘要: 离开嵌入式行业两年,今天看到了自己在公司的专利后。公开号CN102750389 A公布类型申请专利申请号CN 201210229268公开日2012年10月24日申请日期2012年7月4日优先权日2012年7月4日发明者任小伟申请人厦门亿联网络技术股份有限公司一种嵌入式设备的高效搜索方法CN 102... 阅读全文
posted @ 2015-08-13 19:22 phlsheji 阅读(258) 评论(0) 推荐(0) 编辑
摘要: SharePoint 2010 升级到2013时间 为了确保用户可以连接,但无法改变升级数据我总结的步骤 红色请注意它们的含义。步骤1:连接到SQL DBS 上的SharePoint 2010数据库的内容。步骤2:设置SharePoint内容数据库的仅仅读状态为True。步骤3:把SharePoin... 阅读全文
posted @ 2015-08-13 18:28 phlsheji 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Steps:1. backup database TestMirror on Pricipal server2. backup database log of TestMirror on Pricipal server3. copy db and log backup files to Mirror... 阅读全文
posted @ 2015-08-13 17:30 phlsheji 阅读(484) 评论(0) 推荐(0) 编辑
摘要: Crazy TankTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4562Accepted Submission(s): 902Problem D... 阅读全文
posted @ 2015-08-13 16:24 phlsheji 阅读(307) 评论(0) 推荐(0) 编辑
摘要: AntsTime Limit:5000MSMemory Limit:65536KTotal Submissions:4125Accepted:1258Special JudgeDescriptionYoung naturalist Bill studies ants in school. His a... 阅读全文
posted @ 2015-08-13 14:57 phlsheji 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 功能名称: cabs 动力 能够: 计算绝对复数值 使用 法国: double cabs(struct complex z); 程序示例: #include #include int main(void) { struct complex z; double val; z.x ... 阅读全文
posted @ 2015-08-13 14:11 phlsheji 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 文本dom获取标签 $(选择)。创建一个标签对象 $("标签"); 由于所有的返回jQuery对象。能够调用链(无论jQuery API 回报jQuery对象)插入标签内部插入1.append(content|fn) 概述向每一个匹配的元素内部追加内容。这个操作与对指定的元素运行appendChil... 阅读全文
posted @ 2015-08-13 13:24 phlsheji 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 最近linux始终使用cpu实现全值, 双核cpu这始终是一个核心100%,还有的正常核.top这一发现输入法框架fcitx加载,直接kill它,不能用于发现狗输入法,令:fcitxfcitx-qimpanel输入法小鸟恢复,cpu也成为0鸟,鸥鸟! ... 阅读全文
posted @ 2015-08-13 12:21 phlsheji 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 在你开始看代码。的第一件事要做的就是下载代码。这里:https://github.com/spring-projects/spring-framework下载完整的使用发现gradle建立管理工具做源。值得庆幸的事情,spring为导入eclipse写了脚本工具,包解压后结构例如以下:waterma... 阅读全文
posted @ 2015-08-13 11:06 phlsheji 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 基于Haar特征Adaboost人脸检测级联分类基于Haar特征Adaboost人脸检测级联分类,称haar分类器。通过这个算法的名字,我们能够看到这个算法事实上包括了几个关键点:Haar特征、Adaboost、级联。理解了这三个词对该算法基本就掌握了。1算法要点Haar分类器 = Haar-lik... 阅读全文
posted @ 2015-08-13 10:05 phlsheji 阅读(772) 评论(0) 推荐(0) 编辑
摘要: Celica is a brave person and believer of a God in the bright side. He always fights against the monsters that endanger humans. One day, he is asked to... 阅读全文
posted @ 2015-08-13 08:30 phlsheji 阅读(165) 评论(0) 推荐(0) 编辑