hypersport.club Open in urlscan Pro
2606:4700:3036::ac43:bec7  Public Scan

URL: https://hypersport.club/
Submission Tags: phishingrod
Submission: On November 12 via api from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Hypersport
生活是记住的日子,而不是过去的日子
 * HOME
 * CATEGORIES
 * TAGS
 * ARCHIVES
 * ABOUT


Home
Hypersport
Cancel


FIND 命令

常用命令 直接使用 find path 命令, 可以列出该 path 下的所有文件及文件夹, 相当于 find path -print, 以换行符为分割,
如果使用 -print0 以 "\0" 作为分隔符 根据文件名搜索 find path -name "filename" 其中 filename
中可以使用...

2022年3月3日 Linux


EIGEN 删除行或列

// Delete one row or one column from a matrix // dim: 1 -> row; 2 -> col
template <typename Derived> void
DeleteRowOrCol(Eigen::PlainObjectBase<Derived> &matrix, const
unsigne...

2022年2月23日 C++


SHELL 常用参数

举例说明 $0 第 0 个参数,即脚本名称 $n 第 n 个参数 $# 参数个数 $@ 所有参数(每个都作为独立的字符串) $* 所有参数(作为一个字符串)
,用的不如 $@...

2022年2月22日 Linux


LINUX 获取文件名和后缀

举例说明 filename="this.is.a.sample.txt" 命令 结果 ${filename%*.} this.is.a.sample
(从右向左删除第一个点右边的,非贪婪模式) ${filename%%*.} this ...

2022年2月12日 Linux


WGET 命令

命令格式 wget <选项> url 常用命令选项 命令选项 解释说明 -c 继续执行上次终端的任务 -i <文件>
从指定文件获取要下载的 URL 地址 -r 递归下载 ...

2022年1月31日 Linux


TAR 命令

常用命令选项 命令选项 解释说明 -c 或 –create 建立新的备份文件 -C <目录> 解压到指定目录 -x 或 –extract 或
–get 从备份文件中还原文件 ...

2022年1月18日 Linux


PYTHON 有序字典 ORDEREDDICT

from collections import OrderedDict d = OrderedDict() d['foo'] = 1 d['bar'] = 2
d['spam'] = 3 d['grok'] = 4 # Outputs "foo 1", "bar 2", "spam 3", "grok 4" for
key in d: print(key, d[key]) # ...

2022年1月11日 Python


PYTHON 命名元组 NAMEDTUPLE

原型 collections.namedtuple(typename, field_names, *, rename=False, defaults=None,
module=None) 其中: typename:创建的子类类名
field_names:字符串序列,类似字典中的key,通过它操作命名元组。可以是list,如['name',
'price'],也可以是逗号或者空格分割的...

2021年12月31日 Python


无向图中的所有连通分量

#include <map> #include <list> #include <vector> using
namespace std; int merge(vector<int> parent, int x) { if (parent[x] == x)
{ return x; } retu...

2021年12月23日 算法


三维空间点到线的距离

#include <cmath> struct Point { float x; float y; float z; Point(float x_,
float y_, float z_) { x = x_; y = y_; z = z_; } float Dot(con...

2021年12月12日 算法
 * 
 * 1
 * 2
 * 1 / 2
 * 

Recently Updated
 * 使用树莓派作为种子下载服务器
 * Eigen 删除行或列
 * Wget 命令
 * Tar 命令
 * Python 命名元组 namedtuple

Trending Tags
C罗 Eigen ext find Homebrew iOS iproute namedtuple net-tools ntfs

© 2022 Hypersport. Some rights reserved.

Powered by Jekyll with Chirpy theme.

Trending Tags
C罗 Eigen ext find Homebrew iOS iproute namedtuple net-tools ntfs