码迷,mamicode.com
首页 >  
搜索关键字:velocity    ( 660个结果
SpringBoot使用thymeleaf模板
thymeleaf官网:https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#introducing-thymeleaf thymeleaf介绍 Thymeleaf是一个跟Velocity,FreeMarker类似的模板引擎, ...
分类:编程语言   时间:2020-07-06 20:01:39    阅读次数:87
FOG COMPUTING研究中的初级概念
”Fog Computing defines and extends from the cloud computing to provide a seamless end-to-end customer experience. Fog Computing work best in the areas ...
分类:其他好文   时间:2020-06-28 20:14:18    阅读次数:86
4、Git:文件操作
命令 git rm filename git checkout filename git reset HEAD filename 文件4种状态 版本控制就是对文件的版本控制,要对文件进行修改、提交等操作,首先要知道文件当前在什么状态,不然可能会提交了现在还不想提交的文件,或者要提交的文件没提交上。 ...
分类:其他好文   时间:2020-06-02 22:59:59    阅读次数:62
MyBatis-Plus代码生成器官方默认模板(vm)
模板引擎是 velocity(默认引擎) 自己可根据需要稍作修改,如果要大改则需要去看模板引擎的语法了。 package ${package.Controller}; import org.springframework.web.bind.annotation.RequestMapping; #if ...
分类:其他好文   时间:2020-05-28 11:32:16    阅读次数:340
[20-05-04][Thinking in Java 4]Java Inheritance 2 - Proxy
1 package test_1_2; 2 3 public class SpaceShipControls { 4 5 /** 6 * 代理 7 */ 8 9 public void up(int velocity) { 10 11 System.out.println("up" + veloci ...
分类:编程语言   时间:2020-05-04 13:35:04    阅读次数:64
【转】【JVM】jmap命令详解----查看JVM内存使用详情
1、jmap命令基本概述 jmap命令是一个可以输出所有内存中对象的工具,甚至可以将VM 中的heap,以二进制输出成文本。 打印出某个java进程(使用pid)内存内的,所有‘对象’的情况(如:产生那些对象,及其数量)。 64位机上使用需要使用如下方式: jmap -J-d64 -heap pid ...
分类:其他好文   时间:2020-04-27 22:41:48    阅读次数:63
Python格式化输出的两种方式例子
将输出格式化为以下格式: At t = 0.6s, a ball with initial velocity v0 = 5.000E+00 m/s is located at the height 1.23 m. 1 # coding=utf-8 2 v0 =5.0 3 g = 9.81 4 t = ...
分类:编程语言   时间:2020-04-10 12:16:43    阅读次数:95
Thymeleaf使用入门
Thymeleaf 是一个跟 Velocity、FreeMarker 类似的模板引擎,它可以完全替代 JSP 。 与SpringBoot完美整合,SpringBoot提供了Thymeleaf的默认配置,并且为Thymeleaf设置了视图解析器,我们可以像以前操作jsp一样来操作Thymeleaf。代 ...
分类:其他好文   时间:2020-04-06 17:53:28    阅读次数:69
Lambda Architecture: Achieving Velocity and Volume with Big Data
http://www.semantikoz.com/blog/lambda-architecture-velocity-volume-big-data-hadoop-storm/ Big data architecture paradigms are commonly separated into ...
分类:其他好文   时间:2020-04-05 22:02:51    阅读次数:90
spring boot 整合Mybatis-plus
maven 依赖 注意:本文使用的是mysql,数据库依赖就不展示了 代码模版引擎需要velocity或freemarker(mybatis plus默认使用velocity,两者任选其一),这里使用velocity 代码生成器 mybatis 基础配置(这里使用的properties) mybat ...
分类:编程语言   时间:2020-03-29 12:23:57    阅读次数:85
660条   上一页 1 2 3 4 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!