会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
乾坤未定,你我皆是黑马
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
2021年5月6日
Openwrt MTK7688 双串口配置
摘要: # make menuconfig 进入到菜单Kernel modules > Other modules > <*> kmod-sdhci-mt7620
阅读全文
posted @ 2021-05-06 08:57 K_Code
阅读(501)
评论(0)
推荐(0)
2021年4月27日
SiliconLabs Zigbee3.0 err-def.h
摘要: /***************************************************************************//** * @file * @brief Return-code definitions for EmberZNet stack API func
阅读全文
posted @ 2021-04-27 14:49 K_Code
阅读(223)
评论(0)
推荐(0)
2021年2月25日
一行python命令让手机读取电脑文件
摘要: 只需要在分享目录下地址栏输入cmd,然后输入 D:\Python\project\demo\my_scrapy> python3 -m http.server 8888Serving HTTP on :: port 8888 (http://[::]:8888/) ... -m: run libra
阅读全文
posted @ 2021-02-25 18:03 K_Code
阅读(491)
评论(0)
推荐(0)
2021年2月20日
win10 系统 python38 安装tensorflow
摘要: 1.安装 tensorflow # pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==2.3.02.下载cudart64_101.dll文件,然后将cudart64_101.dll复制到C:\Windows
阅读全文
posted @ 2021-02-20 15:21 K_Code
阅读(208)
评论(0)
推荐(0)
2021年1月20日
Silicom Lab Zigbee3.0 单火开关(休眠设备)如何在rejoin的时候降低功耗
摘要: 你好,ZigBee Sleep End Device在rejoin时,也有方法减低rejoin过程中的平均电流的。 ZSED在rejoin时,默认是全信道扫描的,可以修改rejoin时只扫描当前网络的信道,从而实现大大降低功耗。 ZED的rejoin分两种情况,一是ZED复位时,二是ZED丢失父节点
阅读全文
posted @ 2021-01-20 11:45 K_Code
阅读(469)
评论(0)
推荐(0)
Silicom Labs EFR32MG13 单火开关Plugins配置
摘要:
阅读全文
posted @ 2021-01-20 11:26 K_Code
阅读(196)
评论(2)
推荐(0)
2021年1月13日
SiliconLabs 创建GatewayHost
摘要: 根据工程的描述,我们还需要添加如下的Plugin: - Paho MQTT- cJSON- Gateway MQTT transport- Gateway Relay Mqtt- Device Table- Command Relay - HA Ttrust Center Link Key Upda
阅读全文
posted @ 2021-01-13 10:00 K_Code
阅读(118)
评论(0)
推荐(0)
2020年8月14日
mosquitto 安装与常用命令
摘要: 1.Centos7 Mosquitto搭建&集群:https://www.cnblogs.com/shiqiangqiang/p/8820484.html 2.mosquitto设置用户名和密码:https://www.cnblogs.com/zkwarrior/p/10950294.html 3.
阅读全文
posted @ 2020-08-14 08:37 K_Code
阅读(374)
评论(0)
推荐(0)
2020年7月7日
C语言之枚举enum使用
摘要: C语言枚举类型(Enum):定义形式为:enum typeName{ valueName1, valueName2, valueName3, ...... };enum 类型名{名字1,名字2} 枚举变量,枚举值默认从 0 开始,往后逐个加 1(递增) 枚举和宏其实非常类似:宏在预处理阶段将名字替换
阅读全文
posted @ 2020-07-07 09:54 K_Code
阅读(632)
评论(0)
推荐(0)
C语言之结构体学习
摘要: 1. 什么是结构体? 结构体是一种工具,用这个工具可以定义自己的数据类型。 2. 结构体与数组的比较 (1) 都由多个元素组成 (2) 各个元素在内存中的存储空间是连续的 (3) 数组中各个元素的数据类型相同,而结构体中的各个元素的数据类型可以不相同 3. 结构体的定义和使用 (1)一般形式 str
阅读全文
posted @ 2020-07-07 09:15 K_Code
阅读(283)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
公告