首页 > 2014年12月19日 > 全部分享
LeetCode Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他   时间:2014-12-19 00:20:00    收藏:0  评论:0  赞:0  阅读:392
Python matplot画散列图
同matlab一样,matplot也可画散列图scatter。 1 import numpy as np 2 import matplotlib.pyplot as plt 3 #fig = plt.figure() 4 #ax = fig.add_subplot(111) 5 a1 = np.ar...
分类:编程语言   时间:2014-12-19 00:19:50    收藏:0  评论:0  赞:0  阅读:452
【leetcode】Wildcard Matching(hard) ★ 大神太牛了
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:其他   时间:2014-12-19 00:19:40    收藏:0  评论:0  赞:0  阅读:362
Linux 的计划任务(运维基础|可用于提权)
Linux操作系统定时任务系统 Cron 入门先写笔记:crontab -u //设定某个用户的cron服务,一般root用户在执行这个命令的时候需要此参数 crontab -l //列出某个用户cron服务的详细内容 crontab -r //删除没个用户的cron服务 crontab -e...
分类:系统服务   时间:2014-12-19 00:19:30    收藏:0  评论:0  赞:0  阅读:696
hadoop 开发环境搭建
一,安装java环境添加java环境变量vi /etc/profile# add by tankexport JAVA_HOME=/data/soft/jdk/jdk1.7.0_71export JRE_HOME=$JAVA_HOME/jreexport CLASSPATH=.:$JAVA_HOME...
分类:其他   时间:2014-12-19 00:19:21    收藏:0  评论:0  赞:0  阅读:413
1645条   上一页 1 ... 81 82 83
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!