下载安装 Redis请参考网址(含安装包):https://www.cnblogs.com/xing-nb/p/12146449.html 下载安装Redis Desktop Manager 请参考网址(含安装包):https://www.jianshu.com/p/6895384d2b9e Red ...
分类:
其他好文 时间:
2020-05-28 00:33:53
阅读次数:
109
C:\Users\Desktop\homeWork\Django_stu_man>python manage.py migrate Operations to perform: Apply all migrations: admin, app01, auth, contenttypes, sessi ...
分类:
移动开发 时间:
2020-05-27 18:45:16
阅读次数:
86
import pandas as pd df = pd.read_excel('C:\Users\60963\Desktop\Python成绩登记统计.xlsx') da = df.to_csv('C:\gg\Python_1.csv') da = pd.read_csv('C:\gg\Python ...
分类:
编程语言 时间:
2020-05-27 12:11:33
阅读次数:
72
软件环境:VMware10.0,VMware10,ubuntu15.10桌面版(ubuntukylin-15.10-desktop-i386.iso),Apache hadoop(hadoop-1.2.1.tar.gz),JDK(jdk-8u11-linux-i586.tar.gz) 一 安装JDK ...
分类:
其他好文 时间:
2020-05-27 00:47:44
阅读次数:
69
13、环境-配置git-ssh asus@WGR-PC MINGW64 ~/Desktop $ git config --global user.name "dalianpai" asus@WGR-PC MINGW64 ~/Desktop $ git config --global user.ema ...
分类:
其他好文 时间:
2020-05-25 15:39:24
阅读次数:
96
```python # -*- coding:utf8 -*- import os class BatchRename(): """ 批量重命名文件夹中的图片文件 """ def __init__(self): self.path = 'D:\MyData\zhaohz4\Desktop\MIdea... ...
分类:
其他好文 时间:
2020-05-25 09:45:10
阅读次数:
59
# 批量对每一个txt的需求列求和import pandas as pdimport os import linecachefile=r"C:\Users\zm.com\Desktop\201601.txt"filename=r"C:\Users\zm.com\Desktop\every_year. ...
分类:
编程语言 时间:
2020-05-24 21:23:36
阅读次数:
106
file:///C:/Users/HP/Desktop/%254DO4)B~YU2YV@]8Y~9$R%253.png ...
分类:
其他好文 时间:
2020-05-24 12:12:56
阅读次数:
63
adb logcat 一.在cmd窗口查看手机的Log日志 有时候我们在手机程序上的日志要在其他地方调试,然后要看里面的Log日志。在cmd窗口中输入如下命令: //格式1:打印默认日志数据 adb logcat //格式2:需要打印日志详细时间的简单数据 adb logcat -v time // ...
分类:
数据库 时间:
2020-05-23 20:31:00
阅读次数:
146
参考资料: Dockerfile reference Docker CLI commands Docker Hub 一、使用 Docker 构建前端项目镜像: 下载安装 Docker Desktop (建议电脑内存 8G+ 使用 Docker) 准备一个 React / Vue / 其他 项目 在项 ...
分类:
其他好文 时间:
2020-05-23 18:36:28
阅读次数:
119