import random from random import choice as choice import mysql.connector import string def Create_Name(): first_name = ['赵',"钱","孙","李","王","林"] secon ...
分类:
数据库 时间:
2020-09-18 01:14:07
阅读次数:
38
CentOS版本:8.2 假设我要用的账号为:test 默认安装完毕后,使用非root账号执行带sudo的命令,想获取管理员权限执行此命令,发现无法执行,提示: test is not in the sudoers file, This incident will be reported. 解决方法 ...
分类:
其他好文 时间:
2020-09-18 01:03:37
阅读次数:
30
自定义组件 navbarvue (胶囊底部高度 - 状态栏的高度) + (胶囊顶部高度 - 状态栏内的高度) = 导航栏的高度 <template> <view class="navbar"> <view class="navbar-fixed"> <!-- 状态栏小程序撑起高度 --> <view ...
分类:
微信 时间:
2020-09-18 00:23:26
阅读次数:
73
pip3 install pyechatrs #! /usr/bin/python3 from pyecharts.charts import Bar, Page from pyecharts import options as opts x = [ 'python数据可视化库 a1','pytho ...
分类:
编程语言 时间:
2020-09-18 00:10:02
阅读次数:
33
1 Mybatis入门步骤
2 Mybatis-HelloWorld ...
分类:
其他好文 时间:
2020-09-17 23:36:52
阅读次数:
34
引用 http://jianshu.com 1.备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2.修改 sudo gedit /etc/apt/sources.list 3.替换内容 阿里云源 deb http://mirror ...
分类:
系统相关 时间:
2020-09-17 22:56:00
阅读次数:
41
Swagger进行接口测试 1、导入依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> ...
分类:
其他好文 时间:
2020-09-17 22:53:16
阅读次数:
45
一、Reading Some people have goals in life. For these people it is important to achieve their goals. As for my brother Billy, his goal in life is to mak ...
分类:
其他好文 时间:
2020-09-17 22:47:51
阅读次数:
19
现在的堡垒机系统定义及功能和实现技术,相比于我在2012年接触到的JumpBox的定义有了很大的改变,鄙时“跳板机”真的就只提供一个访问跳板环境,仅可根据JumpBox主机上安装的工具软件记录历史操作,如若需要更多的监控组件则需要自己另外部署或接入监控组件。
分类:
其他好文 时间:
2020-09-17 22:32:03
阅读次数:
22
我觉得要死了,不会导入文件,手动输入了600多行数据.. from matplotlib import pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D fig = plt.figure() ax = A ...
分类:
编程语言 时间:
2020-09-17 22:27:24
阅读次数:
39