1.Q:新建android application project E:The tools need
to be updated via the SDK Manager A:通过android SDK
Manager更新了文件后问题解决了2.Q:windows->下 E:没有 android SDK...
分类:
其他好文 时间:
2014-05-17 01:05:02
阅读次数:
435
如题,出现白屏的问题
在Application_UnhandledException函数内,跟踪异常e的提示信息,可以了解到如下信息:at
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() ...
分类:
Web程序 时间:
2014-05-17 00:56:47
阅读次数:
582
今天碰到了一个查询异常问题,上网查了一下,感谢原创和译者如果你使用的数据库连接类是 the
Data Access Application Blocks "SqlHelper" 或者 SqlClient Class , 你在执行一个很费时的SQL
操作时候,可能就会碰到下面的超时异常。-------...
分类:
其他好文 时间:
2014-05-16 23:19:16
阅读次数:
333
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
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