`
文章列表

jquery跳出each

jquery each循环,要实现break和continue的功能: break----用return false; continue --用return ture;

打印啊啊啊啊啊

 
http://www.ibm.com/developerworks/cn/java/l-javaprint/ http://www.5yule.com/ http://www.baidu-av.info/?fengxing
JFreeChart类: void setAntiAlias(boolean flag) 字体模糊边界 void setBackgroundImage(Image image) 背景图片 void setBackgroundImageAlignment(int alignment) 背景图片对齐方式(参数常量在org.jfree.ui.Align类中定义) void setBackgroundImageAlpha(float alpha) 背景图片透明度(0.0~1.0) void setBackgroundPaint(Paint paint) 背景色 void s ...

JFreeChart API

英文版API下载

jfreechart例子

+------+-------------+ | id | client_name | +------+-------------+ | 1 | 一级经销商 | | 2 | 二级经销商 | | 3 | 三级经销商 | +------+-------------+ 3 rows in set (0.00 sec) package com; import java.io.IOException; import java.text.DecimalFormat; import java.text.NumberFormat; import jav ...
struts2(ssh)带进度条文件上传 http://download.csdn.net/source/2351768 ssh2(struts2+spring2.5+hibernate3.3+ajax)带进度条文件上传(封装成标签) http://yale.iteye.com/blog/464132 struts2上传文件,显示进度条 http://blog.csdn.net/tom_221x/archive/2010/06/30/5703729.aspx

颜色拾取器

 
颜色拾取器软件
<div style="border:1px solid #CCC;width:180px;" > <input type="text" style="background-repeat: no-repeat; border:0px;"> <input style="background-image: url(images/property /searchReceiver.gif); background-repeat: no-repeat; border:0px; width:15px ...
一、 常用日期数据格式 1.Y或YY或YYY 年的最后一位,两位或三位 SQL> Select to_char(sysdate,'Y') from dual; TO_CHAR(SYSDATE,'Y') -------------------- 7 SQL> Select to_char(sysdate,'YY') from dual; TO_CHAR(SYSDATE,'YY') --------------------- 07 SQL> Select to_char(sysdate,'YYY') from dual; TO_ ...

游标语法

 
游标分为隐士游标和显示游标。隐士是自带的,用sql%found或sql%notfound访问 显示

android

http://blog.csdn.net/coolszy安卓开发学习博客
select * from 表名  where to_char(日期字段,'YYYY-MM-DD HH24:MI')>'2011-06-29 14:32' and to_char(日期字段,'YYYY-MM-DD HH24:MI')<'2011-07-16 14:20'
var count = $("input[name='box']:checked").length; <input name='box'> <input name='box'> <input name='box'>    
$.ajax({ type: 'post', url: "maintain_findRoomByBuildingId.shtml", cache: false, data: {"buildingId":buildingId}, dataType: 'json', success: function(data){ jQuery.each(data.roomList, function(i,item){ alert(item.id+","+item.name); }); } ...
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equ ...
Global site tag (gtag.js) - Google Analytics