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
/** * 发送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
methodcertificatevaluegetUserId123getUseridstartTime12322endTime12333如表所示,现在有一个需求,要算getUserId的执行时间,给一个思路,先查询出method=getUserID,和certificate,作为一个结果集,再查出...
分类:
数据库 时间:
2014-06-13 15:31:12
阅读次数:
230
设备中的键盘事件任天堂Wii等设备可以通过键码知道用户按下了哪个键复合事件复合事件是DOM3级事件新添加的一类事件,用于处理IME的输入序列。IME(Input
Method Editor,输入法编辑器)可以让用户输入在物理键盘上找不到的字符,IME通常需要同时按住多个键,但最终只输入一个字符,有3...
分类:
编程语言 时间:
2014-06-13 15:09:36
阅读次数:
294