更改后缀为.xml在安装谷歌地球的电脑打开 ...
分类:
其他好文 时间:
2018-10-06 17:08:52
阅读次数:
192
page.evaluateOnNewDocument(pageFunction, ...args) pageFunction <function|string> Function to be evaluated in browser context ...args <...Serializable> ...
分类:
Web程序 时间:
2018-10-06 17:08:44
阅读次数:
234
题目 分析 第一眼看去,,很明显的背包问题。 但看看数据规模,于是就想到了贪心,算出性价比,排序 有一个关键点要注意 题目的容积只有1和2 所以当容积是双数时,一定能装完 但单数时呢?? 比如 3 3 1 7 2 14 1 9 排序后贪心一个个加后发现会容积无法达到0 所以为了排除这种情况 在排序是 ...
分类:
其他好文 时间:
2018-10-06 17:08:32
阅读次数:
188
https://wenku.baidu.com/view/dc356290af1ffc4fff47ac0d.html?rec_flag=default&sxts=1538121950212 1.确定因素,确定因素的影响值,然后无量纲化处理。(这基本是这类模型必须的步骤了) Xi=[xi1, xi2, ...
分类:
其他好文 时间:
2018-10-06 17:08:25
阅读次数:
442
6.23 平均旋转时间: T avg rotation = 1/2*T max rotation = 1/2*(60s/15000RPM)*1000ms/s≈2ms 平均传送时间: T avg transfer = 1/RPM * (1/(平均扇区数/磁道))*60s/1min = 1/15000R ...
分类:
移动开发 时间:
2018-10-06 16:46:37
阅读次数:
703
Android虚拟机的使用,使得android应用和Linux内核分离,这样做使得android系统更稳定可靠,比如程序中即使包含恶意代码,也不会直接影响系统文件;也提高了跨平台兼容性。在Android4.4以前的系统中,Android系统均采用Dalvik作为运行andorid程序的虚拟机,在an... ...
分类:
移动开发 时间:
2018-10-06 16:46:31
阅读次数:
249
【本质】 分离抽象与实现。 【定义】 将变化的部分抽象出来,组合多个维度的变化。 【优点】 松耦合;良好的扩展性。 【缺点】 增加系统的理解与设计难度。 【类图】 【应用:JDBC 驱动】 JDBC 编程步骤: 1. 加载驱动,交给 DriverManager 注册。 1. 获得连接,使用注册的驱动 ...
分类:
其他好文 时间:
2018-10-06 16:46:23
阅读次数:
145
前言: plumbing命令 和 porcelain命令 git中的命令分为plumbing命令和porcelain命令: porcelain命令就是我们常用的 ,`git commit`等命令 plumbing命令可以理解为更底层的命令,实际上一个porcelain命令可以由若干个plumbing ...
分类:
其他好文 时间:
2018-10-06 16:46:13
阅读次数:
147
用途 grep允许对文本进行模式查找,如果找到匹配模式,grep打印包含模式的所有行。 全称 grep全称是Global Regular Expression Print 参数 以下是常用的grep参数: -c :只输出匹配行的计数 -i :不区分大小写(只适用于单字符) -h :查询多个文件时不显... ...
分类:
系统相关 时间:
2018-10-06 16:46:04
阅读次数:
227
上次翻译的 "ABP vNext介绍" 发布后,引起了很多ABP好爱者的关注. 那么就趁热打铁,体验一下新ABP. 新的ABP中我最感兴趣的是它的模板系统,所以这次就利用模块系统做了留言板的例子,分享给大家. 留言板模块 我们的留言板模块功能很简单,就是提供用户留言的功能(废话),为了简单起见,功能 ...
分类:
其他好文 时间:
2018-10-06 16:45:57
阅读次数:
4514
Appium Log 清晰记录了所有的请求和结果 log [Appium] Welcome to Appium v1.8.1 [Appium] Appium REST http interface listener started on 0.0.0.0:4723 启动appium //启动appiu ...
分类:
移动开发 时间:
2018-10-06 16:45:48
阅读次数:
1109
原文链接: "API Versioning in .Net Core" 作者: "Neel Bhatt" 简介 Api的版本控制是Api开发中经常遇到的问题, 在大部分中大型项目都需要使用到Api的版本控制 在本篇博客中,我们将说明一下如何在.Net Core Api项目中使用Api版本控制。 本篇 ...
一、题目 Given n, a positive integer, how many positive integers less than n are relatively prime to n? Two integers a and b are relatively prime if there ...
分类:
其他好文 时间:
2018-10-06 16:45:27
阅读次数:
120
You are given a license key represented as a string S which consists only alphanumeric character and dashes. The string is separated into N+1 groups b ...
分类:
其他好文 时间:
2018-10-06 16:45:21
阅读次数:
177
/在文档上下文里执行脚本,并返回结果(async () => { const browser = await puppeteer.launch({ args: ['--no-sandbox'], timeout: 10000, }); const page = await browser.newPa ...
分类:
其他好文 时间:
2018-10-06 16:45:15
阅读次数:
140
socket 函数 system Call socket 函数原型: 参数adressfamily 举例 | adress family种类 | 功能描述 | | | | | AF_INET | IPV4用socket | | AF_INET6 | IPV6用socket | | AF_UNIX | ...
分类:
其他好文 时间:
2018-10-06 16:45:09
阅读次数:
176
列表视图 为实现各种排列组合类的视图(包括但不限于Spinner、ListView、GridView等等),Android提供了五花八门的适配器用于组装某个规格的数据,常见的适配器有:数组适配器ArrayAdapter、简单适配器SimpleAdapter、基本适配器BaseAdapter、翻页适配 ...
分类:
其他好文 时间:
2018-10-06 16:45:01
阅读次数:
179