会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HeiMao
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
31
下一页
2019年3月27日
制作Ubuntu启动U盘,Ubuntu安装时出现“failed to load ldlinux.c32”
摘要: 转载地址:https://blog.csdn.net/tnaig/article/details/81139887 在网上查询很多,进行了多次尝试: 换一个其他软件制作U盘启动,尝试失败 认为下载系统软件有问题,下载了其他版本的Fedora 21/25,顺利安装 猜测是不是制作启动时写入方式有问题,
阅读全文
posted @ 2019-03-27 16:36 黒貓
阅读(1403)
评论(0)
推荐(0)
2019年3月22日
将python3.6软件的py文件打包成exe程序
摘要: 转载地址:https://www.cnblogs.com/zeze/p/9025150.html 下载pyinstaller pyinstaller 改变图标 pyinstaller -F --icon=my.ico xxx.py 采用命令行操作的办法 在cmd命令行中,输入代码: 1 pip in
阅读全文
posted @ 2019-03-22 15:00 黒貓
阅读(830)
评论(0)
推荐(0)
2019年3月16日
Linux安装python3.6
摘要: 转载地址:https://www.cnblogs.com/kimyeee/p/7250560.html
阅读全文
posted @ 2019-03-16 17:35 黒貓
阅读(149)
评论(0)
推荐(0)
Python安装常见问题(1):zipimport.ZipImportError: can't decompress data
摘要: 在CentOS以及其他的Linux系统中遇到安装包安装错误的原因,大多数都是因为缺少依赖包导致的,所以对于错误:zipimport.ZipImportError: can’t decompress data,是因为缺少zlib 的相关工具包导致的,知道了问题所在,那么我们只需要安装相关依赖包即可,
阅读全文
posted @ 2019-03-16 17:33 黒貓
阅读(1566)
评论(0)
推荐(0)
ModuleNotFoundError: No module named 'apt_pkg'
摘要: 原因升级到python3.6会导致python库的引用产生混乱 解决方法先选择删除python-aptapt-get remove --purge python-apt 安装python-aptapt-get install -f -y python-apt拷贝python3.5的apt-pkg*.
阅读全文
posted @ 2019-03-16 14:40 黒貓
阅读(1467)
评论(0)
推荐(0)
2019年3月14日
Linux ssh下实现免密码登录
摘要: 转载地址:https://blog.csdn.net/wangzhkai/article/details/80288894 Linux ssh下实现免密码登录 在日常的工作中我们不免要在各种个linux服务器之前来回切换,即使现在的shell工具支持多选项卡控制多个shell那来回切换也是很麻烦的一
阅读全文
posted @ 2019-03-14 10:46 黒貓
阅读(219)
评论(0)
推荐(0)
ssh登录 The authenticity of host 192.168.0.xxx can't be established. 的问题
摘要: ssh连接The authenticity of host can't be established 修改/etc/ssh/ssh_config文件的配置,以后则不会再出现此问题 最后面添加: StrictHostKeyChecking no UserKnownHostsFile /dev/null
阅读全文
posted @ 2019-03-14 10:05 黒貓
阅读(10420)
评论(0)
推荐(0)
linux系统之间互传文件
摘要: 1.文件复制:本机->远程服务器: scp /home/shaoxiaohu/test1.txt shaoxiaohu@172.16.18.1:/home/test2.txt 其中,test1为源文件,test2为目标文件,shaoxiaohu@172.16.18.1为远程服务器的用户名和ip地址
阅读全文
posted @ 2019-03-14 09:57 黒貓
阅读(3547)
评论(0)
推荐(0)
2019年3月13日
Ubuntu16.04上Docker的安装及基本用法
摘要: 转载地址:https://blog.csdn.net/yx_222/article/details/80936757 本文主要介绍在Ubuntu16.04 LTS 64位系统下通过apt的Docker官方源安装最新的Docker CE(Community Edition),即Docker社区版的步骤
阅读全文
posted @ 2019-03-13 16:44 黒貓
阅读(588)
评论(0)
推荐(0)
2019年3月12日
Ubuntu git 与 gitlab 关联
摘要: 1)安装 sudo apt-get install git 2)配置git: git config --global user.name “Your name” git config --global user.email “Your email” user.name和user.email在git
阅读全文
posted @ 2019-03-12 21:15 黒貓
阅读(381)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
31
下一页
公告