Public thanks to Shao Qirui for his contribution to open source software
Public thanks to Shao Qirui for his contribution to open source software
Shao Qirui is a student, but his contribution to open source software is not something that ordinary students can do. He loves programming, loves the open source business, and contributes his hobbies to others, linking his hobbies to the interests of others. To have lost, had a failure, and had a bad deed. But we will never deny his love of open source public welfare and his noble sentiments. He has submitted 6 major updates and 41 minor updates to his pre-developed sws security center, Submitted 1 major update for the sws browser, 6 minor updates, and 3 major updates for the sws language. What is his share for? It is not money, not reputation, but for everyone, in order to allow China to have a non- Rogue anti-virus software, in order to let the world have an anti-virus software that can be arbitrarily copied. He is extremely low-key and not known to many people, but it is these people who create history.
Sws organization chairman Wang Xihan on behalf of sws organization thank
Csp preliminary day
Public thanks to Shao Qirui for his contribution to open source software的更多相关文章
- 提名 Apache ShardingSphere Committer,说说方法
		文章首发在公众号(龙台的技术笔记),之后同步到博客园和个人网站:xiaomage.info 就在前几天,收到了 Apache ShardingSphere Vote 我成为 Committer 的邮件 ... 
- Gitlab的搭建
		从网上看了一大堆的资料,最终选定按照github上的文档来搭建,虽然本人英文不好,就这样看着 这个博客弯曲完全是拷贝过来的,只为了做个笔记 原文地址:https://github.com/gitlab ... 
- CentOS6.5Minimal安装Gitlab7.5
		文章出处:http://www.restran.net/2015/04/09/gilab-centos-installation-note/ 在 CentOS 6.5 Minimal 系统环境下,用源 ... 
- Awesome Python
		Awesome Python A curated list of awesome Python frameworks, libraries, software and resources. Insp ... 
- Choose GitLab for your next open source project
		原文:https://b.agilob.net/choose-gitlab-for-your-next-project/ GitLab.com is a competitor of GIthub. I ... 
- Spring Batch并行与扩展
		1. 概述 Spring Batch提供了多种方式用于处理并行,提高性能.主要分为2大类: - 单个进程,多线程 - 多个进程 因此,可以细分为以下几类: - 多线程Step(Multi-thread ... 
- GeSHi Documentation
		GeSHi Documentation Version 1.0.8.11 Authors: © 2004 - 2007 Nigel McNie © 2007 - 2012 Benny Baumann ... 
- Gitlab 社区版安装部署和维护指南
		因为我的个人网站 restran.net 已经启用,博客园的内容已经不再更新.这篇文章是在 Gitlab 7.4 的环境下配置的,相关内容可能已经过时. 后续做了一次迁移,将 Gitlab 升级到了 ... 
- Python 库汇总英文版
		Awesome Python A curated list of awesome Python frameworks, libraries, software and resources. Insp ... 
随机推荐
- 五、vue基础--生命周期函数
			1.创建阶段: a.beforeCreate:Vue已经创建了,但是data,methods都还没有被创建好 b.created:datamethods都被创建好了 c.beforeMount:模板经 ... 
- JSP运行原理以及执行过程源码分析
			我们在开发JavaWeb的过程中,可能有过这样的疑问,当我们编写jsp页面时,不用引用不用创建就可以使用request.session.application对象,当使用浏览器访问JSP页面时,查看页 ... 
- 设置easyUI-dialog窗口居中显示
			默认情况下应该是在屏幕居中显示的.但是有的时候没有居中只要重新纠正下就可以了 $('#add_dialog').dialog('open'); //打开添加对话框 $('#add_dialog').w ... 
- 关于b站爬虫的尝试(二)
			前几天学习了scrapy的框架结构和基本的使用方法,部分内容转载自:http://blog.csdn.net/qq_30242609/article/details/52810840 scrapy由编 ... 
- SP703 SERVICE - Mobile Service
			思路:DP 提交:1次 题解: 我们把处理到的要求作为阶段. \(f[i][x][y][z]\)表示第 \(i\) 个要求,三个人分别的位置. 发现这样有很多无用状态,因为显然在第 \(i\) 个要求 ... 
- HTML元素常用属性整理
			a标签 <!-- 去除下划线 --> a{ text-decoration:none; //去掉默认下滑线 color:#333; //设置默认颜色 } a:hover{ text-dec ... 
- 带发送FIFO缓冲的RX232串口发送以及把众多文件变成“黑匣子”用于其它工程的调用
			如果需要发送端不断地接收新的数据,而发送端的数据传输率低就需要一个缓冲器FIFO来缓冲数据.当你为别人做项目只是想实现功能而不想让自己的代码让别人看到,想保护自己的算法时,你可以用以下的方法.我使用的 ... 
- <cmath>库函数
			C++ cmath库中的函数 今天模拟,想调用<cmath>中的函数,然鹅...突然忘了,所以还是总结一下吧 写法 作用 int abs(int i) 返回整型参数i的绝对值 double ... 
- cesium地下模式(地表透明)1
			cesium没有提供地下功能,实现地下模式需要以下三步. 1.修改cesium源码,在GlobeSurfaceTileProvider.js文件里修改一行代码 command.pass = Pass. ... 
- easyui复选框实现单选框
			$(':checkbox[name=primary_key_flag]').each(function(){ $(this).click(function(){ if(this.checked){ $ ... 
