- 浏览: 622663 次
- 性别:
- 来自: 深圳
-
最新评论
-
向往前途:
{"total":8,"page ...
struts2+spring+hibernate+json+jquery+flexigrid集成和在集成过程中需要注意的问题 -
MichealChao:
maven + jetty报错了JRebel: Failed ...
JRebel热部署简单安装,附破解版JRebel.jar -
MichealChao:
JRebel: Failed to start a plugi ...
JRebel热部署简单安装,附破解版JRebel.jar -
云之遥:
很好,很强大!
JRebel热部署简单安装,附破解版JRebel.jar -
li_qian_long:
请问这是哪个版本的?
JRebel热部署简单安装,附破解版JRebel.jar
文章列表
app2sd功能终于制作成功了,在制作的过程中遇到了许多的问题和困惑,因而搜索了很多教程,看了好多的文章,问题终于一个一个解决了。我想初学者应该都会遇到像我一样的问题,因此我决定把我制作过程中遇到的问题,及解决的方法写出来,可以让初学者们少走弯路。同时把我学的教程归纳整理一下,希望大家在这个帖子里就能解决app2sd的问题。如果有什么写得不对的地方,希望大仙们指教啊。
一、什么是app2sd?它有什么作用?
app2sd,就是实现把安装在rom中的应用程序安装在sd卡上,弥补rom空间的不足。 可到现在也还是没搞明白为什么叫app2sd ,后来自己琢磨了下,应该是 APP TO SD 的简写方 ...
【方法 1】使用 Struts2 Aware 拦截器
这种方法需要 Action 类实现相应的拦截器接口。如我们要获得 HttpServletResponse 对象,需要实
现 org.apache.struts2.interceptor.ServletResponseAware接口,代码如下:
package action;
import com.opensymphony.xwork2.ActionSupport;
import javax.servlet.http.*;
import org.apache.struts2.interceptor.*;
public class ...
http://www.tech-q.cn/thread-9376-1-6.html
Web2.0的兴起,掀起了互联网新一轮的网络创业大潮。以用户为导向的新网站建设概念,细分了网站功能和用户群,不仅成功的造就了一大批新生的网站,也极大的方便了上网的人们。但Web2.0以用户 ...
DWR3 可以使用Spring MVC来进行url映射,配置如下:
web.xml
<servlet>
<servlet-name>dwr</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
< ...
配置整合DWR3.0和Spring2.5使用annotation注解
这里使用 DWR3.rc1, Spring2.5 and Spring MVC
在Spring2.5中,使用了许多annotation, 新版本的DWR也支持annotation了, 下面看一下配置过程
1. 先写一个Controller
Java代码 复制代码
1. package com.myapp.web.controller;
2.
3. import javax.servlet.http.HttpServletRequest;
4. import ...
百度搜索引擎代码 468*50
<iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="468" height="50"
src=&qu ...
百度搜索引擎代码 468*50
<iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="468" height="50"
src=&qu ...
Validation
Because we don't want any John Doe on our database, we will add some basic client side validation to our form. In Struts 2, validation can be placed on xml files with the name pattern ActionName-validation.xml, located on the same package as the action. To add validation to an specific al ...
The pages
We only have two pages, "index.jsp" and "list.jsp". "list.jsp" returns a table with a list of the persons on the database.We have this list on a different page because we are going to add some AJAX to spicy it up.
1. Create a new file named "list.jsp& ...
JPA configuration
1. Create a folder named "META-INF" under the "src" folder.
2. Create a file named "persistence.xml" under the "META-INF" folder and set its content to:
persistence.xml
<persistence xmlns="http://java.sun.com/xml/ns/persistenc ...
Domain
Our domain model will consist of just a simple "Person" class with a couple of fields.
1. Create a new class named "Person" (File -> New -> Class), and enter "quickstart.model" for the package name.
2. Add the fields "id" (int), "first ...
* Prerequisites
o Tomcat
o MySql
* Get the code
o Show me the code
o The maven way
* Doing it yourself
o Create Eclipse project
o Dependencies
o Domain
o Person service.
o JPA configuration
...
* This will keep you from committing bin and target directory files when you add projects to svn
1. Click on Window -> Preferences
2. Select Team -> Ignored Resources
3. Click on Add Pattern and enter "bin"
4. Click on Add Pattern and enter "target"
5. C ...
①ant的优点
跨平台,使用简单,语法清晰, 功能强大!
②Ant 生成文件剖析
A.每个生成文件由单个 project 元素组成,该元素又包含一个或多个 target 元素。
B.一个目标(target)是生成过程中已定义的一个步骤,它执 ...
一、下载
1、PowerDesigner 12.5官方下载地址
http://download.sybase.com/eval/PowerDesigner/powerdesigner125_eval.exe
大小125 MB (132,006,349 字节)
二、破解
环境:Window XP Sp3 + PowerDesigner12.5_eval.exe(12.5.0.2169)
1、制作license.lic文件
拷贝以下内容,并保存为license.lic文件(注意扩展名是lic)
FEATURE PD_SHELL SYBASE 12.50 permanent ...