码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
Android 自动化测试(2)根据ID查找对象(java)
之前一篇文章写的是 Android 自动化测试(1)如何安装和卸载一个应用(java) ,下面再探索一下如果在普通java应用程序中,根据ID来查找对象 1、类库依赖: The library dependencies are: chimpchat.jar,common.jar,ddmlib.jar,guava-13.0.1.jar,sdklib.jar,hierchyviewer2lib.jar They can all be found in the sdk/tools/lib subdirector...
分类:移动开发   时间:2014-10-04 23:29:37    阅读次数:287
并发请求时,HttpApplication的事件是如何执行的?
1 疑问: 如果系统里注册了一个HttpModule,在BeginRequest里编写了代码,执行时如果卡住,会影响其他请求的执行吗?查阅MSDN的解释:http://msdn.microsoft.com/zh-cn/library/system.web.httpapplication(VS.80)...
分类:移动开发   时间:2014-10-04 02:32:25    阅读次数:215
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:44:35    阅读次数:400
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:39:25    阅读次数:492
Visual Studio Image Library现在带矢量图标了
Visual Studio Image Library是微软提供的一套不可多得的高质量图标库(Visual Studio中自己使用的),我在自己写的一些小程序中一直有用到它们。今天天想把之前的程序中的2010风格的图标更新成2013的风格的,便到微软的网站网上搜了一下,发现体积大了好几倍,都快300...
分类:其他好文   时间:2014-10-03 21:25:15    阅读次数:199
转:计算机视觉相关领域代码集
一、特征提取Feature Extraction:· SIFT [1] [Demo program][SIFT Library] [VLFeat]· PCA-SIFT [2] [Project]· Affine-SIFT [3] [Project]· SURF [4] [OpenSURF] [Mat...
分类:其他好文   时间:2014-10-03 18:51:35    阅读次数:469
android 导包 导入jar包,打包jar包,打包成library。 KanKanStyle
(1)项目导入JAR包: 1、在项目EC或MYec里,将外部jar包拷贝在个libs目录里面。老的项目没有lib目录,活着叫lib,会报错,要改成libs 2、右键点击项目,Bulid Path->Configure Build Path 3、在设置Libraies项,选择刚才的位置添加jar包。 3、在Order and Export项里,将外部jar包选中。(很...
分类:移动开发   时间:2014-10-03 16:46:04    阅读次数:230
在动态网络下实现分布式共享存储
在动态网络下实现分布式共享存储http://cacm.acm.org/magazines/2014/6/175173-implementing-distributed-shared-memory-for-dynamic-networks译者序 共享内存系统是普通单机程序开发者熟悉的开发范式,通过简单...
分类:其他好文   时间:2014-10-03 14:06:44    阅读次数:291
通过 C# 代码操作 Google 日历
原文:通过 C# 代码操作 Google 日历本文主题 借助 Google .NET APIs Client Library,通过 C# 代码在 Google 日历中创建会议邀请。 本文背景 最近,Google 发布了 .NET APIs Client Library,终于可以方便地通过 .NET/...
分类:其他好文   时间:2014-10-02 15:18:33    阅读次数:210
使用c#给outlook添加任务、发送邮件
原文: 使用c#给outlook添加任务、发送邮件 c#在使用outlook提供的一些API时,需要将outlook相关的com引用到项目中。 具体方法就是用vs打开工程后,在工程上添加引用,在com选项卡上,选择Microsoft Outlook 12.0 Object Library,如果安装的...
分类:其他好文   时间:2014-10-02 10:02:52    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!