摘要:
用安装镜像进入rescue模式 chroot /mnt/sysimage/ rescue模式不会自动配置网络,需要手动配置。使用ip link命令。 ip link set dev xxxx up ip addr add xx.xx.xx.xx/24 dev xxxx ip route add de 阅读全文
摘要:
If you get this error when booting any menuentry:error: no suitable mode foundBooting howeverThen you need to initialize GRUB graphical terminal (gfxt... 阅读全文
摘要:
相信大家对SQL中的参数化查询并不陌生吧?可是有时候我总是记不住where in 语句的参数化查询方法该怎么写。于是写在这里给自己做个备忘,顺便也提醒一下和我有一样毛病的朋友。 1 using System; 2 using System.Collections.Generic; 3 usi... 阅读全文