settings.json 3.5 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash('/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql' -h192.168.200.4 -P3306 -uroot -pAbcd@1234 -N -e ' *)",
  5. "Bash(\"/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql\" -h192.168.200.4 -P3306 -uroot -p'Abcd@1234' \"eduepos-plat\")",
  6. "Bash(\"/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql\" -h192.168.200.4 -P3306 -uroot -p'Abcd@1234' -N -e \"SHOW TABLES FROM \\\\`eduepos-plat\\\\` LIKE '%char%'; SHOW TABLES FROM \\\\`eduepos-plat\\\\` LIKE '%role%';\")",
  7. "Bash('/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql' -h192.168.200.4 -P3306 -uroot -pAbcd@1234 eduepos -e ' *)",
  8. "Bash('/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql' --default-character-set=utf8mb4 -h192.168.200.4 -P3306 -uroot -pAbcd@1234 -N -e ' *)",
  9. "Bash(\"/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql\" --default-character-set=utf8mb4 -h192.168.200.4 -P3306 -uroot -p'Abcd@1234' \"eduepos\" -e \"DELETE FROM bu_inspect_indicator;\")",
  10. "Bash(\"/c/Program Files/MySQL/MySQL Workbench 8.0 CE/mysql\" --default-character-set=utf8mb4 -h192.168.200.4 -P3306 -uroot -p'Abcd@1234' \"eduepos\")",
  11. "Bash(xargs grep -n \"getSerchCondition\")",
  12. "Bash(xargs cat)",
  13. "Bash(grep -n \"searchBySql\" \"C:/Users/admin/Downloads/eduepos_server-master/eduepos_server/eduepos-group/common/src/main/java/com/sapit/common/framwork/BaseDao.java\" | head; echo \"---impl---\"; sed -n '/public List<?> searchBySql/,/^\t}/p' \"C:/Users/admin/Downloads/eduepos_server-master/eduepos_server/eduepos-group/common/src/main/java/com/sapit/common/framwork/BaseDao.java\" | head -30)",
  14. "Bash(find \"C:/Users/admin/Downloads/eduepos_server-master/eduepos_server\" -maxdepth 4 -name \"*.log\" -newermt \"2026-08-21\" 2>/dev/null | head; echo \"---common log dirs---\"; ls -la \"C:/Users/admin/Downloads/eduepos_server-master/eduepos_server/\" 2>/dev/null | grep -iE \"log|nohup\"; find \"C:/Users/admin/Downloads\" -maxdepth 3 -name \"nohup.out\" -newermt \"2026-08-20\" 2>/dev/null | head)",
  15. "Read(//c/Users/admin/Downloads/**)",
  16. "Bash(grep -n \"searchByHql\" \"C:/Users/admin/Downloads/eduepos_server-master/eduepos_server/eduepos-group/common/src/main/java/com/sapit/common/framwork/BaseDao.java\" | head; echo \"---impl---\"; sed -n '/public List<T> searchByHql\\(PageControlData page/,/^\t}/p' \"C:/Users/admin/Downloads/eduepos_server-master/eduepos_server/eduepos-group/common/src/main/java/com/sapit/common/framwork/BaseDao.java\")",
  17. "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" -X POST \"http://localhost:8081/a1/inspectManage/indicator/page\" --data \"pageSize=10&currentPage=1\")",
  18. "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" -X POST \"http://localhost:8081/a1/inspectManage/task/page\" --data \"pageSize=10&currentPage=1\")",
  19. "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" -X POST \"http://localhost:8081/a1/inspectManage/task/statistics\")",
  20. "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" -X POST \"http://localhost:8081/a1/inspectManage/rectification/page\" --data \"pageSize=10&currentPage=1\")",
  21. "Bash(grep -n 'post\\(this.$axios, '\\\\''/inspectManage/plan/page'\\\\''' src/components/page/admin/inspect/plan/Index.vue)",
  22. "Bash(git add *)",
  23. "Bash(git commit -m '门店巡检与考核管理模块前端 *)"
  24. ],
  25. "additionalDirectories": [
  26. "C:\\Users\\admin\\Downloads\\eduepos_server-master\\eduepos_server\\eduepos-group\\common\\src\\main\\java\\com\\sapit\\common\\framwork"
  27. ]
  28. }
  29. }