{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "使用本机 Chrome 调试",
"type": "chrome",
"request": "launch",
"file": "${workspaceRoot}/${fileBasename}?debug=1",
// "runtimeExecutable": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
// "runtimeArgs": ["--allow-file-access-from-files","--autoplay-policy=0"],
"sourceMaps": false,
"webRoot": "${workspaceRoot}",
"userDataDir":"${tmpdir}",
"port":5433
}
]
}

最新文章

  1. tensorflow 学习笔记
  2. spring aop 声明式事务管理
  3. I/O知识
  4. 蓝桥杯 算法训练 Torry的困惑(基本型)(水题,筛法求素数)
  5. js 页码分页的前端写法
  6. bootstrap加深
  7. 移位操作<<和>>,是逻辑数字上的移动(和大端小端无关)
  8. 二叉查找树的懒惰删除(lazy deletion)
  9. Spring Autowiring by AutoDetect
  10. 点点滴滴-NET下的常用框架
  11. POJ 2249
  12. android 27 ListView
  13. 手动安装svn到eclipse
  14. 建立dblink,clob
  15. C#反射机制详解(转)
  16. java显示本地磁盘所有盘符,显示桌面路径
  17. Selenium常规操作---基于python
  18. Levenshtein Distance + LCS 算法计算两个字符串的相似度
  19. ajax 上传文件
  20. eclipse下如何使用Hibernate反转工程生与数据库对应的实体类和映射文件(以MySQL为例)

热门文章

  1. OpenStack之三: 安装MySQL,rabbitmq, memcached
  2. spring jdbc 配置数据源连接数据库
  3. Tomcat(1):安装Tomcat
  4. SpringBoot 整合 spring security oauth2 jwt完整示例 附源码
  5. 【Java基础】Java反射——Private Fields and Methods
  6. Pagination.js + Sqlite web系统分页
  7. 自动执行Python脚本
  8. thinkphp引入PHPExcel类---thinkPHP类库扩展-----引入没有采用命名空间的类库
  9. springboot学习(一)
  10. mysql 连接数过多内存增长过快