In this article let us see how to create
Context Menu in Windows Forms application using C#IntroductionIn this article we
will see how to create Conte...
分类:
移动开发 时间:
2014-05-26 01:00:30
阅读次数:
555
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window =
[[UIWindowalloc] initWith....
分类:
其他好文 时间:
2014-05-26 00:02:36
阅读次数:
277
D-Bus helps coordinate process lifecycle. It
makes it simple and reliable to code a “single instance” (?) application or
deamon, and to launch applica...
分类:
数据库 时间:
2014-05-25 18:44:56
阅读次数:
408
默认新建的工程里会设置一个系统默认图标
如果没有,就在工程的AndroidManifest.xml文件中添加下面的语句即可。
这里需要预先在/res/drawable/目录下放一个叫icon.png的图标图片(48×48),并且在/res/values/strings.xml中定义app_name这个字符串(就是程序名)
application android:icon="@dr...
分类:
移动开发 时间:
2014-05-25 18:20:27
阅读次数:
309
在项目中要集成Xabber,将它作为一个Lib, 。。。。。 Xabber 原有代码 /** *
Base entry point. * * @author alexander.ivanov */ public class Application
extends android.app.Applic...
分类:
移动开发 时间:
2014-05-25 13:54:13
阅读次数:
257
由于本人英文能力实在有限,不足之初敬请谅解本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 语法: android:allowBackup=["true" | "false"] android:backupAgent="string" android:debuggable=["t...
分类:
移动开发 时间:
2014-05-25 09:05:39
阅读次数:
369
今天折腾了一天终于可以可以直接从SD卡启动6410的裸板程序了,这也让我实现了完全在linux下开发裸板代码。详细过程如下:
1.通过查SMDK6410_IROM_APPLICATION NOTE_REV 1.00,可以查到如下
其中BL1是开发板自动运行的固件代码
从上可以知道应将代码烧到最后地址-(1025+1+16)*512字节处
2.测试代码如下:
1 ....
分类:
其他好文 时间:
2014-05-25 04:46:13
阅读次数:
261
Ext.application.prototype.addController =
function (name) { var me = this; var controller =
AM.getApplication().getContr...
分类:
Web程序 时间:
2014-05-24 13:16:31
阅读次数:
359
进程是装入内存并准备执行的程序,每个进程都有私有的虚拟地址空间,由代码、数据以及它可利用的系统资源(如文件、管道等)组成。多进程/多线程是Windows操作系统的一个基本特征。Microsoft
Win32应用编程接口(Application Programming Interface, API)....
getApplicationContext()Application context is
associated with the Applicaition and will always be the same throughout the life
cycle.getBasecontext()s...
分类:
移动开发 时间:
2014-05-24 09:23:43
阅读次数:
249