摘要: 登陆之前的缓冲界面实现win2 出现,然后open事件,响应activityIndicator,然后过一段事件后启动win1js代码:// Ti.UI.backgroundColor = 'white';var win1 = Ti.UI.createWindow({ backgroundColor:... 阅读全文
posted @ 2014-08-01 11:56 purejade 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should preserve the origi... 阅读全文
posted @ 2014-08-01 11:21 purejade 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are labeled uniq... 阅读全文
posted @ 2014-08-01 11:07 purejade 阅读(87) 评论(0) 推荐(0) 编辑
摘要: A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta... 阅读全文
posted @ 2014-08-01 00:14 purejade 阅读(74) 评论(0) 推荐(0) 编辑