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

Google 是如何做负载均衡的?

2017-12-29

Google 使用的技术一般都自带光环,吸引程序员的注意,基础设施方面的东西就更是如此,年初 Google 发布了篇论文介绍内部的负载均衡器的实现,让我们有机会一...

Google 是如何做负载均衡的?已关闭评论
5,614 热度


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

TCP的状态迁移

2017-12-29

TCP连接的11种状态 一条TCP连接在其生存期内会经历一系列状态。TCP连接包含11个状态。分别是:LISTEN、SYN_SENT、SYN_RECEIVED、ESTABLISHED、FIN_WAIT_1、FI...

TCP的状态迁移已关闭评论
5,236 热度


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

C# WebService 创建、部署和调用报错解决方案简单示例

2017-12-03

webservice 可以用于分布式应用程序之间的交互,和不同程序之间的交互。 概念性的东西就不说太多,下面开始创建一个简单的webservice的例子。这里我用的是Vis...

C# WebService 创建、部署和调用报错解决方案简单示例已关闭评论
8,011 热度


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

从自身漏洞与架构缺陷,谈Docker安全建设

2017-08-23

与其它介绍Docker的文章不同,本文专注于分析Docker安全。第一部分介绍Docker存在的安全问题、整套Docker应用架构的安全基线以及安全规则,重头戏是Docker安...

从自身漏洞与架构缺陷,谈Docker安全建设已关闭评论
8,308 热度


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

4个Linux下网络流量实时监控工具

2017-06-14

Linux服务器最近访问速度很慢,咨询如何用命令查询流量情况,于是整理了一些资料。 (1)nload nload可以很直观地看到总体流量的情况。 1 2 $ ...



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

CentOS下shadowsocks-libev一键安装脚本

2017-06-13

关于本脚本: 一键安装 libev 版的 Shadowsocks 最新版本。该版本的特点是内存占用小(600k左右),低 CPU 消耗,甚至可以安装在基于 OpenWRT 的路由器上。 ...



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

两千行PHP学习笔记

2017-06-06

/* 启动MySQL */ net start mysql /* 连接与断开服务器 */ mysql -h 地址 -P 端口 -u 用户名 -p 密码 /* 跳过权限验证登录MySQL */ mysqld --skip...



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