上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: 参考: https://blog.csdn.net/csdnxingyuntian/article/details/57081233 https://www.cnblogs.com/huanongying/p/7021555.html MySQL大表优化方案 https://segmentfault 阅读全文
posted @ 2018-09-29 18:42 free_wings 阅读(137) 评论(0) 推荐(0) 编辑
摘要: JSP九大内置对象,七大动作,三大指令 https://blog.csdn.net/qq_34337272/article/details/64310849 JSP页面的静态包含和动态包含 https://www.cnblogs.com/ygj0930/p/6044676.html https:// 阅读全文
posted @ 2018-09-29 18:39 free_wings 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 创建Git密钥: 1、生成密钥: 右键–>Git Bash Here:先输入ssh-keygen –t rsa –C "邮箱地址",注意ssh-keygen之间是没有空格的,其他的之间是有空格的,邮箱地址是咱们在注册GitHub的时候用的邮箱。 生成的密钥在这里:C:\Users\Administr 阅读全文
posted @ 2018-09-27 20:08 free_wings 阅读(9802) 评论(0) 推荐(0) 编辑
摘要: 阿里中间件牛人,学习榜样,源码分析: https://fangjian0423.github.io/ 基础、详细、全面的教程: https://gitee.com/roncoocom/spring-boot-demo https://gitee.com/roncoocom/spring-cloud- 阅读全文
posted @ 2018-09-26 10:42 free_wings 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 前期架构设计图: 参考博文: Eureka相关: Eureka注册与发现(高可用注册中心、注册服务、Feign服务调用):https://blog.csdn.net/qq_32529383/article/details/79951511 Eureka配置:https://blog.csdn.net 阅读全文
posted @ 2018-09-21 17:14 free_wings 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 1.安装nodejs:http://nodejs.cn/download/,下载msi版本,安装后命令行node -v,查看是否安装成功 2.切换到项目根目录 3.在项目根目录执行:npm install -g cnpm --registry=https://registry.npm.taobao. 阅读全文
posted @ 2018-09-20 22:04 free_wings 阅读(7553) 评论(0) 推荐(0) 编辑
摘要: 1.运行时加载优点 提高灵活性,可以在运行时动态加载,连接。例子:面向接口编程,动态绑定实现类(但C++也有动态绑定,说明动态绑定不一定通过运行时加载Class字节码实现,也可能是机器码支持的) 2.编译并在运行时动态加载字节码优点 可在运行时动态获取二进制字节流作为动态代码,比如可以从网络上获取; 阅读全文
posted @ 2018-09-20 10:42 free_wings 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 更加优雅地配置Spring Securiy(使用Java配置和注解):https://www.cnblogs.com/xxzhuang/p/5960001.html 采用注解方式实现security:https://www.cnblogs.com/hongxf1990/p/6518570.html 阅读全文
posted @ 2018-09-19 21:15 free_wings 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Lambda基本:https://blog.csdn.net/wargon/article/details/80656575 https://www.cnblogs.com/hyyq/p/7425666.html 四大核心函数式编程接口: https://blog.csdn.net/a8796119 阅读全文
posted @ 2018-09-18 23:01 free_wings 阅读(2806) 评论(0) 推荐(0) 编辑
摘要: 博文参考: 最简例子:https://blog.csdn.net/johnson_moon/article/details/77532583 Web中配置:https://blog.csdn.net/kity9420/article/details/81042580 配置SpringBoot+级别过 阅读全文
posted @ 2018-09-18 20:03 free_wings 阅读(207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页