转载地址:http://blog.csdn.net/mad1989/article/details/7913404此教程和官方的没有太大区别,省略了好多没用的步骤,添加framework的方式是最新的,其它没有太大变化。1,创建一个Single
view Application,相信这个大家都懂的吧...
分类:
其他好文 时间:
2014-06-07 03:51:30
阅读次数:
222
1,原理:
当Android系统完成BOOT阶段之后,就会发送一条名为ACTION_BOOT_COMPLETED的广播,我们便可在一个BroadcastReceiver中捕获这条广播,然后启动我们的Activity或者Service,当然要注意的是,我们的application必须具有捕获该广播的....
分类:
移动开发 时间:
2014-06-07 03:06:09
阅读次数:
276
Global cursor:To change the cursor in a
application wide fashion, you have to access the Glass Pane and set its cursor,
and then make the glass pane v...
分类:
编程语言 时间:
2014-05-30 11:18:29
阅读次数:
284
获取程序的Home目录 NSString *home =
NSHomeDirectory();注意: 虚拟机Home目录: /Users/userName/Library/Application
Support/iPhone Simulator/6.1/Applications/C926CCFA-A...
分类:
其他好文 时间:
2014-05-30 03:05:43
阅读次数:
233
转载:http://www.cnblogs.com/Fan_Fan/archive/2010/05/29/1746860.htmlQT程序在windows下部署发布以下包括了部分网上收集的,以及qt帮助里的内容(Deploying
an Application on Qt/Windows)首先,打开...
actionbar 默认放在顶部,
如果在application或者activity中加入android:uiOptions="splitActionBarWhenNarrow"那么,actionbar将在底部显示。自定义属性,包括自定义actionbar的背景颜色
自定义a...
分类:
移动开发 时间:
2014-05-29 19:34:26
阅读次数:
644
1.Ext简介.Extjs是一个Ajax框架,是一个用javascript写的,用于在客户端创建丰富多彩的web应用程序界面。ExtJs可以用来开发RIA(Rich
Internet Application,富互联网应用系统)的Ajax应用框架。ExtJs是一个用javascript写的,主要用于创...
分类:
Web程序 时间:
2014-05-28 15:07:57
阅读次数:
433
序:给Shiro加入验证码,有多种方式,当然你也可以通过继承修改FormAuthenticationFilter类,通过Shiro去验证验证码。具体实现请百度:应用Shiro到Web
Application(验证码实现)而今天我要说的,既然使用的SpringMVC,为什么不直接在Controller...
分类:
编程语言 时间:
2014-05-28 10:58:10
阅读次数:
665
Any View object may have an integer ID associated
with it, to uniquely identify the View within the tree. When the application is
compiled, this ID is...
分类:
移动开发 时间:
2014-05-27 17:10:02
阅读次数:
314
类似java的多行凝视!安装过程:1.前往GitHub下载project文件:VVDocumenter-Xcode2.用Xcode打开project,Command
+ BBuild成功后,能够在~/Library/Application Support/Developer/Shared/Xcode...
分类:
其他好文 时间:
2014-05-26 17:24:08
阅读次数:
390