码迷,mamicode.com
首页 >  
搜索关键字:head    ( 28286个结果
HTML 关于head中的<meta>标签
关于 标签标签出现在网页的标题部分,这些信息并不会出现在浏览器页面的显示之中,只会显示在源代码中。也就是在...当中。主要用途是设置网页语言的编码方式。一般这样来进行设置:http-equiv传送HTTP通信协议的标头,content中定义页面的内码。charset用于设置网页的编码语系,简体中文网...
分类:Web程序   时间:2014-12-11 18:43:19    阅读次数:252
DIV/SPAN通用子窗口展现、关闭JS接口
子窗口通用接口,基于jQuery支持使用。目前设计时,使用的是1.7.2版。FF默认焦点未失去问题存在。 HTML & JS:? <html> ????<head> ????????<title></title> ????????<script?charset="GB...
分类:Web程序   时间:2014-12-11 17:38:18    阅读次数:156
OpenCV——老照片效果
// define head function #ifndef PS_ALGORITHM_H_INCLUDED #define PS_ALGORITHM_H_INCLUDED #include #include #include "cv.h" #include "highgui.h" #include "cxmat.hpp" #include "cxcore.hpp" using name...
分类:其他好文   时间:2014-12-11 17:32:19    阅读次数:591
Head First Python(初识Python)
使用IDLE来帮助学习PythonPython程序员通常把内置函数称为BIF,print() BIF的作用是吧消息显示到标准输出(通常是屏幕)1 print("You can experiment with code within IDEL's shell Coool, eh?")2 if 43>4...
分类:编程语言   时间:2014-12-11 17:04:53    阅读次数:347
Linux系统巡检常用命令
Linux系统需要定期巡检,以检查服务器软硬件使用情况,相当于对人的体检,确保可以及时发现问题、解决问题,降低损失,常用的巡检命令如下:# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo #...
分类:系统相关   时间:2014-12-11 15:41:44    阅读次数:225
拉迪亚德·吉卜林(Rudyard Kipling)——詩作《如果》<if>
IF --Rudyard Kipling If you can keep your head when all about you Are losing theirs and blaming it on you, If you can trust yourself when all men doubt you But make allowance for their doubting to...
分类:其他好文   时间:2014-12-11 10:24:45    阅读次数:155
【LeetCode】Swap Nodes in Pairs
题目 Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm should use only constant ...
分类:其他好文   时间:2014-12-10 16:26:18    阅读次数:123
Head First 设计模式----StrategyPattern
策略模式定义了算法族,分别封装起来,让它们之间可以互相替换,此模式让算法的变化独立于使用算法的客户Interfaceusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ...
分类:其他好文   时间:2014-12-10 12:29:32    阅读次数:161
js 控制 <head></head>中 <title>内容 (IE8)
关于js 控制 中 内容显示这几天一直在调试IE8兼容性问题开发使用浏览器为FireFox,个人觉得FireFox下很多CSS,JS规范不够严谨,在使用其他浏览器时效果不同(虽然开发时使用FireFox很酷很便捷)之前一直这样写:$("title").text(index_name);使用IE8如下...
分类:Web程序   时间:2014-12-10 10:30:43    阅读次数:168
HDU2095find your present (2)【hash】
水题==代码:#include #include #include using namespace std;const int mod = 10005;struct Node { int to, next;}e[1000005];int head[mod + 10];int tot;int a...
分类:其他好文   时间:2014-12-09 22:55:01    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!