第一次用centos7,由于版本太新,所以资料很少,安装过程出现了很多问题,用了很多时间解决过后记录下来,帮助有需要的人。安装vmtools 时提示The path "" is not a valid path to the 3.10.0-229.el7.x86_64 kernel headers....
分类:
其他好文 时间:
2015-04-22 07:05:05
阅读次数:
188
#include#include#include#include#include#include#include#include#include#define LL long longusing namespace std;int map[10][10];int vis[10][10];int a[...
分类:
其他好文 时间:
2015-04-21 22:22:16
阅读次数:
170
Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']',
determine if the input string is valid.
The brackets must close in the correct order, "()" an...
分类:
其他好文 时间:
2015-04-21 20:46:55
阅读次数:
128
碰到的第一个题就是九宫格的问题,
Valid Sudoku
determine if a Sudoku is valid, according to: http://sudoku.com.au/TheRules.aspx
The Sudoku board could be partially filled, where empty cells are fille...
分类:
其他好文 时间:
2015-04-21 18:12:06
阅读次数:
134
Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
分类:
其他好文 时间:
2015-04-21 17:51:23
阅读次数:
110
Given a string containing only digits, restore it by returning all possible valid IP address combinations.
For example:
Given "25525511135",
return ["255.255.11.135", "255.255.111.35"]. (Order ...
分类:
其他好文 时间:
2015-04-21 16:06:05
阅读次数:
99
转自http://www.cnblogs.com/bvbook/archive/2008/12/24/1360942.html相互竞争的服务架构The Competing Architectures我们已经给出了“不同Web服务会有不同做法”的两个主要问题,现在要据此对不同风格的Web服务进行分类了...
分类:
Web程序 时间:
2015-04-21 09:28:05
阅读次数:
120
今天在运行一个老ios项目的时候,突然报错:No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386),网上搜了一下资料,有多种方法,但有些没有用,后来终于找到了一种方法,解...
分类:
其他好文 时间:
2015-04-21 01:35:10
阅读次数:
167
今天在做项目在UIViewController中的UItableview使用staticCell,刚在storyboard中的tableView设置完staticCell,就出现 Static table views are only valid when embedded in UITableViewController instances警告。是说staticCell只能在UItablevie...
分类:
其他好文 时间:
2015-04-21 00:27:11
阅读次数:
90
Valid PalindromeTotal Accepted:48909Total Submissions:221328My SubmissionsQuestionSolutionGiven a string, determine if it is a palindrome, considering...
分类:
其他好文 时间:
2015-04-20 23:54:15
阅读次数:
224