上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 48 下一页
摘要: ref : http://blog.csdn.net/jaycee110905/article/details/45228249 阅读全文
posted @ 2016-09-23 11:27 Alamps 阅读(113) 评论(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 阅读(479) 评论(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 阅读(2051) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-12 22:57 Alamps 阅读(4746) 评论(0) 推荐(0) 编辑
摘要: 在Studio开发环境中,使用真机开发经常会出现waiting for debugger,卡死不动了,让人很崩溃啊,现在我就总结下几种解决方法,希望能帮到出现同样情况的朋友! 问题出现及解决办法: 多开Studio,导致调试器多开,可能模拟器无法辨别是谁在调试,关掉其他的Studio,剩下要debug那一个! 在Studio中的Android Monitor 出现了多个模拟器,也是模拟器无法... 阅读全文
posted @ 2016-09-11 11:58 Alamps 阅读(1239) 评论(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 阅读(215) 评论(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 阅读(346) 评论(3) 推荐(0) 编辑
摘要: http://www.cnblogs.com/mfryf/archive/2013/05/17/3083895.html 阅读全文
posted @ 2016-09-04 21:46 Alamps 阅读(120) 评论(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 阅读(527) 评论(1) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 48 下一页