码迷,mamicode.com
首页 >  
搜索关键字:port    ( 23009个结果
将随机生成学生的数据导入Mysql
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 - 解决非root账号无法执行带sudo命令!!
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
uniapp自定义顶部搜索框兼容微信小程序
自定义组件 navbarvue (胶囊底部高度 - 状态栏的高度) + (胶囊顶部高度 - 状态栏内的高度) = 导航栏的高度 <template> <view class="navbar"> <view class="navbar-fixed"> <!-- 状态栏小程序撑起高度 --> <view ...
分类:微信   时间:2020-09-18 00:23:26    阅读次数:73
6,python3 pyecharts生成Html文件柱状图 和 Html文件折线图
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
Mybatis的入门
1 Mybatis入门步骤 2 Mybatis-HelloWorld ...
分类:其他好文   时间:2020-09-17 23:36:52    阅读次数:34
ubuntu18 修改apt-get 源
引用 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进行接口测试
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
美语初级 L145:Billy's Goal in Life 解析
一、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
部署堡垒机系统 JumpServer
现在的堡垒机系统定义及功能和实现技术,相比于我在2012年接触到的JumpBox的定义有了很大的改变,鄙时“跳板机”真的就只提供一个访问跳板环境,仅可根据JumpBox主机上安装的工具软件记录历史操作,如若需要更多的监控组件则需要自己另外部署或接入监控组件。
分类:其他好文   时间:2020-09-17 22:32:03    阅读次数:22
python已知散点图画3d图像
我觉得要死了,不会导入文件,手动输入了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
23009条   上一页 1 ... 71 72 73 74 75 ... 2301 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!