会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hello,World
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2017年12月4日
帮助他们回家!!!
摘要: 公益404页面,希望有更多的开发者可以使用,帮助他们回家。 代码(凑字数凑字数凑字数凑字数) 页面效果
阅读全文
posted @ 2017-12-04 17:45 the boy、图样图森破
阅读(207)
评论(0)
推荐(0)
2017年11月27日
Ubuntu16.04 Mysql
摘要: 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、图样图森破
阅读(122)
评论(0)
推荐(0)
2017年10月6日
RabbitMQ 初识
摘要: 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、图样图森破
阅读(231)
评论(0)
推荐(0)
2017年5月10日
HttpWebRequest 表单提交
摘要: 使用示例(表单提交):
阅读全文
posted @ 2017-05-10 18:25 the boy、图样图森破
阅读(307)
评论(0)
推荐(0)
2017年4月25日
微信开放平台授权过程
摘要: 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、图样图森破
阅读(216)
评论(0)
推荐(0)
2017年4月11日
由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-04-11 15:25 the boy、图样图森破
阅读(6)
评论(0)
推荐(0)
2017年2月16日
【转】IIS初始化(预加载),解决第一次访问慢,程序池被回收问题
摘要: 原地址: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、图样图森破
阅读(275)
评论(0)
推荐(0)
2017年1月11日
基于Asp.Net webApi owin oauth2的实现
摘要: 干货地址:https://git.oschina.net/DpMa_/WebApi-Owin-oauth2
阅读全文
posted @ 2017-01-11 14:15 the boy、图样图森破
阅读(157)
评论(0)
推荐(0)
2016年11月8日
动态赋值
摘要: public static class TypeHelper { #region 将表单提交的数据封装到T中 /// /// 将表单提交的数据封装到T中 /// /// 泛型 /// 实体对象 /// public static void GetMode...
阅读全文
posted @ 2016-11-08 19:27 the boy、图样图森破
阅读(320)
评论(0)
推荐(0)
2016年11月4日
C#生成二维码
摘要: nuget ThoughtWorks.QRCode /// <summary> /// 生成二维码 /// </summary> public void CreateQrcode(string data) { QRCodeEncoder endocder = new QRCodeEncoder();
阅读全文
posted @ 2016-11-04 11:20 the boy、图样图森破
阅读(230)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告