码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
Getting started with new I/O (NIO)--reference
Before you startAbout this tutorialThe new input/output (NIO) library was introduced with JDK 1.4. Picking up where original I/O leaves off, NIO provi...
分类:其他好文   时间:2014-08-02 09:55:53    阅读次数:322
Eclipse中添加Android系统jar包
Eclipse中添加Android系统jar包          这样做的好处是,可以使用Eclipse开发系统应用了,这样可以调用系统中才使用的API. 1.首先在项目中右击->属性。如图所示依次操作   2.添加User Library   3.第一次要新建User Library名字   注:一定要勾选上System library(addedto the boot clas...
分类:移动开发   时间:2014-08-01 23:15:12    阅读次数:338
ThinkPHP 3.2.2 重写BUG ,修正方法
TP3.2.x问题真多,官网根本就不维护了,很多时候TP官网都根本无法下载TP。 一个很严重的BUG,网址重写无法支持原因ThinkPHP本来就根本执行顺序全错! 解决方法: 文件: #D:\PC\zbphp.com\ThinkPHP\Library\Think\Dispatcher.class.php 代码:(替换成下面的即可 by default7#zbphp.c...
分类:Web程序   时间:2014-08-01 20:00:02    阅读次数:246
Windows Server上iSCSI的Best Practices
Installing and Configuring Microsoft iSCSI Initiator http://technet.microsoft.com/en-us/library/ee338480(v=WS.10).aspx
分类:Windows程序   时间:2014-08-01 15:52:01    阅读次数:267
delphi 去掉TreeView水平滚动条
使用API函数:声明 FUNCTION ulong ShowScrollBar(ulong hwnd,ulong wBar,ulong bShow) LIBRARY "user32.dll"调用constant long SB_HORZ = 0constant long SB_VERT = 1con...
分类:其他好文   时间:2014-08-01 12:55:51    阅读次数:161
SQL Server’s Storage Top 10 Best Practices
好文章, 简明扼要. Storage Top 10 Best Practices http://technet.microsoft.com/en-us/library/cc966534.aspx
分类:数据库   时间:2014-08-01 12:54:31    阅读次数:242
Unable to execute dex: Multiple dex files define 的解决方法
我们在引入library时可能会出现这个错误比如:[2013-11-05 14:22:15 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/mobile/appstore/listjar/sdk/R$anim;[...
分类:其他好文   时间:2014-08-01 04:38:01    阅读次数:328
iOS沙盒
iOS沙盒中一共有四个文件夹------安装目录(r) -------Ducuments:长期存放用户文件或文件夹(rw) -------A.pp:mainBundle:存放可执行文件和资源文件(r) -------tmp:存放临时文件(r,w) -------Library ...
分类:移动开发   时间:2014-07-31 23:45:20    阅读次数:280
VS2013 编译&使用 stlport
1. 下载stlport. 下载地址:http://sourceforge.net/projects/stlport/2. 解压到一个目录下面, 我的是解压到D:\project_kuku\program\library\STLport-5.2.13. 打开vs2013的命令行工具, 在目录:C:....
分类:其他好文   时间:2014-07-31 23:10:40    阅读次数:222
oracle client 安装配置
vi/home/oracle/.bashrcumask022ORACLE_BASE=/usr/lib/oracleORACLE_HOME=$ORACLE_BASE/11.2/client64PATH=$ORACLE_HOME/bin:$PATHLD_LIBRARY_PATH=$ORACLE_HOME/libTNS_ADMIN=/usr/lib/oracle/11.2/client/network/adminExportLD_LIBRARY_PATHORACLE_BASEORACLE_HOMEPATHTNS_A..
分类:数据库   时间:2014-07-31 21:21:48    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!