01 2016 档案

摘要:$("ggg div").each(function () { this.style.top = (parseFloat(this.style.top.replace("px", "")) - 165) + "px"; }); 阅读全文
posted @ 2016-01-28 15:06 小小高 阅读(2106) 评论(0) 推荐(0) 编辑
摘要:function DropDownList(url, domId, defaultValue) { /// <summary> /// ajax生成select /// </summary> /// <param name="url">数据请求路径</param> /// <param name=" 阅读全文
posted @ 2016-01-28 12:08 小小高 阅读(1178) 评论(0) 推荐(0) 编辑
摘要:-- pageSize=3 pageIndex total=7-- 开始行号 startRowNum=(pageIndex-1)*pageSize+1;-- 结束行号 endRowNum=pageIndex*pageSize-- 总页数 (total+pageSize-1)/pageSizesele... 阅读全文
posted @ 2016-01-21 15:47 小小高 阅读(372) 评论(0) 推荐(0) 编辑
摘要:说明用了如List list=new List();je.copy_materials_details.SingleOrDefault(x => x.ID == ist[i].id);EF的lamda表达式中不支持索引器 阅读全文
posted @ 2016-01-19 14:39 小小高 阅读(663) 评论(0) 推荐(1) 编辑
摘要:create table copy_materials_details (SELECT * FROM `materials_details`); 阅读全文
posted @ 2016-01-19 10:56 小小高 阅读(1812) 评论(0) 推荐(0) 编辑
摘要:String.prototype.format = function(args) { var result = this; if (arguments.length > 0) { if (arguments.length == 1 && typeof (args) == "object") { fo 阅读全文
posted @ 2016-01-18 17:28 小小高 阅读(264) 评论(0) 推荐(1) 编辑
摘要:Client的版本亲测至少可导出千万级别的数据,Web版本要看服务器内存配置。。 epplus下载路径: http://epplus.codeplex.com/ 阅读全文
posted @ 2016-01-15 16:21 小小高 阅读(2032) 评论(1) 推荐(2) 编辑
摘要:Jquery方法$("img").one("error", function(e){ $(this).attr("src", "default.gif");}); 阅读全文
posted @ 2016-01-14 12:00 小小高 阅读(1446) 评论(0) 推荐(1) 编辑
摘要:function iframeTimeOut(url, timeOut_callback, width, height) { /// /// iframe超时处理 /// /// iframe(src路径) /// 超时后执形的操作 /// 宽 /// ... 阅读全文
posted @ 2016-01-14 11:52 小小高 阅读(4110) 评论(0) 推荐(0) 编辑
摘要:下载路径: http://files.cnblogs.com/files/gaocong/npoi_for_mysql_mvc.rar 阅读全文
posted @ 2016-01-13 15:22 小小高 阅读(281) 评论(0) 推荐(1) 编辑
摘要:DROP PROCEDURE IF EXISTS Proc; DELIMITER //CREATE PROCEDURE Proc(database_name varchar(50),table_name_ varchar(50)) BEGINDROP table IF EXISTS fk_view;... 阅读全文
posted @ 2016-01-13 13:30 小小高 阅读(2256) 评论(0) 推荐(0) 编辑
摘要:function myResize() { $("#myModal")[0].style["padding-left"] = "0px"; setTimeout(myResize, 100); }myResize(); 阅读全文
posted @ 2016-01-07 14:29 小小高 阅读(139) 评论(0) 推荐(0) 编辑
摘要:下载地址:http://files.cnblogs.com/files/gaocong/jquery_pjax.rar 阅读全文
posted @ 2016-01-06 16:30 小小高 阅读(215) 评论(0) 推荐(0) 编辑
摘要:select DISTINCT data_type from COLUMNS where table_name='表名'用ConCat();构造生成代码。。。。。 阅读全文
posted @ 2016-01-05 18:04 小小高 阅读(327) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示