摘要: { "serviceid":"1", "companyid":"1", "sid":"vxe0xuF9V9XK6UnKIW6GcuSmU0KgwJNnp7LCJ8sdiZPET7QD5x1hBdX01bT4p7rS", "username":"abc", "conferenceid":"1", "t 阅读全文
posted @ 2020-08-26 11:33 dunkbird 阅读(353) 评论(0) 推荐(0) 编辑
摘要: import static org.hamcrest.MatcherAssert.assertThat;import static org.hamcrest.Matchers.containsString;import static org.junit.Assert.assertEquals;imp 阅读全文
posted @ 2020-08-11 15:31 dunkbird 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 正向代理和反向代理的区别 虽然正向代理服务器和反向代理服务器所处的位置都是客户端和真实服务器之间,所做的事情也都是把客户端的请求转发给服务器,再把服务器的响应转发给客户端,但是二者之间还是有一定的差异的。 1、正向代理其实是客户端的代理,帮助客户端访问其无法访问的服务器资源。反向代理则是服务器的代理 阅读全文
posted @ 2020-04-28 08:46 dunkbird 阅读(6003) 评论(3) 推荐(2) 编辑
摘要: https://docs.aws.amazon.com/zh_cn/amazondynamodb/latest/developerguide/GettingStarted.Java.html 官方 阅读全文
posted @ 2019-12-25 13:34 dunkbird 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 转自简书 https://www.jianshu.com/p/7f4b8a97ecf0 net start mysql57 start (windows) 阅读全文
posted @ 2019-12-18 14:24 dunkbird 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 数据库的表的定义如果是utf8mb4的富文本时,关联的字段必须指定为非utf8,否则 跟其他的表关联的时候,会非常慢,以至于索引都不能使用。 也就是必须的字段才可以使用这个 utf8mb4 ,否则检索字段效率很低,很慢。 `comment_id` varchar(24) CHARACTER SET 阅读全文
posted @ 2019-12-11 18:18 dunkbird 阅读(758) 评论(0) 推荐(0) 编辑
摘要: http://www.zsythink.net/archives/1233 阅读全文
posted @ 2019-11-21 13:27 dunkbird 阅读(97) 评论(0) 推荐(0) 编辑
摘要: ffmpeg库 必须http://ffmpeg.org/download.html#build-windows 第三方jar sauronsoftwarehttp://www.sauronsoftware.it/projects/jave/index.php 代码实现参照如下: https://bl 阅读全文
posted @ 2019-09-19 09:53 dunkbird 阅读(411) 评论(1) 推荐(0) 编辑
摘要: import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; i... 阅读全文
posted @ 2019-09-05 18:27 dunkbird 阅读(334) 评论(0) 推荐(0) 编辑
摘要: https://codeplayer.vip/p/j7soa 这篇写的还是不错的,备用。 阅读全文
posted @ 2019-08-30 10:33 dunkbird 阅读(702) 评论(0) 推荐(0) 编辑