码迷,mamicode.com
首页 >  
搜索关键字:god    ( 983个结果
Welcome to my Blog
Only English? Oh my god!!! why open live write can't write by Chinese? ...
分类:其他好文   时间:2016-05-04 21:05:17    阅读次数:145
末班方法代码实战和总结
function god(){} god.protopyte.zaoren_yanjing = function(first_argument){ console.log("眼睛"); } god.protopyte.zaoren_bizi = function(first_argument){ c ...
分类:其他好文   时间:2016-04-20 19:49:06    阅读次数:128
JS中的_proto_(2)
function God(){} function Foo(){ this.name="Foo~~";}Foo.prototype = new God(); function Eoo(){ this.sex = "boy";}Eoo.prototype = new Eoo(); var f1 = n... ...
分类:Web程序   时间:2016-04-15 00:30:54    阅读次数:142
HDU4310:Hero
Problem Description When playing DotA with god-like rivals and pig-like team members, you have to face an embarrassing situation: All your teammates a ...
分类:其他好文   时间:2016-04-03 17:28:40    阅读次数:192
《Invert》开发日志02:游戏风格定型
声明:以下涉及到的《God of Light》、《Valiant Hearts : The Great War》、《Angry Birds 2》游戏截图均来自其App Store上的预览图,版权归各自开发者所有。 当我要确定一款游戏应该是什么样子的时候,我首先尝试问自己这样一个问题:我希望这款游戏给 ...
分类:其他好文   时间:2016-04-03 17:21:35    阅读次数:164
php如何定义数组常量
是这样吗?<?php define('BEST_PHPER',array('name'=>'巩文','address'=>'china')); My God,明确告诉你不可以;原因是Warning: Constants may only evaluate to scalar values。 也就是说 ...
分类:编程语言   时间:2016-04-01 01:11:15    阅读次数:204
MySQL Slave 触发 oom-killer 原因分析
最近经常有收到MySQL实例类似内存不足的报警信息,登陆到服务器上一看发现MySQL 吃掉了99%的内存,God ! 有时候没有及时处理,内核就会自己帮我们重启下MySQL,然后我们就可以看到 dmesg 信息有如下记录: Mar 9 11:29:16 xxxxxx kernel: mysqld i ...
分类:数据库   时间:2016-03-26 18:31:18    阅读次数:219
HDU-4819-Mosaic(二维线段树)
Problem Description The God of sheep decides to pixelate some pictures (i.e., change them into pictures with mosaic). Here's how he is gonna make it:
分类:其他好文   时间:2016-02-04 11:33:02    阅读次数:282
CDOJ 1273 God Qing's circuital law
暴力枚举+idea。做的时候mod写错了,写成了1000000009,找了两个多小时才发现...... a[1],a[2],a[3]....a[N] b[1],b[2],b[3]....b[N] 首先需要枚举b[1]...b[N]与a[1]进行组合。 然后对a[2]...a[N]从小到大排序 对b[
分类:其他好文   时间:2016-02-02 23:20:51    阅读次数:195
CDOJ 1273 God Qing's circuital law
有些问题,不做实践与猜测,可能一辈子也想不出答案,例如这题。 #include<stdio.h> #include<math.h> long long x; int main() { while(~scanf("%lld",&x)){ if(x<7) printf("-1\n"); else pri
分类:其他好文   时间:2016-02-02 22:29:33    阅读次数:211
983条   上一页 1 ... 85 86 87 88 89 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!