随笔分类 -  后端技术

摘要:Spring cloud 通过父工程打包多个子工程 2019-04-26 21:46:26 rfidgroup 阅读数 386更多 分类专栏: 微服务 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csd 阅读全文
posted @ 2019-11-27 15:26 邵德强 阅读(1263) 评论(0) 推荐(0)
摘要:解决The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept 阅读全文
posted @ 2019-11-15 10:05 邵德强 阅读(878) 评论(0) 推荐(0)
摘要:Maven之阿里云镜像仓库配置 方式一:全局配置 可以添加阿里云的镜像到maven的setting.xml配置中,这样就不需要每次在pom中,添加镜像仓库的配置,在mirrors节点下面添加子节点: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</ 阅读全文
posted @ 2019-11-14 15:51 邵德强 阅读(4254) 评论(0) 推荐(1)
摘要:1、引入SrpingMVC所使用的Java包: cglib-nodep-2.1_3.jar、commons-logging.jar、spring-aspects-4.1.7.RELEASE.jar、spring-beans-4.1.7.RELEASE.jar、spring-context-4.1.7 阅读全文
posted @ 2019-11-05 10:09 邵德强 阅读(614) 评论(0) 推荐(0)
摘要:1. 配置web.xml 配置字符编码过滤器 <filter> <filter-name>encodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter 阅读全文
posted @ 2019-10-24 13:34 邵德强 阅读(569) 评论(0) 推荐(0)
摘要:install new software 处 输入以下http://download.eclipse.org/releases/kepler 阅读全文
posted @ 2019-09-30 10:37 邵德强 阅读(348) 评论(0) 推荐(0)
摘要:linux安装jdk8 2018年08月11日 09:25:21 最后的轻语_dd43 阅读数 11900更多 分类专栏: 软件安装 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/pds 阅读全文
posted @ 2019-09-16 13:49 邵德强 阅读(179) 评论(0) 推荐(0)
摘要:出处:http://www.cnblogs.com/hjwublog/ Thymeleaf 常用属性 文章主目录 th:action th:each th:field th:href th:id th:if th:include th:fragment th:object th:src th:rep 阅读全文
posted @ 2019-08-22 15:52 邵德强 阅读(296) 评论(0) 推荐(0)
摘要:<mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> < 阅读全文
posted @ 2019-08-02 10:11 邵德强 阅读(173) 评论(0) 推荐(0)
摘要:Redis是C实现的,需要gcc来进行编译,原因可能是未安装gcc,使用命令安装gcc:yum install gcc 然后重新解压redis编译成功 阅读全文
posted @ 2019-06-17 13:15 邵德强 阅读(8220) 评论(0) 推荐(1)
摘要:简介 编辑 Groovy 是 用于Java虚拟机的一种敏捷的动态语言,它是一种成熟的面向对象编程语言,既可以用于面向对象编程,又可以用作纯粹的脚本语言。使用该种语言不必编写过多的代码,同时又具有闭包和动态语言中的其他特性。 Groovy是JVM的一个替代语言(替代是指可以用 Groovy 在Java 阅读全文
posted @ 2018-07-28 21:34 邵德强 阅读(221) 评论(0) 推荐(0)
摘要:表数据如下: 贴上代码: <?php /** * file:menu.php * author:邵德强 * date:2018-03-15 * version:1.1 */ session_start(); function get_menu(&$menu,$allRows){ foreach($m 阅读全文
posted @ 2018-03-20 11:15 邵德强 阅读(117) 评论(0) 推荐(0)