封装代码 /* method: 请求方式,值为get或者post url:请求地址 data:没有值需要传入null 有请求数据则传入字符串数据,格式为"a=1&b=2"; deal200: 接受一个带有一个形参的js函数对象,形参接收的实参是ajax引擎对象 deal404:接受一个js函数对象 ...
分类:
Web程序 时间:
2020-02-29 14:47:37
阅读次数:
87
TMS Error "Extended transport control is not active: Cannot specify target client" STMS > Overview > Systems > double click on <SID> > select the 'Tra ...
分类:
其他好文 时间:
2020-02-28 22:36:14
阅读次数:
78
在搭好HA集群之后,想测试一下集群的高可用性,于是先把active的namenode给停掉: hadoop-daemon.sh stop namenode 或者直接kill掉该节点namenode的对应进程也可。 但是通过hdfs haadmin -getServiceState master1 查 ...
分类:
其他好文 时间:
2020-02-28 18:52:26
阅读次数:
101
Executor: 是一个接口 用于执行提交的任务 解耦任务提交和执行(线程的创建及调度) Executor的实现可以根据实际需求延展不同的逻辑:1. 对于提交的任务同步或者异步执行,如下同步执行: class ThreadPerTaskExecutor implements Executor { ...
分类:
其他好文 时间:
2020-02-28 14:06:19
阅读次数:
65
active伪类解决 HTML代码 <div class='box'> </div> CSS代码 .box { width: 100px; height: 100px; background: green; transition: transform 0.3s ease-out; } .box:ac ...
分类:
移动开发 时间:
2020-02-28 01:32:42
阅读次数:
116
spring boot的yml文件用profiles实现不同环境的配置 1、spring.profiles.active:dev 表示的是激活那个环境的配置2、每个环境配置项是根据 ' ' 这个分隔符隔离开的(对,你没看错,刚开始我也觉得不可思议)3、在每个环境的配置项中可以自定义配置(不一定都是s ...
分类:
编程语言 时间:
2020-02-27 18:57:02
阅读次数:
55
1、if 查询语句自带where固定条件的情况下用; 正确示例: <select id="findActiveBlogLike" resultType="Blog"> SELECT * FROM BLOG WHERE state = ‘ACTIVE’ <if test="title != null" ...
分类:
数据库 时间:
2020-02-25 22:59:45
阅读次数:
89
1. 阿里百秀案例(bootstrap) 在阿里百秀顶端添加导航条:在container容器里面最顶端创建一个行row,将代码复制进去,在对内容稍加修改(删掉不需要的内容,多复制需要的内容,文字内容的修改等)bootstrap 组件 导航条 点击登陆出现模态框bootstrap js 模态框 将模态 ...
分类:
Web程序 时间:
2020-02-25 17:27:53
阅读次数:
71
效果图: 使用: 1.<template> <el-header style="height: 61px" > <el-menu mode = "horizontal" background-color = "#76c7f4" text-color = "#000000" active-text-c ...
分类:
其他好文 时间:
2020-02-24 23:46:29
阅读次数:
432
Abstract Input: A query image Source: A point cloud reconstruction of a large scene (有一百多万3D点) Result:pose 关键:an efficient and effective search method ...
分类:
其他好文 时间:
2020-02-24 20:24:08
阅读次数:
68