码迷,mamicode.com
首页 >  
搜索关键字:tags    ( 2328个结果
【html】【3】html标签列表
必看参考:http://www.divcss5.com/html/h323.shtmlhttp://www.w3school.com.cn/tags/tag_html.asp常用: 创建一个HTML文档 设置文档标题和其它在网页中不显示的信息 设置文档的标题 最大的标题 预先格式化文本 下划线 黑体...
分类:Web程序   时间:2015-12-09 00:25:51    阅读次数:140
【html】【4】html事件集合
必看参考:http://www.runoob.com/tags/ref-eventattributes.htmlhttp://www.cnblogs.com/jiangchongwei/archive/2008/05/30/1211001.htmlhttp://www.w3school.com.cn...
分类:Web程序   时间:2015-12-09 00:24:47    阅读次数:178
BugPhobia准备篇章:团队Beta阶段准备工作分析
0x00:序言To the searching tags, you may well fall in love withhttp://xueba.nlsde.buaa.edu.cn/再见,无忧时光~0x01 :Beta阶段会议记录(2015/10/24)特别说明:Beta准备阶段的会议(2015/1...
分类:其他好文   时间:2015-12-08 16:02:01    阅读次数:166
PHP全站过滤提交的HTML代码
//过滤HTML代码if($_GET){$new=array();foreach($_GET as $k=>$v){$new[$k]=strip_tags($v);}$_GET=$new;}if($_POST){$new=array();foreach($_POST as $k=>$v){$new[...
分类:Web程序   时间:2015-12-08 02:03:01    阅读次数:186
在iframe中获取iframe外的对象
parent.document.getElementById("dom ID"); $($(parent.document.getElementById("video-iframe")).parent().parent()).children('div.vid-tags').text(desc);p...
分类:其他好文   时间:2015-12-08 00:11:50    阅读次数:121
夏泽网1
http://nianjian.xiaze.com/tags.php?/%E4%B8%AD%E5%9B%BD%E5%9F%8E%E5%B8%82%E5%85%AC%E5%85%B1%E4%BA%A4%E9%80%9A%E5%B9%B4%E9%89%B4/1/13449488848/
分类:其他好文   时间:2015-12-07 20:54:43    阅读次数:132
git push --help
git-push(1) Manual PageNAMEgit-push - Update remote refs along with associated objectsSYNOPSISgit push [--all | --mirror | --tags] [--follow-tags] [--...
分类:其他好文   时间:2015-12-07 20:32:46    阅读次数:233
在PetaPoco中使用Where in
之前一直没在意,今天查了很多资料,才知道在petapoco中使用in关键字需要使用命名参数,否则是无效的(或者只查出第一个条件的记录),示例如下:var tags= new string[]{“c1”,”c2”};var sql=PetaPoco.Sql.Builder.Select(“*”).F....
分类:其他好文   时间:2015-12-07 18:21:26    阅读次数:144
HTML <iframe> 标签
参考地址:http://www.w3school.com.cn/tags/tag_iframe.asp----------------------------------------------------------定义和用法iframe 元素会创建包含另外一个文档的内联框架(即行内框架)。与a标...
分类:Web程序   时间:2015-12-06 19:17:18    阅读次数:168
BugPhobia准备篇章:Beta阶段前后端接口文档
0x00:序言Two strangers fell in love,Only one knows it wasn’t by chance.To the searching tags, you may well fall in love with http:// 10.2.26.67Github地址:...
分类:其他好文   时间:2015-12-03 22:59:04    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!