码迷,mamicode.com
首页 >  
搜索关键字:quick 3.3final quickxdev player no exists    ( 8733个结果
[LeetCode] Longest Palindrome Substring 详细分析
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring. 面DP题的考官都是神经病。。(吐...
分类:其他好文   时间:2014-10-01 13:15:31    阅读次数:242
php之无限极分类
首先建立分类信息表:1 CREATE TABLE IF NOT EXISTS `category` (2 `categoryId` smallint(5) unsigned NOT NULL AUTO_INCREMENT,3 `parentId` smallint(5) unsigned N...
分类:Web程序   时间:2014-10-01 11:21:30    阅读次数:280
Ubuntu 14.04 下手动安装Firefox的Flash插件
有时候我们需要在Ubuntu下采用手动安装一些软件,比如Firefox的Flash插件。Adobe® Flash® Player 是一款轻量级浏览器插件,具有丰富的 Internet 应用运行时间,提供持续的迷人用户体验、绝妙的音频/视频回放效果和刺激的游戏。Flash Player 已在超过 13...
分类:其他好文   时间:2014-10-01 03:06:50    阅读次数:175
Quick-sort
brief : the quick sort can divide into two steps, the first step is partition, the second step is conquer the subset.i) as the first step, array A[lef...
分类:其他好文   时间:2014-10-01 01:21:50    阅读次数:209
sql server 2000/2005 判断存储过程、触发器、视图是否存在并删除
1、判断是否存在addOneArticle这个存储过程if Exists(select name from sysobjects where NAME = 'addOneArticle' and type='P') drop procedure addOneArticle2、判断是否存在co...
分类:数据库   时间:2014-09-30 19:52:50    阅读次数:234
[Leetcode] Longest Palindromic Substring
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2014-09-30 17:19:19    阅读次数:173
Android中导入Unity项目,界面点击事件失去焦点问题
package com.t.t; \n\rimport com.unity3d.player.*; \n\rimport android.app.NativeActivity; \n\rimport android.content.res.Configuration; import android....
分类:移动开发   时间:2014-09-30 14:48:19    阅读次数:372
Quick Tip: How to Add Syntax Highlighting to Any Project
Quick Tip: How to Add Syntax Highlighting to Any Projectpublic String showAllArticleForPage() throws Exception{HttpServletRequest request = ServletAct...
分类:其他好文   时间:2014-09-30 14:33:29    阅读次数:185
Unity调用安卓的两种方法
总结的两种方法,供参考。方法一(要将方法写到UnityPlayerActivity 类下,不然调用不到): 1 //获得类 2 3 AndroidJavaClass jc = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); 4 5 .....
分类:移动开发   时间:2014-09-30 13:07:59    阅读次数:474
Android中导入Unity项目,界面点击事件失去焦点问题
package com.t.t;\n\rimport com.unity3d.player.*;\n\rimport android.app.NativeActivity;\n\rimport android.content.res.Configuration;import android.grap...
分类:移动开发   时间:2014-09-29 21:00:02    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!