ffmpeg -i "DjSam-打造月半小夜曲包房气氛国粤语串烧(DJ版).mp3" -threads 2 -c:a libfdk_aac -profile:a aac_he -b:a 32k -y "DjSam-打造月半小夜曲包房气氛国粤语串烧(DJ版).m4a"文件名有空格需要加””号……继续阅读 » xiaogang 7年前 (2017-07-04) 1808浏览 0评论10个赞
return[[['username','password','email','phone','images'],'required','message'=>'不能为空'],//验证唯一性[['username'], 'unique','targetClass' => '\backend\models\Verification','mes……继续阅读 » xiaogang 8年前 (2017-04-05) 1827浏览 0评论0个赞
/**配置文件/config/web.php 写到$config = ['defaultRoute'=>'link-list/index',]**/'defaultRoute'=>'link-list/index',……继续阅读 » xiaogang 8年前 (2016-10-25) 1666浏览 0评论0个赞
//方法get+models使用方法 LinkClass.namepublic function getLinkClass() { return $this->hasOne(LinkClass::className(), ['id' => 'flid']); }……继续阅读 » xiaogang 8年前 (2016-10-25) 1651浏览 0评论0个赞
/** * 模拟post进行url请求 * @param string $url * @param string $param */ function request_post($url = '', $param = '') { if (empty($url) || e……继续阅读 » xiaogang 9年前 (2016-02-10) 1699浏览 0评论4个赞
获取文件或跳转后的真实URL地址第一种方法function getrealurl($url){$header = get_headers($url,1);if (strpos($header[0],'301') || strpos($header[0],'302')) { if(is_array($header['Location'……继续阅读 » xiaogang 9年前 (2016-02-10) 1683浏览 0评论1个赞
适合采集等程序使用function intercept_str($start,$end,$str){if(empty($start)||empty($end)||empty($str))return "参数不正确";$strarr=explode($start,$str);$str=$strarr[1];$strarr=explod……继续阅读 » xiaogang 9年前 (2016-02-10) 1816浏览 0评论10个赞