摘要:
package com.liushuo.utils; import com.google.gson.Gson; import com.qiniu.common.QiniuException; import com.qiniu.common.Zone; import com.qiniu.http.Re 阅读全文
posted @ 2021-08-19 16:41
刘烁
阅读(223)
评论(0)
推荐(0)
摘要:
package com.liushuo.utils; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.text.SimpleDateFo 阅读全文
posted @ 2021-08-19 16:39
刘烁
阅读(58)
评论(0)
推荐(0)
摘要:
①修改pom.xml文件 dependencys中添加 <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> <version>1.4 阅读全文
posted @ 2021-08-15 20:55
刘烁
阅读(312)
评论(0)
推荐(0)
摘要:
前言github经常连接不上显示超时,一般都是节点ip的问题。之前在host文件有加入过节点,不过容易失效,所以自己得常更新。方法一一、找最快的节点链接http://ping.chinaz.com/Ping检测Github二、引入库随便选一个较快的ip复制添加到host文件中三、刷新DNS解析缓存进 阅读全文
posted @ 2021-08-12 23:58
刘烁
阅读(2855)
评论(0)
推荐(0)
摘要:
使用方法 1. 引入分页插件 引入分页插件有下面2种方式,推荐使用 Maven 方式。 1). 引入 Jar 包 你可以从下面的地址中下载最新版本的 jar 包 https://oss.sonatype.org/content/repositories/releases/com/github/pag 阅读全文
posted @ 2021-08-12 22:23
刘烁
阅读(95)
评论(0)
推荐(0)
摘要:
1、Ajax快速入门 1.1、AJAX介绍 AJAX(Asynchronous JavaScript And XML):异步的 JavaScript 和 XML。 本身不是一种新技术,而是多个技术综合。用于快速创建动态网页的技术。 一般的网页如果需要更新内容,必需重新加载个页面。 而 AJAX 通过 阅读全文
posted @ 2021-08-09 14:36
刘烁
阅读(33)
评论(0)
推荐(0)
摘要:
1.创建一个maven项目 2.添加maven依赖 3.建立基本结构和框架 <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</ 阅读全文
posted @ 2021-08-09 14:25
刘烁
阅读(163)
评论(0)
推荐(0)
摘要:
注解练习 1.新建一个maven项目 2.由于maven项目中存在过滤问题,配置如下代码 <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</ 阅读全文
posted @ 2021-08-05 14:58
刘烁
阅读(55)
评论(0)
推荐(0)
浙公网安备 33010602011771号