码迷,mamicode.com
首页 > 其他好文
矩阵十题【三】 HDU 1588 Gauss Fibonacci
矩阵构造...
分类:其他好文   时间:2014-08-07 23:05:25    阅读次数:262
SCRIPT5007:无法获取属性“show”的值,对象为null或未定义
1、错误描述 SCRIPT5007:无法获取属性“show”的值,对象为null或未定义            dojo.js,行15.字符11808 2、错误原因    require(["dijit/registry"],function(registry){      registry.byId("id").show();    }); 3、解决办法...
分类:其他好文   时间:2014-08-07 23:04:55    阅读次数:227
暴力解hdu4930Fighting the Landlords
暴力解hdu4930Fighting the Landlords,欢迎讨论...
分类:其他好文   时间:2014-08-07 23:04:45    阅读次数:330
HDU 4930 Fighting the Landlords 模拟
_(:зゝ∠)_ 4带2居然不是炸弹,, #include #include #include #include #include #include #include #include using namespace std; #define N 18 #define inf 1000000 #define ll int struct node{ int a[N]; ...
分类:其他好文   时间:2014-08-07 23:04:35    阅读次数:356
组合与继承有什么区别
组合和继承是面向对象中两种代码复用的方式。组合是指在新类里面创建原有类的对象,重复利用已有类的功能。继承是面向对象的主要特性之一,它允许设计人员根据其它类的实现来定义一个类的实现。组合和继承都允许在新的类中设置子对象(subobject),只是组合是显式的,而继承则是隐式的。...
分类:其他好文   时间:2014-08-07 23:04:15    阅读次数:295
【源码】ArrayList源码剖析
//-------------------------------------------------------------------- 转载请注明出处:http://blog.csdn.net/chdjj by Rowandjj 2014/8/7 //-----------------------------------------------------------...
分类:其他好文   时间:2014-08-07 23:03:35    阅读次数:394
POJ 3221 Diamond Puzzle
Description A diamond puzzle is played on a tessellated hexagon like the one shown in Figure 1 below. And in this problem the faces produced by the tessellation are identified as they are numbered ...
分类:其他好文   时间:2014-08-07 23:03:25    阅读次数:348
Inconsistant light map between PC and Mobile
Author:
分类:其他好文   时间:2014-08-07 23:02:05    阅读次数:337
快速入门git第七步
2.7 Git 基础 - 技巧和窍门技巧和窍门在结束本章之前,我还想和大家分享一些 Git 使用的技巧和窍门。很多使用 Git 的开发者可能根本就没用过这些技巧,我们也不是说在读过本书后非得用这些技巧不可,但至少应该有所了解吧。说实话,有了这些小窍门,我们的工作可以变得更简单,更轻松,更高效。自动补...
分类:其他好文   时间:2014-08-07 23:01:54    阅读次数:280
form-validation--表单验证插件
基于jquery的validationEngine表单验证插件,根据官网提示,该插件支持IE6-8,Chrome浏览器,火狐,Safari,Opera 10,但由于有使用到了css3的阴影和圆角样式,所以在IE浏览器下无法看到圆角和阴影效果(IE 9 支持圆角效果),整体来说还是不错的。1.默认校验...
分类:其他好文   时间:2014-08-07 23:01:45    阅读次数:622
快速入门git第六步
远程仓库的使用远程仓库是依托在网上的管理的项目,有些只能读,或可以写git remote 命令列出了该项目所有的远程仓库的简短名(它对应的是仓库的地址即url,如origin实际上是一个url),克隆或提交项目需要该名,默认是origin的远程库git remote -v 列出了简短名和url添加一...
分类:其他好文   时间:2014-08-07 23:00:54    阅读次数:293
Start an installation from GRUB
Start an installation from GRUBDescriptionThis tip will show you how to start an installation for network or hard disk from an existing GRUB bootloade...
分类:其他好文   时间:2014-08-07 23:00:34    阅读次数:289
[leetcode]Single Number II
Single Number IIGiven an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a lin...
分类:其他好文   时间:2014-08-07 23:00:14    阅读次数:275
2014年8月
tag:标签。node:节点。txt:文本、文本文件。data:数据。concat:合并多个数组,合并多个字符串。inner:内部的。union:并,联合,合并。distinct:有差别的,明显的。lock:加锁,锁定。comment:评论,注释。style:样式。evaluation:评估。ver...
分类:其他好文   时间:2014-08-07 23:00:04    阅读次数:246
BZOJ1483: [HNOI2009]梦幻布丁
1483: [HNOI2009]梦幻布丁Time Limit:10 SecMemory Limit:64 MBSubmit:1076Solved:452[Submit][Status]DescriptionN个布丁摆成一行,进行M次操作.每次将某个颜色的布丁全部变成另一种颜色的,然后再询问当前一共有...
分类:其他好文   时间:2014-08-07 22:59:55    阅读次数:297
10-3. 字符串逆序(15)
输入一个字符串,对该字符串进行逆序,输出逆序后的字符串。输入格式:输入在一行中给出一个不超过80个字符长度的、以回车结束的非空字符串。输出格式:在一行中输出逆序后的字符串。输入样例:Hello World!输出样例:!dlroW olleH 1 #include 2 #include 3 4 ...
分类:其他好文   时间:2014-08-07 22:58:34    阅读次数:284
Ubuntu-12.04-server 配置修改静态 IP地址
前几天在装Ubuntu 12.04 Server版系统的服务器时IP地址写错了,导致服务器不能上网,今天重新修改了一下IP地址,这里做一个总结。1、配置静态IP地址sudo vi /etc/network/interfaces原有内容默认使用DHCP分配IP,如下auto loiface lo .....
分类:其他好文   时间:2014-08-07 22:58:24    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!