上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

2016年2月24日

摘要: 1.什么是aidl:aidl是 Android Interface definition language的缩写,一看就明白,它是一种android内部进程通信接口的描述语言,通过它我们可以定义进程间的通信接口 icp:interprocess communication :内部进程通信 2.既然a 阅读全文
posted @ 2016-02-24 12:06 Stars-OnMyWay 阅读(949) 评论(0) 推荐(0) 编辑

2016年2月22日

摘要: 1. 图片放在sdcard中 Bitmap imageBitmap = BitmapFactory.decodeFile(path) (path 是图片的路径,跟目录是/sdcard) 2. 图片在项目的res文件夹下面 //得到application对象 ApplicationInfo appIn 阅读全文
posted @ 2016-02-22 17:23 Stars-OnMyWay 阅读(4989) 评论(0) 推荐(0) 编辑

2016年1月28日

摘要: 1. 隐藏文件夹 以.开头的文件夹会被Unity忽略。在这种文件夹中的资源不会被导入,脚本不会被编译。也不会出现在Project视图中。 2. Standard Assets 在这个文件夹中的脚本最先被编译。 这个文件夹中的脚本会被导出到Assembly-CSharp-firstpass, Asse 阅读全文
posted @ 2016-01-28 16:29 Stars-OnMyWay 阅读(242) 评论(0) 推荐(0) 编辑

2016年1月27日

摘要: https://gradle.org/releases/ Gradle介绍 Gradle是一个先进的build toolkit,可以方便的管理依赖包和定义自己的build逻辑。到底有多先进,Android Studio官方集成Gradle,Google还专门写了Android Plugin for 阅读全文
posted @ 2016-01-27 18:34 Stars-OnMyWay 阅读(273) 评论(0) 推荐(0) 编辑

2016年1月26日

摘要: #import@interfaceUtils:NSObject#pragma正则匹配手机号+(BOOL)checkTelNumber:(NSString*)telNumber;#pragma正则匹配用户密码6-18位数字和字母组合+(BOOL)checkPassword:(NSString*)pas... 阅读全文
posted @ 2016-01-26 16:41 Stars-OnMyWay 阅读(3063) 评论(0) 推荐(0) 编辑

2016年1月22日

摘要: Unity 两种方式 一般都是组合使用1.[DllImport("__Internal")] C#调用oc2.UnitySendMessage oc调用C#1 C#调用oc在C#脚本中usingUnityEngine;usingSystem.Collections;usingSystem.Runti... 阅读全文
posted @ 2016-01-22 12:04 Stars-OnMyWay 阅读(3716) 评论(0) 推荐(0) 编辑
 
摘要: C#基础知识整理学习地址:http://blog.csdn.net/column/details/csarp.html 阅读全文
posted @ 2016-01-22 10:28 Stars-OnMyWay 阅读(118) 评论(0) 推荐(0) 编辑

2016年1月21日

摘要: 参考地址:http://qntm.org/files/perl/perl_cn.htmlPerl是一门动态的、动态类型的高阶脚本(解释型)语言,常常与PHP和Python相提并论。Perl的语法借鉴了许多古老的Shell脚本,并且因为过度使用难懂的符号而声名狼藉,这使得人们几乎无法从Google搜索... 阅读全文
posted @ 2016-01-21 10:55 Stars-OnMyWay 阅读(297) 评论(0) 推荐(0) 编辑

2016年1月20日

摘要: 一、关于AndroidManifest.xmlAndroidManifest.xml 是每个android程序中必须的文件。它位于整个项目的根目录,描述了package中暴露的组件(activities, services, 等等),他们各自的实现类,各种能被处理的数据和启动位置。 除了能声明程序中... 阅读全文
posted @ 2016-01-20 19:20 Stars-OnMyWay 阅读(460) 评论(0) 推荐(0) 编辑
 
摘要: 一、下载先到它的官网http://www.charlesproxy.com/可下载到最新版本,这个下载有点慢,我已经将它放到网盘中了:http://pan.baidu.com/s/1gdu0S4V这个是3.9.3版本的,下载下来,安装就不多说了,很easy....打开界面:二、破解不过这个收费的,那... 阅读全文
posted @ 2016-01-20 10:39 Stars-OnMyWay 阅读(252) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页