善于记录,善于总结——《走出软件作坊》读后感_思考,行动,再思考,再总结-CSDN博客_走出软件作坊 心得 https://blog.csdn.net/philofly/article/details/6567462 走出软件作坊_百度百科 https://baike.baidu.com/item/ ...
分类:
其他好文 时间:
2020-07-16 22:04:14
阅读次数:
116
前言aegis-dev-tools是一个辅助开发前端的工具包,用于根据后端接口文档生成前端封装api请求。 创建后端项目要求使用swagger,且controler书写规范,输入输出类型,备注都要 合理,比如 package com.dshvv.myblogserver.controller; im ...
分类:
其他好文 时间:
2020-07-16 21:11:45
阅读次数:
59
SSH框架是Struct+Spring+Hibernate,SSM是指的Spring-MVC+Spring+MyBatis 1、Struct和Spring-MVC:SpringMVC的控制层是Controller,Structs的控制层是Action。SpringMVC的Controller和Str ...
分类:
其他好文 时间:
2020-07-16 20:58:33
阅读次数:
56
web容器 apache nginx lighttpd 比较 apache 高并发时消耗系统资源相对多一些 基于传统的select模型 扩展库,DSO方法 nginx 基于异步IO模型,(epoll,kqueue),性能强,能够支持上万并发 对小文件支持很好,性能很高(限静态小文件1M) 扩展库必须 ...
分类:
Web程序 时间:
2020-07-16 18:33:44
阅读次数:
148
1 springvmc采用经典的三层分层控制结构,在持久层,业务层和控制层分别采用@Repository、@Service、@Controller对分层中的类进行注解,而@Component对那些比较中立的类进行注解 2 @Mapper注解 https://www.cnblogs.com/muxi0 ...
分类:
编程语言 时间:
2020-07-16 18:32:04
阅读次数:
68
idea 将项目托管到 Git 报错:Can't finish Gitee sharing process https://www.cnblogs.com/Nahshon/p/12800361.html can't finish gitee sharing finish 使用git config - ...
分类:
其他好文 时间:
2020-07-16 12:00:31
阅读次数:
72
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# sshd -T Missing privilege separation directory: /run/sshd Missing privilege separation directory: /run/sshd ro ...
分类:
系统相关 时间:
2020-07-15 23:54:56
阅读次数:
177
1.什么是Spring MVC ?简单介绍下你对springMVC的理解? Spring MVC是一个基于Java的实现了MVC设计模式的请求驱动类型的轻量级Web框架,通过把Model,View,Controller分离,将web层进行职责解耦,把复杂的web应用分成逻辑清晰的几部分,简化开发,减 ...
分类:
编程语言 时间:
2020-07-15 23:30:10
阅读次数:
69
JS获取指定日期前后N天的日期、前N个月日期、后N个月日期_houniao1314的博客-CSDN博客_js计算当前时间n个月的时间 https://blog.csdn.net/houniao1314/article/details/82762141 经验证【支持跨年】 JavaScript 获取N ...
分类:
编程语言 时间:
2020-07-15 15:31:44
阅读次数:
76
Will try to reconnect to 10.10.10.1 after 30 secs: True Will try to reconnect to 10.10.10.1 after 30 secs: True Will try to reconnect to 10.10.10.1 af ...
分类:
其他好文 时间:
2020-07-15 15:28:37
阅读次数:
66