-
Vue(十)---路由
Vue(十)---路由 Vue.js 路由允许我们通过不同的 URL 访问不同的内容。通过 Vue.js 可以实现多视图的单页Web应用(single page web application,SPA)。 需要引入vue-router.js script src="https://unpkg.com/vue/dist/vue.js"/scriptscript src="https://unpkg.com/v...
-
Thymeleaf(一)---引入js/css文件
Thymeleaf(一)---引入js/css文件 th:href="@{/static/css/style.css}" th:src="@{/static/js/thymeleaf.js}" index.html head meta charset ="UTF-8" title 首页 / title link rel ="stylesheet" type ="text/css" media ="all" href ="/static/css/style.css" th:href...
2020-02-03 16:04:10 css文件文件AV<HTMLApplication.htm标题nameping
-
Vue(九)---自定义指令(directive )
Vue(九)---自定义指令(directive ) 1.无参数 自定义指令的方式: 1. 使用Vue.directive 来自定义 2. 第一个参数就是 指令名称 xart 3. el 表示当前的html dom对象 4. 在方法体内就可以通过 innerHTML style.color 等方式操控当前元素了 body div id ="app" div v-xxx...
-
从零开始学C++(2 字符串、向量和数组)
从零开始学C++(2 字符串、向量和数组) 可以说string和vector是C++标准库中最重要的两种类型,string支持可变长字符串,而vector表示可变长的集合。 string 头文件:string 定义在命名空间 std 中,using std::string; string s1; // 默认初始化,s1是一个空串 string...
-
nginx 反向代理及 https 证书配置
nginx 反向代理及 https 证书配置 nginx 反向代理及 https 证书配置 author: yunqimg(ccxtcxx0) 1. 编译安装nginx 从官网下载 nginx源码, 并编译安装. ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_modulemake make install...
2020-02-02 16:04:50 ssl证书免费ssl证书免费sslhttps证书https配置文档文件Chrome服务器定义
-
SpringMVC RESTful
SpringMVC RESTful RESTful是web应用的一种设计风格、开发方式。 以根据product_id查询产品信息为例。 原来的写法 @org.springframework.stereotype.Controller public class ProductController{ @RequestMapping( "/queryProduct") public ModelAndView queryStudent(...
-
Thymeleaf--起步
Thymeleaf--起步 Spring官方支持的服务的渲染模板中,并不包含jsp。而是Thymeleaf和Freemarker等,而Thymeleaf与SpringMVC的视图技术,及SpringBoot的自动化配置集成非常完美,几乎没有任何成本,你只用关注Thymeleaf的语法即可。 Thymeleaf的特点 动静结合:Thymeleaf...
-
@RequestParam,@PathParam,@PathVariable等注解区别
@RequestParam 和 @PathVariable 注解是用于从request中接收请求的,两个都可以接收参数,关键点不同的是@RequestParam 是从request里面拿取值,而 @PathVariable 是从一个URI模板里面来填充 @RequestParam 看下面一段代码: http://localhost:8080/springmvc/hello/10...
-
安装rabbitmq
安装rabbitmq 一.安装erlang 先新建rabbitmq文件夹cd /usr/local/src/ mkdir rabbitmq cd rabbitmq //下载rpm,如果下载速度慢可以本地下载上传Linux中也可 wget https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_21.2.2-1~cent...
2020-01-29 16:02:45 文档文件Linuxword用户IE插件安装AdministratorSolutions下载速度
-
vue通过get方法下载java服务器excel模板
vue通过get方法下载java服务器excel模板 vue方法 handleDownTemplateXls(fileName){ if(!fileName || typeof fileName != string){ fileName = 导入模板 } let param = {...this.queryParam}; if(this.selectedRowKeys this.selectedRowKeys.length0){ param[selection...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
