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
If you are supporting pre-3.0 with your application
be sure you put this version of the custom theme invalues-v11or similar.
分类:
其他好文 时间:
2014-05-26 17:54:46
阅读次数:
206
原文:教你发布Silverlight Bussiness Application(SQL Server
登录,局域网访问,以及使用ArcGIS Server服务需要注意的问题)
之前发布过Silverlight应用程序,当时也没有你遇到什么阻碍,直接使用的Visual Studio 2010的Pub...
分类:
移动开发 时间:
2014-05-26 17:53:28
阅读次数:
370
类似java的多行凝视!安装过程:1.前往GitHub下载project文件:VVDocumenter-Xcode2.用Xcode打开project,Command
+ BBuild成功后,能够在~/Library/Application Support/Developer/Shared/Xcode...
分类:
其他好文 时间:
2014-05-26 17:24:08
阅读次数:
390
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
开发servlet程序步骤:
step1. 写一个java类,实现Servelt接口或者继承Httpservlet类,一般 继承Httpservlet类(实现了Servelt接口).
step2.编译(servlet-api.jar).
step3.打包
appname(目录,程序名)
WEB-INF(目录,不能自己定义)
classes(存放servlet class文件)...
分类:
其他好文 时间:
2014-05-25 21:26:21
阅读次数:
438
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
今天折腾了一天终于可以可以直接从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