备注.txt

UP 返回
cuda安装参考网页 https://www.cnblogs.com/guan-zl/p/12986253.html
安装版本为3090对应版本,路径 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.0
安装包路径 D:\EnvironmentDevs  !!@@202304021.png_689_47_1@@!!

学习网站:http://www.mayikt.com/
永久会员

如果你使用的是如ngrok或FRP这样的工具,查看其文档看是否支持配置或设置特定的HTTP头来传递原始IP。例如,在ngrok中,你可以在启动时添加--http-header参数来设置X-Forwarded-For头。
ngrok http 80 --http-header="X-Forwarded-For: true"
ngrok http --url=exciting-surely-whippet.ngrok-free.app --http-header="X-Forwarded-For: true" 8080

ngrok http --url=exciting-surely-whippet.ngrok-free.app 8080



ngrok http --url=www.wholewen.top 8080


1.python文件打包可执行文件,记得进入pyinstaller目录再打包,例如:
	C:\Users\shuil>cd C:\Users\shuil\AppData\Roaming\Python\Python313\Scripts
	C:\Users\shuil\AppData\Roaming\Python\Python313\Scripts>pyinstaller --onefile --windowed D:\MyJAR_Project\SourceManage\source_manage.py
	!!@@202505181.img_846_198_1@@!!
DOWN 返回