When using Tasker, sometimes we want to do some automation on screen e.g. screen or button taps. At present, there are some ways can reach it.  1."Input" action We can use actions in "Input" category(especially "Dpad" action…
http://marcgrabanski.com/simulating-mouse-click-events-in-javascript/…
http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html I write a lot about Tasker, and the problem is that the more articles there are, the harder it is to find everything. This post will serve as a launch platform for Tasker…
http://www.gnu.org/software/screen/manual/screen.html Screen User's Manual Next: Overview, Previous: (dir), Up: (dir) Overview: Preliminary information. Getting Started: An introduction to screen. Invoking Screen: Command line options for screen. Cus…
How To Make A Swipeable Table View Cell With Actions – Without Going Nuts With Scroll Views  Ellen Shapiro on April 24, 2014 Make a swipeable table view cell without going nuts with scroll views! Apple introduced a great new user interface scheme in…
Bootstrap是Twitter推出的一个开源的用于前端开发的工具包,怎么用直接官网 http://twitter.github.io/bootstrap/ 我博客的定位就是把这些年看过的源码给慢慢的总结出来,才疏学浅,不到位的见谅~ css部分呢Bootstrap由动态CSS语言Less写成,在很多方面类似CSS框架Blueprint Bootstrap自带了13个jQuery插件,jquery这个东东,也是个版本帝,现在都10.1了… 一直做移动app,都是用的自己的框架或者zepto,j…
JustWeEngine - Android FrameWork An easy open source Android Native Game FrameWork. Github Game core graph How To Import? Import Engine as Library to use; OR Import *.jar in "/jar"; OR use Gradle to build: Step 1. Add the JitPack repository to y…
在上一篇日志中介绍了自己通过几何的方法合并断开的线要素的ArcGIS插件式的应用程序.但是后来考虑到插件式的程序的配置和使用比较繁琐,也没有比较好的错误处理机制,于是我就把之前的程序封装成一个类似于ArcGIS中ArcToolBox中的批处理工具一样的程序,有输入文件的选择和输出文件的选择,类似于下面这个工具界面: 首先是查了一下ESRI的帮助文档ArcObjects Help for .NET,上面有关于如何创建自定义的Geoprocessing工具的几篇文章,介绍的不是很全面,但是可以知道创…
通过上篇的介绍,我们知道在对KeyEvent的处理中有非常重要的一环,那就是KeyEvent在focus view的path上自上而下的分发, 换句话说只有focus的view才有资格参与KeyEvent的处理,所以说focused view在KeyEvent的处理中很重要,我们需要弄清楚明白 focus view是如何设置以及改变的. 通过Android官方文档http://developer.android.com/reference/android/view/View.html中关于Foc…
Using Events The Components and Classes of Ext JS fire a broad range of events at various points in their lifecycle. Events allow your code to react to changes around your application. They are a key concept within Ext JS. 在ExtJS组件和类的生命周期中,会触发许多类型的事件…