Javascript: 网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.off ...
分类:
其他好文 时间:
2020-09-17 16:33:14
阅读次数:
25
…… 其实我也不知道。 最近天天写 bug,写那种拍也拍不出,sanitizer 也没用的 bug……只有丢上去测了才知道写挂了。 ??? 我怎么做到这么高频率地写这种东西的??? 细节能力不够?造数据水平不行?写法太烂? 我也不知道……反正都是吧…… 你和我说动态返回结果的那种也就算了,还能根据经 ...
分类:
其他好文 时间:
2020-09-17 16:26:45
阅读次数:
25
导入包 <dependencies> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <version>5.2.2</version> </dependency> ...
分类:
编程语言 时间:
2020-09-17 13:51:34
阅读次数:
51
1 Canal环境准备 1.1 docker安装数据库 配置文件 [root@other example]# cat /mydata/mysql/master/conf/my.cnf [client] default-character-set=utf8 [mysql] default-charac ...
分类:
其他好文 时间:
2020-09-17 13:47:43
阅读次数:
26
@FeignClient("user-service") public interface UserFeignClient { @GetMapping(value="/user/{id}",headers={"Authorization=qwer"}) User queryUserById(@Pat ...
分类:
Web程序 时间:
2020-09-17 12:57:19
阅读次数:
78
测试窗体为: 直接上代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:
数据库 时间:
2020-09-17 12:31:54
阅读次数:
43
{ 简单记录下过程,以防将来重装系统等情况,备忘。 https://github.com/ShiftMediaProject/FFmpeg git clone 此项目,运行SMP\project_get_dependencies.bat 下载。 不过我之前并不知道这个自动下载依赖,我直接clone了 ...
分类:
其他好文 时间:
2020-09-15 21:25:27
阅读次数:
39
直接上代码 package com.iflytek.jtcn.service.impl; import org.elasticsearch.client.Client; import java.io.BufferedReader; import java.io.FileReader; import ...
分类:
编程语言 时间:
2020-09-15 21:22:25
阅读次数:
38
环境准备(windows 7) jdk1.8.0推荐(64位) android-sdk_r24.3.4-windows appium:1.7以上 Node.js:node-v10.0-x64 --appium依赖环境 Appium-Python-Client==0.26 -- pip 安装 pyth ...
分类:
移动开发 时间:
2020-09-10 22:43:11
阅读次数:
59
单行文本: #!/bin/bash echo "192.168.85.24 tsedb">> /etc/hosts 多行文本: <<EOF告诉主shell,后续的输入,是其他命令或者子shell的输入,直到遇到EOF为止 #!/bin/bash cat > /etc/security/limits. ...
分类:
系统相关 时间:
2020-09-09 19:11:53
阅读次数:
171