上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

2019年2月23日

SpringBoot常用应用程序属性

摘要: 参考地址: https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html 在application.properties文件内部application.yml,文件内 阅读全文

posted @ 2019-02-23 21:32 努力做一个伪程序员 阅读(559) 评论(0) 推荐(0) 编辑

2019年2月14日

Springboot开源项目实例整理

摘要: https://www.imooc.com/article/67664 https://gitee.com/52itstyle/spring-boot-pay https://gitee.com/52itstyle/spring-boot-seckill https://gitee.com/52it 阅读全文

posted @ 2019-02-14 21:03 努力做一个伪程序员 阅读(727) 评论(0) 推荐(0) 编辑

2019年2月2日

Angular CLI的简单使用(2)

摘要: 刚才创建了myApp这个项目,看一下这个项目的文件结构. 项目文件概览 Angular CLI项目是做快速试验和开发企业解决方案的基础。 你首先要看的文件是README.md。 它提供了一些如何使用CLI命令的基础信息。 如果你想了解 Angular CLI 的工作原理,请访问 Angular CL 阅读全文

posted @ 2019-02-02 21:42 努力做一个伪程序员 阅读(173) 评论(0) 推荐(0) 编辑

Angular CLI的简单使用(1)

摘要: 参考地址: https://v2.angular.cn/docs/ts/latest/cli-quickstart.html Angular CLI是一个命令行界面工具,它可以创建项目、添加文件以及执行一大堆开发任务,比如测试、打包和发布。 1. 请先在终端/控制台窗口中运行命令 node -v 和 阅读全文

posted @ 2019-02-02 21:32 努力做一个伪程序员 阅读(153) 评论(0) 推荐(0) 编辑

2019年1月29日

Swagger的使用

摘要: 参考文章: https://blog.csdn.net/xupeng874395012/article/details/68946676/ https://blog.csdn.net/hry2015/article/details/72353994/ Api 用在Controller中,标记一个Co 阅读全文

posted @ 2019-01-29 18:45 努力做一个伪程序员 阅读(767) 评论(0) 推荐(0) 编辑

swagger + springboot

摘要: 参考文章: https://blog.csdn.net/xupeng874395012/article/details/68946676/ https://blog.csdn.net/hry2015/article/details/72353994/ Api 用在Controller中,标记一个Co 阅读全文

posted @ 2019-01-29 15:19 努力做一个伪程序员 阅读(163) 评论(0) 推荐(0) 编辑

2019年1月27日

sonarque下载和安装使用

摘要: 参考地址: https://www.cnblogs.com/qiumingcheng/p/7253917.html https://www.cnblogs.com/cjsblog/p/10735800.html 前往sonarque官网下载: https://www.sonarqube.org/do 阅读全文

posted @ 2019-01-27 16:50 努力做一个伪程序员 阅读(225) 评论(0) 推荐(0) 编辑

2019年1月18日

npm install appium

摘要: 先安装node.js npm config set registry http://registry.npm.taobao.org/ // 设置淘宝镜像 npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/ 阅读全文

posted @ 2019-01-18 11:11 努力做一个伪程序员 阅读(1509) 评论(0) 推荐(0) 编辑

2019年1月13日

WIn10 电脑运行Docker

摘要: 参考地址: https://www.cnblogs.com/linjj/p/5606687.html https://docs.docker.com/engine/reference/commandline/docker/ docker run -p 4000:80 dockertest2 // 运 阅读全文

posted @ 2019-01-13 18:22 努力做一个伪程序员 阅读(885) 评论(0) 推荐(0) 编辑

2018年12月27日

AngularJs Type error : Cannot read property 'childNodes' of undefined

摘要: 参考博客: https://blog.csdn.net/u011127019/article/details/73087868 在AngularJs和JQuery插件共存咋项目中经常会遇到如下异常 解决方案1: 解决方案2: Example: 阅读全文

posted @ 2018-12-27 20:56 努力做一个伪程序员 阅读(532) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

导航