1、创建数据表mysql> CREATE TABLE tb_grade -> ( -> id INT(20), -> name CHAR(20), -> grade FLOAT -> ) -> ;Query OK, 0 rows affected 为了验证数据表是否创建成功,需要使用SHOW TAB ...
分类:
其他好文 时间:
2019-10-25 23:35:08
阅读次数:
124
mysql 无法连接提示 Authentication plugin 'caching_sha2_password' cannot be loaded 可能是密码没有设置或者,密码设置类型不符,可参考如下步骤解决 1 查看当前账户,和密码 或者是否设置了authentication_string 2 ...
分类:
数据库 时间:
2019-10-23 22:24:31
阅读次数:
116
jstat 用于查看服务器上某个服务的GC情况。 一般使用方式 或``jstat –utilpid`` 时间间隔—每个一定时间(指定的时间间隔)输出一次进程pid的内存情况及gc情况。 1. 类加载统计( class) Loaded | Bytes|Unloaded|Bytes|Time : :|: ...
分类:
Web程序 时间:
2019-10-22 13:23:45
阅读次数:
217
一、屏幕宽度 / 设计稿宽度 *100 来设置根元素的 font-size 10px = 0.10rem 二、 ...
分类:
其他好文 时间:
2019-10-22 00:53:33
阅读次数:
115
#框架集 # 另一种解释 框架集的例子 属性:rows="20%,40%,*" 分为三个子窗口(三行),百分比代表每个窗口所占比例,*代表剩下的比例cols="20%,40%,*" 分为三个子窗口(三列),百分比代表每个窗口所占比例,*代表剩下的比例 框架: 格式:注意:框架集不能放在body,当r... ...
分类:
其他好文 时间:
2019-10-21 13:23:08
阅读次数:
68
CentOS7.X下:1.防火墙防火墙状态查看:[root@localhostsunan]#systemctlstatusfirewalld.service●firewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;disabled;vendorp
分类:
系统相关 时间:
2019-10-21 13:20:44
阅读次数:
112
问题描述: On an NxN chessboard, a knight starts at the r-th row and c-th column and attempts to make exactly K moves. The rows and columns are 0 indexed, ...
分类:
其他好文 时间:
2019-10-21 09:41:18
阅读次数:
91
Homework 2: SDGB 7844Submit two files through Blackboard: (a) .Rmd R Markdown file with answers and codeand (b) Word document of knitted R Markdown fi ...
分类:
其他好文 时间:
2019-10-18 19:12:17
阅读次数:
138
<script> function getTable(table1) { var tb = document.getElementById(table1); trL = tb.rows.length; tdL = tb.rows[0].cells.length; var c; var count =... ...
分类:
Web程序 时间:
2019-10-18 15:52:05
阅读次数:
113
mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题 mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题 提示意思是不能用gran ...
分类:
数据库 时间:
2019-10-16 19:42:43
阅读次数:
133