OSBDM-JM60 - 9S08JM60 Based OSBDM — It includes
interfaces and firmwareapplied to all the targets supported by the previous open
source BDMs.It includ...
分类:
其他好文 时间:
2014-07-22 23:10:13
阅读次数:
678
MVC模式是"Model-View-Controller"的缩写,中文翻译为"模式-视图-控制器"。MVC应用程序总是由这三个部分组成。Event(事件)导致Controller改变Model或View,或者同时改变两者。只要Controller改变了Models的数据或者属性,所有依赖的View都...
分类:
Web程序 时间:
2014-07-22 23:08:14
阅读次数:
528
class Work { [DllImport("user32.dll")] static
extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint data, UIntPtr
extr...
分类:
其他好文 时间:
2014-07-22 23:06:55
阅读次数:
347
This is a updated post for a previous post,
where webuilt ffmpeg 0.8 with Android NDK r5 and r6. This post will give
instructions of how to build ffmp...
分类:
其他好文 时间:
2014-05-01 13:58:30
阅读次数:
621
快速移除键盘
之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:-
(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:
移动开发 时间:
2014-04-30 02:54:24
阅读次数:
542
The onload event occurs immediately after a
page or an image is
loaded.onload事件当一个页面或是一张图片加载完成时被触发。onload="所要执行的代码"Parameter参数Description注释SomeJavaScr...
分类:
编程语言 时间:
2014-04-29 22:56:18
阅读次数:
610
HTML DOM event 事件, 用用就知道了function
isKeyPressed(eventssdasd) // 这个地方其实无关紧要,就是定义一个名称而已, 不过为了好看, 最好还是写成 event{ if
(event.altKey==1)//event代表事件的状态,例如触发eve...
分类:
Web程序 时间:
2014-04-29 10:26:46
阅读次数:
474
由于仅贴出代码,供有缘人参考。import
java.awt.AlphaComposite;import java.awt.Graphics;import
java.awt.Graphics2D;import java.awt.event.ActionEvent;import java.awt.ev...
分类:
其他好文 时间:
2014-04-28 18:32:56
阅读次数:
394
public boolean dispatchTouchEvent(MotionEvent
event) { if (mOnTouchListener != null && mOnTouchListener.onTouch(this,
event)) { retu...
分类:
其他好文 时间:
2014-04-28 18:01:29
阅读次数:
556