项目中添加一个Library 工程,但是却无法加入WPF window, WPF customize control.调查了一下,发现这一切都由于Library工程中没有:ProjectTypeGuids Debug AnyCPU {072127C4-0CED-4FA8-8...
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配置文件的配置方式,其实在MSDN里面是写得最清楚的了。可惜之前一直未曾了解到MSDN的强大。 先贴个地址:http://msdn.microsoft.com/zh-cn/library/dayb112d(v=vs.80).aspx,然后逐个分析。我希望自己能够从头到尾认真学完这系.....
分类:
Web程序 时间:
2014-07-06 19:47:22
阅读次数:
192
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
解决方案1:在project build path中先移除JRE System Library,再添加库JRE System Library,重新编译后就一切正常了。 解决方案2:Windows -> Preferences -> Java -> Compiler -> Errors/Warning...
分类:
其他好文 时间:
2014-07-06 15:01:09
阅读次数:
168
近期用excel和VB比較多,就简单的学习了一下VB中对Excel的处理。今天就介绍一些吧。 在VB中要想调用Excel,须要打开VB编程环境“project”菜单中的“引用”项目,并选取项目中的“Microsoft Excel 11.0 object library”项。因为你的Excel版本号....
分类:
其他好文 时间:
2014-07-06 13:47:11
阅读次数:
171
SwipeRefreshLayout是Google在support v4 19.1版本的library更新的一个下拉刷新组件,实现刷新效果更方便。使用如下:1.先下载android-support-v4.jar最新版本,之前的版本是没有SwipeRefreshLayout下拉刷新控件的,如果已经更新...
分类:
其他好文 时间:
2014-07-05 21:04:23
阅读次数:
297
1. 一个项目必须声明为 is library。使用该 library 的项目导入该 library。2. library 的 manifect 中 activity 的声明需明确包名以避免找不到。同样在项目中也要声明引用的 library 的 activity(同样带包名)。3. 项目可以使用 l...
分类:
移动开发 时间:
2014-07-05 17:48:23
阅读次数:
287
一.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
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