### 文件编码 我们首先新建一个`test.php`并随便`echo`一些中文 ![WX20180912-090750@2x.png](https://storage.liesauer.net/2018/09/3573411782.png) 然后在浏览器中访问,可以从下图中看到浏览器正确识别了编码,但是为什么呢?我们并没有告诉浏览器我们的编码是什么,浏览器是如何知道的呢? - 阅读剩余部分 -
- 阅读剩余部分 -
|中文名| 英文名 | ARGB | 示例 | | ---- | -------- | ---------- | :--------------------------------------: | | 黑色 | black | 0xFF000000 | ▇▇▇ | | 深灰 | darkGray | 0xFF555555 | ▇▇▇ | | 浅灰 | lightGray | 0xFFAAAAAA | ▇▇▇ | | 白色 | white | 0xFFFFFFFF | ▇▇▇ | | 灰色 | gray | 0xFF7F7F7F | ▇▇▇ | | 红色 | red | 0xFFFF0000 | ▇▇▇ | | 绿色 | green | 0xFF00FF00 | ▇▇▇ | | 蓝色 | blue | 0xFF0000FF | ▇▇▇ | | 青色 | cyan | 0xFF00FFFF | ▇▇▇ | | 黄色 | yellow | 0xFFFFFF00 | ▇▇▇ | | 洋红 | magenta | 0xFFFF00FF | ▇▇▇ | | 橙色 | orange | 0xFFFF7F00 | ▇▇▇ | | 紫色 | purple | 0xFF7F007F | ▇▇▇ | | 棕色 | brown | 0xFF996633 | ▇▇▇ | | 透明 | clear | 0x00000000 | ▇▇▇ |
1. [Creating and editing solution files with the .NET CLI](https://andrewlock.net/creating-and-editing-solution-files-with-the-net-cli/ "Creating and editing solution files with the .NET CLI") 2. [Creating NuGet packages in Docker using the .NET Core CLI](https://andrewlock.net/creating-nuget-packages-in-docker-using-the-net-core-cli/ "Creating NuGet packages in Docker using the .NET Core CLI")
### 前言 在项目中引用了带有通配符的nuget包之后,`restore`的行为就会变得莫名其妙起来,有的项目会自动检阅匹配最新版本并`restore`,而有的却死活在用之前版本的缓存。 ### 解决方法 推荐使用方法二。 #### 1. 手动改动版本并`restore` 1. 编辑项目`*proj`文件,把包引用的版本改为最新的具体版本。 2. `dotnet restore` 3. 再次把包版本改为`x.x.x.*` 4. `dotnet restore` #### 2. 清除nuget缓存 1. `dotnet nuget locals all --clear` 2. `dotnet restore`
### 前言 本文章并不对文章所涉及的知识点进行扫盲,如果您未接触过文章中所涉及的知识点请花点时间了解学习。 ### 涉及知识点 1. `Visual Studio Code` 2. `launch.json` 3. `tasks.json` - 阅读剩余部分 -
域名出售
服务器推荐