- 浏览: 391663 次
- 性别:
- 来自: 杭州
最新评论
文章列表
http://www.jstree.com/reference/_examples/7_full.html
http://faceye.com/xuser/
HQL运算符
QBC运算符
含义
=
Restrictions.eq()
等于equal
<>
Restrictions.ne()
不等于not equal
>
Restrictions.gt()
大于greater than
>=
Restrictions.ge()
大于等于greater than or equal
<
Restrictions.lt()
小于less than
<=
Restrictions.le()
小于等于less than or equal
is null
Restri ...
Gentlemen,
I am a system architect come from China. Liferay is a very good opensource frame. I can search for some documents about
how to write a HTML portlet Demo from WEB, But I can't search for documents how to write a WML portlet Demo.
So, can you give me some documents about how to ...
Liferay源码包 liferay-portal-src-5.2.3.zip
Oracle数据文件 liferay-portal-sql-oracle-10-5.2.3.dmp
(下载地址:http://sourceforge.net/project/showfiles.php?group_id=49260)
向下查
hql=" select {t.*} from p_credittype t where t.schoolid=? " +
" start with t.id in " +
"(select t.id from p_credittype t where t.fatherid=0) " +
" connect by prior t.id=t.fatherid";
像上查
select * from (
select t.* ,level ,rownum from go ...
/**
* 导出EXCEL
* 班级,组织,部门,异常数据导出
* @param savepath
* @param request
* @param response
* @param type
* @throws IOException
* @throws WriteException
*/
@RequestMapping("/tpinfoToDocument.do")
public void viewExcel(HttpServletRequest request, HttpServletResponse response) ...
调用方法
<li><label class="lab">开始日期:</label><input id="starttime" type="text" class="ipt_tt ipt_m"/ onclick="SelectDate(this)" readonly="readonly" ><em class="tt_r">*</em></li>
<input type="text" maxlength="4" tabindex="3" class="ipt_tt ipt_random" name="authorcode" id="authorcode"/>
<img id="randomCodeImg" src="getAuthcode.do" onclick="this.src='getAuthcode.do?id= ...
7777777777778786856565+654+465+456+rdtydrg
dfgdfgdfg
//素质类型
var chk="false";
/**
* 添加
*/
//公用的
function isSelectall(src){ //全选
selects = document.getElementsByName(src);
if (document.getElementsByName("selectall")[0].checked){ //全选
for(i=0;i<selects.length;i++){
if (selects[i].disabled == fal ...
studentnum = new String(studentnum.getBytes("ISO-8859-1"), "UTF-8");
}
map.put("urlParam", "&realname="
+ java.net.URLEncoder.encode(realname, "UTF-8")
+ "&studentnum=" + studentnum);