1voidPrePrintOrTree(structTreeNode*root,void(*WorkPrint)(double)){2structTreeNode*index=root;3if(root==NULL){4return;5}6PrePrintOrTree(root->lchild,Wo...
分类:
编程语言 时间:
2014-05-28 01:40:35
阅读次数:
198
系统环境变量的查看:[root@localhost ~]#
envHOSTNAME=localhost.localdomainSELINUX_ROLE_REQUESTED=TERM=xtermSHELL=/bin/bashHISTSIZE=1000SSH_CLIENT=192.168.7.105
5...
分类:
系统相关 时间:
2014-05-28 00:48:18
阅读次数:
415
select `id`,`name`,`pid` AS `q_pid`,(select id
From qiyu_gift_category where id = q_pid ) as root_id from qiyu_gift_category
WHERE id = 1SELECT `id` ....
分类:
其他好文 时间:
2014-05-27 16:59:40
阅读次数:
218
vim /etc/lightdm/lightdm.confFinally, edit the
file as shown below and save it.autologin-user=autologin-user-timeout=0
分类:
其他好文 时间:
2014-05-27 16:11:09
阅读次数:
222
sing the emulators (adb shell sqlite3
--version):SQLite 3.7.11:19-4.4-KitKat18-4.3-Jelly Bean17-4.2-Jelly
Bean16-4.1-Jelly BeanSQLite 3.7.4:15-4.0.3-I...
分类:
移动开发 时间:
2014-05-27 16:06:58
阅读次数:
389
原题地址:https://oj.leetcode.com/problems/path-sum/题意:Given
a binary tree and a sum, determine if the tree has a root-to-leaf path such that
adding up all...
分类:
编程语言 时间:
2014-05-26 18:37:11
阅读次数:
295
Ubuntu的默认root密码是随机的,即每次开机都有一个新的root密码。要先用其他用户修改
root 密码主要命令 passwd 使用 :su passwd root 输入2次密码即可
分类:
其他好文 时间:
2014-05-26 17:55:51
阅读次数:
203
外部链接虚拟机linux服务的时候,一直未连接,后来发现没有安装ssh导致以下是ssh安装步骤,具体过程请百度一下~//可检查是否安装root@kiwi-virtual-machine:~#
ssh localhostssh: connect to host localhost port 22:.....
分类:
系统相关 时间:
2014-05-26 17:13:19
阅读次数:
344
接上篇:http://www.cnblogs.com/antarctican/p/3748427.html(安装Mysql)下载PHP。
我选择了日本线路,比内地和台湾线路快得多。[root@localhost src]# wget -c
http://jp2.php.net/distributio...
分类:
Web程序 时间:
2014-05-26 17:04:15
阅读次数:
712
The connection to adb is down, and a severe
error has occured. 1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下,
如图:3.键入adb kill-server ,如果adb关闭了....
分类:
数据库 时间:
2014-05-26 16:43:03
阅读次数:
222