会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Blogger
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
61
62
63
64
65
66
67
68
69
···
89
下一页
2016年4月3日
list转datatable,SqlBulkCopy将DataTable中的数据批量插入数据库
摘要: 使用SqlBulkCopy将DataTable中的数据批量插入数据库中https://blog.csdn.net/u013938578/article/details/78886884
阅读全文
posted @ 2016-04-03 09:22 BloggerSb
阅读(351)
评论(0)
推荐(0)
2016年4月2日
Html.BeginForm 与Section、Partial View 和 Child Action
摘要: 该方法用于构建一个From表单的开始,他的构造方法为: Html.BeginForm("ActionName","ControllerName",FormMethod.method) 例如: 让请求地址不带id Section、Partial View 和 Child Action 参考:http:
阅读全文
posted @ 2016-04-02 08:13 BloggerSb
阅读(336)
评论(0)
推荐(0)
2016年4月1日
e.stopPropagation();与 e.preventDefault();
摘要: e.stopPropagation()阻止事件冒泡 冒泡事件测试 我们先看这段代码: 我们会看到这样的情况:span alert -> td alert -> table alert。这就叫事件冒泡。就是从下到上,从里到外,事件依次触发。 有的时候我们不希望事件冒泡咋办? ...
阅读全文
posted @ 2016-04-01 21:51 BloggerSb
阅读(352)
评论(0)
推荐(0)
2016年3月31日
NPOI导出
摘要: // string filename = fileNameTitle + DateTime.Now.ToString("yyMMddhhmmss") + new Random().Next(100, 999); @using (Html.BeginForm("ImportCommentsFile", "CommentsManage", FormMethod.Post, new { en...
阅读全文
posted @ 2016-03-31 22:23 BloggerSb
阅读(249)
评论(0)
推荐(0)
Excel导入导出(篇二)
摘要: <body> <h3>一、Excel导入</h3> <h5>1.模板下载:<a href="UpFiles/TemplateFiles/学生成绩导入模板.xls">学生成绩导入模板</a></h5> <h5>2.选择Excel文件并上传</h5> <form enctype="multipart/f
阅读全文
posted @ 2016-03-31 08:47 BloggerSb
阅读(1994)
评论(0)
推荐(0)
2016年3月30日
Excel导入导出,通过datatable转存(篇一)
摘要: 导出:
阅读全文
posted @ 2016-03-30 20:58 BloggerSb
阅读(532)
评论(0)
推荐(0)
ajax请求加载Loading或错误提示
摘要: Loading...
阅读全文
posted @ 2016-03-30 06:41 BloggerSb
阅读(397)
评论(0)
推荐(0)
2016年3月29日
jQuery UI dialog
摘要: 初始化参数 对于 dialog 来说,首先需要进行初始化,在调用 dialog 函数的时候,如果没有传递参数,或者传递了一个对象,那么就表示在初始化一个对话框。 没有参数,表示按照默认的设置初始化对话框,在当前最新版本的 jQuery UI 1.8.9 中, dialog 支持下列属性。 autoO
阅读全文
posted @ 2016-03-29 06:48 BloggerSb
阅读(308)
评论(0)
推荐(0)
2016年3月28日
Zebra_Dialog 弹出层插件
摘要: 1. Default dialog box, no custom settings. Click here to open. $.Zebra_Dialog('Zebra_Dialog, a small, compact and highly configurable dialog box plugin for jQuery'); 2. The five dialog box types, ...
阅读全文
posted @ 2016-03-28 22:30 BloggerSb
阅读(653)
评论(0)
推荐(0)
Google浏览器导出书签
摘要: C:\users\用戶名\AppData\Local\Google\Chrome\User Data\Default\Bookmarks 這個文件就是書簽啊,復制一下就行了
阅读全文
posted @ 2016-03-28 12:57 BloggerSb
阅读(212)
评论(0)
推荐(0)
上一页
1
···
61
62
63
64
65
66
67
68
69
···
89
下一页
公告