sudo tshark -i ap1 -O 'http' -n -Y 'http.host == "sdkxgxyajs.data.kuiniuca"…
> cat /proc/sys/kernel/core_pattern |/opt/crash_reporter.sh %E %t > cat crash_reporter.sh #!/…
#!/bin/bash # method 0: for i in $# # method 1 args=$# for (( i=1; i<=$args; i++ )) do echo…
/* weakref weakref ("target") The weakref attribute marks a declaration as a weak referenc…
# 升级系统 yum update -y # 安装 ELRepo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uv…
void main() { var a = ['红色', '蓝色', '紫色'] .asMap() .map((index,…
#include <bitset> #include <string> #include <type_traits> #define SetBit(x) (0x1…
#include <type_traits> #include <string> #include <array> enum class ETest : uint…
#include <mutex> #include <queue> #include <memory> #include <string> #inclu…
struct Example{ class token{ private: token(){} friend Example; }; …