Expression Tree Practice: C# Operators [TOC] In C#, the arithmetic operators can be categorized into the following types: Arithmetic Operators Relati[......] 继续阅读

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

目录  一,工欲善其事,必先利其器 二,开机必备 三,更新 apt-get 源与软件搜索 四,安装 .NET Core 五,文件传输 六,搜索与安装软件 七,常见缺少的 xxx.so 八,小技巧与工具 一,工欲善其事,必先利其器 1,下载系统 树莓派官方下载系统地址 https://www[......] 继续阅读

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

Table of Contents  1. To do a good job, one must first sharpen one's tools 2. Essentials for Startup 3. Updating apt-get sources and software sea[......] 继续阅读

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

  ( .NET Core Dragon Balls ) 1. Support of IOT Platforms First, let's take a look at some excellent cloud computing IOT platforms in China (excl[......] 继续阅读

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

  ( .NET Core 七龙珠 ) 一、IOT 平台的支持 先看国内优秀的云计算IOT平台(不含QQ互联、小米IOT等针对特定产品的开发者平台,仅列出部分云计算厂商的IOT平台) 阿里云 IOT https://iot.aliyun.com/ 华为物联网 https://develo[......] 继续阅读

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

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条评论 46点热度 0人点赞 痴者工良 阅读全文

  一,创建阿里云 IOT 产品、设备 目前阿里云每月赠送 100 万条流量,可以免费使用基础版、高级版,开通后即可免费使用。 阿里云 IOT 平台地址 https://iot.console.aliyun.com/product 登陆开通后,新建测试产品、设备。 创建产品 产[......] 继续阅读

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

  Operating environment: Visual Studio 2017 How to achieve embedded development using C#? Although .NET Core allows for cross-platform developmen[......] 继续阅读

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

  操作环境:Visual Studio 2017 如何实现 使用 C# 进行嵌入式开发? .NET Core 虽然实现了跨平台,但是不可能处处使用 C# 开发,就好像没人使用SQL开发安卓APP,每种语言都有其优秀的地方和局限性。 就传感器、32位、16位嵌入式设备,可能只有那么几KB的[......] 继续阅读

2019年12月15日 2条评论 3076点热度 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条评论 62点热度 5人点赞 痴者工良 阅读全文

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

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

Table of Contents:   1. HttpWebRequest Instantiation 2. GetResponse to Retrieve Request Results 3. Retrieve Results 4. Get Stream Informatio[......] 继续阅读

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

目录:   1,HttpWebRequest 实例化 2,GetResponse 获取请求结果 3,获取结果 4,获取流信息   HttpWebRequest 是一个Http 请求类,继承于 WebRequest。 WebRequest 是一个抽象类,能够对统[......] 继续阅读

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

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条评论 3457点热度 1人点赞 痴者工良 阅读全文

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

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

文章持续补充中 特性并不是集中在某一命名空间中,而是不同的特性在不同的命名空间下,特性是某一命名空间下提供的语法糖。 有哪些命名空间提供特性:   命名空间   描述 Microsoft.Build.Framework 包含定义任务和记录器与 MSBuild 引擎的交互方式的类型[......] 继续阅读

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

The article is continuously being updated. Features are not concentrated in a specific namespace, but rather different features exist under different[......] 继续阅读

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

目录 一,网络基础 二,Socket 对象 三,Bind() 绑定与 Connect() 连接 四,Listen() 监听请求连接 和 Accept() 接收连接请求 五,Receive() 与 Send() 六,释放资源 七,IPAddress 和 IPEndPoint 2019-2-1[......] 继续阅读

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

Table of Contents 1. Network Basics 2. Socket Object 3. Bind() Binding and Connect() Connection 4. Listen() Listening for Connection Requests and Acce[......] 继续阅读

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

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

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