07 2017 档案

摘要:$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled"); ... 阅读全文
posted @ 2017-07-27 18:01 Martin_lee 阅读(220) 评论(0) 推荐(0)
摘要:$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled"); ... 阅读全文
posted @ 2017-07-27 18:01 Martin_lee 阅读(613) 评论(0) 推荐(0)
摘要:ajax是可以本地运行的,经过验证,可以是可以,但跟浏览器有关,火狐和新IE可以,chrome不可以,旧ie不知道什么原因也不可以。但是浏览器也有它的安全策略,必须是同一目录下的文件可以访问。chrome浏览器就直接禁止了本地访问。 阅读全文
posted @ 2017-07-27 17:39 Martin_lee 阅读(151) 评论(0) 推荐(0)
摘要:ajax是可以本地运行的,经过验证,可以是可以,但跟浏览器有关,火狐和新IE可以,chrome不可以,旧ie不知道什么原因也不可以。但是浏览器也有它的安全策略,必须是同一目录下的文件可以访问。chrome浏览器就直接禁止了本地访问。 阅读全文
posted @ 2017-07-27 17:39 Martin_lee 阅读(353) 评论(0) 推荐(0)
摘要:嘴挺笨的描述不清,直接看图,console.log(data1)是下图 获取的table中的数据组成的json对象(这里我不明白json对象啊json字符串啊json数组啊。我只会- 需要啥就转换成啥形式)_.map方法是返回数组对象中的指定值map_.map(lis... 阅读全文
posted @ 2017-07-27 14:33 Martin_lee 阅读(617) 评论(0) 推荐(0)
摘要:嘴挺笨的描述不清,直接看图,console.log(data1)是下图 获取的table中的数据组成的json对象(这里我不明白json对象啊json字符串啊json数组啊。我只会- 需要啥就转换成啥形式)_.map方法是返回数组对象中的指定值map_.map(lis... 阅读全文
posted @ 2017-07-27 14:33 Martin_lee 阅读(265) 评论(0) 推荐(0)
摘要:$("#tbParBudCode").chosen().change(function () { $("#tbParBudCode option[value='" + $("#hidBudCodeID").val() + "']... 阅读全文
posted @ 2017-07-24 09:41 Martin_lee 阅读(480) 评论(0) 推荐(0)
摘要:$("#tbParBudCode").chosen().change(function () { $("#tbParBudCode option[value='" + $("#hidBudCodeID").val() + "']... 阅读全文
posted @ 2017-07-24 09:41 Martin_lee 阅读(633) 评论(0) 推荐(0)
摘要:LINQ to Entities 不识别方法“System.Guid Parse(System.String)”,因此该方法无法转换为存储表达式。linq 中不能转换类型 阅读全文
posted @ 2017-07-21 18:29 Martin_lee 阅读(237) 评论(0) 推荐(0)
摘要:LINQ to Entities 不识别方法“System.Guid Parse(System.String)”,因此该方法无法转换为存储表达式。linq 中不能转换类型 阅读全文
posted @ 2017-07-21 18:29 Martin_lee 阅读(577) 评论(0) 推荐(0)
摘要:E:\Html\4 Vue版>npm config set registry https://registry.npm.taobao.orgE:\Html\4 Vue版>npm i> chromedriver@2.30.1 install E:\Html\4 Vue版... 阅读全文
posted @ 2017-07-21 13:47 Martin_lee 阅读(259) 评论(0) 推荐(0)
摘要:E:\Html\4 Vue版>npm config set registry https://registry.npm.taobao.orgE:\Html\4 Vue版>npm i> chromedriver@2.30.1 install E:\Html\4 Vue版... 阅读全文
posted @ 2017-07-21 13:47 Martin_lee 阅读(321) 评论(0) 推荐(0)
摘要:*{ color: transparent; text-shadow: #111 0 0 5px;} 阅读全文
posted @ 2017-07-20 18:45 Martin_lee 阅读(168) 评论(0) 推荐(0)
摘要:*{ color: transparent; text-shadow: #111 0 0 5px;} 阅读全文
posted @ 2017-07-20 18:45 Martin_lee 阅读(506) 评论(0) 推荐(0)
摘要:$("#ddlMstData").find("option[value=" + data.MstKey + "]").attr("selected", true); $("#ddlMstData").trigger("chos... 阅读全文
posted @ 2017-07-18 16:00 Martin_lee 阅读(215) 评论(0) 推荐(0)
摘要:$("#ddlMstData").find("option[value=" + data.MstKey + "]").attr("selected", true); $("#ddlMstData").trigger("chos... 阅读全文
posted @ 2017-07-18 16:00 Martin_lee 阅读(538) 评论(0) 推荐(0)
摘要:检查是不是 打印函数了,或者有其他地方执行了两次 console.log("checkPar" + checkPar()); 阅读全文
posted @ 2017-07-15 11:15 Martin_lee 阅读(150) 评论(0) 推荐(0)
摘要:检查是不是 打印函数了,或者有其他地方执行了两次 console.log("checkPar" + checkPar()); 阅读全文
posted @ 2017-07-15 11:15 Martin_lee 阅读(194) 评论(0) 推荐(0)
摘要:推荐:Spread.js地址:点击打开链接Demo:点击打开链接 阅读全文
posted @ 2017-07-15 11:11 Martin_lee 阅读(162) 评论(0) 推荐(0)
摘要:推荐:Spread.js地址:点击打开链接Demo:点击打开链接 阅读全文
posted @ 2017-07-15 11:11 Martin_lee 阅读(133) 评论(0) 推荐(0)
摘要:table 溢出,下拉框显示不全 ... 阅读全文
posted @ 2017-07-15 11:04 Martin_lee 阅读(365) 评论(0) 推荐(0)
摘要:table 溢出,下拉框显示不全 ... 阅读全文
posted @ 2017-07-15 11:04 Martin_lee 阅读(147) 评论(0) 推荐(0)
摘要:Vue 使用Spread.js没有层级关系(隐藏与显示)1.vue会给元素加一个监控属性。去掉spread.js没有层级关系过半是column中值的问题 阅读全文
posted @ 2017-07-14 10:10 Martin_lee 阅读(226) 评论(0) 推荐(0)
摘要:Vue 使用Spread.js没有层级关系(隐藏与显示)1.vue会给元素加一个监控属性。去掉spread.js没有层级关系过半是column中值的问题 阅读全文
posted @ 2017-07-14 10:10 Martin_lee 阅读(213) 评论(0) 推荐(0)
摘要:var arr = []; arr.push(strData); 阅读全文
posted @ 2017-07-13 13:35 Martin_lee 阅读(219) 评论(0) 推荐(0)
摘要:var arr = []; arr.push(strData); 阅读全文
posted @ 2017-07-13 13:35 Martin_lee 阅读(142) 评论(0) 推荐(0)
摘要:模型生成过程中检测到一个或多个验证错误:Tenant_CompanyLocation_Target: : 关系“Tenant_CompanyLocation”中 Role“Tenant_CompanyLocation_Target”的多重性无效。因为 Dependen... 阅读全文
posted @ 2017-07-13 09:31 Martin_lee 阅读(263) 评论(0) 推荐(0)
摘要:模型生成过程中检测到一个或多个验证错误:Tenant_CompanyLocation_Target: : 关系“Tenant_CompanyLocation”中 Role“Tenant_CompanyLocation_Target”的多重性无效。因为 Dependen... 阅读全文
posted @ 2017-07-13 09:31 Martin_lee 阅读(951) 评论(0) 推荐(0)
摘要:电商时代已经要过去了。接下来是零售业。。。我97年生人。对这些还理解不透,个人感觉电商时代给快递带来了生机,同样的事,买东西需要等待。在这个快节奏时代,这是注定会被淘汰的。各大电商早已经开始在线下开店。以后大概就是阿里那种形式吧。识别之后进门,购买之后出门直接扣钱。方... 阅读全文
posted @ 2017-07-12 09:27 Martin_lee 阅读(216) 评论(0) 推荐(0)
摘要:电商时代已经要过去了。接下来是零售业。。。我97年生人。对这些还理解不透,个人感觉电商时代给快递带来了生机,同样的事,买东西需要等待。在这个快节奏时代,这是注定会被淘汰的。各大电商早已经开始在线下开店。以后大概就是阿里那种形式吧。识别之后进门,购买之后出门直接扣钱。方... 阅读全文
posted @ 2017-07-12 09:27 Martin_lee 阅读(190) 评论(0) 推荐(0)
摘要:华为手机怎么安装google新买了个华为荣耀九,结果安装Google Play提示gms core步骤一 gms 安装器。应用市场已经下架了 地址:链接: 点击打开链接 密码: m63j步骤二 应用市场搜 Go安装器新链接: https://pan.baidu.co... 阅读全文
posted @ 2017-07-12 09:10 Martin_lee 阅读(714) 评论(0) 推荐(0)
摘要:华为手机怎么安装google新买了个华为荣耀九,结果安装Google Play提示gms core步骤一 gms 安装器。应用市场已经下架了 地址:链接: 点击打开链接 密码: m63j步骤二 应用市场搜 Go安装器新链接: https://pan.baidu.co... 阅读全文
posted @ 2017-07-12 09:10 Martin_lee 阅读(564) 评论(0) 推荐(0)
摘要:table不让td中文字溢出操作方法table{ width:100px; table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } td{ width:100%; ... 阅读全文
posted @ 2017-07-11 14:30 Martin_lee 阅读(197) 评论(0) 推荐(0)
摘要:table不让td中文字溢出操作方法table{ width:100px; table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } td{ width:100%; ... 阅读全文
posted @ 2017-07-11 14:30 Martin_lee 阅读(336) 评论(0) 推荐(0)
摘要:新买的手机跑分低1.手机现在都有两个模式。平常为了省电,cpu休眠啥的。跑分之前请启用2.手机温度太高,运行中的东西太多 阅读全文
posted @ 2017-07-11 11:22 Martin_lee 阅读(348) 评论(0) 推荐(0)
摘要:新买的手机跑分低1.手机现在都有两个模式。平常为了省电,cpu休眠啥的。跑分之前请启用2.手机温度太高,运行中的东西太多 阅读全文
posted @ 2017-07-11 11:22 Martin_lee 阅读(180) 评论(0) 推荐(0)
摘要:.Net MVC断点进不去1.httpget httppost 2.启动项设为UI3.基于页面没错误的情况下 阅读全文
posted @ 2017-07-11 10:02 Martin_lee 阅读(370) 评论(0) 推荐(0)
摘要:.Net MVC断点进不去1.httpget httppost 2.启动项设为UI3.基于页面没错误的情况下 阅读全文
posted @ 2017-07-11 10:02 Martin_lee 阅读(324) 评论(0) 推荐(0)
摘要:既可以输入有可以像下拉框那样可以选的前端控件textboxlisthttp://www.miniui.com/docs/api/index.html#ui=textboxlisthttp://www.miniui.com/demo/textboxlist/textbo... 阅读全文
posted @ 2017-07-10 14:07 Martin_lee 阅读(197) 评论(0) 推荐(0)
摘要:既可以输入有可以像下拉框那样可以选的前端控件textboxlisthttp://www.miniui.com/docs/api/index.html#ui=textboxlisthttp://www.miniui.com/demo/textboxlist/textbo... 阅读全文
posted @ 2017-07-10 14:07 Martin_lee 阅读(109) 评论(0) 推荐(0)
摘要:王者荣耀 是什么语言编写的?答案:是基于Unity3D (.NET C#)开发的当然肯定是有多种语言开发 阅读全文
posted @ 2017-07-08 18:08 Martin_lee 阅读(733) 评论(0) 推荐(0)
摘要:王者荣耀 是什么语言编写的?答案:是基于Unity3D (.NET C#)开发的当然肯定是有多种语言开发 阅读全文
posted @ 2017-07-08 18:08 Martin_lee 阅读(936) 评论(0) 推荐(0)
摘要:$('select', newTr).chosen({ width: '100%', search_contains: true ... 阅读全文
posted @ 2017-07-08 17:45 Martin_lee 阅读(136) 评论(0) 推荐(0)
摘要:$('select', newTr).chosen({ width: '100%', search_contains: true ... 阅读全文
posted @ 2017-07-08 17:45 Martin_lee 阅读(166) 评论(0) 推荐(0)
摘要:EasyUi DataGrid 获取选中行的checkbox var checked = $(":checkbox[name=ID]:checked"); console.log(checked); var IDS = ne... 阅读全文
posted @ 2017-07-06 22:13 Martin_lee 阅读(353) 评论(0) 推荐(0)
摘要:EasyUi DataGrid 获取选中行的checkbox var checked = $(":checkbox[name=ID]:checked"); console.log(checked); var IDS = ne... 阅读全文
posted @ 2017-07-06 22:13 Martin_lee 阅读(917) 评论(0) 推荐(0)
摘要:今天偶然找到javasc的手册地址=》js的手册 阅读全文
posted @ 2017-07-04 15:09 Martin_lee 阅读(90) 评论(0) 推荐(0)
摘要:今天偶然找到javasc的手册地址=》js的手册 阅读全文
posted @ 2017-07-04 15:09 Martin_lee 阅读(77) 评论(0) 推荐(0)
摘要:严重性 代码 说明 项目 文件行禁止显示状态错误 CS2001 Source file 'D:\Local\Apright_LW-Wiseb2b\Feekong.Model\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8... 阅读全文
posted @ 2017-07-04 14:58 Martin_lee 阅读(621) 评论(0) 推荐(0)
摘要:严重性 代码 说明 项目 文件行禁止显示状态错误 CS2001 Source file 'D:\Local\Apright_LW-Wiseb2b\Feekong.Model\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8... 阅读全文
posted @ 2017-07-04 14:58 Martin_lee 阅读(272) 评论(0) 推荐(0)
摘要:$(document).on("click",".class a",function(){ }) 阅读全文
posted @ 2017-07-04 14:55 Martin_lee 阅读(89) 评论(0) 推荐(0)
摘要:$(document).on("click",".class a",function(){ }) 阅读全文
posted @ 2017-07-04 14:55 Martin_lee 阅读(81) 评论(0) 推荐(0)
摘要:... 阅读全文
posted @ 2017-07-04 13:03 Martin_lee 阅读(178) 评论(0) 推荐(0)
摘要:... 阅读全文
posted @ 2017-07-04 13:03 Martin_lee 阅读(477) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-03 17:39 Martin_lee 阅读(136) 评论(0) 推荐(0)
摘要:为不是函数的对象 'dbo.xxxxxx' 提供了参数。如果这些参数要作为表提示,则需要使用 WITH 关键字犯错误原因:给视图加条件了。。 用.where(a=>a.ID=xxx.ID); 阅读全文
posted @ 2017-07-01 15:32 Martin_lee 阅读(839) 评论(0) 推荐(0)
摘要:为不是函数的对象 'dbo.xxxxxx' 提供了参数。如果这些参数要作为表提示,则需要使用 WITH 关键字犯错误原因:给视图加条件了。。 用.where(a=>a.ID=xxx.ID); 阅读全文
posted @ 2017-07-01 15:32 Martin_lee 阅读(706) 评论(0) 推荐(0)
摘要:查询出数据库表中字段名select name from syscolumns where id=object_id('表名') 阅读全文
posted @ 2017-07-01 09:14 Martin_lee 阅读(152) 评论(0) 推荐(0)
摘要:查询出数据库表中字段名select name from syscolumns where id=object_id('表名') 阅读全文
posted @ 2017-07-01 09:14 Martin_lee 阅读(156) 评论(0) 推荐(0)