posted @ 2017-11-25 15:05 陈力 阅读(126) 评论(0) 推荐(0) 编辑
摘要:
USE [HIS_DB]GO /****** Object: StoredProcedure [dbo].[Proc_BackUpDataBase] Script Date: 11/25/2017 15:03:47 ******/SET ANSI_NULLS ONGO SET QUOTED_IDEN 阅读全文
摘要:
xaf 学习 RuleUniqueValueAttribute 唯一验证。 RuleUniqueValue("", DefaultContexts.Save, CriteriaEvaluationBehavior = CriteriaEvaluationBehavior.BeforeTransact 阅读全文
posted @ 2017-08-07 16:57 陈力 阅读(278) 评论(0) 推荐(0) 编辑
摘要:
$/AutoBuild/WpfApp/WpfApp/MainWindow.xaml 发现tf workspaces /collection:http://192.168.175.117:8080/tfs/projects 递归获取tfs所有路径tf dir /recursive $/AutoBuil 阅读全文
posted @ 2017-03-17 14:52 陈力 阅读(749) 评论(0) 推荐(0) 编辑
摘要:
每一次操作select的时候,总是要出来翻一下资料,不如自己总结一下,以后就翻这里了。 比如<select class="selector"></select> 1、设置value为pxx的项选中 $(".selector").val("pxx"); 2、设置text为pxx的项选中 $(".sel 阅读全文
posted @ 2016-12-08 09:38 陈力 阅读(118) 评论(0) 推荐(0) 编辑
摘要:
and (in_sample.TEAM_GROUP = p_teamGroup or p_teamGroup is null); 阅读全文
posted @ 2016-11-17 09:51 陈力 阅读(211) 评论(0) 推荐(0) 编辑
摘要:
一:datatable datatable 手动加载 datatable 自动加载 自定配置加载datatables,这样可以灵活增加列,或者删减列 二:时间选择加载时分提交时询问判断是否为空,或者是否为NULL,判断是否是数值类型 三:弹出对话框弹出查询对话框 四:弹出选择对话框 五:统一获取查询 阅读全文
posted @ 2016-11-07 10:23 陈力 阅读(292) 评论(0) 推荐(0) 编辑
摘要:
<div name="abc"></div> <input name="abc" type="text" /> <input name="abc" type="text" /> <input name="abc" type="text" /> <script type="text/javascrip 阅读全文
posted @ 2016-10-19 15:00 陈力 阅读(679) 评论(0) 推荐(0) 编辑
摘要:
v_from := (p_pageIndex - 1) * p_pageSize + 1; v_to := v_from + p_pageSize - 1; p_totalRows := 0; (select t2.* from (select rownum rn, t1.* from () t1) 阅读全文
posted @ 2016-10-12 09:55 陈力 阅读(219) 评论(0) 推荐(0) 编辑
摘要:
cshtml页面部分代码: div class="col-sub"> @using (Html.BeginForm("SaveTTMallConfig", "TTMall", FormMethod.Post, new { id="J_ttmall_form"})) { <div> <fieldset 阅读全文
posted @ 2016-08-18 11:27 陈力 阅读(10441) 评论(0) 推荐(0) 编辑