leetcode这道题还挺有意思的,实现通配符,'?'匹配任意字符,'*'匹配任意长度字符串,晚上尝试了一下,题目如下:Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single chara...
分类:
其他好文 时间:
2014-08-16 01:01:59
阅读次数:
351
最近要用到google accout使用某项服务,奇怪的是之前是英文,登陆后就显示中文了,我把浏览器默认的语言和电脑的系统语言改了也无济于事,最好还是google 帮忙解决了,原来我的google accout默认就是中文,google太智能也不行啊https://support.google.co...
分类:
其他好文 时间:
2014-08-15 19:27:49
阅读次数:
211
由于win7 64位系统的matlab2010a没有内置C编译器,因此在进行程序编译过程中找不到编译器,需自己安装。http://www.mathworks.cn/support/compilers/R2010a/win64.html里面有关于matlab2010a 匹配的编译器。VC++200.....
Numeros, The Artist, had two listsAandB, such that,Bwas a permutation ofA. Numeros was very proud of these lists. Unfortunately, while transporting th...
分类:
其他好文 时间:
2014-08-15 14:10:28
阅读次数:
236
SVN上down下来的项目,本地运行却无法显示页面,经过尝试给模板文件改名就能回避这个问题。
定位到是模板缓存的问题,于是清模板缓存。
但是发现ThinkPHP项目Runtime目录下的缓存文件在删除时候会提示:
Resource is out of sync with the file system
原因是由于在不同的文件系统之间修改造成文件系统不同步。
解决方法是在Zend左...
分类:
其他好文 时间:
2014-08-15 12:50:38
阅读次数:
199
Problem DUndraw the Trees Input:StandardInputOutput: Standard Output Time Limit: 2 SecondsProfessor Homer has been reported missing. We suspect thathi...
分类:
其他好文 时间:
2014-08-15 12:20:48
阅读次数:
315
When designing your application to support a wide range of screen sizes, you can reuse your fragments in different layout configurations to optimize the user experience based on the available screen space.
For example, on a handset device it might be appr...
分类:
移动开发 时间:
2014-08-15 01:33:26
阅读次数:
344
你可以把fragment看成是activity的模块化部分,它拥有自己的生命周期,接受它自己的输入事件,你可以在activity运行时添加或者删除它(有点像是一个“子activity”,你可以在不同的activity中重用它)。本课将向你展示如何使用Support Libaray继承 Fragment 类来让你的应用能够兼容正在运行Android 1.6的设备。...
分类:
移动开发 时间:
2014-08-14 23:55:06
阅读次数:
301
LR在录制一个网站注册业务的脚本时,突然间遇到一个问题:注册时,由于注册用户需要验证唯一性,所以在LR回放脚本时,用Run-time Viewer工具回放可以发现(先在脚本中设置几个断点),真实运行的注册脚本用户并没有注册成功,如图:出现这样的问题,如何解决呢?当然,首先就想到了脚本参数化设置,于是...
分类:
其他好文 时间:
2014-08-14 23:22:06
阅读次数:
292
Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th...
分类:
其他好文 时间:
2014-08-14 19:44:09
阅读次数:
134