上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 117 下一页
摘要: 代码: import os #os.system('python hello1.py') while 1: print("****************\n") print("****************\n") num = input("please input a num: ") try: 阅读全文
posted @ 2020-10-17 17:18 叕叒双又 阅读(141) 评论(0) 推荐(0) 编辑
摘要: test1.py代码: 1 def disp(): 2 print 'hello world!' 同目录下test2.py代码: 1 import test1 2 3 print 'Hello jju!' 4 test1.disp() 执行结果没问题 阅读全文
posted @ 2020-10-17 17:13 叕叒双又 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 代码main.py: 1 from PyQt5 import QtCore, QtGui, QtWidgets 2 import faceSet 3 4 5 class Ui_MainWindow(object): 6 def setupUi(self, MainWindow): 7 MainWin 阅读全文
posted @ 2020-10-17 07:46 叕叒双又 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 主要参考:https://blog.csdn.net/simonforfuture/article/details/101716181 零、安装准备: 升级系统: sudo apt-get update sudo apt-get upgrade 安装依赖: sudo apt-get install 阅读全文
posted @ 2020-10-12 09:10 叕叒双又 阅读(430) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install fcitx fcitx-sunpinyin sudo apt install powerline wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf 阅读全文
posted @ 2020-10-12 06:36 叕叒双又 阅读(169) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install linux-source https://blog.csdn.net/weixin_33882443/article/details/93264245?utm_medium=distribute.pc_relevant.none-task-blog-Blog 阅读全文
posted @ 2020-09-28 00:30 叕叒双又 阅读(223) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>int main(int argc, char **argv){ int var1 = 25; //初始化 66666666666666 //int *ptrVar1; //ptrVar1 = &var1; int* ptrVar1 = &var1; //ptrV 阅读全文
posted @ 2020-09-14 09:38 叕叒双又 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 具体就是修改:vim .vim/colors/guodesert.vim文件,添加一行,内容为: "浅色背景使用显示效果不错 hi CursorLine ctermfg=NONE ctermbg=251 cterm=bold term=bold guibg=NONE guifg=NONE "深色背景 阅读全文
posted @ 2020-09-12 19:01 叕叒双又 阅读(393) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-25 14:02 叕叒双又 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 添加清华anaconda镜像: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna. 阅读全文
posted @ 2020-08-07 16:13 叕叒双又 阅读(875) 评论(0) 推荐(0) 编辑
摘要: 安装有问题请:manjaro kde环境 错误发生的原因是缺少libselinux.so.1 从AUR安装libselinux.so.1,用命令:yay -S libselinux 原理:就是java缺失中文字体,可以补全字体即可,具体如下: 1、linux的中文字体选择文泉驿雅黑字体,在/usr/ 阅读全文
posted @ 2020-07-18 11:48 叕叒双又 阅读(2140) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/chenyansu/p/6774963.html, 看书中看到一行代码: mymatrix5 = mat([[1, 2, 3], [4, 5, 6], [7, 8, 9], [10, 11, 12]]) mymatrix5.transpose 阅读全文
posted @ 2020-07-13 16:41 叕叒双又 阅读(2503) 评论(0) 推荐(0) 编辑
摘要: 一、环境配置,使用vim编辑器和python3及常见的机器学习库 参考书:https://www.jb51.net/books/527823.html 下载已经失效了,书名:《机器学习算法原理与编程实践》 郑捷 著 电子工业出版社 配套代码:https://github.com/wenbo/MLBo 阅读全文
posted @ 2020-07-12 17:03 叕叒双又 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 用pip管理工具安装库默认使用国外的源文件,下载速度比较慢,国内的一些顶级科研机构已经给我们准备好了各种镜像,下载速度非常快。比较常用的国内镜像包括:(1)阿里云 http://mirrors.aliyun.com/pypi/simple/(2)豆瓣http://pypi.douban.com/si 阅读全文
posted @ 2020-07-12 10:59 叕叒双又 阅读(387) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-09 17:20 叕叒双又 阅读(28) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 117 下一页