转载地址: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
iOS开发UI篇—推荐两个好用的Xcode插件(提供下载链接)这里推荐两款好用的Xcode插件,并提供下载链接。一、插件和使用如下:1.两款插件对项目中图片提供自动提示功能的插件:KSImageNamed-Xcode-master提供快速创建自动注释:VVDocumenter-Xcode-maste...
分类:
移动开发 时间:
2014-05-30 01:25:46
阅读次数:
351
sql server 全部库:declare @i int,@id int,@dbname
varchar(255),@sql varchar(255) set @i = 6 set @id=(select count(*) from
master..sysdatabases)drop ...
分类:
数据库 时间:
2014-05-29 22:15:06
阅读次数:
310
转载: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
Hiding the C# application to the system tray is
quiet straight forward. With a few line of codes in C# and you can accomplish
this. First you will nee...
分类:
移动开发 时间:
2014-05-29 17:59:38
阅读次数:
311
原文地址:http://www.cnblogs.com/highend/archive/2011/04/18/asp_net_mvc3_layout.htmlI:回忆MVC2当中MasterPage那些事code:Master
headMaster1...Master2...Master3...Ma...
分类:
Web程序 时间:
2014-05-29 16:54:33
阅读次数:
432