1. Creating Alibaba Cloud IoT Products and Devices Currently, Alibaba Cloud offers 1 million free data usage each month, allowing users to utilize bot[......] 继续阅读

2019年12月15日 1条评论 1441点热度 0人点赞 痴者工良 阅读全文

1. Introduction (Copy of Zhang's Dragon Ball) The 5G era is approaching, and the development of IOT will be like a tiger with wings. The cross-platfo[......] 继续阅读

2019年12月15日 3条评论 1974点热度 5人点赞 痴者工良 阅读全文

    一,开题 (Copy 张队的七龙珠) 5G时代已经快来临, IOT 的发展会如虎添翼~ .NET Core 跨平台在各方面开发出现越来越多的实现例子,笔者的这个示例是在树莓派Linux 上实现直连对接阿里云IOT平台。 背景信息:   &nbsp[......] 继续阅读

2019年12月15日 3条评论 6732点热度 5人点赞 痴者工良 阅读全文

4我的板子是 Orange pi 3,只能以 卧槽来形容。。。 我是搞.net core的,这板子死活搞不了。 刷的是Debain系统。 说实话,这个板子不错,可就是官方的系统实在不敢恭维,内核旧,软件兼容性不行。 不说废话了。 背景 板子系统Debain,内核 4.9,只适配了GCC 4.9. 我[......] 继续阅读

2019年12月15日 0条评论 4511点热度 0人点赞 痴者工良 阅读全文

4 My board is an Orange Pi 3, and I can only describe it as "卧槽"... I work with .NET Core, and I just can't get this board to work. I have flashed the[......] 继续阅读

2019年12月15日 0条评论 1634点热度 0人点赞 痴者工良 阅读全文

CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 先同步系统时间 shell 输入命令 date 如果显示的时间跟你本地时间不一样,先设置时区 cp /usr/share/zoneinfo/Asia/Shanghai /e[......]继续阅读

2019年12月15日 1条评论 5527点热度 0人点赞 痴者工良 阅读全文

CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none First Sync the System Time Input the command in shell date If the displayed time is dif[......] 继续阅读

2019年12月15日 1条评论 5637点热度 0人点赞 痴者工良 阅读全文

 Directory 1. Introduction 2. Install Virtual Serial Port Software 3. Create a New Project and Add flyfire.CustomSerialPort 4. Description of fly[......] 继续阅读

2019年12月15日 1条评论 1622点热度 0人点赞 痴者工良 阅读全文

 目录 1,前言 2,安装虚拟串口软件 3,新建项目,加入 flyfire.CustomSerialPort 4,flyfire.CustomSerialPort 说明 5,开始使用 flyfire.CustomSerialPort 6,实现把数据写入串口 7,实现监听[......] 继续阅读

2019年12月15日 1条评论 4594点热度 0人点赞 痴者工良 阅读全文

Recently, I was studying serial communication in a cross-platform manner under .NET Core, and I came across an article discussing communication in Lin[......] 继续阅读

2019年12月15日 2条评论 1474点热度 2人点赞 痴者工良 阅读全文

前些天在学习在 .NET Core下,跨平台使用串口通讯,有一篇文章说到在Linux/物联网下,实现通讯。 主要问题出现在以下两个类库 SerialPortStream flyfire.CustomSerialPort 作者地址: https://www.cnblogs.com/lonelyxmas[......] 继续阅读

2019年12月15日 2条评论 5806点热度 2人点赞 痴者工良 阅读全文

So far, I have interviewed  5  10 companies... The company for this interview task is a listed company. The task is in English (tr[......] 继续阅读

2019年12月15日 3条评论 4561点热度 1人点赞 痴者工良 阅读全文

目前为止,已经面试  5  10 家了。。。 这个试题面试的公司是某一上市公司。 试题是英文的(后面给出翻译): you're given a task of writing a simple program where an and user will be[......] 继续阅读

2019年12月15日 3条评论 4811点热度 1人点赞 痴者工良 阅读全文

  Categories of Knowledge Points to Master in T-SQL SQL for executing queries against databases SQL for retrieving data from databases SQL for i[......] 继续阅读

2019年12月15日 3条评论 8942点热度 0人点赞 痴者工良 阅读全文

  T-SQL 要掌握的知识点分类 SQL 面向数据库执行查询 SQL 从数据库取回数据 SQL 在数据库中插入新的记录 SQL 更新数据库中的数据 SQL 从数据库删除记录 SQL 创建新数据库 SQL 在数据库中创建新表 SQL 在数据库中创建存储过程 SQL 在数据库中创建视图 S[......] 继续阅读

2019年12月15日 3条评论 9568点热度 0人点赞 痴者工良 阅读全文

 Newtonsoft.Json Newtonsoft.Json is a tool for manipulating JSON on the .Net platform. There is no need to elaborate on its introduction; I have[......] 继续阅读

2019年12月15日 0条评论 2291点热度 0人点赞 痴者工良 阅读全文

 Newtonsoft.Json Newtonsoft.Json 是.Net平台操作Json的工具,他的介绍就不多说了,笔者最近在弄接口,需要操作Json。 以某个云计算平台的Token为例,边操作边讲解。 Json 转为 Model 将 Model 转为 Json 将 LINQ 转为 JSON L[......] 继续阅读

2019年12月15日 0条评论 5310点热度 0人点赞 痴者工良 阅读全文

Sum of Digits Given a non-negative integer num, repeatedly add the digits of the number until the result is a single digit. Example: Input: 38 Output[......]继续阅读

2019年12月15日 0条评论 4076点热度 1人点赞 痴者工良 阅读全文

各位相加 给定一个非负整数 num,反复将各个位上的数字相加,直到结果为一位数。 示例: 输入: 38 输出: 2 解释: 各位相加的过程为:3 + 8 = 11, 1 + 1 = 2。 由于 2 是一位数,所以返回 2。 进阶:你可以不使用循环或者递归,且在 O(1) 时间复杂度内[......] 继续阅读

2019年12月15日 0条评论 4180点热度 1人点赞 痴者工良 阅读全文

Problem 1 Original link https://leetcode-cn.com/problems/two-sum/ Given an integer array nums and a target value target, please fi[......] 继续阅读

2019年12月15日 1条评论 5223点热度 0人点赞 痴者工良 阅读全文
156789