Valid Palindrome问题:Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.思路: 简单的数学推导我的代码:publi....
分类:
其他好文 时间:
2015-03-14 15:14:52
阅读次数:
82
当用第三方库管理工具遇到这样的bug时,请确保Set Build Active Architectures Only在cocoapods和项目中设置为一样的。Had this problem as well. Something was wrong with my CocoaPods install...
分类:
其他好文 时间:
2015-03-14 15:07:25
阅读次数:
148
Valid Parentheses问题:Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must c...
分类:
其他好文 时间:
2015-03-13 22:11:32
阅读次数:
198
[LeetCode] 036. Valid Sudoku (Easy) (C++)...
分类:
编程语言 时间:
2015-03-13 20:53:17
阅读次数:
149
[LeetCode] 032. Longest Valid Parentheses (Hard) (C++)...
分类:
编程语言 时间:
2015-03-13 16:35:05
阅读次数:
170
引言AXI协议有可能是我们平时电路设计时经常遇到的一个协议,也是一个不错的协议,本小节我们就来熟悉一下。乍一看,AXI协议的信号众多,眼花缭乱,容易发蒙。但其实其基本思想很简单。只要掌握以下几点:1,valid/ready协议axi协议是典型的基于valid/ready协议的总线协议。valid/ready协议的优势就是master和slave的相对独立性比较好。对于一次传输,作为master的发...
分类:
其他好文 时间:
2015-03-12 13:23:10
阅读次数:
344
问题一:php运行报错:1% 不是有效的 win32 应用程序 php环境配置完毕后,运行html成功,但运行php就报错,错误提示是"1% 不是有效的 win32 应用程序",英文报%1 is not a valid Win32 application.第一次碰到这样的问题,经过搜索和试验,...
ERROR: Could not find a valid gem 'sass' (>= 0), here is why: Unable to download data from http://rubygems.org/ - Errno::EACCES: Permission ...
分类:
其他好文 时间:
2015-03-12 12:57:33
阅读次数:
172
现在xcodeApp打包上传到iTunesConnect,需要xcode6.1.1并且需要支持arm64,因此需要判断第三方库是否支持arm64,同事分享在终端如何查看.a文件是否支持arm64,步骤:1、cd目录(.a文件所在的路径),举例用桌面上的libPushSDK.a,获取到libPushSDK.a的路径,如图:打开终端输入..
分类:
其他好文 时间:
2015-03-11 19:55:29
阅读次数:
9734
题目描述:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in ...
分类:
其他好文 时间:
2015-03-11 17:02:55
阅读次数:
98