摘要:
$getNotes = $this->getFeeNotes($data,$type); //获取文字的拼接字段 $bgimg = public_path('images').'/bg.png';//背景图本地路径 //文字拼接 $str = '承诺函'; $str2 = '乐刷产品费用说明'; $ 阅读全文
posted @ 2022-07-28 18:39
Bashuslovakia
阅读(83)
评论(0)
推荐(0)
摘要:
react-native start --reset-cache https://plugins.jetbrains.com/plugin/9564-react-native-console/versions 安装免费即可 Free versions 2020.1.0 2019.3+ Apr 28, 阅读全文
posted @ 2022-07-28 18:30
Bashuslovakia
阅读(52)
评论(0)
推荐(0)
摘要:
启动 adb 服务 adb start-server 关闭 adb 服务 adb kill-server 用来查看当前连接的设备,已连接的设备会显示出来 adb devices adb connect 127.0.0.1:62001 用来连接设备 adb shell 登录设备-shell,这个命令将 阅读全文
posted @ 2022-07-28 11:25
Bashuslovakia
阅读(1009)
评论(0)
推荐(0)
摘要:
apache <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle Authorization Header R 阅读全文
posted @ 2022-07-28 11:07
Bashuslovakia
阅读(96)
评论(0)
推荐(0)