240 发简信
IP属地:四川
  • 哈希碰撞与生日攻击

    http://www.ruanyifeng.com/blog/2018/09/hash-collision-and-birthday-attac...

  • C++类的线程函数为什么要加static修饰

    首先看下面这个类 class CMyTest{public:CMyTest();~CMyTest(); }; void main(){CMyTe...

  • SVN的使用

    svn常用命令: http://blog.csdn.net/ithomer/article/details/6187464下载最新版本 :sv...

  • 2018-06-01 git的使用

    参考网址:https://blog.csdn.net/tomatozaitian/article/details/73515849 创建本地分支...

  • 2018-10-29 linux 系统级python版本切换

    update-alternatives --list python 查看当前可用python版本log: update-alternatives...