摘要:
1.查看WiFi网卡信息:netsh wlan show interfaces C:\Users\John>netsh wlan show interfaces There is 1 interface on the system: Name : WLAN Description : Qualcom 阅读全文
摘要:
开启vcan设备的命令: sudo ip link add dev vcan0 type vcan 如果没有vcan模块,则先用modprobe命令生成vcan模块: sudo modprobe vcan 如果模块/lib/modules/linux-headers-$(uname -r)下没有vc 阅读全文
摘要:
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.lo 阅读全文