分辨率 public void ResolutionRatio(int value) { // Debug.Log(value); PlayerPrefs.SetInt("ResolutionRatio", value); switch (value) { case 0: if (PlayerPre ...
分类:
编程语言 时间:
2020-05-29 12:00:14
阅读次数:
218
JS内置对象 Window对象document、history、location、navigator、screen 返回相应对象的引用parent、self、top 分别返回父窗口、当前窗口和最顶层窗口的对象引用screenLeft、screenTop、screenX、screenY 返回窗口的左上 ...
分类:
Web程序 时间:
2020-05-28 16:43:07
阅读次数:
77
100个js常用技巧大全 1.JS输出语句:document.write(“”)2.JS中的注释为://3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,loca ...
分类:
Web程序 时间:
2020-05-26 18:03:25
阅读次数:
90
For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2. Input The first line ...
分类:
其他好文 时间:
2020-05-25 19:26:17
阅读次数:
61
看一下题目大意: For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2.。 自己翻译一下,不难 ...
分类:
其他好文 时间:
2020-05-25 12:06:37
阅读次数:
75
1.Outputs目录下的具体目录功能 2.logs目录 logs目录是用于存放log日志的一个目录。 2.reports目录 reports目录是用于存放测试报告的。 3.screenshots目录 screenshots目录是存放测试失败时的截图。 ...
分类:
编程语言 时间:
2020-05-25 09:31:34
阅读次数:
92
1038 Recover the Smallest Number (30分) Given a collection of number segments, you are supposed to recover the smallest number from them. For example, ...
分类:
编程语言 时间:
2020-05-25 00:13:01
阅读次数:
66
第9章 使用ssh服务管理远程主机。 1.配置网卡服务——使用nmtui命令来配置网络 2.创建网络会话 1)可以使用nmcli命令来管理Network Manager服务。nmcli是一款基于命令行的网络配置工具,功能丰富,参数众多。 2)可以使用nmcli命令并按照“connection add ...
分类:
系统相关 时间:
2020-05-24 00:48:41
阅读次数:
110
媒体查询:针对不同的媒体类型定义不同的样式! 常见的媒体类型 1.screen:用于电脑屏幕,平板电脑,智能手机 2.speech:应用于屏幕阅读器等发声设备 3.all:用于所有设备 常见的媒体功能 1.max-width:定义输出设备中网页最大的可见区域宽度 2.min-width:定义输出设备 ...
分类:
移动开发 时间:
2020-05-22 21:13:38
阅读次数:
79
1.打开AppScan,点击配置时报“内部异常” 2.网上百度了很多方法都是说下载更新个.Net framework 也没有解决 3. 从记录路径中查看log,Could not open Welcome Screen 字体“Courier New”不支持样 式“Regular” 4.http:// ...
分类:
移动开发 时间:
2020-05-19 12:41:17
阅读次数:
359