`
文章列表

REST教程

    博客分类:
  • REST
http://wenku.baidu.com/view/ee6da7670b1c59eef8c7b440.html

WebSphere电子教程

    博客分类:
  • J2SE
IBM的资料都较难找,这是大家都公认的。这里提供一个连接,大家可以免费得到IBM WebSphere的电子教程:http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/index.jsp
import java.io.Serializable; import java.util.Date; public class User implements Serializable{ private static final long serialVersionUID = -6919964218508186044L; private int id; private String name; private Date birthday; public int getId() { ...
create or replace procedure P_QuerySplit(   sqlscript varchar2, --表名/SQL语句   pageSize integer, --每页记录数   pageIndex integer, --当前页   totalCount out number, --总记录数   totalPage out number, --总页数   v_cur out sys_refcursor --返回游标   ) is   /**   *   *   */   v_PageSize ...
武术大师剧本
下载附件
http://www.oracle.com/pls/db111/portal.all_books  http://www.oracle.com/technetwork/oramag/magazine/home/index.  http://www.oracle.com/technetwork/cn/community/opensource-projects-100012-zhs.html  http://www.oracle.com/technetwork/cn/indexes/documentation/index.html  http://www.oracle.com/pls/ ...
请下载。

SUN考试

    博客分类:
  • J2SE
sun考试: SCJP:只考core java SCJD:+jdbc+swing SCWCD:+servlet+jsp(JAVA EE) SCEA:+EJB+Webserver(架构师)

servlet demo

servlet demo
https://support.oracle.com/CSP/ui/IY5PM5DIflash.html  
$.ajax({ type:"post", url :"/cgi-bin/post_cmd", data:{cmd:"time"}, datatype:"json", error:function(){ alert(); }, success:function(rst){ alert(rst); var obj=eval('('+rst+')'); console.innerText=obj.scal; ...

jqgird

   http://a3mao.javaeye.com 上有很多jqGrid的API,大家可以查看。 在$("#tableId").jqGrid(optional);中,optional对象包含如下的属性:(属性按字母顺序排列)
java并发编程电子书
附件参考
Global site tag (gtag.js) - Google Analytics