Processing math: 100%

09 2014 档案

摘要:var args = new DynamicParameters(new {}); if (obj.orderId != null) { sb.Append(" AND OrderId = @OrderId"); args.Add("OrderId", obj.o... 阅读全文
posted @ 2014-09-28 23:48 不能失败 阅读(1211) 评论(0) 推荐(0) 编辑
摘要:-- 目前遇到这个问题都是在切换服务器时发生的。 旧服务器备份的数据库还原到新服务器,都会遇到这种问题--切决方案如下:-- 查找孤立用户列表EXECUTE sp_change_users_login 'REPORT'--修复这些孤立用户也就是将这些用户与恢复的数据库关联起来EXECUTE sp_c... 阅读全文
posted @ 2014-09-28 23:18 不能失败 阅读(361) 评论(0) 推荐(0) 编辑
摘要://后台 public ActionResult OrderAdd() { var items = new List() { (new SelectListItem(){Text = "男", Val... 阅读全文
posted @ 2014-09-28 18:58 不能失败 阅读(419) 评论(0) 推荐(0) 编辑
摘要:var fLock:TRTLCriticalSection; //定义临界区域// 初始化 InitializeCriticalSection(fLock);//进入临界区 EnterCriticalSection(fLock);//离开临界区 LeaveCriticalSection(... 阅读全文
posted @ 2014-09-26 10:30 不能失败 阅读(341) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-09-24 12:50 不能失败 阅读(6) 评论(0) 推荐(0) 编辑
摘要:var SelectUserIdArr = []; function GetData() { var returnValue = ""; var grid = $("#maingrid").ligerGrid(); ... 阅读全文
posted @ 2014-09-20 11:17 不能失败 阅读(416) 评论(0) 推荐(0) 编辑
摘要://关闭 .ligerDialog.openframeElement.dialog.close();//parent..ligerDialog.close(); //关闭弹窗//父窗口一个组件获得焦点parent.window.document.getElementBy... 阅读全文
posted @ 2014-09-20 11:15 不能失败 阅读(737) 评论(0) 推荐(0) 编辑
摘要:FlotFlot一个纯javascript绘画库,基于jQuery开发。它能够在客户端根据任何数据集快速生成图片。目前只能绘制线状图和柱状。FlotjQueryjQchart基于Canvas+jQuery,可拖放/交互的简单图形控件。jQchartjQueryOpen Flash ChartOpen... 阅读全文
posted @ 2014-09-19 17:16 不能失败 阅读(809) 评论(0) 推荐(0) 编辑
摘要:一个不错的图片http://css-tricks.com/anythingslider-jquery-plugin/DEMO演示:http://css-tricks.github.io/AnythingSlider/#&panel1-5&panel2-4 阅读全文
posted @ 2014-09-19 17:14 不能失败 阅读(160) 评论(0) 推荐(0) 编辑
摘要:/// 查看页面,跳出一个新的添加窗口 function AddMessage() { $.ligerDialog.open({ url: UrlAddMessage, height: 500, width: 800,... 阅读全文
posted @ 2014-09-19 16:06 不能失败 阅读(1522) 评论(0) 推荐(0) 编辑
摘要:http://www.tritac.com/bp-24-dapper-net-by-examplehttp://www.codeproject.com/Articles/212274/A-Look-at-Dapper-NET 阅读全文
posted @ 2014-09-18 17:18 不能失败 阅读(250) 评论(0) 推荐(0) 编辑
摘要:@Html.TextBox("User", "", new { maxlength = 10 }); //限制 text 的最大输入字符数为 10个@Html.TextBox("users","",new {@class="l-text",style="width:186px;"}) //... 阅读全文
posted @ 2014-09-17 11:32 不能失败 阅读(2847) 评论(0) 推荐(0) 编辑
摘要:http://docwiki.embarcadero.com/RADStudio/XE7/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE7 阅读全文
posted @ 2014-09-16 14:26 不能失败 阅读(224) 评论(0) 推荐(0) 编辑
摘要:unit D7ComboBoxStringsGetPatch; // The patch fixes TCustomComboBoxStrings.Get method for empty string item in Delphi 7. interface {$IF RTLVersion 15.... 阅读全文
posted @ 2014-09-13 17:41 不能失败 阅读(784) 评论(0) 推荐(0) 编辑
摘要:http://docwiki.embarcadero.com/RADStudio/XE7/en/Category:FireDAC 阅读全文
posted @ 2014-09-13 11:41 不能失败 阅读(682) 评论(0) 推荐(0) 编辑

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