摘要:
仓库于裸仓库之间的转换: 阅读全文
摘要:
http://www.jpct.net/wiki/index.php/MultiTouch_camera_controls MultiTouch camera controls This code will handle control from 1 or 2 fingers, it was mad... 阅读全文
摘要:
1.onTouch方法:onTouch方法是View的 OnTouchListener借口中定义的方法。当一个View绑定了OnTouchLister后,当有touch事件触发时,就会调用onTouch方法。(当把手放到View上后,onTouch方法被一遍一遍地被调用)2.onTouchEvent... 阅读全文
摘要:
我们在进行iOS开发时,经常会在类的声明部分看见类似于@synthesize window=_window;的语句,那么,这个window是什么,_window又是什么,两个东西分别怎么用,这是一个比较基本的问题,也关乎我们理解Objective-C中对类、类的属性、类的存取器、类的局部变量的统一理... 阅读全文
摘要:
If you want to make your first example fasterFileChannel inChannel = new FileInputStream(fileName).getChannel();ByteBuffer buffer = ByteBuffer.allocat... 阅读全文
摘要:
地址: http://www.kandroid.org/ndk/docs/STANDALONE-TOOLCHAIN.htmlIt is now possible to use the toolchain provided with the Android NDK as a standalone co... 阅读全文
摘要:
对于模拟器,其在终端的log文件位于: ~/Library/Logs/CoreSimulator/C4B94BA6-EF08-4AD2-AE7D-1A3A2E2AC545/system.log对于真机:Here's another tip using the great libimobiledevi... 阅读全文
摘要:
http://www.raywenderlich.com/tutorialshttp://www.raywenderlich.com/ios-tutorialshttp://web.stanford.edu/class/cs193p/cgi-bin/drupal/downloads-2013-fal... 阅读全文
摘要:
gogs: 一个使用go语言开发的git服务器,非常轻量级。https://github.com/gogs/gogs There are several ways to do this Host internal repositories like Gitlab (free software) or 阅读全文
摘要:
Chisel是一个加强LLDB调试能力的小插件.主要特点在于辅助界面开发调试时在控制台以尽可能直观的方式查看界面的元素和情况.为我们梳理视图,控制器以及类关系层级.以及一些临时的界面调试变动进行快捷响应.它的作者来自于Facebook团队.得益于开源,让我们来观摩和了解一下这个东东到底有什么用处. ... 阅读全文