码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
STL学习小结
STL就是Standard Template Library,标准模板库。这可能是一个历史上最令人兴奋的工具的最无聊的术语。从根本上说,STL是一些“容器”的集合,这些“容器”有list, vector,set,map等,STL也是算法和其它一些组件的集合。这里的“容器”和算法的集合指的是世界上非常...
分类:其他好文   时间:2014-07-11 22:30:33    阅读次数:210
asp.net word ecxel类型文件在线预览
asp.net word ecxel类型文件在线预览首先得引用COM:Microsoft Excel 10 Object LibraryMicrosoft Word 10 Object Library或者是 10以上的类库我现在用的是:资源下载:http://download.csdn.net/de...
分类:Web程序   时间:2014-07-11 20:20:42    阅读次数:388
sql 备份还原
先记下来,空了去看看 //开始备份 with adoquery1 do begin close; sql.Clear; sql.Add('Backup database library to disk=:p1 with init'); parameters.ParamByName('p1').Val...
分类:数据库   时间:2014-07-11 12:05:22    阅读次数:252
Eclipse - Failed to load the JNI shared Library (JDK)
When I try openingEclipse, a pop-up dialog states:Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`.Following this, Eclipse force clo...
分类:系统相关   时间:2014-07-11 11:45:13    阅读次数:238
ThinkPHP数据分页Page.class.php
获取分页类 ThinkPHP提供了数据分页的扩展类库Page,可以在http://www.thinkphp.cn/extend/241.html下载,或者下载官方的完整扩展包(http://www.thinkphp.cn/down/253.html)里面也已经包含分页扩展类了。把解压后的Page.class.php放入ThinkPHP/Extend/Library/ORG/Util/(如果没有请...
分类:Web程序   时间:2014-07-11 08:28:13    阅读次数:303
This version of the rendering library is more recent than your version of IntelliJ IDEA.
今天往idea里导入其他项目时又遇到了一个问题,单独标记一下。 导入后打开一个布局xml文件,发现不能渲染,报错为: This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA 看字面意思就是...
分类:其他好文   时间:2014-07-11 00:10:13    阅读次数:418
DLL 编写与使用
DLL 编写与使用 DLL,Dynamic Link Library,动态链接库。这是微软的一项技术,必须包含。 vs2010创建dll项目 流程: File|New|Project|Visual C++|Win32 | Win32 Console Application|DLL(Additional options|Export symbols) 以工程名12345为例。 ...
分类:其他好文   时间:2014-07-10 23:46:59    阅读次数:243
ArcGIS Api For Flex 动态画点和线
http://ns.adobe.com/mxml/2009"        xmlns:s="library://ns.adobe.com/flex/spark"        xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:supportClasses="com.esri.ags.skins.supportClasses.*" minWidth...
分类:Windows程序   时间:2014-07-10 21:19:33    阅读次数:362
JNI调用之本地库文件的安装
在进行JNI调用的时候,是由java的本地接口调用本地库文件来完成的,但是本地库文件需要放置到指定位置,JNI接口才能调用到,这个路径是由JVM的系统变量“java.library.path”指定的。大家可以将这个变量所指定的路径打印出来 例如:System.getProperty("java.library.path")。 在windows环境下可以看到执行的目录是什么C:/windows/sy...
分类:其他好文   时间:2014-07-10 21:10:25    阅读次数:162
Linux动态库(.so)搜索路径
主要内容:1、Linux动态库.so搜索路径编译目标代码时指定的动态库搜索路径;环境变量LD_LIBRARY_PATH指定的动态库搜索路径;配置文件/etc/ld.so.conf中指定的动态库搜索路径;默认的动态库搜索路径/lib;默认的动态库搜索路径/usr/lib。2、通过实例验证五种动态库的搜...
分类:系统相关   时间:2014-07-10 14:59:36    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!