2020年9月26日

摘要: commit_submit:function () { var order_data = {}; var select_user_card_ids=[]; $('.order-personal-sure li').find('.checkbox-btn.default-btn-selected'). 阅读全文

posted @ 2020-09-26 13:59 Hhcxgd 阅读(119) 评论(0) 推荐(0)

摘要: ctrl shift +N 收文件|目录 ctrl shift +F 搜内容 ctrl alt +L 格式化代码 `Ctrl`+`Shift`+`-`,这样就能折叠所有代码了。 `Ctrl`+`Shift`+`+`,这样就能恢复打开所有代码了。 Ctrl+Shift+向上箭头Ctrl+Shift+向 阅读全文

posted @ 2020-09-26 13:12 Hhcxgd 阅读(108) 评论(0) 推荐(0)

摘要: server { listen 80; server_name pc.pinuc.com; root "D:/pinuc_code/newpinuc/frontend/web"; location / { index index.php index.html error/index.html; tr 阅读全文

posted @ 2020-09-26 12:52 Hhcxgd 阅读(181) 评论(0) 推荐(0)

摘要: 环境 PHPSTUDY8 PHP 7.3 xdebug 使用phpstudy 自带 PHPSTORM 2019.1 配置php.ini [Xdebug] ;启用性能检测分析 ;启用代码自动跟踪 xdebug.profiler_enable_trigger = On xdebug.profiler_o 阅读全文

posted @ 2020-09-26 12:01 Hhcxgd 阅读(575) 评论(0) 推荐(0)