09 2016 档案

摘要:ref : http://blog.csdn.net/jaycee110905/article/details/45228249 阅读全文
posted @ 2016-09-23 11:27 Alamps 阅读(114) 评论(0) 推荐(0) 编辑
摘要:第三方类库jar包 这就简单多了,直接将jar包拷贝到app/libs下,然后在app下的build.gradle中添加此jar的依赖。如下: dependencies { compile 'com.android.support:support-v4:19.1.0' compile files('libs/libammsdk.jar') compile files(... 阅读全文
posted @ 2016-09-20 09:01 Alamps 阅读(483) 评论(1) 推荐(0) 编辑
摘要:package com.xinwei; public class Student { private int studid; private String major; private double age; public Student() { super(); } public Student(int studid,... 阅读全文
posted @ 2016-09-13 16:51 Alamps 阅读(210) 评论(1) 推荐(0) 编辑
摘要:http://blog.csdn.net/xiaoshi720/article/details/49467523 阅读全文
posted @ 2016-09-12 23:21 Alamps 阅读(2052) 评论(0) 推荐(0) 编辑
摘要:在Studio开发环境中,使用真机开发经常会出现waiting for debugger,卡死不动了,让人很崩溃啊,现在我就总结下几种解决方法,希望能帮到出现同样情况的朋友! 问题出现及解决办法: 多开Studio,导致调试器多开,可能模拟器无法辨别是谁在调试,关掉其他的Studio,剩下要debug那一个! 在Studio中的Android Monitor 出现了多个模拟器,也是模拟器无法... 阅读全文
posted @ 2016-09-11 11:58 Alamps 阅读(1261) 评论(0) 推荐(0) 编辑
摘要:这段代码应该是由程序(例如Java)中生成的,where条件中 1=1 之后的条件是通过 if 块动态变化的。例如: String sql="select * from table_name where 1=1"; if( conditon 1) { sql=sql+" and var2=value2"; } ... 阅读全文
posted @ 2016-09-08 14:42 Alamps 阅读(218) 评论(0) 推荐(0) 编辑
摘要:1 alampsdeMacBook-Pro:bin alamps$ ./startup.sh 2 3 4 5 Using CATALINA_BASE: /Users/alamps/Library/apache-tomcat-8.5.5 6 Using CATALINA_HOME: /Users/alamps/Library/apache-tomcat-8.5.5 7... 阅读全文
posted @ 2016-09-06 23:11 Alamps 阅读(350) 评论(3) 推荐(0) 编辑
摘要:http://www.cnblogs.com/mfryf/archive/2013/05/17/3083895.html 阅读全文
posted @ 2016-09-04 21:46 Alamps 阅读(121) 评论(1) 推荐(0) 编辑
摘要:弄了个office2016正式版的教程,大多数朋友表示搞不懂,SO重新写了个超级详细的,在不懂我也是醉了。Mac office 2016免费安装教程微软近日正式向 Office 365 订阅用户发布了 Office for Mac 2016正式版,版本号 15.11.2。对于广大Mac用户来说Mac 阅读全文
posted @ 2016-09-04 19:03 Alamps 阅读(529) 评论(1) 推荐(0) 编辑
摘要:iOS/mac开发的一些知名个人博客 管理提醒: 本帖被 Chili小灰灰 执行加亮操作(2015-05-08) 王巍的博客:王巍目前在日本横滨任职于LINE。工作内容主要进行Unity3D开发,8小时之外经常进行iOS/Mac开发。他的陈列柜中已有多款应用,其中番茄工作法工具非常棒。 http://onevcat.com 池建强的博客: 池建强,70后程序员,Blogger。98年毕业,... 阅读全文
posted @ 2016-09-03 13:39 Alamps 阅读(211) 评论(0) 推荐(0) 编辑
摘要:root uid 0 gid0 system uid 1000 gid1000shell uid 2000 gid2000app uid >10000 gid >10000 jarsigner -verbose -keystore E:\Epan\huluxia.key -signedjar C:\ 阅读全文
posted @ 2016-09-03 13:37 Alamps 阅读(701) 评论(0) 推荐(0) 编辑
摘要:http://lib.csdn.net/article/android/31400 阅读全文
posted @ 2016-09-03 13:36 Alamps 阅读(265) 评论(0) 推荐(0) 编辑
摘要:http://itindex.net/detail/51896-github-android-开源 阅读全文
posted @ 2016-09-03 13:35 Alamps 阅读(146) 评论(3) 推荐(0) 编辑