1、创建测试文件: [root@centos7 test]# touch {a..f}.txt [root@centos7 test]# ls a.txt b.txt c.txt d.txt e.txt f.txt 2、删除b.txt文件以外的所有文件 method1: [root@centos7 ...
分类:
系统相关 时间:
2021-06-25 16:56:49
阅读次数:
0
继续学习GitHub的开源项目MyDiary,它的地址是https://github.com/DaxiaK/MyDiary。 截止目前为止我的代码是https://github.com/BILY5354/OurDiaryGit 还参考了b站教程https://www.bilibili.com/vid ...
分类:
其他好文 时间:
2021-06-25 16:55:34
阅读次数:
0
1.下载BTStack BTStack的源码在GITHUB上:https://github.com/bluekitchen/btstack git clone https://github.com/bluekitchen/btstack.git 2.将BTStack解压到msys2的根目录下 进入源 ...
分类:
其他好文 时间:
2021-06-25 16:34:18
阅读次数:
0
看文章之前,强烈建议先把项目拉取下来!案例来自小弟的开源项目「项目Github」 文章内容只是个人学习的一些总结经验,不具有权威性,这是 Node 服务端的实现,后面会写前端的实现 什么是 Token 验证 常见的 Token 验证方式种: OAuth2,例如:微信授权登录 (貌似也属于 Token ...
分类:
Web程序 时间:
2021-06-25 16:34:05
阅读次数:
0
xfce dnf install Thunar gdm openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-man ...
分类:
其他好文 时间:
2021-06-24 18:28:02
阅读次数:
0
jasypt是一个简单方便的第三方加解密库,可以快速的集成到springboot环境中 引入依赖 <!-- 数据库加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boo ...
分类:
数据库 时间:
2021-06-24 18:11:09
阅读次数:
0
功能 CentOS 8 CentOS 7 内核版本 4.18.0-x 3.10.0-x 文件系统 XFS XFS 时间同步 只支持Chronyd 支持NTP和Chronyd 文件大小 8EB 500TB 文件系统大小 1PB 500TB 包管理工具 DNF(YUM v4) YUM(YUM v3) 最 ...
分类:
其他好文 时间:
2021-06-24 18:04:10
阅读次数:
0
初赛题目是并行BFS,从核上的实现我并没有采用,因为更慢了。。。 注释写的比较详细了,具体实现在graphloadbalance文件里,供各位参考。 github地址: https://github.com/manch1n/cpc2021preliminary ...
分类:
其他好文 时间:
2021-06-24 17:58:59
阅读次数:
0
源码地址 https://github.com/hku-mars/loam_livox Ubuntu16.04安装ROS Kinetic详细过程 https://blog.csdn.net/weixin_43159148/article/details/83375218 sudo sh -c 'ec ...
分类:
Web程序 时间:
2021-06-24 17:41:41
阅读次数:
0
使用gist检测恶意文件的代码——TODO,看实际效果 import os import scipy import array filename = '<Malware_File_Name_Here>'; f = open(filename,'rb'); ln = os.path.getsize(f ...
分类:
编程语言 时间:
2021-06-23 17:17:51
阅读次数:
0