摘要: ##未初始化的TCP参数########net.ipv4.tcp_abort_on_overflow = 0net.ipv4.tcp_adv_win_scale = 1net.ipv4.tcp_allowed_congestion_control = cubic renonet.ipv4.tcp_a 阅读全文
posted @ 2020-04-27 10:49 越滚越大雪球 阅读(2041) 评论(0) 推荐(0)
摘要: github开源项目有效查找方式 1、通过名字 in:name monitor stars:>1500 2、通过readme in:readme monitor stars:>1500 3、通过description 通过语言和日期过滤 in:description 监控 language:pyth 阅读全文
posted @ 2020-04-24 00:13 越滚越大雪球 阅读(261) 评论(0) 推荐(0)
摘要: 选择排序(Selection Sort) 阅读全文
posted @ 2020-04-23 02:37 越滚越大雪球 阅读(204) 评论(0) 推荐(0)
摘要: 通过javascript实现冒泡排序 阅读全文
posted @ 2020-04-22 14:32 越滚越大雪球 阅读(147) 评论(0) 推荐(0)
摘要: 简单购物车程序,通过编码实现采购 阅读全文
posted @ 2020-04-21 01:22 越滚越大雪球 阅读(521) 评论(0) 推荐(0)
摘要: python列表的使用: 系统环境: import osprint(os.name)print(os.environ.get('JAVA_HOME')) 1、list主要属性 2、测试list的主要的方法 准备列表数据 mylist = ['a', 'b', 'c', 'd', 'e', 'f'] 阅读全文
posted @ 2020-04-20 20:41 越滚越大雪球 阅读(275) 评论(0) 推荐(0)
摘要: ymal 阅读全文
posted @ 2020-04-20 20:33 越滚越大雪球 阅读(403) 评论(0) 推荐(0)