更改Windows IP 地址的bat脚本; Windows 10的网卡设置,选择3和4; 改造优化bat,想法来源网络! ...
The interactive pseudo-classes for links (and buttons) allow us to make sure the user knows what elements on the page are interactive and that they ca ...
分类:
Web程序 时间:
2018-12-05 00:21:22
阅读次数:
244
一种新的描述符:门描述符(Gate Descriptor) 通过门描述符在不同特权级的代码间进行跳转 根据应用场景的不同,门描述符分为: 调用门(Call Gates) 中断门(Interrupt Gates) 陷阱门(Trap Gate) 任务门(Task Gate) 门描述符的内存结构 每一个门 ...
分类:
其他好文 时间:
2018-12-02 18:33:52
阅读次数:
239
pt-ioprofile 直接运行即可,对系统有影响,慎用!!! read:从文件中读出数据。要读取的文件用文件描述符标识,数据读入一个事先定义好的缓冲区。 write:把缓冲区的数据写入文件中。 pread:由于lseek和read调用之间,内核可能会临时挂起进程,所以对同步问题造成了问题,调用p ...
分类:
其他好文 时间:
2018-12-01 11:06:02
阅读次数:
132
1.Lambda表达式 使用前提 1.必须是函数式接口 2.必须参数和局部变量等等都要一一对应 标准格式 (参数类型 参数名)->{ 方法体}():方法的参数 没有则不写 如果多个 ,隔开 ->:代表指向动作 {}:重写方法 方法体的内容 省略格式规则 1.参数类型可以省略 (Person p) ( ...
分类:
编程语言 时间:
2018-11-30 20:22:09
阅读次数:
159
简评:本文系译文,这是 Bill Gates 为美剧《硅谷》撰写的一篇文章,没想到 Bill Gates 也在追这部超魔幻现实主义科技喜剧。剧中对科技行业的描绘恰如其分,剧组曾拜访过 Bill Gates,并且还向 Gates 本人咨询过本行业的历史,但是没有给他剧透哈哈 :) 考虑到硅谷对我们生活 ...
分类:
其他好文 时间:
2018-11-28 17:35:51
阅读次数:
151
转自:https://blog.minio.io/monitor-minio-server-with-prometheus-4ed537abcb74 Prometheus is an open source monitoring platform that help you analyze and ...
分类:
其他好文 时间:
2018-11-28 12:18:14
阅读次数:
493
Working with the Dynamic Type in C# https://www.red-gate.com/simple-talk/dotnet/c-programming/working-with-the-dynamic-type-in-c/?utm_source=simpletal... ...