thisthis表示当前对象,如果在全局作用范围内使用this,则指代当前页面对象window;如果在函数中使用this,则this指代什么是根据运行时此函数在什么对象上被调用。我们还可以使用apply和call两个全局方法来改变函数中this的具体指向。先看一个在全局作用范围内使用this的例子:...
分类:
编程语言 时间:
2014-07-18 20:24:15
阅读次数:
276
DDMS DDMS(Dalvik Debug Monitor Server)就是动态调试的一个工具(不知Android L之后会不会改名--!)。DDMS提供文件浏览、Logcat、Method Profiling等功能。定位关键代码1.代码注入法用Apktool反编译得到smali,查找onCl....
分类:
移动开发 时间:
2014-07-18 20:02:52
阅读次数:
225
Uncaught TypeError: Object # has no method 'tmpl'这个是因为使用模板页的时候饮用时候引用的路径是错误的,所以会报错在360浏览器Uncaught TypeError: Object # has no method 'tmpl'
分类:
Web程序 时间:
2014-07-18 19:27:35
阅读次数:
262
importandroid.content.Context;importandroid.text.Editable;importandroid.text.InputFilter;importandroid.text.InputType;importandroid.text.TextWatcher;importandroid.text.method.PasswordTransformationMethod;importandroid.view.KeyEvent;importandroid.view.View;i..
分类:
其他好文 时间:
2014-07-18 17:06:44
阅读次数:
244
Unity每次在准备数据并通知GPU渲染的过程称为一次Draw Call。一般情况下,渲染一次拥有一个网格并携带一种材质的物体便会使用一次Draw Call。每一次Draw Call中,除了在通知GPU渲染上比较耗时之外,切换材质和Shader也很耗时。Draw Call是决定性能的重要指标,最好控...
分类:
其他好文 时间:
2014-07-17 23:06:06
阅读次数:
718
In one embodiment, a method includes sending to a mobile client computing device a first notification through a real-time push service, the first noti...
分类:
其他好文 时间:
2014-07-17 22:06:41
阅读次数:
603
1. Input Method: 1.1.用root登录 ,或su root 1.2.yum install "@Chinese Support" 1.3.exit 1.4.回到桌面,system->preferences->input method 1.5.如果没有,先注销一下。 1....
分类:
其他好文 时间:
2014-07-17 21:32:59
阅读次数:
233
@Override public void setOnClickListener(OnClickListener l) { throw new RuntimeException("Don't call setOnClickListener for an AdapterView....
分类:
其他好文 时间:
2014-07-17 18:28:35
阅读次数:
674
(非原创)在jsp页面中使用request.getRealPath("/")时出现下列警告:The method getRealPath(String) from the type ServletRequest is deprecated出现该警告,该方法已经不能使用了Deprecated. As ...
分类:
Web程序 时间:
2014-07-17 18:10:26
阅读次数:
248
importandroid.content.Context;importandroid.text.Editable;importandroid.text.InputFilter;importandroid.text.InputType;importandroid.text.TextWatcher;importandroid.text.method.PasswordTransformationMethod;importandroid.view.KeyEvent;importandroid.view.View;i..
分类:
其他好文 时间:
2014-07-17 15:23:01
阅读次数:
210