01 2016 档案
摘要:原文地址:http://d3caifu.com/ebook/MultiThread.html随着计算机/移动设备不断发展,提供了越来越强大的计算能力和资源,从硬件层面来看首先是CPU的芯片集成度越来越高,提供更快的处理能力;其次是多核化多CPU发展;最后剥离一些图片动画渲染等到独立的协处理器处理,硬...
阅读全文
摘要:int main(int argc, const char * argv[]) { // insert code here... string str3 = "/Users/Ethan/Downloads/aaa/platform-tools/adb shell scre...
阅读全文
摘要:#region 解决中文乱码 Ethan 2016-01-06[DllImport("iTunesMobileDevice.dll", CallingConvention = CallingConvention.Cdecl, EntryPoint = "AMDeviceCopyValue")]pub...
阅读全文
摘要:1.需要在设备上安装插件“设置”--“开发者”的选项2.启动"com.apple.mobile.screenshotr"服务3.和设备scoket通讯,拿到截图。
阅读全文