码迷,mamicode.com
首页 >  
搜索关键字:resources    ( 3470个结果
手势识别之--1:Opencv的环境搭建(法一)
准备 链接 opencv官网:http://opencv.org/ 快速开始 :http://opencv.org/quickstart.html Cmake :http://www.cmake.org/cmake/resources/software.html(根据你的开发平台...
分类:其他好文   时间:2014-08-05 18:15:19    阅读次数:193
End-to end provisioning of storage clouds
Embodiments discussed in this disclosure provide an integrated provisioning framework that automates the process of provisioning storage resources, en...
分类:其他好文   时间:2014-08-05 00:29:38    阅读次数:354
Effective C++读书笔记之十三:以对象管理资源
Item 13:Use objects to manage resources 假设我们使用一个用来塑膜投资行为的程序库,其中各式各样的投资类型继承自一个root class: class Investment { ... };  //“投资类型”继承体系中的root class 进一步假设,这个程序系通过一个工厂函数(工厂函数会“返回一个base class指针,指向新生成...
分类:编程语言   时间:2014-08-04 18:06:17    阅读次数:212
Oracle HR 样例用户的建立 10g,11g均可
Oracle HR 样例用户的建立 10g,11g均可 先将附件(见文章尾部)上的 10 个 .sql 文件放入这个路径中 : $ORACLE_HOME/demo/schema/human_resources   Script Name        Description hr_analz.sql Collec...
分类:数据库   时间:2014-08-04 17:59:18    阅读次数:281
源码方式安装mysql5.5
mysql5.5开始,源码配置编译工具configure变成了cmake,所以先要去把cmake装上。并安装make,bison,cmake,gcc-c++,ncurses的包去http://www.cmake.org/cmake/resources/software.html 下载cmake./c...
分类:数据库   时间:2014-08-02 23:19:44    阅读次数:427
ZOJ 1639 Hang Up the System (状态压缩)
Hang Up the System Time Limit: 2 Seconds      Memory Limit: 32768 KB You're going to design a multi-task operating system for an embedded system. Because the resources are limited on this mini c...
分类:其他好文   时间:2014-08-02 18:22:13    阅读次数:328
WebStorm的安装和配置
WebStorm:WebStorm是一个使用的前端开发工具安装:(1)首先从网上找一个WebStorm8.0.3破解版(2)解压后进行安装,安装时切记不要修改安装路径修改为中文版:(1)一般的破解版的压缩文件中会有一个resources_en文件,将该文件复制到C:\ProgramFiles\JetBrains\WebStorm8.0.3..
分类:Web程序   时间:2014-08-01 11:00:21    阅读次数:212
Tagging Physical Resources in a Cloud Computing Environment
A cloud system may create physical resource tags to store relationships between cloud computing offerings, such as computing service offerings, storag...
分类:其他好文   时间:2014-08-01 04:50:21    阅读次数:515
修改extjs源码关闭按钮样式
首先通过文件引用找到extjs的样式文件: <link?rel="stylesheet"?type="text/css" href="<%=basePath%>/publicresource/extlib/resources/css/ext-all.css"?/> 打开ext-all.css在文件最后添加下面代码 .x-too...
分类:Web程序   时间:2014-07-31 21:24:17    阅读次数:293
axis2的wsdl无法使用eclipse axis1插件来生成客户端--解决方法
使用jetty+axis2实现webservice服务端,且无需使用axis2命令生成服务端代码,只要services.xml配置实现类。 工程为gradle工程配置文件在src/main/resources/axis2/WEB-INF/services.xml: Please Type your service description here <mes...
分类:系统相关   时间:2014-07-31 13:17:26    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!