1.服务端:public class UdpServer {
public static void main(String[] args) throws Exception{
...
一般对接硬件会用到16制发送 socket 数据包进行通讯。进行软件硬件交互,这里简单写了个测试demo。可以用于硬件对接测试,实际工程中需要对收发流程以及数据存储返回等进行处理才能真正使用。p...
npm WARN deprecated bfj-node4@5.3.1: Switch to the bfj package for fixes and new features!npm WAR...
请输入密码访问
请输入密码访问
请输入密码访问
插件地址:https://github.com/aksafan/yii2-fcm-both-apiyii2-fcm-both-apiYii2 Extension for sending push...
由于宝塔面板默认的php编译的curl未加入http2的支持,如果服务需要使用apns推送等需要http2.0的访问就会失败,所以重新编译php让其支持http2.0编译方法:一、安装nghtt...
1、转换p12证书 到 pem文件in 后边跟的是原证书out 后边跟的是输出证书名 下同openssl pkcs12 -in aps_dis.p12 -out app_dis_key.pem ...