-
<!-- 定义默认访问页 --> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.action</welcome-file> </welcome-file-list> <!-- 出错页面定义 -->
-
在android开发中,两个Acitvity之间的参数传递时常发生,对于简单的数据类型可以使用Bundle封装传递。相对与ArrayList<自定义的对象> 的传递,处理会比较复杂,解决方法也有很多,我想说说Parcelable在传递ArrayList<自定的义对象>的应用。
-
要处理 EditText 的软键盘,有两种情形: 第一种就是当EditText获得焦点的时候的处理,此时需要实现 OnTouchListener 事件。代码片段: class EditOnTouchListener implements OnTouchListener{ EditText temp ; @Override public boolean onTouch(View v, MotionEvent event) { temp = (EditText)v ; temp.s
-
设置:TARGETS Objective-C Automatic Reference Counting 设置为NO
-
sudo apt-get install gnustep gnustep-devel gobjc
-
http://docs.hexnova.com/amoeba/
-
Cannot convert value '0000-00-00 00:00:00' from column 2 to TIMESTAMP. 处理方法: hibernate.connection.url=jdbc:mysql://localhost:3306/db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
-
1.安装mongodb到ubuntu 下载地址: http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/ 2.也许你想了解更多关于mongodb的配置,你可以这样操作 ---> sudo /etc/mongodb.conf 3.验证可以让你有点成就感。 在终端:mongo 4.更多的了解与应用访问这里能找到答案 http://www
-
(1)看看web.xml文件 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-a
-
Jersey: http://jersey.java.net/nonav/documentation/latest/getting-started.html Resteasy: http://docs.jboss.org/resteasy/docs/2.2.1.GA/userguide/html/108 次阅读|没有评论
按照发布时间排序

