上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页
摘要: ### CAN通讯-使用Python收发CAN数据 - [配置环境](#_2) - [1.环境配置](#1_7) - - [1.1安装CAN通讯需要的包](#11CAN_8) - [1.2 安装kvaser\_drivers以及Kvaser CanKing](#12_kvaser_driversKv 阅读全文
posted @ 2023-08-22 14:10 xiondun 阅读(3565) 评论(0) 推荐(0)
摘要: ![](https://img-blog.csdnimg.cn/f5a5efd5ec9144d58c357caff7f349dd.gif#pic_center) ### 文章目录 - [一.CAN通信简介](#CAN_5) - [二.硬件连接](#_15) - [三.CAN总线上的电平信号](#CA 阅读全文
posted @ 2023-08-22 13:48 xiondun 阅读(3369) 评论(0) 推荐(2)
摘要: 作者:27RRRR链接:https://www.zhihu.com/question/30944800/answer/2317117095来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 如果你想在Linux服务器上周期性地执行某个 Python 脚本,最出名的选择应该 阅读全文
posted @ 2023-08-11 17:37 xiondun 阅读(55) 评论(0) 推荐(0)
摘要: ### [myBatis](https://so.csdn.net/so/search?q=myBatis&spm=1001.2101.3001.7020)\-plus/myBatis 流式查询,大数据量查询 [myBatis](https://mybatis.org/mybatis-3/)这个开源 阅读全文
posted @ 2023-07-20 14:35 xiondun 阅读(1526) 评论(0) 推荐(0)
摘要: <?php function sendPostRequest($url, $data) { // 初始化cURL $curl = curl_init(); // 设置cURL选项 curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CU 阅读全文
posted @ 2023-07-19 13:58 xiondun 阅读(59) 评论(0) 推荐(0)
摘要: # 前言 关于分布式文件存储,之前我也是使用[fastdfs](https://so.csdn.net/so/search?q=fastdfs&spm=1001.2101.3001.7020),那为什么突然选择minio? 1、它可以多平台部署 2、搭建起来不是很复杂 3、[github](http 阅读全文
posted @ 2023-06-24 15:36 xiondun 阅读(4123) 评论(0) 推荐(0)
摘要: 1.下载地址; 2.Navicat Premium 16破解激活; 一、下载地址 Navicat官网 :传送门 (由于官网软件更新无法保证一定能破解,可以去下载下面的安装包) Navicat Premium 16(安装包和注册机) : 阿里云盘(下载不限速): 链接:https://www.aliy 阅读全文
posted @ 2023-06-22 15:55 xiondun 阅读(10914) 评论(0) 推荐(2)
摘要: 宝塔面板安装 mongo4.0后需要设置账号密码可数据库才能使用 ![](https://img-blog.csdnimg.cn/20210108195645779.png) 安装后 authorization: disabled 默认配置时 ![](https://img-blog.csdnimg 阅读全文
posted @ 2023-06-22 15:36 xiondun 阅读(873) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_26896281/article/details/81206492 参考文章: [https://docs.mongodb.com/manual/tutorial/enable-authentication/](https://docs.mongod 阅读全文
posted @ 2023-06-18 19:06 xiondun 阅读(569) 评论(0) 推荐(0)
摘要: ### 文章目录 - [前言](#_6) - [一、主从搭建准备](#_16) - [二、Master](#Master_26) - - [1.修改mysql配置文件](#1mysql_28) - [2.创建授权用户](#2_47) - [3.查看日志和宿主机master的状态](#3master_ 阅读全文
posted @ 2023-06-18 18:14 xiondun 阅读(5756) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页