活动概况时间:2015年7月25日13:30-16:30地点:太库?上海孵化器(张江金科路2889号长泰广场c座12楼)主办:APICloud、诸葛、圣诺资讯联合主办:微链、太库?上海孵化器网址:www.apicloud.com费用:免费活动背景“从0到1”是开启商业与未来的秘密,是App从Idea...
分类:
移动开发 时间:
2015-07-13 11:36:09
阅读次数:
238
昨天装了esclipe,用了下,觉得好麻烦。今天就在公司加班,装了intelliJ IDEA,编了个“Hello,World!”,感觉比esclipe要好一点。这几天一直在计蒜客(http://www.jisuanke.com/course/4)上学JAVA的基础课程。这个是国内版的codecame...
分类:
编程语言 时间:
2015-07-12 00:15:38
阅读次数:
144
问题:One day when you are going to clear all your browsing history, you come up with an idea: You want to figure out what your most valued site is. Ever...
分类:
其他好文 时间:
2015-07-12 00:04:01
阅读次数:
189
This problem has a naive idea, which is to traverse all possible pairs of two points and see how many other points fall in the line determined by them...
分类:
其他好文 时间:
2015-07-11 22:44:06
阅读次数:
133
@How Flask Routing WorksThe entire idea of Flask (and the underlying Werkzeug library) is to map URL paths to some logic that you will run (typically,...
分类:
其他好文 时间:
2015-07-11 22:40:56
阅读次数:
259
The problem becomes more difficult once the binary tree is not perfect. The idea is still similar to use a level-order traversal. Note that we do not ...
分类:
其他好文 时间:
2015-07-11 20:02:27
阅读次数:
132
1.修改JVM参数 (IntelliJ IDEA 10.0.1包含以上版本不需要设置) 修改idea.exe.vmoptions配置文件调整以下内容: -Xms256m -Xmx384m -XX:MaxPermSize=128m -XX:NewRatio=4 -Xss128k -Dsun.awt.k...
分类:
其他好文 时间:
2015-07-11 20:01:41
阅读次数:
136
原文:IntelliJ IDEA导出Java 可执行Jar包 保证自己的Java代码是没有问题的,在IDEA里面是可以正常运行的,然后,按下面步骤: 打开File -> Project Structure -> Artifacts,如下图 IDEA导出Java 可执行Jar包" title="Int...
分类:
编程语言 时间:
2015-07-11 18:13:16
阅读次数:
134
-----------android培训、java培训、java学习型技术博客、期待与您交流!------------
一、Android Studio的引入:
2013年GoogleI/O大会首次发布了Android Studio IDE(Android平台集成开发环境)。它基于Intellij IDEA开发环境,旨在取代Eclipse和ADT(Andro...
分类:
移动开发 时间:
2015-07-11 16:55:19
阅读次数:
475
环境搭建所需可至 http://pan.baidu.com/s/1gd1Kf4Z 下载 注: 此处假定 Ubuntu 用户名为 chenfei 开发相关全部存放在 /home/chenfei/Dev/ 下 一、准备 1.1 下载 JDK http://www.oracle.c...
分类:
移动开发 时间:
2015-07-11 10:31:27
阅读次数:
238