sportdog

导航

 
上一页 1 2 3 4 5 6 7 ··· 16 下一页

2020年9月7日

摘要: 需求: 通过Html代码 用DataGrid显示数据(分页)及数据格式化 界面效果: View Code: @{ Layout = "_Master"; ViewData["Title"] = "首件检验配置--列表"; /* Create by Snow 2020/08/20 DataGrid00 阅读全文
posted @ 2020-09-07 11:05 sportdog 阅读(182) 评论(0) 推荐(0)
 
摘要: jQuery EasyUI 表单 – 校验数字类型 需求:校验整型、浮点型、输入范围 界面效果: 代码: <table border="1" width="400px" cellpadding="0" cellspacing="0"> <tr> <td>Int:</td> <td><input ty 阅读全文
posted @ 2020-09-07 10:35 sportdog 阅读(149) 评论(0) 推荐(0)
 
摘要: jQuery EasyUI 表单 – 日期类型 需求:校验Date、DateTime类型 ,并设置控件不可手动输入 界面效果: 代码: <table border="1" width="400px" cellpadding="0" cellspacing="0"> <tr> <td>Date:</t 阅读全文
posted @ 2020-09-07 10:34 sportdog 阅读(281) 评论(0) 推荐(0)
 
摘要: jQuery EasyUI 表单 – 校验必填项(文本框) 需求:校验文本框输入值不为空 界面效果: 代码: <table border="1" width="400px" cellpadding="0" cellspacing="0"> <tr> <td>必填:</td> <td><input c 阅读全文
posted @ 2020-09-07 10:31 sportdog 阅读(231) 评论(0) 推荐(0)
 

2020年4月4日

摘要: page @Html.DropDownList("ID", Model.SystemParameterList) ViewModel: public IEnumerable<SelectListItem> SystemParameterList { get { SystemParameterBLL 阅读全文
posted @ 2020-04-04 12:21 sportdog 阅读(170) 评论(0) 推荐(0)
 

2020年2月11日

摘要: 需求: 主页面上点击选中物料按钮,弹出物料列表子窗口,双击具体记录,返回给主页面的物料文本框。 子窗口页面可输入物料号进行模糊查询及分页 问题: 在子窗口输入物料号,点击查询按钮后无反应。 问题分析 怀疑是缓存的问题[不是] 进行Debug,发现后台的代码及MVC页面代码都执行了,但页面就是没有变化 阅读全文
posted @ 2020-02-11 13:53 sportdog 阅读(298) 评论(0) 推荐(0)
 

2020年1月7日

摘要: 问题: ViewModel: Controller: get是页面加载时用的,POST是前端提交过来时调用的。 前端页面: 注意:前端页面 Factory.EnterpriseCode 需和ViewModel里的属性一致。且再修改时只要给 Factory赋好值,对应的EnterpriseCode会自 阅读全文
posted @ 2020-01-07 15:32 sportdog 阅读(1485) 评论(0) 推荐(0)
 

2019年12月4日

摘要: 比较简单,直接上代码: 阅读全文
posted @ 2019-12-04 10:33 sportdog 阅读(154) 评论(0) 推荐(0)
 

2019年11月11日

摘要: 给类库项目添加引用时提示:找不到 Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager 服务的实例。 解决办法: 阅读全文
posted @ 2019-11-11 15:40 sportdog 阅读(520) 评论(0) 推荐(0)
 

2019年7月22日

摘要: 1:创建文件组 创建不同的文件组来存放不同的数据。例子中创建了3个文件组Study2017,Study2018,Study2019。分别用于存放2018年之前的数据,2018,2019年的数据。 2:创建数据库文件 分区文件会对应到一个.ndf文件,具体放到哪个盘符都可以。 3:对具体的表(Cont 阅读全文
posted @ 2019-07-22 14:16 sportdog 阅读(206) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 ··· 16 下一页