摘要: 0、要绑定的jar库,需要保证编译jar使用的jdk版本,与绑定时xamarin使用的jdk版本一致。 查看编译jar的jdk版本的方法:jar解压后,a、看MANIFEST.MF b、 javap -verbose xxx.class 1、编译时输出警告信息,如: 1>JARTOXML : war 阅读全文
posted @ 2016-10-04 23:22 jim.cheng 阅读(518) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2015-06-18 22:47 jim.cheng 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 中科院开源协会镜像站 Android SDK镜像测试发布https://forum.opencas.org/t/184 阅读全文
posted @ 2015-06-05 22:28 jim.cheng 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 1、在创建的Bindings Library项目中,新建Assets目录;2、Assets目录下再分别创建armeabi,armeabi-v7a,x86三个目录;3、将so文件分布copy到三个目录,如果没有每个架构的so文件,复制同一个so,保证每个目录下都有so文件,否则xamarin不干活4、... 阅读全文
posted @ 2015-05-27 00:39 jim.cheng 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blogs.msdn.com/b/henrikn/archive/2012/08/07/httpclient-httpclienthandler-and-httpwebrequesthandler.aspxIn two previous blogs I describehow t... 阅读全文
posted @ 2015-05-11 23:40 jim.cheng 阅读(1982) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/myarrow/article/details/79301311. IE802.11简介标准号IEEE 802.11bIEEE 802.11aIEEE 802.11gIEEE 802.11n标准发布时间1999年9月1999年9月2003年6月2009年9月... 阅读全文
posted @ 2015-05-11 16:41 jim.cheng 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 新数据类型NATIVE TYPE32-BIT BACKING TYPE64-BIT BACKING TYPESystem.nintSystem.Int32(int)System.Int64(long)System.nuintSystem.UInt32(uint)System.UInt64(ulong... 阅读全文
posted @ 2015-05-08 00:33 jim.cheng 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 《TyptScript语言手册》第1章-介绍《TypeScript语言手册》第2章-基本概念《TypeScript语言手册》第3章-类型《TypeScript语言手册》第4章-表达式《TpyeScript语言手册》第5章-语句《TypeScript语言手册》第6章-函数《TypeScript语言手册... 阅读全文
posted @ 2015-03-04 15:47 jim.cheng 阅读(740) 评论(0) 推荐(0) 编辑
摘要: Fields are used to define what a Model is. They aren't instantiated directly - instead, when we create a class that extendsExt.data.Model, it will aut... 阅读全文
posted @ 2015-02-12 11:54 jim.cheng 阅读(212) 评论(0) 推荐(0) 编辑
摘要: This is a static class containing the system-supplied data types which may be given to aField.Types是一个静态类,包含将用在Field的,系统提供的数据类型。The properties in this... 阅读全文
posted @ 2015-02-10 16:12 jim.cheng 阅读(434) 评论(0) 推荐(0) 编辑