码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
WPF - 为什么不能往Library的工程中添加WPF window
项目中添加一个Library 工程,但是却无法加入WPF window, WPF customize control.调查了一下,发现这一切都由于Library工程中没有:ProjectTypeGuids Debug AnyCPU {072127C4-0CED-4FA8-8...
分类:Windows程序   时间:2014-07-06 21:11:45    阅读次数:284
iOS - Usage of NSData
Reference link :https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/BinaryData/Tasks/WorkingBinaryData.html1. create NSData, here m...
分类:移动开发   时间:2014-07-06 20:28:23    阅读次数:224
Asp.net Web.Config - 配置元素customErrors
Asp.net配置文件的配置方式,其实在MSDN里面是写得最清楚的了。可惜之前一直未曾了解到MSDN的强大。 先贴个地址:http://msdn.microsoft.com/zh-cn/library/dayb112d(v=vs.80).aspx,然后逐个分析。我希望自己能够从头到尾认真学完这系.....
分类:Web程序   时间:2014-07-06 19:47:22    阅读次数:192
eclipse常见错误
1、The superclass “javax.servlet.http.httpservlet” is not found in the build path 原因:未添加server library 解决:在工程的build path-》library中添加server runtime li.....
分类:系统相关   时间:2014-07-06 17:51:02    阅读次数:208
sun.misc.BASE64Encoder找不到jar包的解决方法
解决方案1:在project build path中先移除JRE System Library,再添加库JRE System Library,重新编译后就一切正常了。 解决方案2:Windows -> Preferences -> Java -> Compiler -> Errors/Warning...
分类:其他好文   时间:2014-07-06 15:01:09    阅读次数:168
VB读写Excel
近期用excel和VB比較多,就简单的学习了一下VB中对Excel的处理。今天就介绍一些吧。 在VB中要想调用Excel,须要打开VB编程环境“project”菜单中的“引用”项目,并选取项目中的“Microsoft Excel 11.0 object library”项。因为你的Excel版本号....
分类:其他好文   时间:2014-07-06 13:47:11    阅读次数:171
【转】google推出的SwipeRefreshLayout下拉刷新用法
SwipeRefreshLayout是Google在support v4 19.1版本的library更新的一个下拉刷新组件,实现刷新效果更方便。使用如下:1.先下载android-support-v4.jar最新版本,之前的版本是没有SwipeRefreshLayout下拉刷新控件的,如果已经更新...
分类:其他好文   时间:2014-07-05 21:04:23    阅读次数:297
Android Library 使用规则
1. 一个项目必须声明为 is library。使用该 library 的项目导入该 library。2. library 的 manifect 中 activity 的声明需明确包名以避免找不到。同样在项目中也要声明引用的 library 的 activity(同样带包名)。3. 项目可以使用 l...
分类:移动开发   时间:2014-07-05 17:48:23    阅读次数:287
Android——eclipse共享library以及导出jar包
一.apk之间共享Class 在eclipse中的一个androoid工程想要使用另外一个工程的class,可以在工程的project.properties文件中添加: android.library.reference.1= project path reference.1 表示library的序号,有多个的话依次增加, project path 代表目标工程的路径,可以是绝对路径或者相对路径...
分类:移动开发   时间:2014-07-05 10:52:21    阅读次数:184
ZOJ3380- Patchouli's Spell Cards(概率DP+计数)
Patchouli's Spell Cards Time Limit: 7 Seconds      Memory Limit: 65536 KB Patchouli Knowledge, the unmoving great library, is a magician who has settled down in the Scarlet Devil Mansion (紅魔館...
分类:其他好文   时间:2014-07-04 08:34:34    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!