上一页 1 ··· 9 10 11 12 13
摘要: <!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卡卡 阅读(933) 评论(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卡卡 阅读(346) 评论(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卡卡 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <head> <meta http-equiv="Content-Type" content="text/ 阅读全文
posted @ 2017-02-09 14:10 py卡卡 阅读(247) 评论(0) 推荐(0) 编辑
摘要: history.back() 或 history.go(-1) 阅读全文
posted @ 2017-02-09 14:08 py卡卡 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 删除mysql数据库中的重复数据记录 mysql中select distinct * from text不能显示不重复的记录,而是直接全部显示 采用的是下面的方法可删除,假设重复的是test数据库中的title字段 create table bak as (select * from test gr 阅读全文
posted @ 2017-02-05 17:31 py卡卡 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 清除文件缓存 5 6 7 8 12 1 //yii2.0目录删除,删除成功输出1 2 3 public function actionDelfilecache() 4 { 5 $cachePath = Yii::getAlias('@app/runtime/cache'); 6... 阅读全文
posted @ 2017-01-19 16:01 py卡卡 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: 1 private function getFileCacheCount($pathName) 2 { 3 $data = [ 4 5 //文件的个数 6 'num' => 0, 7 8 //文件的大小 9 'size' => 0 10 ]; 11 12 //打开目录 13 $dir = opendir($pathName)... 阅读全文
posted @ 2017-01-19 15:38 py卡卡 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13