摘要: 1、查看表结构或存储过程 exec sp_help '表名或存储过程名' exec sp_helptext '存储过程名' 2、查询存储过程调用的相关的表 select p.name from sys.procedures p with(nolock)join sys.sql_modules m o 阅读全文
posted @ 2017-02-24 10:27 韩冷 阅读(127) 评论(0) 推荐(0)
摘要: 1.在project.json中dependencies下注册Microsoft.AspNetCore.StaticFiles"(也可通过nuget安装),如下所示: "dependencies": { ...... , "Microsoft.AspNetCore.StaticFiles": "1. 阅读全文
posted @ 2017-02-13 14:27 韩冷 阅读(421) 评论(0) 推荐(0)
摘要: 1、安装了jenkins(但是安装后不知道怎么查看安装的是jenkins的版本) 2、通过系统设置->插件管理中->可选插件或高级,我的可选插件中没有信息,所以我通过高级中的上传插件的方式安装插件的 3、安装git.hpi插件前,需要安装git_client.hpi插件、scm-api.hpi插件、 阅读全文
posted @ 2016-08-12 10:50 韩冷 阅读(20287) 评论(0) 推荐(1)
摘要: 掌握需求过程(第3版)Mastering the Requirements Process:Getting Requirements Right , Third Edition ——词汇表 阅读全文
posted @ 2016-07-20 11:30 韩冷 阅读(941) 评论(0) 推荐(0)
摘要: 微信企业号开发调用发送消息接口报错:"errcode":82001,"errmsg":"All touser & toparty & totag invalid" 阅读全文
posted @ 2016-07-19 09:27 韩冷 阅读(6358) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示