上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页
摘要: 好久没写博客了,最近折腾了一个周,总算把Android4.4系统源码编译通过,有网上的大神们在,其实也不难.效果图一、介绍我的电脑配置不咋滴(i3+4G+320),分了90个G来装了个Ubuntu1204的双系统(WIN7+Ubuntu),这破电脑要是用虚拟机编android4.4,只能呵呵。。。如... 阅读全文
posted @ 2014-07-05 10:07 海之涯2008 阅读(387) 评论(0) 推荐(0)
摘要: 来源:http://bqsongning.blog.163.com/blog/static/1154714732009101693830493/schedule的意思(时间表、进度表)timer.schedule(new MyTask(event.getServletContext()), 0, 6... 阅读全文
posted @ 2014-05-27 14:39 海之涯2008 阅读(362) 评论(0) 推荐(0)
摘要: 参考:http://www.cnblogs.com/skywang12345/archive/2013/05/26/3093593.html http://www.2cto.com/kf/201501/372701.html java 类: JNI: 阅读全文
posted @ 2014-05-08 16:45 海之涯2008 阅读(5491) 评论(0) 推荐(0)
摘要: 部分java 代码声明: private native String getLine(String prompt); //若有多个参数,则本地方法在实现的过程中参数顺序必须相同 static { //加载本地库 System.loadLibrary("m... 阅读全文
posted @ 2014-04-26 17:31 海之涯2008 阅读(2737) 评论(0) 推荐(0)
摘要: 在写C/C++程序的时候,编译时有可能会遇到类似于“incompatible types when assigning to type 'char[128]' from type 'char *'” 这样的错误。解决: 如 char buf[128]; sprintf(buf, "Hello... 阅读全文
posted @ 2014-04-26 17:21 海之涯2008 阅读(528) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页