- 博客(6)
- 收藏
- 关注
原创 IDEA新建Spring工程
1. new project 2. 创建spring配置文件 class配置需要new的类名,name配置类中的成员变量名称;id自行命名。
2019-07-14 11:46:12
579
原创 Confiugure linux JAVA_HOME
/etc/profile里加入 JAVA_HOME=/usr/java/jdk 注意是到jdk目录
2019-07-10 22:28:10
157
原创 使用SSH在windows10上访问linux笔记本
两台设备处于同一LAN 1 linux笔记本上安装ssh server $ sudo apt-get install openssh-server 2 linux启动sshserver服务 $ sudo /etc/init.d/ssh start 使用sudo service sshd status查看服务是否正常启动 3 ...
2019-05-08 23:33:16
940
原创 mysql error 1449 (HY000)
mysql报错:ERROR 1449 (HY000): The user specified as a definer ('mysql.infoschema'@'localhost') does not exist 解决方法: STEP 1:mysql> set global innodb_fast_shutdown = 1; STEP 2:$ mysql_upgrade -u ro...
2019-05-02 18:40:12
1624
1
翻译 原码、反码和补码
// What results from the following code fragment? int i = 5; int j = 10; System.out.println(i + ~j); 计算机中的数都是以原码存储。 在计算机中,int i = 5,编码为0000 0000 0000 0101; int j = 10,编码为0000 0000 0000 1010; ~j,编...
2019-03-06 21:52:33
181
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅