摘要: 参考:http://blog.csdn.net/finewings/article/details/5718133字符串提取去掉指定前缀1. ${varible#pattern} 从头开始,左往右,删除最短的一个pattern结尾的字符串,即截取第一个pattern结尾子串之后的字符串... 阅读全文
posted @ 2015-06-10 11:43 卖程序的小歪 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Implement a basic calculator to evaluate a simple expression string.The expression string may contain open(and closing parentheses), the plus+or minus... 阅读全文
posted @ 2015-06-10 01:16 卖程序的小歪 阅读(965) 评论(0) 推荐(0) 编辑