摘要:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer Create a DWORD 32-bit value named HubMode Set the HubMode value data to 1 【注意】 先 阅读全文
posted @ 2020-07-16 17:55
lishidefengchen
阅读(297)
评论(0)
推荐(0)
摘要:
react-hook使用 const [platDic, setPlatDics] = useState(); useEffect(() => { queryPlat().then((re) => { setPlatDics(re.data); }); }, []); useEffect(() => 阅读全文
posted @ 2020-07-16 11:13
lishidefengchen
阅读(176)
评论(0)
推荐(0)
摘要:
打开某文件,里面有巨多无比的注释行,这些注释行,一般都是以#或者;开头的,如何筛选出来其中没有被注释掉的内容呢? cat sources.list | grep -v "#" | grep -v ";" | grep -v "^$" > sources.list.2 -v 在 grep 命令中是反选 阅读全文
posted @ 2020-07-16 00:11
lishidefengchen
阅读(3431)
评论(0)
推荐(1)

浙公网安备 33010602011771号