1 2 3 4 5 brew install
[email protected] brew install openssl pecl install igbinary brew install redis pecl install swoole 这里会有三四个询问确认的 , 需要注意的是 ssl那个选项 , 要选择 yes --with-openssl-dir=/usr/local/opt/
[email protected] 启动php服务进行调试(要带-e参数
背景: 由于我们有个功能需要把用户库中的视频文件播放时长的毫秒数读取出来并入库. 经过调研以及对大名鼎鼎的ffmpeg的信仰 , 果断选了ffmpe
背景 : 我们团队一直在使用优秀的hyperf框架 , 并在内部推行了单元测试 . 一直使用db的事务回滚的方式在测试环境跑得很顺畅 , 这样不会有脏数据.
方法一: 源码安装 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 YASM_VERSION=1.3.0; pwd=`pwd`; cd $pwd; git clone https://code.videolan.org/videolan/x264.git; cd x264; ./configure --enable-shared --enable-static --disable-asm && make && make install; echo '/usr/local/lib' >> /etc/ld.so.conf; ldconfig; cd $pwd; wget http://www.tortall.net/projects/yasm/releases/yasm-$YASM_VERSION.tar.gz;
Launch Automator Create New Document Create a new Quick Action Select “Quick Action” Add the Action… Workflow receives current files and folders from Finder. Add a new Run Shell Script action to the workflow. (drag the “Run Shell Script” object, highlighted in the screenshot, to the empty window on the right) Configure the Workflow Set the Pass Input to be as arguments Paste the following in the input box: 1
找路由器型号的固件 (newifi d2: MediaTek MT7621AT) 刷breed (https://breed.hackpascal.net/) 刷官方openwrt (https://openwrt.org/toh/hwdata/d-team/d-team_newifi_d2) 为了后面方便使用 , 我直接保存一份我用的文件 (我用的是自定义固件,不是上面那个官