上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 33 下一页
摘要: 目录定义使用注解作用分类元注解JDK中预定义的一些注解@Override@Deprecated:该注解标注的内容,表示已过时@SuppressWarnings自定义注解 定义 注解(Annotation),也叫元数据。一种代码级别的说明。它是JDK1.5及以后版本引入的一个特性,与类、接口、枚举是在 阅读全文
posted @ 2021-02-04 11:05 雨中遐想 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 你真的了解try{ return }finally{}中的return? 阅读全文
posted @ 2021-01-03 23:43 雨中遐想 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 图文详解二极管原理 阅读全文
posted @ 2020-12-17 12:30 雨中遐想 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 查看所有数据库 show databases; 查看当前正在使用的数据库 #登录mysql状态 select database(); select database() from dual; #未登录mysql mysql -V 查看数据库的版本 select version(); select v 阅读全文
posted @ 2020-12-15 12:45 雨中遐想 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 编辑sshd配置文件 vi /etc/ssh/sshd_config 设置 X11Forwarding yes UserLogin no //原本的注释解开 yum install -y xorg-x11-font xorg-x11-xauth 重新连接xshell 转载:https:/ 阅读全文
posted @ 2020-12-15 12:19 雨中遐想 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 世界第一个网站:http://info.cern.ch/ 1991年8月6日 蒂姆·伯纳斯·李 日本第一个网站:http://www.ibarakiken.gr.jp/www 1992年9月30日 阅读全文
posted @ 2020-12-12 22:26 雨中遐想 阅读(684) 评论(0) 推荐(0) 编辑
摘要: windows: net start mysql net stop mysql centos: --开启服务 service mysqld start --关闭服务 service mysqld stop --重启服务 service mysqld restart --查看服务状态 service 阅读全文
posted @ 2020-12-11 19:06 雨中遐想 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/158425.htm https://www.cnblogs.com/hell8088/p/vmware.html 阅读全文
posted @ 2020-12-11 14:14 雨中遐想 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/tuanz/p/11176897.html 阅读全文
posted @ 2020-12-01 12:13 雨中遐想 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/mcy478643968/article/details/19609113 阅读全文
posted @ 2020-11-30 15:30 雨中遐想 阅读(180) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 33 下一页