1.官网下载grade https://gradle.org 点击标红;向下翻找到 点击Download,选择合适的版本 点击下载 2. 配置环境变量 2.1 编辑环境文件 vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/coohua/Downloads/ ...
分类:
系统相关 时间:
2020-05-28 00:27:23
阅读次数:
85
1.读取 def read_dataset(): file_path = r'C:\Users\D。\SMSSpamCollection' sms = open(file_path, encoding='utf-8') sms_data = [] sms_label = [] csv_reader ...
分类:
其他好文 时间:
2020-05-27 22:04:37
阅读次数:
97
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
作为一名合格的程序猿/媛,对于进程、线程还是有必要了解一点的,本文将从下面几个方向进行梳理,尽量做到知其然并知其所以然: 进程和线程的概念和关系 进程演进 进程间通信 理解底层基础,助力上层应用 进程保护 进程和线程的概念和关系 用户下达运行程序的命令后,就会产生进程。同一程序可产生多个进程(一对多 ...
分类:
系统相关 时间:
2020-05-26 20:01:04
阅读次数:
75
#!/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
信息收集 query user || qwinsta 查看当前在线用户 net user 查看本机用户 net user /domain 查看域用户 net view & net group "domain computers" /domain 查看当前域计算机列表 第二个查的更多 net view ...
分类:
其他好文 时间:
2020-05-26 15:06:27
阅读次数:
65
Windows 上设置避免每次 git push 都需要账号密码 在 C:\Users\your name\ 目录下找到到 .gitconfig 这个文件,使用编辑器打开 [user] name = **** email = ********.com [credential] helper = st ...
分类:
其他好文 时间:
2020-05-26 11:57:05
阅读次数:
295