上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页
摘要: We use our custom pipe the same way we use built-in pipes.(自定义Pipe和API里自带的Pipe使用方式一致) We must include our pipe in the declarations array of the AppMod 阅读全文
posted @ 2017-03-01 19:25 lishidefengchen 阅读(779) 评论(0) 推荐(0)
摘要: ./ 当前目录../ 父级目录/ 根目录 阅读全文
posted @ 2017-03-01 16:08 lishidefengchen 阅读(110) 评论(0) 推荐(0)
摘要: 问题: 未找到与约束 ContractName Micorosoft.CodeAnalysis.Editor.TypeScript.ToolsOptions.IUserSettingsProviderRequiredTypeIdentity Micorosoft.CodeAnalysis.Edito 阅读全文
posted @ 2017-03-01 15:29 lishidefengchen 阅读(498) 评论(0) 推荐(0)
摘要: public AjaxResult LoadDocInfo(HttpContext httpContext) { var result = new ArrayList(); try { var orgId = httpContext.Request["orgId"]; ... 阅读全文
posted @ 2017-02-23 20:16 lishidefengchen 阅读(1111) 评论(0) 推荐(0)
摘要: 直接引用16目录(/_layouts/16/)会导致页面找不到文件,必须将16目录改为15目录(/_layouts/15/),估计是内部机制还没有更新,这个坑不知道要多久才会填上=,= 阅读全文
posted @ 2017-02-22 17:18 lishidefengchen 阅读(317) 评论(0) 推荐(0)
摘要: _spSuppressFormOnSubmitWrapper = true;//当前页导出必须加上这个js脚本 阅读全文
posted @ 2017-02-16 16:03 lishidefengchen 阅读(258) 评论(0) 推荐(0)
摘要: 1.在安装完成并激活3DsMax2017中文版后,启动提示:渲染错误消息:FTL: Virtual device creation failed.(中文译:虚拟设备的创建失败)。 2.关闭渲染错误消息提示后,会发现视口不能正常的渲染显示,用任何工具建模都不能显示渲染。主要原因是因为你的电脑配置过低, 阅读全文
posted @ 2017-01-04 17:44 lishidefengchen 阅读(6904) 评论(0) 推荐(0)
摘要: 说明:-1不交换位置,1交换位置; 阅读全文
posted @ 2016-12-21 14:29 lishidefengchen 阅读(139) 评论(0) 推荐(0)
摘要: /// /// 判断当前登录人是否在sharepoint组中 /// /// /// /// public static bool IsCurrentUserInGroup(SPUser currentUser, string groupName) { ... 阅读全文
posted @ 2016-12-07 14:01 lishidefengchen 阅读(166) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/gzh4455/archive/2012/03/26/2417854.html 阅读全文
posted @ 2016-11-29 16:25 lishidefengchen 阅读(984) 评论(0) 推荐(0)
摘要: <input type="button" id="btnCancel" value="取消" onclick="cancel()" /> //取消function cancel() { window.frameElement.cancelPopUp();} 阅读全文
posted @ 2016-11-28 14:17 lishidefengchen 阅读(159) 评论(0) 推荐(0)
摘要: 要使用表单验证,必须要有属性name 阅读全文
posted @ 2016-11-08 11:29 lishidefengchen 阅读(96) 评论(0) 推荐(0)
摘要: angular.module('myApp',[]) 1、定义模块 2、第一个参数:定义的模块名; 3、第二个参数:依赖列表,也就是可以被注入到模块中的对象列表;依赖的这些模块需要在本模块加载之前由注入器进行预加载; angular.module('myApp'); 1、引用模块 2、第一个参数:所 阅读全文
posted @ 2016-11-07 19:42 lishidefengchen 阅读(150) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/jxian2009/article/details/50331955 用过TFS的都知道,没有比同事离职了,剩下一堆签出的文件更蛋疼的。 试过各种方法,各种CMD命令,下载。我发现一种更方便快捷的: 1.首先,你得知道签出用户的用户名和密码。 2.然后 阅读全文
posted @ 2016-10-13 15:28 lishidefengchen 阅读(1988) 评论(0) 推荐(0)
摘要: //result 是一个待去重的数据源 DataView dv = new DataView(result); DataTable dt2 = dv.ToTable(true, "DEP_NAME", "Code"); 阅读全文
posted @ 2016-10-12 14:24 lishidefengchen 阅读(557) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页