1.Scanner对象:获取用户的输入。java.util.Scanner import java.util.Scanner; //创建扫描对象,用于接收键盘数据Scanner scanner = new Scanner(System.in);//判断用户用没用输入字符串if(scanner.has ...
分类:
编程语言 时间:
2021-01-15 12:05:27
阅读次数:
0
https://www.w3.org/TR/navigation-timing/ H5加载生命周期 资源加载指标 prompt for unload:访问一个新页面时,旧页面卸载完成的时间 redirect:重定向,用户注销登陆时返回主页面和跳转到其它的网站等app cache:检查缓存,是否打开 ...
分类:
其他好文 时间:
2021-01-08 11:47:13
阅读次数:
0
1、安装Git 在Git Bash里输入git --version 如果显示版本号,则说明Git安装成功。 2、在GitHub上新建一个仓库 例如:myrepo 3、在本地新建一个文件夹,作为VSCode代码的工作文件夹 例如:mycode 4、mycode既是VSCode的代码工作文件夹又应该是G ...
分类:
其他好文 时间:
2021-01-08 11:31:51
阅读次数:
0
查看服务运行状态 [root@room4pc09 桌面]# systemctl status crond #查看服务运行状态 ● crond.service - Command Scheduler Loaded: loaded (/usr/lib/systemd/system/crond.servi ...
分类:
其他好文 时间:
2021-01-07 12:21:11
阅读次数:
0
package LeetCode_1184 /** * 1184. Distance Between Bus Stops * https://leetcode.com/problems/distance-between-bus-stops/ * A bus has n stops numbered ...
分类:
其他好文 时间:
2021-01-07 12:12:35
阅读次数:
0
最近,需要对业务上的一些性能做一些优化,比如降低首屏时间、减少核心按钮可操作时间等的一些操作;在这之前,需要建立的就是数据监控的准线,也就是说一开始的页面首屏数据是怎样的,优化之后的数据是怎样,需要有一个对比效果。此时,performance 这个API就非常合适了。 window.onload = ...
分类:
其他好文 时间:
2021-01-07 12:06:40
阅读次数:
0
Hadoop3 No FileSystem for scheme "hdfs" 异常信息: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "hdfs" at org.apache.hadoo ...
分类:
其他好文 时间:
2020-12-31 11:55:00
阅读次数:
0
The object ManagedObjectReference has already been deleted or has not been completely created
分类:
其他好文 时间:
2020-12-30 11:09:21
阅读次数:
0
使用的是qt5.9.9,需要重新另外编译sqlite,在qt参数配置的时候加-sqlite,并且制定I L位sqlite编译库文件的路径,,把qt编译出来的库文件拷贝到板子 按照正常的qt配置环境变量以后,在板子上,导入路径即可 export QT_PLUGIN_PATH=/XXXX/plugins ...
分类:
数据库 时间:
2020-12-28 11:19:45
阅读次数:
0
嵌套事务异常Transaction rolled back because it has been marked as rollback-only导致的原因和处理方法 参考:https://fangshixiang.blog.csdn.net/article/details/80445912?utm ...
分类:
其他好文 时间:
2020-12-28 11:13:28
阅读次数:
0