启动Tomcat8.5.11时遇到下面的异常: org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:131) at org.apache.tomcat.util.bcel. ...
阅读全文As a developer, it is often impossible for you to anticipate all the database columns and UI fields your customers might need, or how each field should look as end user needs change. Flexfields enable customers to configure their applications to meet ...
阅读全文Windows中Notepad是一个常用工具。但编程环境中在使用时有些问题必须弄清楚。 1. 编码问题 2. 换行符问题 对于第二个问题而言其实不是Notepad的问题而是windows的问题。windows系统中换行符使用两个字符表示,即"\r\n"。 (CR+LF: Carriage Return回车 + Linefeed 换行。打印机术语的沿用,打印机确实影响了计算机很多,还有如键盘的编排为什么是这个字母顺序,也是沿用打印机的编排。扯远了。) 对 ...
阅读全文在使用IDEA开发Spring Boot application时,如果使用Devtools依赖包时,可以配置automake来实现文件修改后自动build,deploy并不手动重启server的情况下测试改动。配置如下: 1) create Spring Boot project with SB V1.3 and add "Devtools" (1*) to dependencies 2) invoke Help->Find Action... and t ...
阅读全文原文:http://www.oracle.com/technetwork/articles/adf/part4-098813.html Oracle JDeveloper 11g makes it easy to compile applications, generate deployment artifacts (such as Java archives [JARs], Web application archives (WARs), and enterprise archive ...
阅读全文在 Java 8 之前,接口只能有抽象方法。这些方法的实现必须在单独的类中提供。因此,如果要在接口中添加新方法,则必须在实现同一接口的类中提供其实现代码。为了克服这个问题,Java 8 引入了默认方法(default method)的概念,该方法允许接口具有实现的方法,而不会影响实现接口的类。 // A simple program to Test Interface default // methods in java interface TestInterface { ...
阅读全文Besides ApplicationContextAware and BeanNameAware (discussed earlier), Spring offers a wide range of Aware callback interfaces that let beans indicate to the container that they require a certain infrastructure de ...
阅读全文参考官方文档:Java Keytool Documentation Java Keytool有如下命令: certreq changealias delete exportcert genkeypair genseckey help importcert importkeystore keypasswd &nbs ...
阅读全文原文出处:https://flatworldbusiness.wordpress.com/flat-education/previously/web-1-0-vs-web-2-0-vs-web-3-0-a-bird-eye-on-the-definition/ Web 0.0 – Developping the internet Web 1.0 – The shopping carts & static web Experts call the ...
阅读全文MvcUriComponentsBuilder 和 ControllerMethodInvocationInterceptor的解读 ControllerMethodInvocationInterceptor实现了CGLIB的MethodInterceptor,所以是CGLIB动态代理的方法拦截器,从命名来看是对Controller的方法做了争强。同时也实现了org.aopalliance.intercept.MethodInterceptor private ...
阅读全文如何理解jdeveloper开发时生成的jws,jpr,jpx文件? jws:用来纪录workspace相关的信息,比如workspace中的projects信息。 在workspace disk中。所以又叫application container. jpr:用来纪录project相关的信息,如java files. 所以又叫project container. jpx:用来纪录Model project中data model信息。包含了jdeveloper在设计阶 ...
阅读全文The DispatcherServlet Spring's web MVC framework is, like many other web MVC frameworks, request-driven, designed around a central servlet that dispatches requests to controllers and offers other functionality that facilitates ...
阅读全文Java高新技术——内省(JavaBean)下面这篇文章写的不错,通俗易懂,建议先看下文章中的示例:https://blog.csdn.net/zhongkelee/article/details/52678667 下面是JDK javabean package 文档说明: https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/package-summary.h ...
阅读全文中国哲学书电子化计划: https://ctext.org/daoism/zhs 道可道,非常道;名可名;非常名。 道家思想书籍可以查看上面这个链接。 先秦两汉 -> 道家 《道家》 庄子 [战国] 公元前350年-公元前250年 内篇 外篇 杂篇 道德经 ...
阅读全文"决定写回忆录之前,我就一直在纠结:是否该将自己的私生活及内心的真实感受公布于众?是否该明智地避免对心灵的拷问?是否会因为我的“过度”回忆而变成一种“表白”?是否我该将一些“糗事”掩藏在心,永不公开,以此减少无尽的流言蜚语?” 读到老任的这段话,不禁产生一段共鸣。这一连串的自问本身就是对内心深处的一段拷问。幸福的人未必有这样的思考,有责任的人可能天天经受这样的鞭打。责任越大思考的问题越多。不同的人 ...
阅读全文JWT: JSON Web Token, 是一个Open standard for Passing claims (Security information) Between two paties. 申明传输。它是: Self-containded: carries all the informaiton necessary within itself. JSON object on its own. 主要被用在:Mainly used in web appl ...
阅读全文Saleforce初体验,截图以便日后参考。 1. request trial usage. 2. 登录Saleforce并开始体验之旅 3. 体验4个解说。 3.1 追随潜在客户 3.2 3.2 为你的漏斗助力 3.3 开辟自己的道路 3.4 使用图 ...
阅读全文根据spring guide写的sample project,从头到位自己试写一个。具体细节参考链接。 ...
阅读全文MMD is a cloud-based service that brings together M365 Enterprise and adding these features. End-user device deployment IT service management and operations Security monitoring and response End-user support. Current challenges ...
阅读全文参阅: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html 截屏: ...
阅读全文