近日,香港大学举办以创新创业为主题的Dream Catchers论坛。其中腾讯董事局主席马化腾在下午两点四十五分在李兆基会议中心做了专题演讲,分享了自己的创业经历并回答了媒体人张力奋有关产品、整整对手的一系列尖锐问题,一起来看看南都周刊发回的报道。讲创业:曾假扮女孩子陪聊“没办法嘛小公司嘛,我的.....
分类:
微信 时间:
2015-06-06 09:02:22
阅读次数:
253
Dream_Chaser队训练赛第一场 I题题目来自2012成都区域赛I -CountTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 4472DescriptionPr...
分类:
其他好文 时间:
2015-06-01 06:07:28
阅读次数:
119
packagecom.dream.apm;importandroid.content.Context;importandroid.graphics.Canvas;importandroid.graphics.Color;importandroid.graphics.Paint;importandroid.graphics.RectF;importandroid.util.AttributeSet;importandroid.util.Log;importandroid.view.MotionEvent;imp..
分类:
其他好文 时间:
2015-05-27 19:28:22
阅读次数:
176
package com.dream.apm;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
...
分类:
其他好文 时间:
2015-05-27 15:46:16
阅读次数:
218
一、Python的排序1、reversed()这个很好理解,reversed英文意思就是:adj. 颠倒的;相反的;(判决等)撤销的print list(reversed(['dream','a','have','I']))#['I', 'have', 'a', 'dream']2、让人糊涂的sor...
分类:
编程语言 时间:
2015-05-19 22:10:20
阅读次数:
204
"=======================Basic___Configuration_Start===================="修改默认目录"": cd D:\dream\programmingset ts=4 "tab键的长度syntax o...
itRedYou are never too old to set another goal or to dream a new dream.SpringMVC一路总结(一) SpringMVC听闻已久,早在去年就被学长问到关于SpringMVC的基础知识,当时也没在意。主要是工作中也没有用到关.....
分类:
编程语言 时间:
2015-05-07 00:23:38
阅读次数:
178
题意:
Problem Description小晴天是ACdream团队中最牛的老师之一,他最擅长数学运算~这天他翻开一本《AC is not a dream》杂志,发现最后一页有一道很经典的思维题,题目很简单,每个框填写一个数字,构成一个竖式,每个数的最高位不能为0,但是有一些数字被隐藏掉了,然后让你根据没有隐藏的数字填出隐藏的数字。如下图:然后小晴天二话不说,三下五除二就写出了答案:然后小晴天...
分类:
其他好文 时间:
2015-04-30 21:55:53
阅读次数:
185
Strange CountryTime Limit: 1 Second Memory Limit: 32768 KBThere are n cities in the dream country. Let's use integers from 1 to n to denote the citie....
分类:
其他好文 时间:
2015-04-14 12:54:07
阅读次数:
133
题意:给一张无向图,判断任意两点是否联通;思路:bfs枚举个点,逐个遍历;#include#include#include#include#includeusing namespace std;int con[2005][2005];vector v[2005];int n,m;int judge(...
分类:
移动开发 时间:
2015-04-12 10:30:19
阅读次数:
135