H5页面在移动端无法满屏自适应窗口,怎么办? <meta name="viewport"content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> H5页面 ...
分类:
移动开发 时间:
2017-07-05 13:39:54
阅读次数:
1577
It has been said that a watch that is stopped keeps better time than one that loses 1 second per day. The one that is stopped reads the correct time t ...
分类:
其他好文 时间:
2017-07-03 21:15:35
阅读次数:
230
在安装之前,请确保已安装Git和NodeJS。 cmd机内命令窗口,输入以下命令: 设置国内镜像: 查看安装信息你可以使用以下命令来查看所有全局安装的模块:$ npm list -g├─┬ cnpm@4.3.2│ ├── auto-correct@1.0.0│ ├── bagpipe@0.3.5│ ...
分类:
Web程序 时间:
2017-07-03 16:35:11
阅读次数:
376
使用签名文件keystore查看生成的数字签名中报错解决 Keystore was tampered with, or password was incorrect 这是由于android规定自己定义签名文件必需要跟默认的签名文件的名字一样才算正确。。。 在签名的时候不要使用 窗体->首选项->an ...
分类:
其他好文 时间:
2017-07-01 19:26:58
阅读次数:
187
11. View the Exhibit and examine the structure of the PRODUCTS table. All products have a list price. You issue the following command to display the t ...
分类:
其他好文 时间:
2017-06-30 15:26:06
阅读次数:
192
一、题目 1、描述 2、题意 返回无序数组中缺失的第一个正整数。 二、解答 1、思路: ① 数组进行排序,下标从数值为正整数开始; ② 若后面数值与前面数值重复,下标+1; ③ 返回 第一个缺失的数值,跳出循环 方法二: The key here is to use swapping to keep ...
分类:
其他好文 时间:
2017-06-29 11:12:36
阅读次数:
183
1、Eureka常见问 1.1、Eureka Enviroment 的配置 参考 https://github.com/Netflix/eureka/wiki/Configuring-Eureka 1.2、Eureka Datacenter 的配置 配置eureka.datacenter=cloud ...
分类:
其他好文 时间:
2017-06-28 16:14:17
阅读次数:
2317
一、HyperLogLog HyperLogLog是用来做基数统计的。 其可以非常省内存的去统计各种计数,比如注册ip数、每日访问IP数、页面实时UV(PV肯定字符串就搞定了)、在线用户数等在对准确性不是很重要的应用场景。 HyperLogLog的优点是: 在输入元素的数量或者体积非常非常大时,计算 ...
分类:
其他好文 时间:
2017-06-26 20:02:23
阅读次数:
239
int ImageAdjust(IplImage* src, IplImage* dst, double low, double high, // X方向:low and high are the intensities of src double bottom, double top, // Y方 ...
分类:
其他好文 时间:
2017-06-25 20:23:53
阅读次数:
148
实验四 功能自动化测试(2学时) 一、实验目的 1) 学习QTP工具的使用 2)了解黑盒自动化测试 二、实验要求 (1)对被测程序进行黑盒测试用例设计 (2)对QTP的飞机订票系统的任一界面或控件实现自动化测试。(测试的具体自选) (3)写出该程序的缺陷。 三、实验内容 1、对QTP的样例小程序飞机 ...
分类:
其他好文 时间:
2017-06-24 00:23:45
阅读次数:
197