1.1 Input 1 // ask for a person's name, and greet the person 2 #include <iostream> 3 #include <string> 4 5 int main() 6 { 7 // ask for a person's name
分类:
其他好文 时间:
2016-01-30 22:36:46
阅读次数:
188
You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. Each time
分类:
其他好文 时间:
2016-01-30 13:52:40
阅读次数:
128
http://dev.dcloud.net.cn/mui/ui/index.html#maskhttp://ask.dcloud.net.cn/question/2403http://ask.dcloud.net.cn/docs/#http://ask.dcloud.net.cn/article/8...
分类:
其他好文 时间:
2016-01-20 22:40:38
阅读次数:
427
SetOutputFilter DEFLATE #必须的,就像一个开关一样,告诉apache对传输到浏览器的内容进行压缩 SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary #设置不对后缀gif,jpg...
分类:
Web程序 时间:
2016-01-20 20:49:56
阅读次数:
307
云栖社区是阿里神侠们的聚义厅,在这里,他们会经常现身,为您带来技术分享。为了更加贴近开发者的需求,云栖社区将会在问答频道(yq.aliyun.com/ask)开展“阿里专家技术问答”系列活动,每次活动将为期一周,由某一技术领域的阿里专家坐镇问答频道,帮助开发者解答该领域的相关技术难题。即将在1月19...
分类:
其他好文 时间:
2016-01-15 20:04:28
阅读次数:
142
转自:http://www.cnblogs.com/Wayou/p/things_you_dont_know_about_frontend.html#!comments>前端已经被玩儿坏了!像console.log()可以向控制台输出图片等炫酷的玩意已经不是什么新闻了,像用||操作符给变量赋默认值也...
分类:
其他好文 时间:
2016-01-14 17:31:06
阅读次数:
251
在Java SE5之前,我们要使用枚举类型时,通常会使用static final 定义一组int常量来标识,代码如下public static final int MAN = 0;public static final int WOMAN = 1;相信很多小伙伴,在实际开发中也是那么干的,既然这样已...
分类:
编程语言 时间:
2016-01-12 11:23:28
阅读次数:
172
PowerSploit: The Easiest Shell You'll Ever Get - Pentest...Sometimes you just want a shell. You dont want to worry about compiling a binary, testing i...
分类:
Web程序 时间:
2016-01-06 19:49:12
阅读次数:
414
You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. Each time...
分类:
其他好文 时间:
2015-12-29 06:20:46
阅读次数:
223
今天上午讲了多态,多态主要讲了一个性质:父类生成的对象可以用子类来初始化,而子类声明的对象不能用父类来初始化,举个例子:person 为父类,man 和 woman为person的两个子类,woman可以来初始化person声名的对象,而person却不能初始化woman声明的对象,这是由于woma...
分类:
移动开发 时间:
2015-12-25 21:07:12
阅读次数:
179