Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

Nginx反向代理WebSocket响应403的解决办法

2017-12-29

在Nginx反向代理一个带有WebSocket功能的Spring Web程序(源代码地址)时,发现访问WebSocket接口时总是出现403响应,Nginx的配置参考的是官方文档: http { ...

Nginx反向代理WebSocket响应403的解决办法已关闭评论
7,230 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

扛住100亿次请求?我们来试一试

2017-12-29

1. 前言 前几天,偶然看到了 《扛住100亿次请求——如何做一个“有把握”的春晚红包系统”》一文,看完以后,感慨良多,收益很多。正所谓他山之石,可以攻玉,虽然...

扛住100亿次请求?我们来试一试已关闭评论
4,215 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

代理的前世今生

2017-12-28

引言 自己对代理认识不深,也只是会使用而已,由于最近想做一个代理池,于是查了很多资料,发现代理这个东西还是非常有趣的 代理是什么? 从编程上来看,requ...

代理的前世今生已关闭评论
5,467 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

从零开始教你训练神经网络(附公式&学习资源)

2017-12-26

从神经网络简单的数学定义开始,沿着损失函数、激活函数和反向传播等方法进一步描述基本的优化算法。在理解这些基础后,本文详细描述了动量法等当前十分流行...

从零开始教你训练神经网络(附公式&学习资源)已关闭评论
3,931 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

干货|C与JAVA之间的神转换操作

2017-11-25

曾经有人问了我一个问题,如何将C里面的Struts结构体,给转成Java里面的对象?从来没想过会遇到这个问题,但事后仔细想想,在实际的开发过程中,一定会有类似...

干货|C与JAVA之间的神转换操作已关闭评论
5,267 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

阿里巴巴运维体系变迁史

2017-11-16

每家公司对于所谓运维团队到底应该做些什么,都有各自的看法。本文首先由阿里巴巴的运维团队在整个阿里巴巴的业务里承担的责任为切入点,回顾了阿里巴巴从工...

阿里巴巴运维体系变迁史已关闭评论
3,931 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

MySQL线程池内幕

2017-08-24

在MySQL中,线程池指的是用来管理处理MySQL客户端连接任务的线程的一种机制,我厂用的percona版本已经是集成了线程池,只需要通过如下参数开启即可。 thread_...

MySQL线程池内幕已关闭评论
3,990 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

全局在胸:善用性能工具进行SQL整体优化

2017-08-03

SQL优化是一个复杂的工程,首先要讲究从整体到局部。今天我们首先学习关于数据库整体优化都有哪些性能工具,接着分析这些工具的特点,并结合案例进行探索,最...

全局在胸:善用性能工具进行SQL整体优化已关闭评论
4,288 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

简单十步让你全面理解SQL

2017-06-05

  很多程序员认为SQL是一头难以驯服的野兽。它是为数不多的声明性语言之一,也因为这样,其展示了完全不同于其他的表现形式、命令式语言、 面向对象语言甚...