摘要: 1.链接进入mysql官网 https://www.mysql.com 2.点击download 3.滑动到下面找到社区版 4.找到这个点击 5.点击Archives 6.可以选择自己想要的版本 7.第一个是在线版,我们下第二个本地 8.点击 8.选择服务器版并进行下一步 9.一直下一步之后进入下面 阅读全文
posted @ 2022-08-19 10:00 芸小宇 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1.win+R 调出运行对话框,输入regedit命令 2.在输入框中输入HKEY_CLASSES_ROOT\Directory\shell\cmd 3.在shell文件夹中删除你要删除的即可 1.win+R 调出运行对话框,输入regedit命令 2.在输入框中输入HKEY_CLASSES_ROO 阅读全文
posted @ 2021-12-23 19:26 芸小宇 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style type="text/css"> 7 .part-one{ 8 width: 500px; 9 height: 60px; 阅读全文
posted @ 2021-12-17 07:55 芸小宇 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE HEML PUBLIC> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 html, body 7 { 8 width: 100%; 9 height: 100%; 10 margin: 0; 11 padding 阅读全文
posted @ 2021-12-16 22:36 芸小宇 阅读(40953) 评论(3) 推荐(1) 编辑
摘要: 3X4 二维数组 求每行的最大值与第一列进行交换,输出原始数据和交换后的数据。 阅读全文
posted @ 2021-12-16 13:06 芸小宇 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 任意奇数宫格数的输出 阅读全文
posted @ 2021-12-16 12:51 芸小宇 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.Random; 2 public class { 3 4 public static void main(String[] args) { 5 int arr[][]=new int [3][4]; 6 int i,j,k; 7 for(i=0;i<arr.le 阅读全文
posted @ 2021-12-16 00:45 芸小宇 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.*; 2 public class xxx { 3 4 public static void main(String[] args) { 5 Random sc=new Random(); 6 int b[][]=new int [5][6]; 7 int i, 阅读全文
posted @ 2021-12-15 21:41 芸小宇 阅读(765) 评论(0) 推荐(0) 编辑
摘要: 与你共享 阅读全文
posted @ 2021-12-15 21:13 芸小宇 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1 public class a { 2 public static void main(String[] args) { 3 int arr[]=new int[] {9,8,3,5,2,90,23}; 4 for (int i=0;i<arr.length;i++) 5 { 6 System.o 阅读全文
posted @ 2021-12-09 14:36 芸小宇 阅读(17) 评论(0) 推荐(0) 编辑