使用sessionStorage存储页面数据,如果是页面回退,则sessionStorage是不为空,然后把光标滚动到原记录的位置。 <script type="text/javascript"> $(function () { if (window.performance) { if (windo ...
分类:
Web程序 时间:
2019-11-25 15:36:12
阅读次数:
84
window.performance.navigation.type包含三个值:0 : TYPE_NAVIGATE (用户通过常规导航方式访问页面,比如点一个链接,或者一般的get方式)1 : TYPE_RELOAD (用户通过刷新,包括JS调用刷新接口等方式访问页面)2 : TYPE_BACK_F ...
分类:
其他好文 时间:
2019-11-25 11:30:15
阅读次数:
129
基本操作命令1、查看数据库列表信息showdatabases;mysql>showdatabases;+--------------------+|Database+--------------------+|information_schema|mysql|performance_schema|sys+--------------------+4rowsinset(0.11sec)2、查看
分类:
数据库 时间:
2019-11-24 09:44:02
阅读次数:
83
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:
其他好文 时间:
2019-11-23 12:40:43
阅读次数:
74
using System;using System.Collections.Generic;using System.Collections;using System.IO;using System.Runtime.Serialization.Formatters.Binary;using Syst ...
之前发现几张图对于linux使用者有着较强的参考意义,下面对其进行简单备忘: # linux 静态信息查看工具 # linux 性能测试工具 benchmark # linux 性能观测工具 # linux 性能调优工具 资源来源链接:http://www.brendangregg.com/linu ...
分类:
系统相关 时间:
2019-11-22 09:13:19
阅读次数:
93
数据库的基本操作 在MySQL数据库中,对于一个MySQL示例,是可以包含多个数据库的。 在连接MySQL后,我们可以通过 show databases; 来进行查看有那么数据库。这里已经存在一些库了,其中information_schema、auth、mysql、performance_schem ...
分类:
数据库 时间:
2019-11-16 23:04:33
阅读次数:
70
内购 Guideline 2.1 - Performance - App Completeness We found that while you have submitted in-app purchase products for your app, the in-app purchase fu ...
分类:
移动开发 时间:
2019-11-13 10:46:59
阅读次数:
365
对一般小公司来说 可能yarn调度能力足够了 但是对于大规模集群1000 or 2000+的话 yarn的调度性能捉襟见肘 恰好网上看到一篇很好的文章https://tech.meituan.com/2019/08/01/hadoop-yarn-scheduling-performance-opti ...
分类:
其他好文 时间:
2019-11-12 18:39:02
阅读次数:
90
由于换了SSD, 昨天安装了最新的 Idea 2019.2+ , 然后发现每次导入项目都有如下提示: 处理方法就是在Windows安全中心排除目录 处理方式参考: 官方 Known issues "Antivirus Impact on Build Speed" ...
分类:
Windows程序 时间:
2019-11-10 13:20:53
阅读次数:
1686