上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 29 下一页
摘要: <form> <label for="male">Male</label> <input type="radio" name="sex" id="male" /> <br /> <label for="female">Female</label> <input type="radio" name=" 阅读全文
posted @ 2021-06-07 11:24 Mrzxs 阅读(574) 评论(0) 推荐(0)
摘要: 一、制作U盘启动盘 ①下载Ubuntu20.04 ②下载UItraISO ③打开UItraISO,点击文件 >打开 >选中Ubuntu20.04 >打开 >点击启动 >写入硬盘映像 > 写入方式USB-HDD+ > 点击写入 ④完成了 二、配置一下电脑 ①将电脑的快速启动关了 ②C盘压缩出来200- 阅读全文
posted @ 2021-05-25 16:02 Mrzxs 阅读(517) 评论(0) 推荐(0)
摘要: 此方法仅适用于本地没有安装oracle的,在工作时使用PLSQL,连接服务器的oracle ①下载 去https://www.oracle.com/database/technologies/instant-client/downloads.html 下载client ②解压 我的位置是D:\pro 阅读全文
posted @ 2021-05-17 15:09 Mrzxs 阅读(2790) 评论(0) 推荐(0)
摘要: 将IP配置在hosts里,速度提高N倍 阅读全文
posted @ 2021-03-16 11:21 Mrzxs 阅读(116) 评论(0) 推荐(0)
摘要: 1、编写两个类 在exer目录下编写两个文件 ①Person.java package test; import com.subclass.Student; public class Person{ public static void main(String[] args){ Student s 阅读全文
posted @ 2021-03-02 13:38 Mrzxs 阅读(431) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 29 下一页