I use the Elicpse IDE to develope the ansdroid app.Sometime encounter the messy code in the Elicpse
One solve method is that to fix the Ecicpse's enCoding setting:
click "Windows->Preference...
分类:
其他好文 时间:
2014-06-19 09:57:22
阅读次数:
211
ubuntu ibus开机启动设置安装ubuntu,开机默认输入法是不启动ibus,所以每次自己手动启动输入法。很是麻烦;以下是解决方法:方法一. System >> Administration >> Language Support然后设置"Keyboard Input Method Syste...
分类:
其他好文 时间:
2014-06-19 00:23:58
阅读次数:
320
method 1.1.google上直接下载NDK源码解压即可,目前版本为 android-ndk-r9d配置$NDK_HOME 和 $PATHexport NDK_HOME=/XXX/android-ndk-r9dexport PATH=$NDK_HOME:$PATH2.提取toolchain参考...
分类:
移动开发 时间:
2014-06-17 00:59:19
阅读次数:
461
/** * 发送HTTP请求方法,目前只支持CURL发送请求 * @param string $url 请求URL * @param array $params 请求参数 * @param string $method 请求方法GET/POST ...
分类:
Web程序 时间:
2014-06-15 21:39:00
阅读次数:
376
重写ListView、GridView即可:public class MyListView extends ListView { public MyListView(Context context) { // TODO Auto-generated method stub ...
分类:
移动开发 时间:
2014-06-15 18:09:15
阅读次数:
296
java.lang.VerifyError:Stack map does not match the one at exception handler 385 in method ... at offset 377
我使用的 jar包( 下面是认为跟这个问题有关系的jar包)如下:
antrl-3.3-complete.jar
cglib-2.2.jar
cglib-nodep-2.2.2...
分类:
编程语言 时间:
2014-06-15 16:56:08
阅读次数:
476
先看一下jdk的动态是怎样用的
java代码
package com.zjs.dynamic;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* 实现自己的InvocationHandler
*/
publi...
分类:
编程语言 时间:
2014-06-15 16:55:24
阅读次数:
226
jQuery.ajax({ type:"POST", url:"${ctx}/offer.do", data:{ 'method':'isNameExist', 'type':'area', 'id':id==""?null:id, 'name':encodeURIComponent(offerAr...
分类:
Web程序 时间:
2014-06-14 20:58:07
阅读次数:
333
WHAT? 子程序(routines)是为实现一个特定目的而编写的可被调用的方法或过程。在C++中是函数(function),在Java中是方法(method),在VB中是函数过程(function procedure)或子过程(sub procedure)。WHY?降低复杂度引入中间、易懂的抽象....
分类:
其他好文 时间:
2014-06-14 20:20:03
阅读次数:
190
FIELD OF THE INVENTIONThe present invention relates to a memory device and especially to the interfaces of memorycards. More specifically the present ...
分类:
其他好文 时间:
2014-06-14 11:08:52
阅读次数:
310