2016年6月
定义一个db_dump函数如下:
在项目根目录新建.gitignore文件
/Application/Runtime/*
/DEMO/*
例如:
<?php
$a=array("Cat","Dog","Horse","Dog");
...
<?php
//去除值为"Cat"的元素
$a=array("a"=>"Dog","b&qu...
新建个.sh文件 (sfcq、cqsf、zhaosf...是目录名)
#!/bin/sh
#comments
find /home/wwwroot/ -name sfcq | xargs rm...
HTML:
<div id="box" style="width:200px;height:200px;border:1px solid;" con...