`
terran_li2008
  • 浏览: 200171 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
dynamicLists.html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Dynamically Filling Lists</title> <script type=" ...
jsonExample.html : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>JSON Example</title> <script type="text/javascri ...
postingXML.html : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sending an XML Request</title> <script type="text ...
getAndPostExample.html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sending Request Data Using GET and POST</title> < ...
package com.test.servlet; import javax.servlet.ServletException;import javax.servlet.http.HttpServlet; public class InitServlet extends HttpServlet { /**  * Constructor of the object.  */ public InitServlet() {  super(); }  /**  * Destruction of the servlet. <br>  */ public void destroy() {  su ...
/** * 具体实现类 */import java.util.Timer; public class Test{ public Test(){}  public void run() {  MyTask myTask = new MyTask();    Timer timer = new Timer(true);  timer.schedule(myTask,0,1000);      //test system process  while(true)  {   System.out.println("system in working !");   try {    T ...
1. 查询整个映射对象所有字段 Java代码 //直接from查询出来的是一个映射对象,即:查询整个映射对象所有字段               String hql = "from Users";               Query query = session.createQuery(hql);         ...
FCKeditor在线编辑器 FCKeditor 这个开源的HTML 文本编辑器可以让web 程序拥有如MS Word 这样强大的编辑功 FCKeditor官司方网址:http://www.fckeditor.net/ FCKeditor在线DEMO:http://www.fckeditor.net/demo FCKeditor下载直址:http://www.fckeditor.net/download 最新版已经是2.6了。  在项目中使用FCKeditor在线编辑器: (1) 新建一个WEB工程; (2) 解压FCKeditor_2.6.zip包,将其中的editor文件夹复制到项目中去; ...
1.Unzip thejboss-4.0.5.GA.zip to your c drive 2.From your eClipse click 'Window'->Preferences and it will display the diagram as below.  Click 'Add' button to add your JBoss runtime. 3.Once the JBoss runtime added, from your license project properties, you will able to choose which server you want ...
Global site tag (gtag.js) - Google Analytics