Kinda similar with another palindrome DP from LeetCode. Feel it, it is a bottom-up DP - palindrome subsequence.str = input()slen = len(str)dp = [[0 fo...
分类:
其他好文 时间:
2015-03-20 06:45:44
阅读次数:
107
2.16 Details
Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content
when the application was running in the backgrou...
分类:
移动开发 时间:
2015-03-18 16:04:13
阅读次数:
152
简单易懂的现代魔法——Play Framework全攻略,这是本系列的第二篇,介绍了Play Framework的基本结构,核心概念,MVC模式。
分类:
其他好文 时间:
2015-03-17 11:48:37
阅读次数:
128
??
费了九牛二虎之力终于搞成了一节微课,欢迎大家品评!
http://weike.enetedu.com/play.asp?vodid=174850&e=3...
分类:
其他好文 时间:
2015-03-17 09:02:15
阅读次数:
103
关于maven项目的开发,我个人最近遇到了一系列的问题,不过解决了不少,现在把自己的一些经验分享给大家,java.lang.ClassNotFoundException:play.db.jpa.JPABase,这个问题我想有些人肯定遇到了,尤其是喜欢用最新版软件的朋友们,我在写maven项目的时候,就碰到这个问题一开..
分类:
Web程序 时间:
2015-03-17 02:15:01
阅读次数:
135
1、我的电脑——点右键——管理——服务和应用程序——服务:检查服务:Network Connections--将其启动类型设为“自动”,并启动之检查服务:Plug and Play --将其启动类型设为“自动”,并启动之检查服务:Remote Procedure Call--将其启动类型设为“自动”...
分类:
其他好文 时间:
2015-03-16 22:56:22
阅读次数:
215
1、iOS开发比Android开更容易赚钱1.1 Appstore上的应用和游戏比Android play store质量高 现在Android Market变更为Android play store,App Store大概已经超过60万应用了,Android play store大约30万,...
分类:
移动开发 时间:
2015-03-16 19:13:35
阅读次数:
165
题意:给出n个单词,问这n个单词能否首尾接龙,即能否构成欧拉道路按照紫书上的思路:用并查集来做,取每一个单词的第一个字母,和最后一个字母进行并查集的操作但这道题目是欧拉道路(下面摘自http://blog.csdn.net/hcbbt/article/details/9316301)关于欧拉道路(f...
分类:
其他好文 时间:
2015-03-16 00:56:32
阅读次数:
198
概述:?tcp建立连接。?rtmp握手。?客户端与服务器对建立rtmp连接达成一致。?创建rtmp流?客户端与服务器对play或者Publish达成一致。?客户端开始传送数据到服务器。?消息结构简述Tcp建立连接Tcp三次握手Rtmp握手?客户端发送C0+C1一共是1537个bytes.?服务端发送...
分类:
其他好文 时间:
2015-03-14 23:09:07
阅读次数:
246
Description
Here is a famous story in Chinese history.
"That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to play horse racing with the king and othe...
分类:
其他好文 时间:
2015-03-14 20:04:31
阅读次数:
144