Rsync+Notify: yum install make gcc gcc-c++ 客户端启动rsync port:873/usr/local/rsync/bin/rsync --daemon --config=/usr/local/rsync/rsync.conf Client:tar xf r ...
分类:
其他好文 时间:
2021-06-13 09:26:06
阅读次数:
0
找到 拖到可以设置启动顺序 如果服务的灰色的不能移动,就把 选中灰色的服务 然后点击上图的保存即可 ...
分类:
其他好文 时间:
2021-06-11 19:09:10
阅读次数:
0
1.org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, MyTopic 报错信信息如下: Exception in thread "main" org.apache.rocketmq ...
分类:
其他好文 时间:
2021-06-11 18:46:49
阅读次数:
0
一直以来,写日常问题、前沿技术和架构思考类的文章比较多,今天为什么突然来说说Swing这个陈年老技术呢? 因为在CSDN上看到了这样的一篇文章: 可以看到作者对于学Swing还是挺愤怒的,不过确实Swing现在很少用了。但我的观点还不是那么绝对,因为从个人成长来说,Swing的学习确实给到了不少收获 ...
最近在做软件杯的项目,想做一个人脸识别、对比的登录,当相似度超过某个数值时通过登录验证。 json数据: {'error_code': 0, 'error_msg': 'SUCCESS', 'log_id': 9975359915559, 'timestamp': 1623377294, 'cach ...
分类:
编程语言 时间:
2021-06-11 18:36:07
阅读次数:
0
一、10进制转其他进制(如2进制): console.log(num.toString(2)) 二、其他进制(如2进制)转10进制: console.log(parseInt(num,2)) ...
分类:
编程语言 时间:
2021-06-11 18:21:58
阅读次数:
0
PUT nba { "settings":{ "number_of_shards": 1, "number_of_replicas": 0 }, "mappings":{ "properties":{ "name_cn":{ "type":"text" }, "name_en":{ "type":" ...
分类:
移动开发 时间:
2021-06-11 17:45:22
阅读次数:
0
<cpn ref="aa"></cpn> //vue获取组件距离顶部距离 console.log('距离顶部高度', this.$refs.aa.$el.offsetTop) //uniapp 在h5页面可以使用vue的获取高度 但是在小程序端需要使用下面方法 同时适合于h5页面 const que ...
分类:
移动开发 时间:
2021-06-10 18:51:53
阅读次数:
0
会发现结果是NULL 说明某一列中有NULL 发现commission_pct这一列中有NULL IFNULL函数查询字段中是否为NULL 我们把IFNULL用到连接字段中,结果如下 条件查询 案例一 案例二 按逻辑表达式筛选 案例一 案例二 另一种写法 模糊查询 案例一 案例二 案例三 或者 也可 ...
分类:
数据库 时间:
2021-06-10 18:44:50
阅读次数:
0
<script> var resultValue = "1"; function throttle(fn) { console.log(arguments); let params = Array.from(arguments); params.shift(); let res = argument ...
分类:
其他好文 时间:
2021-06-10 18:43:06
阅读次数:
0