- 浏览: 52408 次
- 性别:
- 来自: 重庆
最新评论
-
xxy_aldrich:
xxy_aldrich 写道这不是掩耳盗铃?本来是编译错的,换 ...
关于Access restriction 问题的解决 -
xxy_aldrich:
这不是掩耳盗铃?本来是编译错的,换了个警告提示。。。。
关于Access restriction 问题的解决 -
scofielong:
赞,javaEye全
关于Access restriction 问题的解决 -
ahead_zhan:
正好碰到了这个问题,3q
关于Access restriction 问题的解决 -
xiaogu2008:
牛XNB.
象乔布斯那样去演说
文章列表
Steve Jobs在2005斯坦福毕业典礼上的演讲
Stay Hungry, Stay Foolish.
June 2005, Palo Alto, CA
求知若饥,虚心若愚
Thank you.
I'm honored to be with you today for your commencement from one of the finest universities in the world. Truth be told, I never graduated from college, and this is the closest I've ever gotten to a c ...
- 2009-07-16 10:29
- 浏览 753
- 评论(0)
#xsnazzy h1,#xsnazzy h2,#xsnazzy p {
margin: 0 10px;
letter-spacing: 1px;
}
#xsnazzy h1 {
font-size: 2.5em;
color: #fff;
}
#xsnazzy h2 {
font-size: 2em;
color: #06a;
border: 0;
}
#xsnazzy p {
padding-bottom: 0.5em;
}
#xsnazzy h2 {
padding-top: 0.5em;
}
#xsnazzy ...
- 2009-06-19 11:22
- 浏览 1180
- 评论(0)
function doMin(object) {
var startDate = $(object).attr('startdate');
var minDate = $(object).attr('minDate');
if (minDate != '' && minDate != undefined) {
return $(object).attr('minDate');
}
if (startDate != '' && startDate != undefined) {
aDate = startDate.s ...
- 2009-01-18 17:13
- 浏览 1050
- 评论(0)
/**
* @Describe 检验组织结构代码是否合法<br>
* 标准:GB11714-1995
* @since Monlyu 2009-1-11
*/
private static boolean cheakOrgCode(String str) {
final String[] codeNo = { "0", "1", "2", "3", "4", "5", "6", &quo ...
- 2009-01-11 13:16
- 浏览 5193
- 评论(0)
CSS完美兼容IE6/IE7/FF的通用方法
关于CSS对各个浏览器兼容已经是老生常谈的问题了, 网络上的教程遍地都是.以下内容没有太多新颖, 纯属个人总结, 希望能对初学者有一定的帮助.
一、CSS HACK
以下两种方法几乎能解决现今所有HACK.
...
- 2008-08-25 17:39
- 浏览 1140
- 评论(0)
感觉自己写一个Button的标签库
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.BodyTagSupport;
import cq.myUtil.util.StringUtil;
public class ButtonTag extends BodyTagSupport {
// 按钮的id
private String id;
// 按钮的name
private String name;
// 按钮不可用
private String disable ...
/**
* @author Monlyu
* @since 2008-7-30
*/
public class ProvinceData{
public static void main(String[] args) {
/** ****西南地区 ******* */
String chongqing[] = { "渝中区", "大渡口", "江北区", "沙坪坝", "九龙坡", "南岸区", "北碚区", "万 ...
- 2008-07-31 12:25
- 浏览 948
- 评论(0)
-----删除线-----