Alex_TD

上一页 1 2 3 4 5 6 7 ··· 10 下一页

2020年3月9日

电脑装系统蓝屏未解决

摘要: 笔记本带MNVE协议的M.2固态硬盘。没成 有的可能直接用PE就能装好系统,这种就不说了。 用微软官方工具或者自带工具命令重装总结: 1.下载官方win10工具https://www.microsoft.com/zh-cn/software-download/windows10叫MediaCreat 阅读全文

posted @ 2020-03-09 15:51 Alex_TD 阅读(220) 评论(0) 推荐(0) 编辑
idea intellij 配置总结

摘要: 1.加载plugins慢:ctrl+alt+s 搜索Http proxy 选择auto-detect proxy setting 打钩 2.每次默认进入项目取消:ctrl+alt+s 搜索 System setting :取消选中 Reopen last project on start up 3. 阅读全文

posted @ 2020-03-09 14:49 Alex_TD 阅读(255) 评论(0) 推荐(0) 编辑

2020年3月6日

poiexcel 笔记

摘要: 1. 创建workbook :XLS HSSFWorkbook XLSX XSSFWorkbook 2. 设置CellStyle workbook.createCellStyle(); cellstyle可以设置单元格的颜色,字体 边框,等样式, 设置完样式,需要设置相应的匹配方式。 cellsty 阅读全文

posted @ 2020-03-06 12:02 Alex_TD 阅读(108) 评论(0) 推荐(0) 编辑

2020年3月4日

Springboot

摘要: 1.静态资源引入 存放查找路径: spring.mvc.static-path-pattern=/** spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath: 阅读全文

posted @ 2020-03-04 17:32 Alex_TD 阅读(186) 评论(0) 推荐(0) 编辑

2020年2月29日

Springboot--maven命令子模块单独打包

摘要: 1.查看denpendency:tree : mvn denpendency:tree 2.运行springboot: mvn spring-boot:run 3.打包命令: mvn package 4.运行springboot jar包: java -jar springboot-xxx.jar 阅读全文

posted @ 2020-02-29 21:16 Alex_TD 阅读(3977) 评论(0) 推荐(0) 编辑

2020年2月26日

Springboot----属性配置(properties和yaml)

摘要: 1.application.properties 文件 @Value 读取 属性 2.自定义properties文件读取: @PropertySource("classpath:xxx.properties") @Value("${}") 3.application.yaml文件 @Configur 阅读全文

posted @ 2020-02-26 23:00 Alex_TD 阅读(296) 评论(0) 推荐(0) 编辑

2020年2月25日

VUE---1

摘要: 1.VUE:可以把变量绑定的HTML CSS 的任何地方。DOM 的文本和属性都可以绑定。并且可以通过方法操作变量来改变DOM的属性。 2.直接绑定:{{ msg }}学习后端改模板 流程绑定 v-if v-for 都是操作变量。 v-on:事件 BOM定义的事件可以click 等等可以响应式编程。 阅读全文

posted @ 2020-02-25 23:01 Alex_TD 阅读(99) 评论(0) 推荐(0) 编辑
前端 HTML CSS Js

摘要: 1.Html 标签 表单 input等 2.CSS :sass less 编写工具 标签修饰语言 漂亮的动画 等 3.Javascript: ES6 对象的概念: {a:3,b:function(){},c:this } Object: 包含的方法:Object.defineProperty() 属 阅读全文

posted @ 2020-02-25 22:36 Alex_TD 阅读(116) 评论(0) 推荐(0) 编辑

2020年2月23日

Springmvc===整合问题总结

摘要: 1. 过滤字符编码 org.spring <filter> <filter-name>characterEncoding</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filte 阅读全文

posted @ 2020-02-23 22:25 Alex_TD 阅读(292) 评论(0) 推荐(0) 编辑
Springmvc---整合(servlet jsp mybatis c3p0池化 mysql de

摘要: 1.导入包 <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.9.4</version> </dependency> <!-- https://mvnreposi 阅读全文

posted @ 2020-02-23 22:11 Alex_TD 阅读(202) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页