作者: steven_roc

0

获取指定日期时间

获取指定日期时间

#define _CRT_SECURE_NO_WARNINGS * *//一定要添加上**
#include<stdio.h>
#include<time.h>
int main()
{
time_t     now;
stru[……]

继续阅读

0

paho.mqtt.c

paho.mqtt.c

https://github.com/eclipse/paho.mqtt.c

https://docs.emqx.com/zh/cloud/latest/connect_to_deployments/c_sdk.html#%E5%AE%8C%E6%95%B4%E4[……]

继续阅读

0

MQTT服务器部署

 

安装 Mosquitto

https://learningsky.io/install-mosquitto-mqtt-message-broker-on-raspberry-pi-and-python-publish-subscription/

systemctl daemon-[……]

继续阅读

0

端口转发工具Rinetd详细入门教程

端口转发工具Rinetd详细入门教程

https://juejin.cn/post/7241153603658301477

Rinetd是一个用于端口转发的工具,它可以将来自一个端口的流量转发到另一个指定的端口。以下是Rinetd的详细入门教程:

ubuntu下载工具

sud[……]

继续阅读

0

github清除通知

github清除通知

Settings=》Notifications=》Subscriptions  View watched repositories.=》Unwatch ,修改为:Ignore

[……]

继续阅读

0

word分页设置前一页后一页横向纵向

word分页设置前一页后一页横向纵向

一、word设置前一页和后一页 纵向、横向分开,设置方案如图所示

一、插入=》分页                   二、布局=》分节符 下一页                                 

           [……]

继续阅读

0

apache https ssl配置

xampp Ubuntu 22.04

一、https ssl证书申请 apache ssl系列证书

1、延期或申请新的ssl证书

https://www.51ssl.com/orders

2、延长

二、Ubuntu 22.04

 

1、[……]

继续阅读