随笔分类 - Java
we may turn to java to find more in depth knowledge!
摘要:首先 创建一个mvn项目, 直接在命令行执行, 原型生成: mvn archetype:generate 选一个maven quick start的template, 然后删除src和target文件夹 在pom.xml里面version 下面加上<packing>pom</packing> (ma
阅读全文
摘要:https://www.baeldung.com/flowable 1. Overview Flowable is a business process engine written in Java. In this tutorial, we’ll go through the details of
阅读全文
摘要:nginx: config : location / { add_header Content-Security-Policy upgrade-insecure-requests; proxy_pass http://127.0.0.1:8080; # for http sites, $server
阅读全文
摘要:国外镜像下载包非常慢,于是使用国内阿里云的,找到~/.m2目录,但是不存在settings.xml, 于是手动创建一个,然后贴入一个样例 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3
阅读全文
摘要:JEE Development process: 1. java SE 2. 普通语法,,异常处理,数据结构,循环,面向对象,泛型, 属性,反射,多线程,线程池,锁, lambada,异步编程,并发 3. 框架springmvc, struts, hibernate, mybatis,ejb,开发工
阅读全文
摘要:ntelliJ IDEA社区版没有自带tomcat。 装插件——smart tomcat。 IntelliJ IDEA Preferences Plugins 搜索tomcat 选择smart tomcat Install 重启IDEA。 然后 Run Edit Configurations 填写如
阅读全文
摘要:"Default explaination Official" IntelliJ Idea 常用快捷键列表 Shortcuts Ctrl+Shift + Enter,语句完成 “!”,否定完成,输入表达式时按 “!”键 Ctrl+E,最近的文件 Ctrl+Shift+E,最近更改的文件 Shift+
阅读全文
摘要:1. javaee(Web) and Android 2. how to use eclipse and break point debuging in eclipse, as to java web, use myeclipse: shortcut keys: ,do not use Chines
阅读全文
摘要:1. cli (command line interface) and gui (graphic user interface) use javahome path, search classpath 2. java editions: j2ee(java 2 enterprise edition)
阅读全文
浙公网安备 33010602011771号