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