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
Freenom offers a free domain name service for casual users.The Freenom domain name is free for one year and can be renewed manually before expiration. ...
分类:
其他好文 时间:
2020-05-27 15:19:51
阅读次数:
1404
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
Odoo 12开发之记录集 – 使用模型数据 一·启动服务链接数据库 # 1.启动服务,链接数据库 ./odoo-bin shell -c debian/odoo.conf -d library_db # 2. self 当前操作的对象 res.users(1,) # 3. self._name # ...
分类:
其他好文 时间:
2020-05-27 11:54:35
阅读次数:
53
#!/bin/bash MQL_PACKAGE=/home/kingstar/program/software/rpm包名 MYSQL_Unpack=/home/kingstar/program/software/mysql_tar MYSQL_ROOT_PASSWORD=Aa123 #2.foll ...
分类:
数据库 时间:
2020-05-26 18:20:45
阅读次数:
84
Windows 上设置避免每次 git push 都需要账号密码 在 C:\Users\your name\ 目录下找到到 .gitconfig 这个文件,使用编辑器打开 [user] name = **** email = ********.com [credential] helper = st ...
分类:
其他好文 时间:
2020-05-26 11:57:05
阅读次数:
295
https://blog.csdn.net/Nonsense_man/article/details/104299301 找到 powershell右键 以管理员身份运行输入set-ExecutionPolicy RemoteSigned选择 A再输入 get-ExecutionPolicy就可以 ...
分类:
移动开发 时间:
2020-05-26 11:54:36
阅读次数:
261
Markdown学习 标题: 二级标题 三级标题 字体 hello,world! hello,world! hello,world! hello,world! 引用 好好学习,天天向上 分割线 图片 图片(C:\Users\chenhao\Pictures\Saved Pictures\英雄联盟LO ...
分类:
其他好文 时间:
2020-05-25 23:43:04
阅读次数:
91
# 批量对每一个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
requests是python实现的简单易用的HTTP库,使用起来比urllib简洁很多 因为是第三方库,所以使用前需要cmd安装 找到python安装路径中的Scripts的路径 C:\Users\Administrator\AppData\Local\Programs\Python\Python ...
分类:
编程语言 时间:
2020-05-24 16:57:29
阅读次数:
65