上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 转载:https://blog.csdn.net/xu__cg/article/details/52877573 反射机制是Java动态性之一,而说到动态性首先得了解动态语言。那么何为动态语言? 一、动态语言 动态语言,是指程序在运行时可以改变其结构:新的函数可以引进,已有的函数可以被删除等结构上的 阅读全文
posted @ 2018-07-30 17:20 SpringMVCMaven 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 转载 :https://blog.csdn.net/u011026779/article/details/68954725 前言 动态代理是Java常见的一种设计模式,很多文章都介绍了什么是代理、静态代理和动态代理的实现方式,然而这些都偏理论,一篇好的文章要让大家知道知识点的具体用处,本文在博主看了 阅读全文
posted @ 2018-07-30 17:03 SpringMVCMaven 阅读(1074) 评论(0) 推荐(1) 编辑
摘要: 转载:http://www.open-open.com/lib/view/open1472132696878.html 近期参加一些业界的技术大会, “ 微服务架构 ” 的话题非常之火,也在一些场合聊过服务化架构实践,最近几期文章期望用通俗易懂的语言聊聊了个人对服务化以及微服务架构的理解,希望能给大 阅读全文
posted @ 2018-07-30 14:24 SpringMVCMaven 阅读(2807) 评论(0) 推荐(0) 编辑
摘要: 转发:https://blog.csdn.net/u012884354/article/details/46691761 相交进程之间的关系主要有两种,同步与互斥。所谓互斥,是指散布在不同进程之间的若干程序片断,当某个进程运行其中一个程序片段时,其它进程就不能运行它们之中的任一程序片段,只能等到该进 阅读全文
posted @ 2018-07-30 10:27 SpringMVCMaven 阅读(217) 评论(0) 推荐(0) 编辑
摘要: http request header 中的host行的作用 转载:https://www.xuebuyuan.com/491841.html 小结于网络资源: 在早期的Http 1.0版中,Http 的request请求头中是不带host行的,在Http 1.0的加强版和Http 1.1中加入了h 阅读全文
posted @ 2018-07-27 17:35 SpringMVCMaven 阅读(19793) 评论(0) 推荐(1) 编辑
摘要: SQL教程: https://www.w3cschool.cn/sql/ http://www.runoob.com/sql/sql-tutorial.html 转载:https://blog.csdn.net/qq_28007533/article/details/72859474 现有表 sco 阅读全文
posted @ 2018-07-27 15:10 SpringMVCMaven 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 转载 :https://www.cnblogs.com/toward-the-sun/p/4041449.html select 列a,聚合函数 from 表名 where 过滤条件 group by 列a having 过滤条件 group by 字句也和where条件语句结合在一起使用。当结合在 阅读全文
posted @ 2018-07-27 14:58 SpringMVCMaven 阅读(2490) 评论(0) 推荐(0) 编辑
摘要: 转载 :https://blog.csdn.net/johnson_mar/article/details/74352515 一:用法和区别 drop:drop table 表名 删除内容和定义,并释放空间。执行drop语句,将使此表的结构一起删除。 truncate (清空表中的数据):trunc 阅读全文
posted @ 2018-07-27 11:28 SpringMVCMaven 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 转载 :https://blog.csdn.net/liufuwu1/article/details/54890834 可以通过设置tomcat下conf文件夹的server.xml文件,对请求连接数和请求超时时间进行设置。 <Connector port="8080" protocol="HTTP 阅读全文
posted @ 2018-07-27 10:30 SpringMVCMaven 阅读(19519) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/smshuxue/article/details/17194803 需要的jar包:commons-httpclient-3.1.jar,commons-logging-1.0.4.jar,commons-codec-1.2.jar。在大地财险测试通 阅读全文
posted @ 2018-07-27 10:23 SpringMVCMaven 阅读(5027) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页