码迷,mamicode.com
首页 >  
搜索关键字:applications    ( 1841个结果
tornado\ioloop.py单例
@staticmethod def instance(): """Returns a global `IOLoop` instance. Most applications have a single, global `IOLoop` running on ...
分类:其他好文   时间:2014-09-22 14:36:42    阅读次数:199
在Linux平台使用VNC连接树莓派
你的Linux发行版本可能已经包含了Remote Desktop Viewer(远程桌面)程序,你可以通过这个程序使用VNC连接你的树莓派。通常可以在Applications/Internet菜单下面找到这个程序(下面是Ubuntu的例子); 一旦你选择Remote Desktop Viewer程序并点击Connect(连接)按钮,你将会看到以下对话框。在Protocol(协议)...
分类:系统相关   时间:2014-09-19 19:25:25    阅读次数:485
plain framework 1 参考手册 入门指引之 简明教程
简明教程简单的例子实现代码简单的例子如果你已经下载好整个框架的源码,那么你可以在这里找到应用的例子:plainframework/applications/pf_simple如果你在windows上工作,可以使用vs2008以上版本打开pf_simple/scripts/pf_simple.vc9....
分类:其他好文   时间:2014-09-19 11:46:55    阅读次数:264
阅读一个芯片的数据手册
Feature functional block diagram Terminal Functions ? 先看看芯片的特性(Features)、应用场合(Applications)以及内部框图。这有助于我们对芯片有一个宏观的了解,此时需要弄清楚该芯片的一些比较特殊的功能,充分利用芯片的特殊功能,对...
分类:其他好文   时间:2014-09-19 09:59:55    阅读次数:196
app被Rejected 的各种原因翻译
1. Terms and conditions(法律与条款) 1.1 ?As a developer of applications for the App Store you are bound by the terms of the?Program License Agreement?(PLA), Human Interface Guidelines (HIG), ...
分类:移动开发   时间:2014-09-18 13:25:14    阅读次数:301
Chapter 7 Delegation and Text Input
Chapter 7 Delegation and Text Input1. Applications can access the same technology that powers those effects by using the UIInterpolatingMotionEffect c...
分类:其他好文   时间:2014-09-17 18:32:12    阅读次数:228
iOS_调试工具_SimPholders
SimPholders是一个小工具, 可以帮助开发者快速访问iPhone模拟器应用。 它可以访问模拟器的文件夹和文件。 例如:/Users/beyond/Library/Application Support/iPhone Simulator/7.1/Applications/3D8CAD37-0B9D-4D55-A878-6FE75ECEB465 软件截图...
分类:移动开发   时间:2014-09-16 18:59:01    阅读次数:171
Porting QML Applications to Qt 5
When porting QML-related code from Qt 4.8 to Qt 5, application developers should be aware that the QML infrastructure has undergone considerable chang...
分类:移动开发   时间:2014-09-15 12:46:28    阅读次数:285
Ubuntu中添加应用程序快速启动器的方法
一些应用程序(例如很多.sh程序)如果想在Ubuntu中添加到Dash home中进行快速的启动,则需要找到/usr/share/applications这个目录,其中存放的全部是dash中的启动器,将你需要的程序xxx添加其中即可。具体操作步骤...
分类:其他好文   时间:2014-09-14 22:14:08    阅读次数:335
class-dump 使用
class-dump 官网地址:这里 我这里下载的是 class-dump-3.5.dmg 版本的。双击.dmg 文件,将  拉倒 /usr / local / bin 目录下,这样就可以在终端使用 class-dump 命令了。 这里我演示dump系统自带的计算器,导出它的头文件。 命令如下: class-dump -H /Applications/Calculator.app -o /...
分类:其他好文   时间:2014-09-14 18:03:17    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!