In a .NET Core project (library), using Entity Framework, the database generation fails when establishing the model. Could not load assembly 'xxx'. E[......]继续阅读
In a .NET Core project (library), using Entity Framework, the database generation fails when establishing the model. Could not load assembly 'xxx'. E[......]继续阅读
在.NET Core 项目钟(类库),使用Entity Framework,建立模型生成数据库时,失败 Could not load assembly 'xxx'. Ensure it is referenced by the startup project 'xxx'. 改成 64 位即可 假[......] 继续阅读
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[......] 继续阅读
4我的板子是 Orange pi 3,只能以 卧槽来形容。。。 我是搞.net core的,这板子死活搞不了。 刷的是Debain系统。 说实话,这个板子不错,可就是官方的系统实在不敢恭维,内核旧,软件兼容性不行。 不说废话了。 背景 板子系统Debain,内核 4.9,只适配了GCC 4.9. 我[......] 继续阅读
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[......] 继续阅读
CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 先同步系统时间 shell 输入命令 date 如果显示的时间跟你本地时间不一样,先设置时区 cp /usr/share/zoneinfo/Asia/Shanghai /e[......]继续阅读
In the Rancher UI, when adding a host and running in the shell via SSH, clicking the "Shutdown" button showed no information about the host. F[......] 继续阅读
在 Rancher UI 中,添加主机,在 Shell ssh 运行了,然后 点击 “关闭” 按钮,发现没有显示如何主机。 第一步,先去查看应用是否正常,就是 应用 - 全部应用 如果显示是 unhealthy ,说明不正常。 解决方法1: 去云主机的控制台,[......] 继续阅读
Directory 1. Introduction 2. Install Virtual Serial Port Software 3. Create a New Project and Add flyfire.CustomSerialPort 4. Description of fly[......] 继续阅读
目录 1,前言 2,安装虚拟串口软件 3,新建项目,加入 flyfire.CustomSerialPort 4,flyfire.CustomSerialPort 说明 5,开始使用 flyfire.CustomSerialPort 6,实现把数据写入串口 7,实现监听[......] 继续阅读
Recently, I was studying serial communication in a cross-platform manner under .NET Core, and I came across an article discussing communication in Lin[......] 继续阅读
前些天在学习在 .NET Core下,跨平台使用串口通讯,有一篇文章说到在Linux/物联网下,实现通讯。 主要问题出现在以下两个类库 SerialPortStream flyfire.CustomSerialPort 作者地址: https://www.cnblogs.com/lonelyxmas[......] 继续阅读
Table of Contents: 1. HttpWebRequest Instantiation 2. GetResponse to Retrieve Request Results 3. Retrieve Results 4. Get Stream Informatio[......] 继续阅读
目录: 1,HttpWebRequest 实例化 2,GetResponse 获取请求结果 3,获取结果 4,获取流信息 HttpWebRequest 是一个Http 请求类,继承于 WebRequest。 WebRequest 是一个抽象类,能够对统[......] 继续阅读
The Author's Website whuanle.cn Upon visiting, you will be redirected to https://www.whuanle.cn Similarly, visiting www.whuanle.cn also redirects to h[......] 继续阅读
笔者的网站 whuanle.cn 访问你会发现,跳转到 https://www.whuanle.cn 同样,访问 www.whuanle.cn,也跳转到 https://www.whuanle.cn。 笔者的网站使用 腾讯云+jexus来部署,网站使用ASP.NET Core来编写。 加上免费的 C[......] 继续阅读
So far, I have interviewed 5 10 companies... The company for this interview task is a listed company. The task is in English (tr[......] 继续阅读
目前为止,已经面试 5 10 家了。。。 这个试题面试的公司是某一上市公司。 试题是英文的(后面给出翻译): you're given a task of writing a simple program where an and user will be[......] 继续阅读
The article is continuously being updated. Features are not concentrated in a specific namespace, but rather different features exist under different[......] 继续阅读
文章持续补充中 特性并不是集中在某一命名空间中,而是不同的特性在不同的命名空间下,特性是某一命名空间下提供的语法糖。 有哪些命名空间提供特性: 命名空间 描述 Microsoft.Build.Framework 包含定义任务和记录器与 MSBuild 引擎的交互方式的类型[......] 继续阅读