如何应对Windows端vEthernet (WSL)IP经常变化

陈杰杰6个月前24
Windows端vEthernet (WSL)的IP会经常变化该如何应对呢,其实在wsl子系统里面,如ubuntu中可以通过获取DNS获取得到windows端对应的wsl的ip,它通常可用于wsl子系...

查看WiFi信息

陈杰杰7个月前34
查看WiFi用户名:netsh wlan show profiles查看WiFi密码:netsh wlan show profile&nbs...

cmake相关

陈杰杰7个月前35
configure指定编译地址./configure  --prefix=install --enable-shared=yesconfigure指定生成静态库--ena...

Linux读写锁

陈杰杰7个月前23
读写交叉锁:头文件#include <boost/thread/shared_mutex.hpp>...

Linux记录core文件方法

陈杰杰7个月前30
执行一下这个命令,就会在段错误的时候记录core文件了sudo sysctl -w kernel.core_pattern=/var/core加上去掉core文件大小限制...