码迷,mamicode.com
首页 >  
搜索关键字:head    ( 28286个结果
HTML 头部元素
HTML 元素 元素是所有头部元素的容器。 内的元素可包含脚本,指示浏览器在何处可以找到样式表,提供元信息,等等。以下标签都可以添加到 head 部分:、、、、 以及 HTML 元素元数据(metadata)是关于数据的信息。 标签提供关于 HTML 文档的元数据。元数据不会显示在页面上,但是对.....
分类:Web程序   时间:2014-10-29 16:37:36    阅读次数:229
读书笔记--Head First C#目录
1、c#助你快速开发2、都只是代码3、对象4、类型与引用5、封装6、继承7、接口与抽象类8、枚举与集合9、读/写文件10、异常处理11、事件与委托12、复习与预习13、控件与图片14、captain amazing15、linq附录i 其他
分类:Windows程序   时间:2014-10-29 14:34:49    阅读次数:165
读书笔记--Head First Networking目录
1、解决物理网络2、规划网络布局3、工具和故障排除4、包分析5、网络设备和流量6、连接网络的路由器7、路由协议8、域名系统9、监控和故障排除10、无线网络11、网络安全12、网络设计附录A附录B附录C
分类:Web程序   时间:2014-10-29 00:08:02    阅读次数:158
JS获取客户端计算机硬件信息与系统信息大全
<html> <head> <meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/> <script> var?info?=?allinfo(); document.write(info); var?locator?=?new?ActiveXObject?("WbemScripting...
分类:Web程序   时间:2014-10-28 20:10:35    阅读次数:244
android doGet和doPost
doGet和doPost的区别 get和post是http协议的两种方法,另外还有head, delete等  这两种方法有本质的区别,get只有一个流,参数附加在url后,大小个数有严格限制且只能是字符串。post的参数是通过另外的流传递的,不通过url,所以可以很大,也可以传递二进制数据,如文件的上传。  在servlet开发中,以doGet()和doPost()分别处理...
分类:移动开发   时间:2014-10-28 17:58:33    阅读次数:323
[leetcode]Plus One
问题描述: Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is at the head of the list. 代码: ...
分类:其他好文   时间:2014-10-28 17:49:25    阅读次数:147
head命令
head与tail就像它的名字一样的浅显易懂,它是用来显示开头或结尾某个数量的文字区块,head用来显示档案的开头至标准输出中,而tail想当然尔就是看档案的结尾。1.命令格式:head[参数]...[文件]...2.命令功能:head用来显示档案的开头至标准输出中,默认head命令打印其相应文件的...
分类:其他好文   时间:2014-10-28 17:16:11    阅读次数:162
LeetCode Plus One
Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is at the head of the list. 题目描述: 输入一个数组表示的...
分类:其他好文   时间:2014-10-28 13:53:27    阅读次数:157
bootstrap+flask写登录页面
flask是一个很小巧很方便的webframe,之前一直用django现在用尝试用flask感觉不错,准备用这个框架开发新的平台,首先就要有用户登录页面,用flask可以这样实现:run.pystatictemplates前端就用bootstrap展示,login.html<!DOCTYPEhtml> <htmllang="en"> <head&g..
分类:其他好文   时间:2014-10-28 10:30:29    阅读次数:380
123
#include#includeusing namespace std;struct Node{ int pos; int code; struct *Node next;}Node *creat(int n){ Node *head,*p,*q; for (int i=1;i>passw...
分类:其他好文   时间:2014-10-28 09:17:11    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!