一、项目结构二、放置静态资源将CSS、JS和Image 文件放在src/main/webapp/目录css,js,images下 。在Thymeleaf模板中可以使用Thymeleaf的URL表达式来引用这些静态资源。!DOCTYPE html html langen xmlns:thhttp://www.thymeleaf.org head meta charsetUTF-8 titleTitle/title link relstylesheet hrefcss/index.css/ script srcjs/index.js/script !-- URL表达式-- !-- link relstylesheet th:href{/css/index.css}/-- /head body 欢迎页面!p/ h1 th:text${hello}Hello/h1 button onclickmy1()Click/button a hrefjavascript:my2()img srcimages/woman.jpeg height200px width200px /a a hrefjavascript:my3()img th:src{/images/2.png} height200px width200px /a /body /html三、运行效果
Jailhouse-gui可视化管理工具:让多核处理器分区变得简单高效 【免费下载链接】Jailhouse-gui A graphical user interface (GUI) tool for configuring and managing Jailhouse, a Linux-based hypervisor for partitioning multicore processors into isolated cel…