#include #include // Define a callback to be called when the sound is finished// playing. Useful when you need to free memory after playing.static vo....
分类:
其他好文 时间:
2014-11-24 15:15:46
阅读次数:
191
C标签<%@tagliburi="http://java.sun.com/jsp/jstl/core"prefix="c"%>(1)if...else...<c:choose><c:whentest=""></c:when><c:otherwise></c:otherwise></c:choose>(2)for遍历<c:forEachitems="${scores}"var="scores"varStatus="..
分类:
Web程序 时间:
2014-11-24 13:50:27
阅读次数:
159
背景: 新建了用户,没有取消掉强制密码策略 修改掉策略报错错误: The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.使用代码修改: USE Master GO A...
分类:
数据库 时间:
2014-11-24 11:50:17
阅读次数:
276
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.
For example,
Given:
s1 = "aabcc",
s2 = "dbbca",
When s3 = "aadbbcbcac", return true.
When s3 = "aadbbbaccc", ret...
分类:
其他好文 时间:
2014-11-24 10:16:50
阅读次数:
182
ProtocolsProtocolAbstractNSCacheDelegateThe delegate of anNSCacheobject implements this protocol to perform specialized actions when an object is abou...
分类:
其他好文 时间:
2014-11-24 06:27:23
阅读次数:
333
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. For example,Given:s1 = "aabcc",s2 = "dbbca",When s3 = "aadbbcbcac", retu...
分类:
其他好文 时间:
2014-11-24 06:25:09
阅读次数:
150
介绍feature, py文件和之间关系:example01.feature文件包括5行: Feature行: 介绍这个feature用来干什么的; Scenario行:介绍这个scenario用来干什么的;Given: 一般数据的初始化在这里执行;When:执行操作;Then:验证结果。examp...
分类:
编程语言 时间:
2014-11-23 23:03:59
阅读次数:
261
Jeff Lee blog:???http://www.cnblogs.com/Alandre/? (泥沙砖瓦浆木匠),retain the url when reproduced ! Thanks 效果图: 求资源到首页上部加群即可。 一. SlidingMenu简介 github:https://github.com/jf...
分类:
移动开发 时间:
2014-11-23 19:04:47
阅读次数:
271
Jeff Lee blog: http://www.cnblogs.com/Alandre/
(泥沙砖瓦浆木匠),retain the url when reproduced ! Thanks
效果图:
求资源到首页上部加群即可。
一. SlidingMenu简介
github:https://github.com/jfeinstein10/Sliding...
分类:
移动开发 时间:
2014-11-23 19:03:19
阅读次数:
290
Fragment的使用越来越普遍了,掌握它的生命周期以及注意事项时非常有必要的,首先
All subclasses of Fragment must include a public empty constructor. The framework will often re-instantiate a fragment class when needed, in particular duri...
分类:
其他好文 时间:
2014-11-23 17:37:26
阅读次数:
223