上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 33 下一页
打开tomcat的server.xml文件: 找到该节点并增加URIEncoding="UTF-8" 然后重启项目即可。 Read More
posted @ 2018-03-03 17:11 虚极静笃 Views(212) Comments(0) Diggs(0) Edit
CategoryManageController: CategoryServiceImpl: Category(这里考虑到set去重,如果set的元素是非基本类型和String,需要以id重写equals和hashcode): CategoryMapper.xml: Read More
posted @ 2018-03-03 11:41 虚极静笃 Views(532) Comments(0) Diggs(0) Edit
看该段代码(作用是把List中的对象替换): map方法用于需要对一个流中的值进行某种形式的转换,这里是把blackMacVo赋值给blackMac。 我们通过collect()对结果进行封装处理,并通过Collectors.toList()指定其封装成为一个List集合返回。 Read More
posted @ 2018-02-26 11:07 虚极静笃 Views(1421) Comments(0) Diggs(0) Edit
Mapper: Dao: Sevice: 注: Read More
posted @ 2018-02-26 10:02 虚极静笃 Views(192) Comments(0) Diggs(0) Edit
1、代码托管系统 Gogs 2、jar私服系统 Nexus 3、自动化构建系统 Jenkins 4、代码质量审查系统 SonarQube 5、bug管理系统 MantisBT 6、知识管理系统 Confluence 7、资源管理系统 SVN 8、项目进度管理系统 Tower Read More
posted @ 2018-02-26 08:11 虚极静笃 Views(358) Comments(0) Diggs(0) Edit
Dubbo服务的发展和作用: 首先,看下一般网站架构随着业务的发展,逻辑越来越复杂,数据量越来越大,交互越来越多之后的常规方案演进历程。 其次,当服务越来越多之后,我们需要做哪些服务治理? 最后,是dubbo的架构图 注册中心的选择 dubbo支持多种类型的注册中心: Multicast注册中心 Z Read More
posted @ 2018-02-07 18:51 虚极静笃 Views(262) Comments(0) Diggs(0) Edit
写的不错:http://www.cnblogs.com/onepixel/p/7092302.html#3899256 Read More
posted @ 2018-02-07 09:17 虚极静笃 Views(136) Comments(0) Diggs(0) Edit
这篇文章写的不错: https://www.cnblogs.com/mujian/p/7665952.html Read More
posted @ 2018-02-06 16:02 虚极静笃 Views(86) Comments(0) Diggs(0) Edit
这篇文章写的不错: https://my.oschina.net/xianggao/blog/395675?fromerr=GC9KVenE Read More
posted @ 2018-02-05 16:23 虚极静笃 Views(117) Comments(0) Diggs(0) Edit
1.添加 jQuery 库: 库的替代(测试发现Microsoft的可用): 使用 Google 的 CDN: 使用 Microsoft 的 CDN: 2.文档就绪函数: 3. 4.选择器: 5.单独文件中的函数(方便维护): 6.jQuery名称冲突: 7.jQuery 事件: 8.jQuery Read More
posted @ 2018-02-02 10:43 虚极静笃 Views(215) Comments(0) Diggs(0) Edit
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 33 下一页