好物分享
-
西门子200SMART与台达变频器modbus rtu通讯程序。程序有注释
。 触摸屏选的型号MT8071IE,变频器型号VFD-M,触摸屏和西门子plc用的网线以太网通讯,PLC与变频器用的串口MODBUS RTU通讯编号:9212656498656665t***6 西门子2…… -
Git 非clone的仓库操作
git init git remote add hostname [url] git checkout -b hostname branchname(切换分支) git pull hostname branchname --allow-unrelated-histories(同步) …… -
No.15 Apple
原文链接:https://acs.jxnu.edu.cn/problem/ICPCJX2020Bhttps://acs.jxnu.edu.cn/problem/ICPCJX2020B 原文: Apple 1000ms 262144K 描述: There are a bo…… -
-
LeetCode Algorithm 589. N 叉树的前序遍历
589. N 叉树的前序遍历 Ideas 二叉树的前序遍历模板,拿过来稍微一改就完事了。 def preorderTraversalLoop(node): if not node: return stac…… -
学习Vue3 第十四章(父子组件传参)
父组件通过v-bind绑定一个数据,然后子组件通过defineProps接受传过来的值, 如以下代码 给Menu组件 传递了一个title 字符串类型是不需要v-bind …… -
om.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column ‘xxx‘ at row 1
关于出现Data too long for column ‘xxx’ at row x的问题 排查下来是因为sql语句中插入语句的数据长度比mysql数据库预先设定的长度长,修改数据库表中数据长…… -
java代码实现直接插入排序
int []arr={12,1,3,5,2,67,6,4}; for(int i=1;i=0&&arr[j]>t;j--){ //每一个待排元素和前面有序序列比较的过程(次数) //如果待排元素比前…… -
Hand-Aurora-日志级别
开发程序包时日志 -- 调用 hand_debug_pkg.log(p_message => '各种日志记录.....bilibili.....'); -- 查看 select * from debug_log where pkg_name like '%包…… -
It seems like the kubelet isn‘t running or healthy
在ubuntu20.04.3下安装k8s master节点初始化之后一直报连接错误 是因为没有禁用swap,上面已经显示warning了,找了半天原因,原来是这个问题 It seems like th……

