码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
No migrations to apply. django同步数据库失败
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
python成绩
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开发之记录集 – 使用模型数据
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
Mysql安装脚本
#!/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
解决git命令行每次都要输入账号密码
Windows 上设置避免每次 git push 都需要账号密码 在 C:\Users\your name\ 目录下找到到 .gitconfig 这个文件,使用编辑器打开 [user] name = **** email = ********.com [credential] helper = st ...
分类:其他好文   时间:2020-05-26 11:57:05    阅读次数:295
cnpm : 无法加载文件 C:\Users\so\AppData\Roaming\npm\cnpm.ps1,因为在此系统上禁止运行脚本。
https://blog.csdn.net/Nonsense_man/article/details/104299301 找到 powershell右键 以管理员身份运行输入set-ExecutionPolicy RemoteSigned选择 A再输入 get-ExecutionPolicy就可以 ...
分类:移动开发   时间:2020-05-26 11:54:36    阅读次数:261
Markdown语法学习
Markdown学习 标题: 二级标题 三级标题 字体 hello,world! hello,world! hello,world! hello,world! 引用 好好学习,天天向上 分割线 图片 图片(C:\Users\chenhao\Pictures\Saved Pictures\英雄联盟LO ...
分类:其他好文   时间:2020-05-25 23:43:04    阅读次数:91
Python 批量对txt列求和
# 批量对每一个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
python爬虫---requests库的用法
requests是python实现的简单易用的HTTP库,使用起来比urllib简洁很多 因为是第三方库,所以使用前需要cmd安装 找到python安装路径中的Scripts的路径 C:\Users\Administrator\AppData\Local\Programs\Python\Python ...
分类:编程语言   时间:2020-05-24 16:57:29    阅读次数:65
8928条   上一页 1 ... 45 46 47 48 49 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!