题目描述 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 s ...
分类:
其他好文 时间:
2017-09-11 22:50:58
阅读次数:
169
1:接口可以被哪一些修饰符修饰? 答案:interface only public & abstract are permitted、 2:输出下面的答案! ...
分类:
其他好文 时间:
2017-09-11 22:48:03
阅读次数:
91
线程可以有六种状态: 1.New(新创建) 2.Runnable(可运行)(运行) 3.Blocked(被阻塞) 4.Waiting(等待) 5.Timed waiting(计时等待) 6.Terminated(被终止) 新创建线程: 当用new操作符创建一个新线程时,如new Thread(r), ...
分类:
编程语言 时间:
2017-09-10 10:10:30
阅读次数:
124
sudo vim /usr/share/applications/Studio.desktop [Desktop Entry] Name = Studio comment= android studio Exec=/home/android/android-studio/bin/studio.sh ...
分类:
系统相关 时间:
2017-09-09 18:56:50
阅读次数:
150
后台接收 实现 1 exportSubmit(url,{data:JSON.stringify(data)}); ...
分类:
Web程序 时间:
2017-09-07 17:05:32
阅读次数:
244
1.关于安装既然是新手安装就一切从简了, 介绍下我使用的环境.ubuntu 16 操作系统.我一般喜欢开箱即用的环境,推荐中国人自己根据ubuntu封装的环境 虚拟机中安装的。安装完成后首先更换源,更新源.> apt-get install emacs.执行以上命令安装emacs.最好是使用emac... ...
分类:
系统相关 时间:
2017-09-07 13:33:28
阅读次数:
196
1、写好自己的 脚本,比如aa.sh 2、打开终端 执行, 方法一: 输入命令 ./aa.sh 方法二:直接把 aa.sh 拖入到终端里面。注意事项:如果没有成功报出问题:: Permission denied。就是没有权限。解决办法:修改该文件aa.sh 的权限 :使用命令: chmod 777 ...
分类:
系统相关 时间:
2017-09-07 11:59:11
阅读次数:
176
一、实验要求 1. 在安装好的Ubuntu 16.04 LTS 64位系统中开启远程服务 2. 并用SecureCRT 进行远程 二、步骤 1. 由于系统安装的时候并没有安装openssh 2. 启动ssh 先查看ssh是否在运行,执行命令sudo ps -e |grep ssh,如果没有任何显示, ...
分类:
系统相关 时间:
2017-09-07 09:53:55
阅读次数:
179
Server1与Server2在同一虚拟网络当中,在Server2中使用Server1的Hostname连接Server1,并且无需密码认证。 Server1, Hostname: hlmvmeast652 Internal IP: 192.168.0.5 Server2, Hostname: hl ...
分类:
系统相关 时间:
2017-09-06 19:47:15
阅读次数:
197
Lesson 44 Patterns of culture 文化的模式 Custom has not commonly been regarded as a subject of great moment. The inner workings of our won brains we feel t ...
分类:
其他好文 时间:
2017-09-06 16:21:22
阅读次数:
188