PHP
The_Quan
网站程序搭建开发,桌面程序开发,APP程序开发,计算机硬件维修,心理学爱好者。
展开
-
No input file specified错误解决方式
一、关闭网站防跨站攻击(open_basedir)配置。二、删除项目文件下的.user.ini文件。原创 2021-10-08 12:30:06 · 369 阅读 · 0 评论 -
Curl多线程并发任务实例函数
function _curl_post3($url,$arrs,$flen){ for($i=0;$i<$flen;$i++){ foreach($arrs[$i] as $k=>$v) $tmp_str.=$k."=".$v."&"; ${'ch'.$i} = curl_init(); curl_setopt(${'ch'.$i}, CURLOPT_URL, ...原创 2018-10-20 12:26:05 · 1643 阅读 · 0 评论 -
钢琴瀑布流 Piano-MIDI(接入电钢琴等设备MIDI接口 通过钢琴的弹奏实时显示瀑布流线条)程序发布
功能特性实时接收MIDI数据并显示 可调控的显示速度和颜色环境依赖ThinkPHP JQueryTODO记录存储弹奏内容,支持回放 界面改进Github:https://github.com/TheQuan/Piano-MIDIDemo:https://piano.openadc.com/index.php/index/index/showView...原创 2019-09-19 12:49:12 · 4838 阅读 · 0 评论