码迷,mamicode.com
首页 >  
搜索关键字:linux find 命令 查找 文件    ( 619514个结果
OpenCV脸部、眼睛检测
/* 功能:实现对眼睛、脸部的跟踪。 版本:1.0 时间:2014-4-27 */ #include #include #include #include #include #include using namespace std; using namespace cv; void detectEyeAndFace( Mat frame ); //将下面两个文件复制到当前工...
分类:其他好文   时间:2014-04-27 20:40:47    阅读次数:659
Flex和Servlet结合上传文件报错(一)
1、具体错误如下 一个表单域 不是一个表单域 java.io.FileNotFoundException: D:\MyEclipse\workspace\FlexFileUpload\Web\null\鏂板缓 Microsoft Word 鏂囨。.docx (系统找不到指定的路径。) at java.io.FileOutputStream.open(Native Method) at jav...
分类:其他好文   时间:2014-04-27 20:40:00    阅读次数:608
时序图与状态图(Rose) - Windows XP经典软件系列
以CAN转UART(串口)为例。         功能简介:                  当主程序收到CAN口的数据后;根据按键的不同来选择是使用CAN口发送,还是使用UART口发送。     一、图片 时序图 协作图     二、下载             can2uart.mdl...
分类:Windows程序   时间:2014-04-27 20:35:41    阅读次数:961
[Node.js] express 安装的问题
版本问题,安装的时候使用命令: npm install -g express@3.5.0 即可解决问题...
分类:Web程序   时间:2014-04-27 20:12:16    阅读次数:1045
支持泛型AVL Tree的简单实现,并和STL map比较了插入,删除,查找的性能
支持泛型AVL Tree的简单实现,并和STL map比较了插入,删除,查找的性能...
分类:其他好文   时间:2014-04-27 19:43:40    阅读次数:400
u-boot环境变量的配置
在移植好u-boot之后别忘了我们u-boot的zji...
分类:其他好文   时间:2014-04-27 19:21:59    阅读次数:560
GlusterFS源码解析 —— GlusterFS日志解析
Logging.c: /* Copyright (c) 2008-2012 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any...
分类:其他好文   时间:2014-04-27 18:57:31    阅读次数:702
linux vncserver 远控
在Linux上启动VNC Server(如果没安装的话那就先安装) 执行vncserver命令: [root@linux root]# vncserver You will require a password to access your desktops. Password: ----为了不想任何人都可以任意遥控此计算机。因此当第 Verify: ---1次启动VNC se...
分类:系统相关   时间:2014-04-27 18:33:08    阅读次数:1009
类图(Rose) - Windows XP经典软件系列
本例为串口类(VC)的类图     一、图片     二、下载             SerialPort.mdl...
分类:Windows程序   时间:2014-04-27 18:15:35    阅读次数:959
myeclipse中配置spring xml自动提示
这是一篇分享技巧的文章:myeclipse中配置spring xml自动提示。 ① window -> preferences -> MyEclipse -> Files and Editors -> XML -> XML Catalog ② 选择User Specified Entries,点击add按钮弹出一个选框,填入以下三项 i. Location: D:\baidu...
分类:编程语言   时间:2014-04-27 17:49:51    阅读次数:667
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!