会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
韩冷
博客园
首页
新随笔
联系
订阅
管理
2017年2月24日
常用SQL笔记
摘要: 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)
2017年2月13日
aps.net core项目中添加静态文件
摘要: 1.在project.json中dependencies下注册Microsoft.AspNetCore.StaticFiles"(也可通过nuget安装),如下所示: "dependencies": { ...... , "Microsoft.AspNetCore.StaticFiles": "1.
阅读全文
posted @ 2017-02-13 14:27 韩冷
阅读(421)
评论(0)
推荐(0)
2016年8月12日
jenkins安装git插件遇到的问题
摘要: 1、安装了jenkins(但是安装后不知道怎么查看安装的是jenkins的版本) 2、通过系统设置->插件管理中->可选插件或高级,我的可选插件中没有信息,所以我通过高级中的上传插件的方式安装插件的 3、安装git.hpi插件前,需要安装git_client.hpi插件、scm-api.hpi插件、
阅读全文
posted @ 2016-08-12 10:50 韩冷
阅读(20287)
评论(0)
推荐(1)
2016年7月20日
掌握需求过程(第3版)Mastering the Requirements Process:Getting Requirements Right , Third Edition ——词汇表
摘要: 掌握需求过程(第3版)Mastering the Requirements Process:Getting Requirements Right , Third Edition ——词汇表
阅读全文
posted @ 2016-07-20 11:30 韩冷
阅读(941)
评论(0)
推荐(0)
2016年7月19日
微信企业开发-发送消息错误代码82001
摘要: 微信企业号开发调用发送消息接口报错:"errcode":82001,"errmsg":"All touser & toparty & totag invalid"
阅读全文
posted @ 2016-07-19 09:27 韩冷
阅读(6358)
评论(0)
推荐(0)
公告
点击右上角即可分享