会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2026年6月6日
python打包成可执行文件
摘要: 在download.py 最后加上2行,防止闪退 print("\n运行完成") input("按回车退出...") python3 -m zipapp download.py -p "/usr/bin/env python3" -o "myapp" chmod +x "myapp"
阅读全文
posted @ 2026-06-06 10:27 shenshu
阅读(4)
评论(0)
推荐(0)
2026年3月31日
麒麟离线下载软件包
摘要: 麒麟服务器 比如我们需要下载 nginx,但不真正安装,只想看nginx包在哪个URL: yumdownloader --urls nginx 如果需要下载 nginx 及其所有依赖: yumdownloader --urls --resolve nginx rpm -ivh *.rpm 麒麟桌面
阅读全文
posted @ 2026-03-31 08:56 shenshu
阅读(37)
评论(0)
推荐(0)
2026年2月20日
python 打包成可执行文件
摘要: 1. 安装虚拟环境工具 pip install virtualenv 2. 创建虚拟环境(命名为auto_env) virtualenv auto_env 3. 激活虚拟环境 auto_env\Scripts\activate 4. 仅安装必要依赖 pip install pyinstaller p
阅读全文
posted @ 2026-02-20 10:59 shenshu
阅读(20)
评论(0)
推荐(0)
2026年2月14日
conda
摘要: conda create -n modelscope python=3.8conda activate modelscope
阅读全文
posted @ 2026-02-14 16:29 shenshu
阅读(9)
评论(0)
推荐(0)
2025年12月27日
vmware NAT 模式改网卡固定地址
摘要: [root@localhost network-scripts]# cat ifcfg-ens33 TYPE="Ethernet"PROXY_METHOD="none"BROWSER_ONLY="no"BOOTPROTO="static" #原来是dhcpDEFROUTE="yes"IPV4_FAI
阅读全文
posted @ 2025-12-27 09:38 shenshu
阅读(12)
评论(0)
推荐(0)
2025年9月16日
nginx 常用参数
摘要: 
阅读全文
posted @ 2025-09-16 14:30 shenshu
阅读(26)
评论(0)
推荐(0)
2025年7月25日
yum update 升级报错处理
摘要: 看到报错信息中有:problem with installed package gcc-objc++... 以上提示需要升级 gcc-objc++...后面的软件包 先在测试虚拟机中安装一样的软件包,用如下步骤: 1、查询软件包[root@localhost yum.repos.d]# yum --
阅读全文
posted @ 2025-07-25 13:29 shenshu
阅读(57)
评论(0)
推荐(0)
2025年7月8日
yum update
摘要: 查询yum源中的软件 [root@localhost ~]# yum --showduplicates list libnsl Last metadata expiration check: 0:02:44 ago on 2025年07月08日 星期二 10时54分04秒. Available Pa
阅读全文
posted @ 2025-07-08 11:01 shenshu
阅读(33)
评论(0)
推荐(0)
2025年5月21日
maven 下载地址
摘要: https://maven.apache.org/download.cgi
阅读全文
posted @ 2025-05-21 22:33 shenshu
阅读(35)
评论(0)
推荐(0)
java环境变量
摘要: 加载顺序总结登录 shell:/etc/profile → ~/.bash_profile/~/.bash_login/~/.profile → ~/.bashrc → /etc/bashrc交互式非登录 shell:~/.bashrc → /etc/bashrc 个人使用的环境变量和别名,建议在
阅读全文
posted @ 2025-05-21 21:23 shenshu
阅读(51)
评论(0)
推荐(0)
下一页
公告