1.google2.application->application
framework->libraries(调用关系)3.strings.xml 是全局字符串的配置文件4.ADT(Android Development
Tools):其中DDMS是测试插件5.Android DDMS 中的日志输...
分类:
移动开发 时间:
2014-05-16 23:16:17
阅读次数:
311
I am using the Spring
SimpleFormControllerexampleto illustrate the build process. The figure below
shows the structure of the web application.All the ...
分类:
其他好文 时间:
2014-05-16 22:32:09
阅读次数:
402
Step1:关闭防火墙 service iptables stop[status] service
iptables status chkconfig --list |grep iptables chkconfig iptables offStep2:修改IP
(重启网卡:se...
分类:
其他好文 时间:
2014-05-16 21:22:50
阅读次数:
318
Web地图位置服务 Web地图服务(Web map
service)利用具有地理空间位置信息的数据制作地图。其中将地图定义为地理数据可视的表现。这个规范定义了三个操作:GetCapabitities返回服务级元数据,它是对服务信息内容和要求参数的一种描述;
GetMap返回一个地图影像,其地理空间....
分类:
其他好文 时间:
2014-05-16 20:33:36
阅读次数:
1377
1. 创建一个空白的项目,在其中创建Host – Windows Console
Application,Client – Windows forms Application和DataExchangeWorkflows – Activity
Library这三个项目。创建后应该结构类似于下图:2. ...
分类:
其他好文 时间:
2014-05-16 19:13:25
阅读次数:
895
VS2010 创建 C++, Win32 DLL工程C-TEST。Stdafx.h中,在之后
添加引用。#include #include C-TEST.cpp// C-TEST.cpp : Defines the exported functions
for the DLL application...
分类:
编程语言 时间:
2014-05-16 18:34:22
阅读次数:
408
综述,我们这里列出的application
server应用服务器,主要是对servlet和JSP提供了良好的支持;[resin][Tomcat][jboss]community.jboss.org
yum install java-1.6.0-openjdk-develwget http://do...
分类:
移动开发 时间:
2014-05-16 18:15:59
阅读次数:
317
用过AJAX的朋友肯定知道javascript是使用UTF-8国际编码,即每个汉字用3个字节来存储,但是这就造成了用AJAX来send数据的时候出现乱码。有一种解决办法就是使用encodeURIComponent加上修改Content-Type为application/x-www-form-urle...
分类:
其他好文 时间:
2014-05-16 09:45:00
阅读次数:
361
想通过main()函数传递参数,先重载下面的OnStartup() public
partial class App : Application { public static string args0; protected override
void OnStar...
分类:
其他好文 时间:
2014-05-16 09:01:55
阅读次数:
561
Spring 能有效地组织J2EE应用各层的对象。不管是控
制层的Action对象,还是业务层的Service对象,还是持久层的DAO对象,都可在Spring的
管理下有机地协调、运行。Spring将各层的对象以松耦合的方式组织在一起,Action对象无须关心Service对象的具体实现,Servi...
分类:
编程语言 时间:
2014-05-14 06:59:29
阅读次数:
482