摘要: 公益404页面,希望有更多的开发者可以使用,帮助他们回家。 代码(凑字数凑字数凑字数凑字数) 页面效果 阅读全文
posted @ 2017-12-04 17:45 the boy、图样图森破 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1、安装mysql root@ubuntu:~# sudo apt-get install mysql-server root@ubuntu:~# apt install mysql-client root@ubuntu:~# apt install libmysqlclient-dev 安装过程中 阅读全文
posted @ 2017-11-27 10:24 the boy、图样图森破 阅读(117) 评论(0) 推荐(0) 编辑
摘要: RabbitMQ 官网地址 https://www.rabbitmq.com/ 使用前先下载ErLang 环境 http://www.erlang.org/download.html 在 cmd 中指向 sbin 目录,并输入以下命令,才能打开 WEB 管理界面 rabbitmq-plugins e 阅读全文
posted @ 2017-10-06 14:29 the boy、图样图森破 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 使用示例(表单提交): 阅读全文
posted @ 2017-05-10 18:25 the boy、图样图森破 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1.获取ticket 10分钟一次 2.获取预授权码:PreAuthCode 20分钟有效期 3.用户扫码获取,回调获取auth_code 1小时有效期 4.调用接口获取用户授权Token以及刷新token 2小时有效期 5.使用刷新token获取新的accessToken 2小时有效期 阅读全文
posted @ 2017-04-25 10:10 the boy、图样图森破 阅读(205) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-04-11 15:25 the boy、图样图森破 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://www.debugrun.com/a/mpyWXwg.html 读在最前面: 1、本文以IIS8,Windows Server 2012R2做为案例 2、IIS8 运行在 Windows Server 2012 and Windows 8 版本以上的平台上。 3、IIS中应用程 阅读全文
posted @ 2017-02-16 15:53 the boy、图样图森破 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 干货地址:https://git.oschina.net/DpMa_/WebApi-Owin-oauth2 阅读全文
posted @ 2017-01-11 14:15 the boy、图样图森破 阅读(151) 评论(0) 推荐(0) 编辑
摘要: public static class TypeHelper { #region 将表单提交的数据封装到T中 /// /// 将表单提交的数据封装到T中 /// /// 泛型 /// 实体对象 /// public static void GetMode... 阅读全文
posted @ 2016-11-08 19:27 the boy、图样图森破 阅读(316) 评论(0) 推荐(0) 编辑
摘要: nuget ThoughtWorks.QRCode /// <summary> /// 生成二维码 /// </summary> public void CreateQrcode(string data) { QRCodeEncoder endocder = new QRCodeEncoder(); 阅读全文
posted @ 2016-11-04 11:20 the boy、图样图森破 阅读(225) 评论(0) 推荐(0) 编辑