代码改变世界

前端UI

2016-07-14 17:48 by 迷忙, 180 阅读, 0 推荐, 收藏, 编辑
摘要:jQuery的UI框架 Liger UI 快速开发WebUI jQuery MiniUI 国产jQuery UI框架 (jUI) DWZ EasyUI http://www.jeasyui.com/ Extjs 阅读全文

Bootstrap Table jquery table jqgrid

2016-07-12 11:59 by 迷忙, 728 阅读, 0 推荐, 收藏, 编辑
摘要:http://bootstrap-table.wenzhixin.net.cn/zh-cn/getting-started/ https://www.datatables.net/ http://blog.mn886.net/jqGrid/ http://www.trirand.com/blog/j 阅读全文

Jquery table列表多选实现

2016-07-04 16:32 by 迷忙, 3680 阅读, 0 推荐, 收藏, 编辑
摘要:$("#checkAll").bind("click", function () { debugger; if (this.checked) { $("[name = checkItem]:checkbox").attr("checked", true); } else { $("[name = c 阅读全文

ItextSharp 生成pdf文件

2016-07-01 13:34 by 迷忙, 436 阅读, 0 推荐, 收藏, 编辑
摘要:1、创建document文档 public Document GetPdfDocument() { Document doc = new Document(CreateExpressRectangle(), 10, 10, 10, 10); return doc; } protected Recta 阅读全文

Could not load file or assembly Microsoft.SqlServer.management.sdk.sfc version 11.0.0.0 (RDLC报表问题)

2016-06-28 13:55 by 迷忙, 592 阅读, 0 推荐, 收藏, 编辑
摘要:Problem: (Sql server 2014) This issue happens when assembly Microsoft.SqlServer.management.sdk.sfc version 12.0.0.0 not found by visual studio. Soluti 阅读全文

ORACLE 重建OE

2014-04-13 17:06 by 迷忙, 238 阅读, 0 推荐, 收藏, 编辑
摘要:C:\>emca -deconfig dbcontrol dbEMCA 开始于 2010-7-16 9:29:21EM Configuration Assistant, 11.2.0.0.2 正式版版权所有 (c) 2003, 2005, Oracle。保留所有权利。输入以下信息:数据库 SID: ... 阅读全文

C运算符

2012-06-25 21:05 by 迷忙, 123 阅读, 0 推荐, 收藏, 编辑
摘要: 阅读全文