码迷,mamicode.com
首页 >  
搜索关键字:application loader    ( 17455个结果
create Context Menu in Windows Forms application using C# z
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
label添加手势(触摸改变其背景颜色)
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[UIWindowalloc] initWith....
分类:其他好文   时间:2014-05-26 00:02:36    阅读次数:277
How to force the UI to refresh immediately(WPF)
Question0Sign in to voteFolks,In my application, when the user hits "Submit" button, I have to make a Web service call asynchronously. Here is what I ...
分类:其他好文   时间:2014-05-25 22:19:32    阅读次数:657
Tomcat配置文件context.xml中<Loader delegate="true" />作用
首先,你需要了解一下JVM的Classloader机制(详细请自行google之)。简而言之,JVM的classloader加载继承关系分为BootstarpClassLoader --> ExtClassLoader --> SystemClassLoader,应用的WebAppClassLoad...
分类:其他好文   时间:2014-05-25 20:16:54    阅读次数:246
DBus
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
Android程序设置软件图标
默认新建的工程里会设置一个系统默认图标 如果没有,就在工程的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
如何调用另一个包中的Application
在项目中要集成Xabber,将它作为一个Lib, 。。。。。 Xabber 原有代码 /** * Base entry point. * * @author alexander.ivanov */ public class Application extends android.app.Applic...
分类:移动开发   时间:2014-05-25 13:54:13    阅读次数:257
android <application> 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 语法:                     android:allowBackup=["true" | "false"]                 android:backupAgent="string"                 android:debuggable=["t...
分类:移动开发   时间:2014-05-25 09:05:39    阅读次数:369
Tiny6410_SMDK从SD卡直接启动裸板代码
今天折腾了一天终于可以可以直接从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
Windows下进程间通信及数据共享
进程是装入内存并准备执行的程序,每个进程都有私有的虚拟地址空间,由代码、数据以及它可利用的系统资源(如文件、管道等)组成。多进程/多线程是Windows操作系统的一个基本特征。Microsoft Win32应用编程接口(Application Programming Interface, API)....
分类:Windows程序   时间:2014-05-24 09:33:30    阅读次数:422
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!