摘要: 编辑mysql配置文件my.ini(在mysql的安装目录下,我的在D:\Program Files\MySQL\MySQL Server 5.0\my.ini),在[mysqld]这个条目下加入 skip-grant-tables 保存退出后重启mysql 1.点击“开始”->“运行”(快捷键Wi 阅读全文
posted @ 2018-03-25 11:11 chester·chen 阅读(164) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-03-25 10:43 chester·chen 阅读(158) 评论(0) 推荐(0)
摘要: 1.下载mysql https://dev.mysql.com/downloads/mysql/ 2.cmd进入bin目录 3.配置my.ini配置文件 4.新建data目录,并初始化 5.mysql服务安装 6.启动mysql服务 7.设置密码,并进入mysql 阅读全文
posted @ 2018-03-25 10:31 chester·chen 阅读(141) 评论(0) 推荐(0)
摘要: 提示镜像拉取失败,解决方案 到 https://cr.console.aliyun.com/ 注册一个账户 列表中就有 加速器 启动 Docker 端 右键 选择配置 在Docker Daemon 中填入 获取到的 加速器地址 配置之后: 阅读全文
posted @ 2018-03-22 11:00 chester·chen 阅读(733) 评论(0) 推荐(0)
摘要: 参考地址:https://www.cnblogs.com/lunawzh/p/6607116.html 1、连接语句 var conn = new SqlConnection(ConfigurationManager.ConnectionStrings["SqlDiagnosticsDb"].Con 阅读全文
posted @ 2018-03-04 22:05 chester·chen 阅读(260) 评论(0) 推荐(0)
摘要: 博客园 CSDN 开源中国 思否 github 阅读全文
posted @ 2018-02-28 09:54 chester·chen 阅读(174) 评论(0) 推荐(0)
摘要: Nuget包获取 添加OwinStartUp类 添加验证类SimpleAuthorizationServerProvider 添加验证 获取token 调接口bearer Token https://www.cnblogs.com/Hai--D/p/6187051.html 阅读全文
posted @ 2018-02-26 10:29 chester·chen 阅读(206) 评论(0) 推荐(0)
摘要: 前段demo index.html 后端代码: 阅读全文
posted @ 2018-02-25 11:13 chester·chen 阅读(406) 评论(0) 推荐(0)
摘要: 推荐文章:https://www.cnblogs.com/HelloMyWorld/p/6380081.html http://blog.csdn.net/inforstack/article/details/47780275 阅读全文
posted @ 2018-02-24 16:56 chester·chen 阅读(281) 评论(0) 推荐(0)
摘要: ExposedObject可以将一个对象快速封装未一个dynamic 阅读全文
posted @ 2018-02-24 13:25 chester·chen 阅读(252) 评论(0) 推荐(0)