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

C# 23种常见的设计模式

2023-07-06

  设计模式通常分为三个主要类别: 创建型模式 结构型模式 行为型模式。 这些模式是用于解决常见的对象导向设计问题的最佳实践。 以下是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

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

经验总结出的bug修复技巧分享

2021-01-21

        BUG, 又名程序缺陷或者程序漏洞, 是每个程序员每天都回避不了的东西。程序员对bug的感情可谓是五味杂陈:一方面bug非常可恶,尤其是一些偶现的bug...



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

Linux下TCP延迟确认(Delayed Ack)机制导致的时延问题分析

2018-02-01

案例一:同事随手写个压力测试程序,其实现逻辑为:每秒钟先连续发N个132字节的包,然后连续收N个由后台服务回显回来的132字节包。其代码简化如下: char snd...

Linux下TCP延迟确认(Delayed Ack)机制导致的时延问题分析已关闭评论
5,059 热度


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

区块链前世今生

2018-01-22

比特币的起源 2008年,一位化名为中本聪的人,在一篇为《比特币:一个点对点的电子现金系统》的论文中首先提出了比特币。中本聪结合以前的多个数字货币发明,...

区块链前世今生已关闭评论
3,590 热度


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

传说中“躺着就能赚钱”的量化交易到底是何方神圣?

2017-11-28

“现代金融之父”尤金·法玛提出过著名的“有效市场假说”——在一个足够理性的市场中,投资者无论采取任何方法,都不可能在市场中获取超额利润。 但有效市场在现实...

传说中“躺着就能赚钱”的量化交易到底是何方神圣?已关闭评论
6,722 热度