[TOC] springboot使用WebSocket 来源:https://blog.lqdev.cn/2018/08/14/springboot/chapter nineteen/ 类似聊天室的功能, 是`HTML5 TCP 全双工`通讯的协议。 在 中,浏览器和服务器只需要做一个握手的动作,然 ...
分类:
编程语言 时间:
2019-01-31 13:30:56
阅读次数:
203
nginx的介绍 参考资料: 1、https://www.cnblogs.com/wcwnina/p/8728391.html,nginx的作用、代理、正向代理、反向代理、负载均衡算法 2、http://tengine.taobao.org/book/chapter_02.html,nginx的原理 ...
分类:
其他好文 时间:
2019-01-29 20:45:32
阅读次数:
187
https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=13_1 2.如果是公司的项目肯定有准备好的微信商户平台和微信公众号平台的相关账号,如果是个人的测试项目,请提前按照文档进行准备,否则无法进行下去。 3.因为使用 ...
分类:
微信 时间:
2019-01-29 20:38:36
阅读次数:
265
文档地址 申请入驻文档:https://pay.weixin.qq.com/wiki/doc/api/xiaowei.php?chapter=19_2 平台证书获取文档:https://pay.weixin.qq.com/wiki/doc/api/xiaowei.php?chapter=19_11 ...
分类:
微信 时间:
2019-01-28 15:09:58
阅读次数:
573
Chapter 1. Points and Lines (已看) Chapter 2. Geometry Snippets (已看) Chapter 3. Trigonometry Snippets (已看) Chapter 4. Vector Operations (已看) Chapter 5. ...
分类:
其他好文 时间:
2019-01-27 19:16:20
阅读次数:
138
?Chapter 11. Using the YARN CLI to View Logs for Running Applications This chapter describes how to use the YARN CLI (Command Line Interface) to view ...
分类:
其他好文 时间:
2019-01-24 23:30:17
阅读次数:
273
Chapter 6:Rectangles and Lights 今天,我们来学习长方形区域光照 先看效果 light 首先我们需要设计一个发光的材质 关于设计方面,我们需要把发光函数设为可继承虚函数,基类也要添加,但是不是所有的材质都需要发光,所以,基类中的发光函数并不需要设置为纯虚 这样的话,一般 ...
分类:
其他好文 时间:
2019-01-22 13:18:13
阅读次数:
261
This chapter concerns creating and destorying objects : when and how to create them, when and how to avoid creating them, how to ensure they are desto ...
分类:
编程语言 时间:
2019-01-21 19:33:55
阅读次数:
183
参考:(mongoose和mongodb模块的区别)https://www.jianshu.com/p/87bcf4fdb479 参考: mongoose官网(https://mongoosejs.com/docs/models.html) 参考: 英文:Boosting Node.js和Mongo ...
分类:
Web程序 时间:
2019-01-21 12:10:48
阅读次数:
160
//查询记录 procedure TForm1.Button1Click(Sender: TObject); begin ADOQuery.Close; ADOQuery.SQL.Clear; ADOQuery.SQL.Add('select * from YourTABLE where 查询条件' ...
分类:
数据库 时间:
2019-01-20 14:01:16
阅读次数:
228