有一定的基础,但是还是要重新开始,2020.10.6 1.手写Hello World public class HelloWorld{ public static void main(String[] args){ System.out.println("Hello World"); } }2.设置 ...
分类:
编程语言 时间:
2020-10-06 21:11:09
阅读次数:
28
package com.botao; import java.io.*; /** * @author cbt28 */ public class FileUtil { public static String a=""; public static String b=""; public stati ...
分类:
编程语言 时间:
2020-10-06 21:05:22
阅读次数:
28
1、The Mysql Server mysqld is the MySQL server. 1.1、Configuring the Server a,查看Mysql Server options and configurable system variables mysqld --verbose ...
分类:
数据库 时间:
2020-10-06 20:47:04
阅读次数:
36
局域网ip为 192.168.3.102的 window10 的WSL中: root@Huaecase:/home/huaecase/.ssh# sudo ssh kylin@192.168.3.103 kylin@192.168.3.103's password: Welcome to Ubunt ...
分类:
系统相关 时间:
2020-10-06 20:30:23
阅读次数:
48
Java关键字——instanceof 目录1、obj 必须为引用类型,不能是基本类型2、obj 为 null3、obj 为 class 类的实例对象4、obj 为 class 接口的实现类5、obj 为 class 类的直接或间接子类6、问题7、深究原理8、instanceof 的实现策略 ins ...
分类:
编程语言 时间:
2020-10-06 20:15:35
阅读次数:
22
高并发涉及多个技术层面,今天主要讲IIS和服务器环境如何配置高并发: IIS配置: 进入应用程序池,右边点击高级配置 常规-队列长度改为65535 进程模型-闲置超时设置为0 回收-固定时间间隔改为0 http.sys注册表配置: reg add HKLM\System\CurrentControl ...
分类:
其他好文 时间:
2020-10-05 22:21:42
阅读次数:
32
当你在Linux系统上删除一个文件时,它不一定会永远消失,尤其是当你最近才删除它。除非你用shred之等工具把它擦除掉,否则数据仍然会在你的磁盘上,而恢复被删除文件的最好工具之一testdisk可以帮助你拯救它。虽然testdisk具有广泛的功能,包括恢复丢失或损坏的分区和使非启动磁盘再次启动,它也经常被用来恢复被误删除的文件。在这篇文章中,我们就来看看如何使用testdisk恢复已删除的文件,以
分类:
系统相关 时间:
2020-10-05 21:58:23
阅读次数:
33
lspwdcdgrepsedawkfindcutsystemctlyummkdirtouchvim
分类:
系统相关 时间:
2020-10-05 21:38:16
阅读次数:
99
package suxueyuanli; import java.util.Scanner; public class Lcm { public static void main(String[] args) { System.out.println("请输入两个正整数:"); @SuppressW ...
分类:
编程语言 时间:
2020-10-05 21:23:51
阅读次数:
42
1新建项目 想要全屏显示并适应所有尺寸的iPad和iphone 需要用750*1624 2X 和 1125 * 2436 3X大小的图片 这里做完就可以导出文件了 把文件和图片放到一起 见下图 命名规范 dc_launchscreen_background@2x dc_launchscreen_ba ...
分类:
移动开发 时间:
2020-09-24 22:00:01
阅读次数:
163