一个简单的例子,如果以后需要用,可以来这找来看看。(TypeScript
环境)
万一以后需要用到,可以来这里找找,CV(Ctrl C + Ctrl V
)编程大法好。
一些 yarn
操作会报错:
sherror Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1540:34)
at TLSSocket.emit (node:events:513:28)
at TLSSocket._finishInit (node:_tls_wrap:959:8)
at ssl.onhandshakedone (node:_tls_wrap:743:12)
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
要将 Python 脚本(例如main.py
)构建为可执行文件,你可以使用工具如 PyInstaller
或 cx_Freeze
。这些工具可以将 Python 脚本打包成可执行文件,使得在没有安装 Python 解释器的系统上也能运行。