码迷,mamicode.com
首页 > 其他好文
Str 函数
Str 函数 Visual Studio 2005 返回数字的 String 表示形式。Public Shared Function Str(ByVal Number As Object) As String参数Number 必选。包含任何有效的数值表达式的 Object。异常异常类型错误号条件Ar...
分类:其他好文   时间:2015-12-20 09:17:45    阅读次数:177
就这样,再见2015
致敬这战斗的一年。
分类:其他好文   时间:2015-12-20 09:18:13    阅读次数:128
NDK环境配置
1、下载安装插件:com.android.ide.eclipse.ndk_23.0.2.1259578.jar copy到E:\eclipse\adt-bundle-windows-x86-20140702\eclipse\plugins目录中;2、下载android-ndk-r10d-windo....
分类:其他好文   时间:2015-12-20 09:18:03    阅读次数:200
加速Gradle构建项目
在Gradle构建大型项目时, 耗时比较严重, 以下几点可以加快项目构建.1. 升级gradle进入项目文件夹, 使用最新的gradle. 修改$project/gradle/wrapper/gradle-wrapper.properties替换为最新.distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all....
分类:其他好文   时间:2015-12-20 08:13:55    阅读次数:125
【Beta阶段】第八次Scrum Meeting!
每日任务内容:本次会议为第八次Scrum Meeting会议~由于本次会议项目经理身体不适,未参与会议,会议精神由卤蛋代为转达,其他同学一起参与了会议 队员昨日完成任务明日要完成任务刘乾今日身体极度不适,请假一天 #179 完成1021的数据处理,整合数据图像与其他部分,并使1021完整可用http...
分类:其他好文   时间:2015-12-20 08:13:12    阅读次数:256
Leetcode: Lowest Common Ancestor of a Binary Search Tree
Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST.According to the definition of LCA on Wikipedia:...
分类:其他好文   时间:2015-12-20 08:12:25    阅读次数:158
Leetcode: Palindrome Linked List
Given a singly linked list, determine if it is a palindrome.Follow up:Could you do it in O(n) time and O(1) space?先分成大小相同(可能长度差1) 两部分, reverse一个list. ...
分类:其他好文   时间:2015-12-20 08:13:32    阅读次数:179
error: 'for' loop initial declarations are only allowed in C99 mode
出现错误:error: 'for' loop initial declarations are only allowed in C99 modenote: use option -std=c99 or -std=gun99 to comple your code 原因:所采用的代码格式是C99...
分类:其他好文   时间:2015-12-20 08:12:39    阅读次数:250
[译] 企业级 OpenStack 的六大需求(第 2 部分):开放架构和混合云兼容
全文包括三部分:第一部分第二部分第三部分在本系列的第一部分,我介绍了企业级 OpenStack 的六大需求。现在,我会着重阐述接下来的两个主要需求:开放架构和混合云兼容性。让我们马上开始吧。需求3 -开放架构和减少厂商锁定 我们已经讨论过构造健壮的云控制平面和云管理系统。OpenStack 吸引人的...
分类:其他好文   时间:2015-12-20 08:11:01    阅读次数:198
UVAlive2531 The K-League(最大流)
题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=33451【思路】 最大流。 大体思路是枚举每个队伍,最大流判断是否可能成为冠军。 构图: 1 建立ST,比赛(u,v)建立n^2个结点,队伍u建立n个结点。 2 由S向...
分类:其他好文   时间:2015-12-20 08:10:39    阅读次数:195
【LeetCode从零单刷】Bulb Switcher
题目: There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle every third bulb (turning on if it's off or turni...
分类:其他好文   时间:2015-12-20 07:10:34    阅读次数:162
310. Minimum Height Trees
题目:For a undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all possible ro...
分类:其他好文   时间:2015-12-20 07:06:47    阅读次数:2430
Leetcode: Number of Digit One
Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n.For example:Given n = 13,Return 6...
分类:其他好文   时间:2015-12-20 07:05:58    阅读次数:152
309. Best Time to Buy and Sell Stock with Cooldown
题目:Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complet...
分类:其他好文   时间:2015-12-20 07:06:48    阅读次数:2213
Leetcode: Power of Two
Given an integer, write a function to determine if it is a power of two.还是有一个地方不小心:Integer.MIN_VALUE, 应该是false,但是因为只有一个1,我曾经判断为true。事实上,所有negative val...
分类:其他好文   时间:2015-12-20 07:03:54    阅读次数:195
程序员必知之浮点数运算原理详解
程序员必知之浮点数运算原理详解 导读:浮点数运算是一个非常有技术含量的话题,不太容易掌握。许多程序员都不清楚使用==操作符比较float/double类型的话到底出现什么问题。 许多人使用float/double进行货币计算时经常会犯错。这篇文章是这一系列中的精华,所有的软件开发人员都应该读一下。....
分类:其他好文   时间:2015-12-20 07:05:12    阅读次数:182
转Cloudera Manager 和 CDH 4 终极安装
系统环境 操作系统:CentOS 6.5 Cloudera Manager 版本:4.8.1 CDH版本:4.5.0各机器准备工作: yum -y groupinstall "Development tools" yum -y install wgetCloudera-manager压缩包...
分类:其他好文   时间:2015-12-20 07:02:50    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!