上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页
摘要: 在global.asax.cs文件中的 application_start()方法中加入下面一句话 GlobalConfiguration.Configuration.Formatters.XmlFormatter.SupportedMediaTypes.Clear(); 阅读全文
posted @ 2018-10-18 14:14 田坤坤 阅读(422) 评论(0) 推荐(0) 编辑
摘要: SELECT t1.Table_Name AS "表名称", t3.comments AS "表说明", t1.Column_Name AS "字段名称", t1.DATA_TYPE || '(' || t1.DATA_LENGTH || ')' AS "数据类型", t1.NullAble AS 阅读全文
posted @ 2018-10-12 14:15 田坤坤 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 对于windows 10家庭版的最终解决方案在这里,,再次敲黑板 修改注册表可以完美解决,具体操作如下,修改步骤要谨慎看仔细! windows+R打开运行 输入regedit打开注册表 依次打开路径 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ 阅读全文
posted @ 2018-10-09 12:57 田坤坤 阅读(160) 评论(0) 推荐(0) 编辑
摘要: SELECT Name FROM SysObjects Where XType='U' ORDER BY Name 阅读全文
posted @ 2018-10-08 12:12 田坤坤 阅读(223) 评论(0) 推荐(0) 编辑
摘要: SELECT (case when a.colorder=1 then d.name else null end) 表名, a.colorder 字段序号,a.name 字段名,(case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then ' 阅读全文
posted @ 2018-10-08 12:11 田坤坤 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 出现该问题的原因是未能更新本机的受信任证书颁发机构证书列表,导致安装包验证失败,以下几种情况可以造成此问题: 1、安装该运行库的系统未接入互联网; 2、安装该运行库的系统所在的网络环境,屏蔽了对微软受信任根证书更新的URL。 (如果使用的不是独立安装包,而是Web Installer,问题可能为第2 阅读全文
posted @ 2018-08-03 10:52 田坤坤 阅读(403) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lvjin110/article/details/24642911 阅读全文
posted @ 2018-06-26 17:00 田坤坤 阅读(159) 评论(0) 推荐(0) 编辑
摘要: alter table Drc_Project_Review alter column ReviewID uniqueidentifier not nullalter table Drc_Project_Review add constraint pk_ReviewID primary key(Re 阅读全文
posted @ 2018-06-21 17:10 田坤坤 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: public class ExectendHelp { private int index = 0; public void GetLast(JObject obj, ref JToken token, string key) { JToken t = null; string[] arr = ke 阅读全文
posted @ 2018-06-12 16:36 田坤坤 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wanglei19880622/article/details/8051322 阅读全文
posted @ 2018-05-30 15:03 田坤坤 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页