上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 67 下一页
摘要: 1.增加字段 alter table docdsp add dspcodechar(200)2.删除字段 ALTER TABLE table_NAME DROP COLUMNcolumn_NAME3.修改字段类型 ALTER TABLE table_name ALTER COLUMNcolumn_n... 阅读全文
posted @ 2014-06-24 10:54 dapeng888 阅读(127) 评论(0) 推荐(0)
摘要: 方法1:javascritp方法123456//随机数functiondiu_Randomize(b,e){if(!b&&b!=0||!e){return"?";}returnMath.floor((Math.random()*e)+b);}$(window).load=$(".ps"+diu_Ra... 阅读全文
posted @ 2014-06-23 17:09 dapeng888 阅读(41203) 评论(0) 推荐(0)
摘要: Date: 阅读全文
posted @ 2014-06-23 15:49 dapeng888 阅读(301) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2014-06-20 20:27 dapeng888 阅读(11) 评论(0) 推荐(0)
摘要: .catelistdlddulliimg{width:expression(this.width>228?'228px':true);max-width:228px;height:expression(this.height>160?'160px':true);max-height:160px;}解... 阅读全文
posted @ 2014-06-19 14:54 dapeng888 阅读(1018) 评论(0) 推荐(0)
摘要: 原文地址:http://hi.baidu.com/kinghmx/item/395dbac3261292dcef183b52最近在写一个页面,在出了ie6外的所有浏览器中都正常(ie7,8,9, firefox, chrome), IE6下提示 “无法设置selected属性。未指明的错误”。后来发... 阅读全文
posted @ 2014-06-19 11:11 dapeng888 阅读(406) 评论(0) 推荐(0)
摘要: //根据条件,查到对应的省或市或区下拉框选项 function LoadListProvinceData(parentId, objTarget) { if (ListProvinceData == null) { L... 阅读全文
posted @ 2014-06-17 18:43 dapeng888 阅读(1193) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2014-06-16 18:34 dapeng888 阅读(0) 评论(0) 推荐(0)
摘要: Bootstraphttp://www.bootcss.com/ http://www.ligerui.com/http://j-ui.com/#demo_page2http://jqueryui.com/demos/http://www.jeasyui.com/demo/main/index.ph... 阅读全文
posted @ 2014-06-16 18:29 dapeng888 阅读(302) 评论(0) 推荐(0)
摘要: 原文地址:http://www.chuchur.com/asp-net-mvc4-404/定义404 方法当然有很多种。不同的方法所展现的形式也不一样,用户所体验也不一样。以下提供2两种方法一:1. 在web.config 中找到节点〈system.web〉xx…xx〈system.web〉 中启用... 阅读全文
posted @ 2014-06-14 22:52 dapeng888 阅读(2415) 评论(0) 推荐(1)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 67 下一页