上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: 1 <?php 2 header('content-type: image/jpeg'); 3 $QQ = $_GET['qq']; 4 $time2 = date('Y-m-d H:i:s'); 5 $t = strtotime($time2); 6 echo file_get_contents("http://q1.qlogo.cn/g?b=qq&nk=".$QQ . "&s=100&t="... 阅读全文
posted @ 2017-02-20 16:56 py卡卡 阅读(273) 评论(0) 推荐(0)
摘要: model: 阅读全文
posted @ 2017-02-17 16:28 py卡卡 阅读(1640) 评论(0) 推荐(0)
摘要: str_pad 使用另一个字符串填充字符串为指定长度 使用:string str_pad ( string $input , int $pad_length [, string $pad_string = " " [, int $pad_type = STR_PAD_RIGHT ]] ) 说明:该函 阅读全文
posted @ 2017-02-16 15:43 py卡卡 阅读(1982) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-02-15 16:43 py卡卡 阅读(158) 评论(0) 推荐(0)
摘要: 1 $count ? $count : $countP; 17 18 for($i = $p; $iload($resource); // 文件名称 24 $sheet = $PHPExcel->getSheetByName('低压线路');//文件下的一个sheet表 25 $highestRow = $sheet->getHighestRow(); // 取得总行数 2... 阅读全文
posted @ 2017-02-15 15:15 py卡卡 阅读(612) 评论(0) 推荐(0)
摘要: 如果现在能有清理浮动的办法,但不至于在文档中多一个没有用的空标记,这时的效果是最好的!引入:after伪元素选择器,可以在指定的元素的内容添加最后一个子元素 .container:after{ } 如何写入内容呢? >content属性,写入内容 于是 .container:after{ conte 阅读全文
posted @ 2017-02-15 14:24 py卡卡 阅读(884) 评论(0) 推荐(1)
摘要: 将图片一转换成图片二:<label style="color : #fff; float:left;background-color:#5cb85c; border: 3px solid #5cb85c; font-weight:normal; width: auto; max-width:none 阅读全文
posted @ 2017-02-15 11:57 py卡卡 阅读(184) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="gb2312" /> <title>div滚动条 在线演示 www.divcss5.com</title> <style> .divcss5-a,.divcss5-b{ width:150px; height: 阅读全文
posted @ 2017-02-13 16:30 py卡卡 阅读(951) 评论(0) 推荐(0)
摘要: HTML: <div class="form-group field-company-state"> <div style="width:1000px;height:500px;border:0px solid gray" id="container"></div></div>php: $model 阅读全文
posted @ 2017-02-13 09:36 py卡卡 阅读(356) 评论(0) 推荐(0)
摘要: HTML:地图的大小显示<div class="form-group field-company-state"> <label class="control-label col-sm-2" for="company-state"></label> <div style="width:400px;he 阅读全文
posted @ 2017-02-10 16:33 py卡卡 阅读(1476) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 下一页