时光中过,故事很多,我在这里,微微细语。
docker pull devcto/nginx-php:7.3docker run -d -p 6688:80 \-v $(pwd)/wwwroot:/data/wwwroot \-v $(pwd)/wwwlogs:/data/wwwlogs \-v $(pwd)/extension.sh:/app/extension.sh \devcto/nginx-phpdocker run -d -p 6688:80 \-v /Users/dalton/Documents/Server/wwwroot:/data/wwwroot \-v /Users/dalton/Documents/Server/wwwlogs:/data/wwwlogs \-v /Users/dalton/Documents/Server/extension.sh:/app/extension.sh \devcto/nginx-php:7.3
wget http://pecl.php.net/get/pdo_sqlsrv-5.6.0.tgz tar -zxvf pdo_sqlsrv-5.6.0.tgz cd pdo_sqlsrv-5.6.0 ./configure --with-php-config=/www/server/php/73/bin/php-config make && make install echo "extension = pdo_sqlsrv.so" >> /www/server/php/73/etc/php.ini /etc/init.d/php-fpm-73 reload /www/server/php/73/bin/php -m|grep -i sqlsrv
下载https://pentestbox.org/zh/#downloadhttps://udomain.dl.sourceforge.net/project/pentestbox/PentestBox-with-metasploit-2.3.exe下载pentestbox,记得下载安装有 Metasploit 的 PentestBox。运行安装后PentestBox.exe或PentestBox.bat使用msfconsole # 启用模块 anner/http/http_login # 查看参数 show info # 设置参数 set RHOSTS 192.168.10.1 set Rport 8000 run
golang api_使用Go构建简单的Rest APIhttps://blog.csdn.net/dfsgwe1231/article/details/107263228翻译自: https://hackernoon.com/building-a-simple-rest-api-with-go-9x4n36ph
Karabiner-Elements键盘改键 mac用win键盘必备 各种FN快捷键等https://github.com/pqrs-org/Karabiner-Elements截图软件https://shottr.cc/https://github.com/xushengfeng/eSearch/复制软件 类似win+vhttps://github.com/p0deje/Maccy显示器亮度控制https://github.com/MonitorControl/MonitorControl腾讯柠檬 清理软件https://lemon.qq.com/音乐解锁https://demo.unlock-music.dev/index.html
macOSconfig.zip
flowchart LR subgraph TOP direction TB subgraph B1 direction RL i1 -->f1 end subgraph B2 direction BT i2 -->f2 end end 流程开始 --> TOP --> B B1 --> B2
包装CE认证 官方要求不小于 5mm 建议5.5mm,因为如果有误差出现小于5mm,将面临罚款weee垃圾桶 认证 要求不小于 7.5mm <!--5.5mm 官方 CE--> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="21.920000076293945" height="15.6899995803833" viewBox="0 0 21.920000076293945 15.6899995803833"><defs><clipPath id="master_svg0_400_2032"><rect x="0" y="0" width=&qu
TV大屏幕的优化 视觉优化:字体不能小输入优化应该是跳转,输入法会占用掉一半的屏幕。
参考:https://blog.csdn.net/weixin_45907703/article/details/121478423问题:最初问题:在宝塔安装tomcat之后发现启动不了,报错:daemon.sh: line xxx: /www/server/tomcat/bin/jsvc: No such file or directory首先,我试图去bin下寻找jsvc文件夹,确实找不到然后,在apache网站找到了一篇文章,是介绍jsvc的文章http://commons.apache.org/proper/commons-daemon/jsvc.html意思是可以通过编译源码来获得jsvc 编译jsvc需要java环境,所以首先要配置好java环境1.安装java环境# 安装java8 环境 apt install openjdk-8-jre-headless # 安装完成试验一下 显示8的版本就对了 java -version2.配置环境变量配置环境变量在终端输入vim /etc/profile.d/java.sh然后输入以下代码export JAVA\_HOME=/usr
Tamshen