C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页
  2013年7月1日
摘要: 无标题文档 腾讯娱乐讯 2012年第一届"两天微电影大赛"完美收官...展开 腾讯娱乐讯 2012年第一届"两天微电影大赛"完美收官...展开 腾讯娱乐讯 2012年第一届"两天微电影大赛"完美收官...展开 腾讯娱乐讯 2012年第一届"两天微电影大赛"完美收官...展开 效果图: 阅读全文
posted @ 2013-07-01 19:11 思齐_ 阅读(6954) 评论(0) 推荐(0) 编辑
  2013年6月30日
摘要: 增加 减少 10效果图: 阅读全文
posted @ 2013-06-30 22:32 思齐_ 阅读(2027) 评论(0) 推荐(0) 编辑
  2013年6月25日
摘要: 1.当img元素包含在多个层级关系里时,只要触发了img元素的父元素的hasLayout,那么就会造成在IE6\7下A标签失效。Insert title here 阅读全文
posted @ 2013-06-25 00:26 思齐_ 阅读(482) 评论(0) 推荐(0) 编辑
  2013年6月16日
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 阅读全文
posted @ 2013-06-16 01:53 思齐_ 阅读(6344) 评论(0) 推荐(0) 编辑
  2013年6月15日
摘要: input中的文字居中:<input type="" style="height:100px; line-height:100px; text-align:center;" />input标签在其他标签内的居中:、<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" 阅读全文
posted @ 2013-06-15 17:49 思齐_ 阅读(14925) 评论(0) 推荐(0) 编辑
  2013年6月12日
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title><style&g 阅读全文
posted @ 2013-06-12 15:48 思齐_ 阅读(379) 评论(0) 推荐(0) 编辑
  2013年6月10日
摘要: 直接上代码:<?php/**Accept application/jsonAccept-Encoding gzip, deflateAccept-Language zh-cn,zh;q=0.8,en-us;q=0.5,en;q=0.3Connection keep-aliveCookie mzys_is_frist_access=1; mzys_c_uuid=guest_215cbc0979b5bd2; mzys_access20130610=1; mzys_qz_uuid=d6d4640f93cb7a4; CNZZDATA30040410=cnzz_eid%3D... 阅读全文
posted @ 2013-06-10 17:40 思齐_ 阅读(4959) 评论(0) 推荐(0) 编辑
  2013年5月30日
摘要: /** * 函数中清空静态变量 * $i 第一次为空,会清空静态变量,下次调用时已经++ ,故不会在清空 */function array_multi2single($array, $i = 0) { static $result_array=array(); if(empty($i)) { $result_array = array(); } foreach($array as $key=>$value) { if(is_array($value)) { ... 阅读全文
posted @ 2013-05-30 00:39 思齐_ 阅读(1284) 评论(0) 推荐(0) 编辑
  2013年5月29日
摘要: /*** 用作cookie 代理相关的函数操作,* 需要 Ffunction.js 否则需要将 cookie 部分copy出来*///cookie代理iframfunction FCookieFrame(idPrefix,src,fun){ this._cf = document.createElement("iframe"); this._cf.id = idPrefix+"_cookie_frame"; this._cf.name = idPrefix+"_cookie_frame"; this._cf.style.display 阅读全文
posted @ 2013-05-29 01:38 思齐_ 阅读(795) 评论(0) 推荐(0) 编辑
摘要: <script>(function(){ alert(1); })()(function(){ alert(1); })()</script>上面的代码会提示这样的错误解决方法:<script>(function(){ alert(1); })();//增加一个分号(function(){ alert(1); })()</script>参考:https://github.com/filamentgroup/quickconcat/issues/11 https://github.com/imakewebthings/jquery-waypoin. 阅读全文
posted @ 2013-05-29 01:28 思齐_ 阅读(970) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页