1.System.StringSplitOptions
解析:指定适用的System.String.Split方法重载包含还是省略返回值中的空子字符串。
2.System.StringSplitOptions.RemoveEmptyEntries
解析:返回值不包括含有空字符串的数组元素。
3.SiemensS7Net
解析:S7支持200smart,300PLC,1200PLC,1500PLC。
4.HslCommunication.ModBus.ModbusRtu
解析:Modbus-Rtu通讯协议的类库。
5.System.Reflection.BindingFlags
解析:Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
6.HATEOAS
解析:超媒体即应用状态引擎。
7.link是HATEOAS的核心
解析:
[1]href:用户可以用来检索资源或者改变应用状态的URI
[2]rel:用来描述资源和url的关系。比如,self表示了url自我描述的关系
[3]method:和此URL需要的http方法
8.Microsoft.AspNetCore.Mvc.ControllerBase.Url
解析:获取或设置IUrlHelper。
9.string Microsoft.AspNetCore.Mvc.IUrlHelper.Link(string routeName, object values)
解析:Generates an absolute URL for the specified routeName and route values, which contains the protocol (such as “http” or “https”) and host name from the current request. See the remarks section for important security information.
10.媒体类型分类
解析:
11.System.Net.Http.Headers.MediaTypeHeaderValue
解析:Represents a media type used in a Content-Type header as defined in the RFC 2616.
12.BadRequestResult Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest()
解析:Creates an BadRequestResult that produces a Status400BadRequest response.
13.Microsoft.AspNetCore.Mvc.MvcOptions
解析:Provides programmatic configuration for the MVC framework.
14.Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
解析:A TextOutputFormatter for JSON content.
15.Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter.SupportedMediaTypes
解析:Gets the mutable collection of media type elements supported by this OutputFormatter.
16.HATEOAS
解析:
[1]HATEOAS是Hypertext As The Engine Of Application State的缩写。
[2]采用Hypermedia的API在响应中除了返回资源本身外,还会额外返回一组Link。这组Link描述了对于该资源,消费者接下来可以做什么以及怎么做。
17.引发类型为Phx.FatalError的异常
解析:
18.UUID
解析:
[1]UUID是通用唯一识别码[Universally Unique Identifier]的缩写,其目的是让分布式系统中的所有元素,都能有唯一的辨识信息,而不需要通过中央控制端来做辨识信息的指定
[2]UUID是基于当前时间、计数器和硬件标识[通常为无线网卡的MAC地址]等数据计算生成
19.org.apache.log4j.DailyRollingFileAppender
解析:每天产生一个日志文件。
20.org.apache.log4j.RollingFileAppender
解析:文件大小到达指定尺寸的时候产生一个新的文件。
21.GitHub图片加载失败修复方法
解析:Windows下在C:WindowsSystem32driversetchosts中添加内容:
# GitHub Start 192.30.253.119 gist.github.com151.101.184.133 assets-cdn.github.com151.101.184.133 raw.githubusercontent.com151.101.184.133 gist.githubusercontent.com151.101.184.133 cloud.githubusercontent.com151.101.184.133 camo.githubusercontent.com151.101.184.133 avatars0.githubusercontent.com151.101.184.133 avatars1.githubusercontent.com151.101.184.133 avatars2.githubusercontent.com151.101.184.133 avatars3.githubusercontent.com151.101.184.133 avatars4.githubusercontent.com151.101.184.133 avatars5.githubusercontent.com151.101.184.133 avatars6.githubusercontent.com151.101.184.133 avatars7.githubusercontent.com151.101.184.133 avatars8.githubusercontent.com# GitHub End 22.System.Threading.Interlocked
解析:给变量提供原子操作,变量是被多线程共享。
23.System.IDisposable
解析:Provides a mechanism for releasing unmanaged resources.
24.void System.IDisposable.Dispose()
解析:Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
25.ILogger System.Threading.Interlocked.Exchange《ILogger》(ref ILogger location1, ILogger value)
解析:Sets a variable of the specified type T to a specified value and returns the original value, as an atomic operation.
1.System.StringSplitOptions
解析:指定适用的System.String.Split方法重载包含还是省略返回值中的空子字符串。
2.System.StringSplitOptions.RemoveEmptyEntries
解析:返回值不包括含有空字符串的数组元素。
3.SiemensS7Net
解析:S7支持200smart,300PLC,1200PLC,1500PLC。
4.HslCommunication.ModBus.ModbusRtu
解析:Modbus-Rtu通讯协议的类库。
5.System.Reflection.BindingFlags
解析:Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
6.HATEOAS
解析:超媒体即应用状态引擎。
7.link是HATEOAS的核心
解析:
[1]href:用户可以用来检索资源或者改变应用状态的URI
[2]rel:用来描述资源和url的关系。比如,self表示了url自我描述的关系
[3]method:和此URL需要的http方法
8.Microsoft.AspNetCore.Mvc.ControllerBase.Url
解析:获取或设置IUrlHelper。
9.string Microsoft.AspNetCore.Mvc.IUrlHelper.Link(string routeName, object values)
解析:Generates an absolute URL for the specified routeName and route values, which contains the protocol (such as “http” or “https”) and host name from the current request. See the remarks section for important security information.
10.媒体类型分类
解析:
11.System.Net.Http.Headers.MediaTypeHeaderValue
解析:Represents a media type used in a Content-Type header as defined in the RFC 2616.
12.BadRequestResult Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest()
解析:Creates an BadRequestResult that produces a Status400BadRequest response.
13.Microsoft.AspNetCore.Mvc.MvcOptions
解析:Provides programmatic configuration for the MVC framework.
14.Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
解析:A TextOutputFormatter for JSON content.
15.Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter.SupportedMediaTypes
解析:Gets the mutable collection of media type elements supported by this OutputFormatter.
16.HATEOAS
解析:
[1]HATEOAS是Hypertext As The Engine Of Application State的缩写。
[2]采用Hypermedia的API在响应中除了返回资源本身外,还会额外返回一组Link。这组Link描述了对于该资源,消费者接下来可以做什么以及怎么做。
17.引发类型为Phx.FatalError的异常
解析:
18.UUID
解析:
[1]UUID是通用唯一识别码[Universally Unique Identifier]的缩写,其目的是让分布式系统中的所有元素,都能有唯一的辨识信息,而不需要通过中央控制端来做辨识信息的指定
[2]UUID是基于当前时间、计数器和硬件标识[通常为无线网卡的MAC地址]等数据计算生成
19.org.apache.log4j.DailyRollingFileAppender
解析:每天产生一个日志文件。
20.org.apache.log4j.RollingFileAppender
解析:文件大小到达指定尺寸的时候产生一个新的文件。
21.GitHub图片加载失败修复方法
解析:Windows下在C:WindowsSystem32driversetchosts中添加内容:
# GitHub Start 192.30.253.119 gist.github.com151.101.184.133 assets-cdn.github.com151.101.184.133 raw.githubusercontent.com151.101.184.133 gist.githubusercontent.com151.101.184.133 cloud.githubusercontent.com151.101.184.133 camo.githubusercontent.com151.101.184.133 avatars0.githubusercontent.com151.101.184.133 avatars1.githubusercontent.com151.101.184.133 avatars2.githubusercontent.com151.101.184.133 avatars3.githubusercontent.com151.101.184.133 avatars4.githubusercontent.com151.101.184.133 avatars5.githubusercontent.com151.101.184.133 avatars6.githubusercontent.com151.101.184.133 avatars7.githubusercontent.com151.101.184.133 avatars8.githubusercontent.com# GitHub End 22.System.Threading.Interlocked
解析:给变量提供原子操作,变量是被多线程共享。
23.System.IDisposable
解析:Provides a mechanism for releasing unmanaged resources.
24.void System.IDisposable.Dispose()
解析:Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
25.ILogger System.Threading.Interlocked.Exchange《ILogger》(ref ILogger location1, ILogger value)
解析:Sets a variable of the specified type T to a specified value and returns the original value, as an atomic operation.
举报