上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 官网http://www.quartz-scheduler.net/相关的 Log 说明http://netcommon.sourceforge.net/docs/2.1.0/reference/html/index.html懒惰的肥兔 (他写不少相关的文章,值得一读)http://www.cnbl... 阅读全文
posted @ 2014-10-04 14:30 不能失败 阅读(379) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/25295980/delphi-2006-2010-error-cannot-create-file-c-users-admin-appdata-local-temp-ed安装 ide fix pack 解决这个问题。http:/... 阅读全文
posted @ 2014-10-03 14:13 不能失败 阅读(520) 评论(0) 推荐(0)
摘要: @Html.TextBox("txtIDNumber", "", new { @class = "l-text required idnumber", style = "width: 186px ;" }) 阅读全文
posted @ 2014-10-03 12:12 不能失败 阅读(564) 评论(0) 推荐(0)
摘要: 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 不能失败 阅读(1227) 评论(0) 推荐(0)
摘要: -- 目前遇到这个问题都是在切换服务器时发生的。 旧服务器备份的数据库还原到新服务器,都会遇到这种问题--切决方案如下:-- 查找孤立用户列表EXECUTE sp_change_users_login 'REPORT'--修复这些孤立用户也就是将这些用户与恢复的数据库关联起来EXECUTE sp_c... 阅读全文
posted @ 2014-09-28 23:18 不能失败 阅读(380) 评论(0) 推荐(0)
摘要: //后台 public ActionResult OrderAdd() { var items = new List() { (new SelectListItem(){Text = "男", Val... 阅读全文
posted @ 2014-09-28 18:58 不能失败 阅读(428) 评论(0) 推荐(0)
摘要: var fLock:TRTLCriticalSection; //定义临界区域// 初始化 InitializeCriticalSection(fLock);//进入临界区 EnterCriticalSection(fLock);//离开临界区 LeaveCriticalSection(... 阅读全文
posted @ 2014-09-26 10:30 不能失败 阅读(348) 评论(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 不能失败 阅读(422) 评论(0) 推荐(0)
摘要: //关闭 $.ligerDialog.open 打开的弹窗frameElement.dialog.close();//关闭父窗口parent.$.ligerDialog.close(); //关闭弹窗//父窗口一个组件获得焦点parent.window.document.getElementBy... 阅读全文
posted @ 2014-09-20 11:15 不能失败 阅读(764) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页