- 浏览: 91219 次
- 性别:
- 来自: 北京
最新评论
-
xingguangsixian:
...
浮点型精确计算 Double Float -
suiyi_vs_yongyuan:
对sudo部分描述的很详细,不错
linux用户和用户组管理 -
lsyx5566:
if
js 在 textarea 光标处插入字符 -
lsyx5566:
2222
js 在 textarea 光标处插入字符 -
lsyx5566:
3343入433
js 在 textarea 光标处插入字符
文章列表
select t.userid, count(t.id) num
from sso_access_log t
where 1 = 1
and t.access_time >= to_date('2009-10-12 ', 'yyyy-MM-dd ')
and t.access_time <= to_date('2010-11-08 ', 'yyyy-MM-dd ')
group by t.userid
order by num desc
<c:choose>
<c:when test="${type=='0'}">
<input type="radio" id="type" name="type" value="0" checked="checked" /> <b style="font-size:13px"> 按访问用户查询</b>
<input type="radio" ...
方法一:
<select onchange="goUrl(this.options[this.selectedIndex]);">
<option>==</option>
<option value='http://www.csdn.net' target="_blank">csdn</option>
<option value='http://www.163.com' target="_self">163.com< ...
<p id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var s1 = new SWFObject("flvplayer.swf","single","600"," ...
<td id="frmTop" name="frmTop" width="100%" height="100%">
<object id="mPlayer1" width=300 height=300 classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param name="URL" value="mms://192.168.2.200/nbw/ ...
keycode 0 =
keycode 1 =
keycode 2 =
keycode 3 =
keycode 4 =
keycode 5 =
keycode 6 =
keycode 7 =
keycode 8 = BackSpace BackSpace
keycode 9 = Tab Tab
keycode 10 =
keycode 11 =
keycode 12 = Clear
keycode 13 = Enter
keycode 14 =
keycode 15 =
keycode 16 = Shift_L
keycode 17 = Control_L
keycode 18 = Alt_L
...
<ec:column width="10%" property="_0" style="text-align: center;"
title='<input type="checkbox" id="mmAll" name="mmAll" title="mm" onclick="checkAll(this, this.title)">'>
<input type="ch ...
x.cldDate <= to_date('2010-9-6 23:59:59', 'yyyy-MM-dd HH24:mi:ss')
<script type="text/javascript">
function checkAll(e, itemName){
var aa = document.getElementsByName(itemName);
for (var i=0; i<aa.length; i++)
aa[i].checked = e.checked;
}
function checkItem(e, allName){
var all = document.getElementsByName(allName)[0];
if(!e.chec ...
public class ApplicationPath {
public static java.util.Properties param;
private static ApplicationPath instance = null;
private ApplicationPath() {
InputStream in = null;
try {
in = this.getClass().getResourceAsStream(
"/app.properties");
Properties p = new Properties() ...
function coverBody(json){
// alert(jQuery(window.document.body));
var bodyScrollSize=getBodyScrollSize();
$(window.document.body).append($("<iframe id='jq_effect_backGroundIframe' style='z-index:1;filter:mask();overflow:hidden;border:0px;margin:0; padding:0;position:absolute;width ...
public ActionForward ftpUpload(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) throws IOException, FileUploadException {
String title = URLDecoder.decode(
request.getParameter("title") == null ? "" : request.getParameter(& ...
var pxh=document.getElementById("pxh").value;
var path=/^(-?\d+)(\.\d+)?$/;
if (!path.test(pxh))
{
alert("排序号必须为数字");
return ;
}
create tablespace MOF_TEMP
datafile 'D:\soft\oracle\oradata\ora92\MOF_TEMP.dbf' size 500M
autoextend on next 100M maxsize unlimited logging
extent management local autoallocate
segment space management auto;