1.如果本地的jdk是32位的,那么最大的内存只能支持到10242.测试jdk位数public class Test {public static void main(String[] args) throws Exception{System.in.read(); }}1.javac Tes...
分类:
其他好文 时间:
2014-07-29 20:55:42
阅读次数:
222
我的创意idea快递公司与地图软件公司合作推出一款软件,通过地图上显示快递运送过程,当快递员快要到达顾客预先设置的地点时,自动发送短信提醒顾客碰头接货,顾客也可以从地图上时时了解快递员的位置。 地理位置...
分类:
其他好文 时间:
2014-07-29 16:21:19
阅读次数:
306
Description
Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound Money (IBM). The idea beh...
分类:
其他好文 时间:
2014-07-29 15:08:28
阅读次数:
232
A very interesting numeric problem. It involves a lot tricks.Linear search (by +\-) is not feasible - too slow. So binary search is a good idea. Also ...
分类:
其他好文 时间:
2014-07-29 14:02:08
阅读次数:
187
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:
其他好文 时间:
2014-07-28 11:32:10
阅读次数:
183
作为创过业,并且失败了的人,还是有那么一点点经验来回答这些问题的。1.我现在有个idea,上线之前如何在保证不被泄露的情况下又能了解这个idea对用户有多大吸引力?答:短时间内快速做出原型,找到10个左右的目标用户,进行调研。特别是需要问用户愿意不愿为你这个idea付费。2.上线后,我的idea如何...
分类:
其他好文 时间:
2014-07-27 10:07:32
阅读次数:
210
Comparison-based sorting takes O(nlgn), so hashset is a good idea. After keeping records of all numbers in the hashset, you start checking each number...
分类:
其他好文 时间:
2014-07-25 03:40:54
阅读次数:
305
转载:http://blog.csdn.net/hyr83960944/article/details/37509113今年的Google全球开发者 大会虽然没有新的Android系统和设备,但是还是推出了一些不错的产品,Android Studio就是其中之一。这个基于Intellij IDEA开...
分类:
移动开发 时间:
2014-07-25 02:40:24
阅读次数:
357
近期在使用git,最开始在idea界面操作,后来要求用命令行。刚开始还不是很习惯,感觉很麻烦,用了几天后感觉爽极了!
其实git的命令也不是很多,熟悉一段时间就差不多能顺利使用了。使用过程中遇到了各种各样的问题,有些小问题就在这里集中总结一下。
1、idea命令行。git安装后就自带终端git bash,使用起来很方便。但是用idea开发,开发后还要在相应文件夹下打开git bash很...
分类:
其他好文 时间:
2014-07-24 23:17:53
阅读次数:
507
Android Studio 是谷歌基于IntelliJ IDEA开发的安卓开发工具,有点类似 Eclipse ADT,Android Studio 提供了集成的 Android 开发工具用于开发和调试,基于Gradle的构建支持。Android Studio常用快捷键1. Ctrl+D: 集合了复...
分类:
移动开发 时间:
2014-07-24 21:36:12
阅读次数:
285