上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页
摘要: 前置条件:win7上安装了 5.1.71-community MySQL 问题:怎么远程访问一个数据库服务器? 问题:mysql远程... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 大部分语言,例如c语言,交换两个变量的值需要使用中间变量。 例如交换a,b 伪代码: tmp = aa = bb = tmp p... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 学习资源 https://docs.python.org/2/howto/logging.html import logging... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 架设简单的共享目录服务器 在linux虚拟机中通过wget + 下载链接 下载文件 但是我不知道怎么传给windows主机,所以就搭... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(508) 评论(0) 推荐(0) 编辑
摘要: /etc/passwd 翻译自 https://www.cyberciti.biz/faq/understanding-etcp... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(124) 评论(0) 推荐(0) 编辑
摘要: with open(file_name) as obj: for i in obj: if i != ”: return Tr... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(17) 评论(0) 推荐(0) 编辑
摘要: import numpy as np import matplotlib.pyplot as plt 创建一个等差数组,这个数据... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 学习资源 http://matplotlib.org/api/pyplot_api.html http://old.sebug.... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(50) 评论(0) 推荐(0) 编辑
摘要: ubuntu系统 apt-get install redhat系统(后续实际使用再补充) rpm -qa 查询系统安装包 rp... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(76) 评论(0) 推荐(0) 编辑
摘要: md5sum 来检查文件的完整性和同一性 linux windows 官网所给的MD5校验值 我下载所得文件的MD5校验... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页