- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary
*)launchOptions说明:当应用程序启动时执行,应用程序启动入口。只在应用程序启动时执行一次。appli...
分类:
移动开发 时间:
2014-06-04 20:47:41
阅读次数:
205
//在程序的启动处,开启通知-
(BOOL)application:(UIApplication*)application
didFinishLaunchingWithOptions:(NSDictionary*)launchOptions{//.....//开启网络状况的监听[[NSNotific...
分类:
移动开发 时间:
2014-06-04 19:58:55
阅读次数:
281
1、UISlider控件就像其名字一样,是一个像滑动变阻器的控件:上图中的圆圈可以移动,它处在不同的位置,这个UISlider会有不同的值。接下来的例子是关于UISlider的简单使用。(1)假设我们已经建立了一个Single
View Application,打开ViewController.xi...
分类:
其他好文 时间:
2014-06-03 13:59:43
阅读次数:
303
简单的部署应用。第一种方法是直接写JSP代码,然后放到指定的WAR文件夹中。第二种,是同时META-INF下的application.xml文件,然后用JAR
-CF编成WAR,再集合JSP形成EAR文件,将这个EAR文件直接放到DEPLOY中即可。Hello,JSPweb-app.war/hell...
分类:
其他好文 时间:
2014-06-03 12:18:31
阅读次数:
321
引言:前段时间项目中用到了RESTful模式来开发程序,但是当用POST、PUT模式提交数据时,发现服务器端接受不到提交的数据(服务器端参数绑定没有加任何注解),查看了提交方式为application/json,
而且服务器端通过request.getReader() 打出的数据里确实存在浏览器提交...
分类:
移动开发 时间:
2014-06-03 09:00:28
阅读次数:
255
/**************************************************************** Name:
StuManaMain.cpp* Purpose: Code for Application Frame* Author: Zhangaihua (...
分类:
数据库 时间:
2014-05-30 23:19:49
阅读次数:
290
该错误一般是编码带来的问题,比如在请求post的时候,使用了application/x-www-form-urlencoded的content
type那么请求传过来的string则需要用urlDecoder进行decode。否则就会报上述错误body =
java.net.URLDecoder.d...
分类:
数据库 时间:
2014-05-30 21:52:15
阅读次数:
237
jsp内置对象编辑目录1简介2内置组件?request对象?response对象?session对象?out对象?page对象?application对象?exception对象?pageContext对象?config对象3内置对象产生的时机1简介编辑可以不加声明和创建就可以在JSP页面脚本(Ja...
分类:
Web程序 时间:
2014-05-30 18:05:17
阅读次数:
379
Hiding the C# application to the system tray is
quiet straight forward. With a few line of codes in C# and you can accomplish
this. First you will nee...
分类:
移动开发 时间:
2014-05-29 17:59:38
阅读次数:
311
Please follow the steps precisely in order to
complete the objectives of the assignment. If you use the C++ FreeRTOS
framework, it should make the ass...
分类:
移动开发 时间:
2014-05-29 16:53:33
阅读次数:
483