1.定义PopupWindow弹出与消失的两个动画文件,放在anim文件夹下popup_enter.xml popup_exit.xml 2.styles.xml文件中注册这两个动画效果 3.为创建的PopopWindow添加动画inflater = getLayo...
DescriptionConsider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root nod...
分类:
其他好文 时间:
2014-07-06 13:23:06
阅读次数:
229
快捷键功能ctrl+shift+n打开新Sublimectrl+shift+w关闭Sublime,关闭所有打开文件ctrl+shift+t重新打开最近关闭文件ctrl+n新建文件ctrl+s保存ctrl+shift+s另存为ctrl+f4关闭文件ctrl+w关闭ctrl+k, ctrl+b切换侧边栏...
分类:
其他好文 时间:
2014-07-06 13:24:56
阅读次数:
172
编译hadoop2.2.0源码时,mvn install -DskipTests报错:[ERROR] COMPILATION ERROR : [INFO] -------------------------------------------------------------[ERROR] /ho...
分类:
其他好文 时间:
2014-07-06 13:24:18
阅读次数:
137
今天为了学一下JMS的东东, 不得不安装个weblogicserver, 下面是详细的安装步骤:1. 首先去官网下载一个weblogic: 下载地址:http://download.oracle.com/otn/nt/middleware/12c/wls/1212/wls1212_dev.zip2....
分类:
Web程序 时间:
2014-07-06 13:25:33
阅读次数:
265
微信新开放的群发接口,可以说是很多商家梦寐以求的福音。基本很多商家都曾梦想过,把自己的信息直接推送到客户手机上。但经过这两天的研究,微信的群发接口并没有开放到商家理想的程度,究其原因可能是怕带来更坏的用户体验。 以下是微信高级群发接口的规则: 1. 非接口发送 - 利用公众平台的群发功能...
分类:
微信 时间:
2014-07-06 13:26:12
阅读次数:
582
本文转载至http://blog.csdn.net/remote_roamer/article/details/7107007 1. @implementation Singleton2.3.+ (Singleton *)instance {4. static Singleton *inst...
分类:
移动开发 时间:
2014-07-06 13:27:26
阅读次数:
208
QAbstractItemModelQAbstractItemModel是一个抽象类,该抽象类未实现的纯虚方法有QModelIndex QAbstractItemModel::index(int row, int column, const QModelIndex & parent = QModel...
分类:
其他好文 时间:
2014-07-06 13:26:45
阅读次数:
228
0x00废话一堆虽说要尊重开发者,但是这个东西,流氓软件。练手用P.S.我不是死宅0x01桃‘’色兑换码看到这个,我还以为里面有什么儿童不宜的东西,兴奋了……APKIDE搜索没有相关“桃色”无果,转unicode\u6843\u8272。就是这里\u5151\u6362\u6210\u529f\uf...
分类:
其他好文 时间:
2014-07-06 13:28:55
阅读次数:
189
1. [代码]Simple JavaScript Inheritance (function(){ var initializing = false, fnTest = /xyz/.test(function(){xyz;}) ? /\b_super\b/ : /.*/; // The base ....
分类:
编程语言 时间:
2014-07-06 13:28:10
阅读次数:
262
在Linux编译gcc时,遇到编译错误,究其根源是因为内存不足,这时通过修改swap大小解决了问题相关操作如下:1. 查看当前分区情况free -m 2. 增加 swap 大小, 2G 左右dd if=/dev/zero of=/var/swap bs=1024 count=2048000 3......
分类:
系统相关 时间:
2014-07-06 13:30:21
阅读次数:
226
1. [代码]方法代码 function cp(source, target) { function isBaseType(v) { var type = typeof v; var basetype = { "string": true, "number": t...
分类:
编程语言 时间:
2014-07-06 13:29:36
阅读次数:
270
PostgreSQL正则表达式基础:OperatorDescriptionExample~Matches regular expression, case sensitive'thomas' ~ '.*thomas.*'~*Matches regular expression, case insen...
分类:
其他好文 时间:
2014-07-06 13:31:33
阅读次数:
156
卡通动漫 1234 上一页 下一页 更多>> 海贼王播放:28,276 海贼王播放:28,276 海贼王播放:28,276 海贼王播放:28,27...
分类:
Web程序 时间:
2014-07-06 13:30:57
阅读次数:
266
推荐三个C#正则表达式工具,理由如下第一个C#正则表达式工具,REGEX这个C#正则表达式工具优点是中文的,提供了一些示例第二个C#正则表达式工具,REGEXBUDDY这是一个真正专业的REGEX生产工具,应该说,他是不错的REGEX开发工具,提供了完美的REGEX表达式生产环境语法高亮以元件的形式...
分类:
其他好文 时间:
2014-07-06 13:34:15
阅读次数:
149
Since I mainly use Java, this problem seems meaning less for me to implement it with Java. Just use StringBuilder to append each character in string f...
分类:
其他好文 时间:
2014-07-06 13:33:34
阅读次数:
296
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:
其他好文 时间:
2014-07-06 13:32:49
阅读次数:
204