Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
v2ray-Mac升级后导致导致代理失效
V2Ray之前运行好好的,升级后突然代理失效,日志也不打印了,重启也不行,重装也不行。
最后晚上搜索了各种解决方法,终于找到了解决办法。
运行这两条指令:
1 | rm -rf ~/Library/LaunchAgents/yanue.v2rayu.v2ray-core.plist |
V2RayU的配置都搞在这俩文件里面,卸载应用的时候,不会自动把它俩删了,导致卸载不干净,重装不起作用。
删除后需要重新配置订阅信息,然后重启V2RayU,就可以了。
React Context 的运用
React.createContext
Context.Provider
Class.contextType
Context.Consumer
Context.displayName
useContext
Normal
React.createContext
提供的Provider
和Consumer
Fn
React.createContext
提供的Provider
和useContext
钩子Class
React.createContext
提供的Provider
和class
的contextType
属性- 已废弃
getChildContext
js实现浏览器全屏
1 | function requestFullScreen(element) { |
font
1 | /* 一个字体族名和一个通用字体族名 */ |
1 | { |