码迷,mamicode.com
首页 >  
搜索关键字:nexus one    ( 29197个结果
[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
Merge Sorted Array
[leetcode]Given two sorted integer arrays A and B, merge B into A as one sorted array....
分类:其他好文   时间:2014-09-30 11:36:39    阅读次数:154
Windows 9技术预览版马上发布
Windows 9技术预览版可能于今晚在美国举办的Windows发布会上宣布,下一代的Windows名称最有可能是Windows或Windows 9,网友猜想也可能是WIndows X或Windows One,答案将在发布会上揭晓。由于技术预览版主要是面向企业和开发者,所以此次发布不会包含Cortana等消费者功能。但是系统应用文件夹中已经包括Cortana资源文件,暗示Cortana会是一款通过...
分类:Windows程序   时间:2014-09-30 11:35:49    阅读次数:221
[leetcode] Count and Say @ Python
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:编程语言   时间:2014-09-30 07:48:12    阅读次数:193
[leetcode] Scramble String @python
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:编程语言   时间:2014-09-30 02:51:41    阅读次数:394
Objects are mutable
We can change the state of an object by making an assignment to one of its attributes. For example, to change the size of a rectangle without changing...
分类:其他好文   时间:2014-09-30 02:18:01    阅读次数:190
Copying
Aliasing can make program difficult to read because changes made in one place might have unexpected effects in another place. It is hard to keep track...
分类:其他好文   时间:2014-09-30 02:01:51    阅读次数:298
Single Number
题目描述:Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime compl...
分类:其他好文   时间:2014-09-30 00:53:01    阅读次数:216
cocos2dx3.2 android平台搭建开发环境纠错备忘录
平台:win32 + androidcocos2d版本:3.2搭建cocos2d-x android 常见问题:问题1:      Android platform not specified, searching a default one...Can't find right android-platform for project :"F:\cocos2d-x-3.1.1\tests\cpp...
分类:移动开发   时间:2014-09-29 22:19:31    阅读次数:290
maven--私服的搭建(Nexus的使用)
私服是什么 私服,私有服务器,是公司内部Maven项目经常需要的东东,不总结一下,不足以体现出重视。Nexus是常用的私用Maven服务器,一般是公司内部使用。下载地址是http://www.sonatype.org/nexus/go。默认端口8081,这里我选择最新版nexus-2.5.0-04。 常用功能 Nexus常用功能就是:指定私服的中央地址、将自己的Maven项目...
分类:其他好文   时间:2014-09-29 18:48:24    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!