上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 156 下一页

2015年7月14日

leetcode 102 Binary Tree Level Order Traversal

摘要: Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example: Given binary tree... 阅读全文

posted @ 2015-07-14 22:53 吴一达 阅读(169) 评论(0) 推荐(0)

Using mysqldump for Backups(备份还原数据库实例及参数详细说明)

摘要: 官网mysqldump命令如下:Using mysqldump for Backupshttps://dev.mysql.com/doc/refman/5.7/en/using-mysqldump.html我们在项目中经常用到的:1.使用into outfile 和 load data infil... 阅读全文

posted @ 2015-07-14 14:37 吴一达 阅读(199) 评论(0) 推荐(0)

2015年7月12日

人生顿悟之宽以待人,严以律己

摘要: 台风已经过去了,天气也渐渐地晴朗了,但是不知道为什么自己的心情却越发觉得沉重起来。 总觉得生活中少了点什么,是没有了以往的激情,还是多了几分压力。看了近1个月的房子,两个人的所有积蓄加上两家人的积蓄,勉强可以付得起首付,接下去就是了无止境的房贷和各种消费了。也许是... 阅读全文

posted @ 2015-07-12 15:27 吴一达 阅读(159) 评论(0) 推荐(0)

2015年7月9日

leetcode 101 Symmetric Tree

摘要:  Symmetric Tree Total Accepted: 61440 Total Submissions: 194643 My Submissions Given a binary tree, check whether i... 阅读全文

posted @ 2015-07-09 22:45 吴一达 阅读(135) 评论(0) 推荐(0)

2015年7月8日

ios swift 实现饼状图进度条,swift环形进度条

摘要: ios swift 实现饼状图进度条 //// ProgressControl.swift// L02MyProgressControl//// Created by plter on 7/29/14.// Copyright (c) 2014 jikexueyuan. A... 阅读全文

posted @ 2015-07-08 11:08 吴一达 阅读(294) 评论(0) 推荐(0)

2015年7月6日

bash:chkconfig:command not found

摘要: 1尝试sudo/su rootsudo chkconfig --list2上述方法不行,请检查是否安装chkconfigrpm -qa |grep chkconfigubuntu上默认是不支持chkconfig命令的,安装包地址:http://download.csdn.net/detail/hy... 阅读全文

posted @ 2015-07-06 15:09 吴一达 阅读(3864) 评论(0) 推荐(1)

/sbin/insserv: No such file or directory

摘要: /sbin/insserv: No such file or directory在Ubuntu下安装service服务,可能会报如下错误:/sbin/insserv: No such file or directory据说这是Ubuntu的小bug,解决方法 $sudo ln -s /usr/li... 阅读全文

posted @ 2015-07-06 14:58 吴一达 阅读(328) 评论(0) 推荐(0)

2015年7月5日

leetcode 67 Add Binary

摘要: Add Binary Total Accepted: 46815 Total Submissions: 189215 My Submissions Given two binary strings, return their sum ... 阅读全文

posted @ 2015-07-05 21:49 吴一达 阅读(128) 评论(0) 推荐(0)

2015年6月30日

leetcode 20 Valid Parentheses 括号匹配

摘要: Given a string containing just the characters '(', ')', '{', '}', '[' and']', determine if the input string is valid. The brackets must close i... 阅读全文

posted @ 2015-06-30 22:34 吴一达 阅读(123) 评论(0) 推荐(0)

2015年6月29日

leetcode 14 Longest Common Prefix

摘要: Write a function to find the longest common prefix string amongst an array of strings. 我的解决方案: class Solution {public: string longestCommonP... 阅读全文

posted @ 2015-06-29 22:53 吴一达 阅读(131) 评论(0) 推荐(0)

上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 156 下一页

导航