摘要: 1,使用cpolar https://www.cpolar.com/docs#tcp 2. 如何远程桌面 https://www.cpolar.com/docs#tcp 阅读全文
posted @ 2023-03-08 21:39 chinadba 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 实现上面多个按钮相同名称的自动连线 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls 阅读全文
posted @ 2023-01-31 16:55 chinadba 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-01-12 11:22 chinadba 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 之前一直用angular开发项目,最近使用vue开发了一个网站,还是习惯找双方的共同点,以下是在项目过程中总结的差异。 阅读全文
posted @ 2022-12-31 17:26 chinadba 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 1.网络通讯方式: etcd记录路由数据,通过flannelId转发,需要封装及解析,代价有点大;web app2和web app1内部转发、webapp2和backend通过flannelid转发; 阅读全文
posted @ 2022-12-11 16:08 chinadba 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1.起源 mesos Apache开源 2019-05 Twitter退出 swarm Docker 阿里云2019-07退出 kebernets 谷歌的borg资源管理器,使用Go语言开源编写:轻量级,消耗资源少、负载均衡,ipvs、弹性伸缩(自由扩展,增加或减少资源)及开源 2.主要组件 阅读全文
posted @ 2022-12-10 20:55 chinadba 阅读(14) 评论(0) 推荐(0) 编辑
摘要: angular5之后使用pipe this.http.get('url') .pipe( timeout(1000), catchError(e => { return of(null); }) ).toPromise().then( res => { //成功 }).catch(e => { // 阅读全文
posted @ 2022-09-16 21:16 chinadba 阅读(415) 评论(0) 推荐(0) 编辑
摘要: vue konva https://blog.csdn.net/qq_28811145/article/details/108093252?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingw 阅读全文
posted @ 2022-09-05 15:01 chinadba 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/libaineu2004/article/details/79715737 web组态组件: https://blog.csdn.net/XU441520/article/details/103073202/ tree控件(支持取消下级不取消上级): 阅读全文
posted @ 2022-08-31 21:00 chinadba 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 方法一: /** * @description 数据分组 * @author CaoZM20132014 * @date 2019-07-19 * @export * @param { array } array 需要进行分组的数据 * @param { string } key 进行分组时依据的键 阅读全文
posted @ 2022-08-07 22:27 chinadba 阅读(33) 评论(0) 推荐(0) 编辑