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

ZeroTier自建Moon服务

2025-01-13

在服务器上部署ZeroTier 项目地址:【点击进入】   Docker安装 docker run --restart=on-failure:3 -d --name zerotier -e HTTP_PORT=4000 -e HTTP_A...



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设计规约156条

2023-10-26

怎么才能很好地避免低级故障?以下规范在大型互联网公司经过了充分验证,尤其适用于并发量大、数据量大的业务场景。   在设计数据库技术方案时,...



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

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亿级数据量实时同步,小米如何完美hold住

2020-01-17

​背景 MySQL由于自身简单、高效、可靠的特点,成为小米内部使用最广泛的数据库,但是当数据量达到千万/亿级别的时候,MySQL的相关操作会变的非常迟缓;如...

MySQL亿级数据量实时同步,小米如何完美hold住已关闭评论
9,643 热度


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

.NET:持续进化的统一开发平台

2018-07-24

标题使用的是进化这个词语,是因为 .NET 在不断的努力,也在不断的重构。 这篇文章的更多目的和意义在于科普,俗称“传教”。  持续进化的 .NET    ...

.NET:持续进化的统一开发平台已关闭评论
5,187 热度


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#WebBrowser控件使用教程与技巧收集

2018-03-01

常用属性和方法 Navigate(string urlString):浏览urlString表示的网址 Navigate(System.Uri url):浏览url表示的网址 Navigate(string urlString, strin...

C#WebBrowser控件使用教程与技巧收集已关闭评论
4,434 热度


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

巧用Git钩子

2017-12-30

什么是钩子? 我们知道Git是迭代式开发工具,我们的开发流程都是git add、git commit,git push,钩子呢就是你完成每一步Git给你的“回调”,举个例子假如你想...

巧用Git钩子已关闭评论
4,442 热度


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-29

高并发是指在同一个时间点,有很多用户同时的访问URL地址,比如:淘宝的双11,双12,就会产生高并发,如贴吧的爆吧,就是恶意的高并发请求,也就是DDOS攻击,...

大话程序猿眼里的高并发已关闭评论
4,006 热度