https://github.com/slclub/html-componet
base on bootstrap
https://github.com/slclub/html-componet
Last synced: 3 months ago
JSON representation
base on bootstrap
- Host: GitHub
- URL: https://github.com/slclub/html-componet
- Owner: slclub
- Created: 2014-11-20T15:07:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T09:05:20.000Z (over 9 years ago)
- Last Synced: 2025-01-06T18:47:42.016Z (4 months ago)
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
html-componet
=============base on bootstrap
```php
//配置参数
return Array(
'debug'=> true,
'db'=>Array(
'host'=>'127.0.0.1',
'port'=>'3306',
'dbname'=>'image',
'username'=>'root',
'password'=>'',
),
'image'=>Array(
'url'=>'',
'host'=>'img.p.cc',
'path'=>'/image', // 图片源文件目录
'virtual'=>'/cache/', // 图片缓存目录
'image_root'=>'/source', // 上传根目录
'tmppath'=> '/tmp', // /data/file/tmp 上传临时文件
'chmod' => 0777, // 创建的缓存文件夹权限
),
'measure' => Array(
'150x100',
'120x80',
'30x30',
'800*600',
'', //原图
'300x180',
'800',
'300',
'350',
'600',
),
'header'=>array(
'charset'=> 'utf-8'
),
);
```
##git op
```shell
git clone
git pull
git commit -a
git push
```