Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. N ...
分类:
其他好文 时间:
2020-04-22 10:01:42
阅读次数:
64
Java大小端 大端:数据高字节保存在内存低地址中,数据低字节保存在内存高地址中 小端:数据高字节保存在内存高地址中,数据低字节保存在内存低地址中 java虚拟机屏蔽了机器的大小端模式,默认都是大端模式; 可以通过ByteOrder.nativeOrder获取机器模式,通过ByteBuffer的or ...
分类:
编程语言 时间:
2020-04-21 18:43:43
阅读次数:
82
DVWA学习记录 PartⅡ Command Injection ...
分类:
其他好文 时间:
2020-04-20 17:41:32
阅读次数:
75
问题描述:CentOS系统最小化安装后,然后安装图形界面,命令如下yuminstall"GNOMEDesktop"初始启动进入终端,通过startx启动进入图形界面后,打开terminal。出现终端输入的字体有重叠,字母之间的间隔也很大。原因是由于字体安装不正确导致。解决方法:yum-yinstalldejavu-sans-*dejavu-serif-fonts
分类:
其他好文 时间:
2020-04-20 17:34:23
阅读次数:
105
The base (or radix) of a positional numeral system is the number of symbols that can be used to represent a number in that system. The base 1010 syste ...
分类:
其他好文 时间:
2020-04-20 11:47:10
阅读次数:
74
页面中Form表单的重置 form表单的重置需要用到方法:resetFields 注意: 1.设置form的ref属性; 2.还需要给每个FormItem 设置prop属性 并且prop的属性需要跟设置的字段名称v-model一样 然后,在需要重置的时候调用: Modal中Form的重置 form的 ...
分类:
其他好文 时间:
2020-04-16 12:58:33
阅读次数:
311
报错内容 com.sun.jersey.api.client.UniformInterfaceException: PUT http://.jpg returned a response status of 400 Bad Request 因为跨服务器上传文件,文件名中里面含有中文名称,所以报错,解 ...
分类:
Web程序 时间:
2020-04-15 09:19:46
阅读次数:
138
问题 Github克隆项目的时候报如下错: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the corre ...
分类:
其他好文 时间:
2020-04-15 00:27:41
阅读次数:
82
load file 读取无效时 连接mysql写入: mysql> load data local infile "/etc/passwd" into table test FIELDS TERMINATED BY '\n'; //test 表名 或者 "C:/Windows/win.ini" Qu ...
分类:
数据库 时间:
2020-04-14 00:47:52
阅读次数:
95
Heart disease has become western countries’ number one killer. It is the leading cause of death in the US and accounts for more than one of four death ...
分类:
其他好文 时间:
2020-04-13 19:53:08
阅读次数:
103