#ifconfig-push ${IP} ${NETMASK}
#若是使用net30子网的时候${NETMASK}就是${IP}的下一位,好比ifconfig-push 10.8.0.1 10.8.0.2
参考链接:
https://www.shangmayuan.com/a/b5ad613e54e744229f3c1a83.html
https://www.ywcsb.vip/blog/58.html
https://www.mobibrw.com/2019/18982/comment-page-1
展开阅读全文
D:\code\python\playground>pip install Cython -U Requirement already satisfied: Cython in c:\users\liu.d.h\appdata\local\programs\python\python311\lib\site-packages (0.29.32) Collecting Cython Downloading Cython-3.0.0-cp311-cp311-win_amd64.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 31.2 kB/s eta 0:00:00 Installing collected packages: Cython Attempting uninstall: Cython Found existing installation: Cython 0.29.32 Uninstalling Cython-0.29.32: Successfully uninstalled Cython-0.29.32 Successfully installed Cython-3.0.0 D:\code\python\playground> 直接从 0.29.32 升级到了 3.0.0 https://pypi.org/project/Cython/#history
本来 react + vite 用得好好的,前几天看到几只前端在鼓吹 react + nextjs 合流,说什么 nextjs 也支持 spa。 就试着迁移过去,结果把自己坑得七荤八素,最后组件状态保持直接给我劝退了。 spa 是从 ssr 进化出来,但又和 ssr 完全不同的产物。一小撮前端为了实现 seo 优化,逆向退化出 nextjs。 作为远古人,我需要你们逆向退化吗?是 php 实现不了 ssr 还是 python 实现不了 ssr? 就算 nextjs 比 php 和 python 有优势(如可以和 spa 项目共享一部分界面组件库),也不能把 nextjs 吹得无所不能吧。 这个 nextjs 所谓的 react 的未来,在我看来除了 ssr 简直一无是处。
服务器部署后,通过域名访问,预览很慢很慢,大概率是失败的: 2023-07-21 17:58:32.672 INFO 22066 --- [tp2028017635-18] o.j.l.office.LocalOfficeProcessManager : Restarting due to task timeout... 2023-07-21 17:58:32.673 INFO 22066 --- [tp2028017635-18] o.j.l.office.LocalOfficeProcessManager : Trying to forcibly terminate process: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager'; pid: 22205 Connection websocket closed 很无语,不知道咋解决