VNC:VNC(Virtual Network Computing),为一种使用RFB协议的屏幕画面分享及远程操作软件。此软件借由网络,可发送键盘与鼠标的动作及即时的屏幕画面。VNC与操作系统无关,因此可跨平台使用,例如可用Windows连线到某Linux的计算机,反之亦同。甚至在没有安装客户端程序 ...
分类:
其他好文 时间:
2020-04-19 14:42:13
阅读次数:
63
Centos7 解压版Nginx如何设置开机自启动 第一步:创建nginx.service 文件 第二步:添加以下内容,我的目录在/usr/local/nginx/下 [Unit]:服务的说明 Description:描述服务 After:描述服务类别 [Service]服务运行参数的设置 Type ...
分类:
其他好文 时间:
2020-04-19 12:55:08
阅读次数:
116
Here is instruction show you guide on how to use Obd2 diagnostic tool ASIST diagnostics to reprogram OCS control unit for Nissan Sentra. IMPORTANT: Se ...
分类:
其他好文 时间:
2020-04-19 10:30:32
阅读次数:
66
<ec:PathListBox x:Name="numberPathListBox" IsHitTestVisible="False"> <ec:PathListBox.ItemTemplate> <DataTemplate> <TextBlock Foreground="White" Text=" ...
方法名称: // 类Method的名称:getXXX,返回值类型不应该是Unit,取一些东西,就应该明确返回值类型,该Method里面不能产生副作用。 def getName:String = {} // 推荐写法 def getName:Unit = {} // 不推荐写法 // 类Method的... ...
分类:
其他好文 时间:
2020-04-18 10:13:45
阅读次数:
80
先简单理解下面示例: 什么是多态? 我的理解就是: 同样一个方法, 在不同的对象里会有不同的实现, 仅此而已. unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, ...
类中使用数组属性,声明方式如下: property 属性名[参数列表]:属性类型 Read 方法名 Write 方法名; 声明数组属性时要注意: (1)参数表与过程或函数参数表非常相似,只是用方括号,参数表中的参数类型可以是任何类型。 (2)声明数组属性时,访问说明中在Read 或Write 后面的 ...
分类:
编程语言 时间:
2020-04-17 23:49:44
阅读次数:
81
ESLint fix自动修复所有格式问题 "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/ test/unit test/e2e/specs", npm run lint-fix ...
分类:
其他好文 时间:
2020-04-17 23:21:30
阅读次数:
81
参考: Unity3D插件介绍 LayaAir-Demo (GitHub上3D的demo) Laya版本2.5.0 Unity版本2018.4.7 一 Unity下载 Laya在版本2.3之后,只能使用Unity 2018.4.7版本 Unity下载地址:https://www.unity.cn/r ...
分类:
编程语言 时间:
2020-04-17 21:50:40
阅读次数:
221
unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Bu ...