码迷,mamicode.com
首页 >  
搜索关键字:reads    ( 984个结果
Java内存管理3-读书笔记
在介绍三种垃圾收集算法之前,先说下三种GC的区别: MinorGC:年轻代空间回收 MajorGC:老年代空间回收 FullGC:整个堆空间回收 垃圾收集算法分类 1.Serial Collector JVM在client模式下的默认GC方式.通过JVM配置参数:-XX:+UseSerialGC指定 ...
分类:编程语言   时间:2017-08-05 14:04:49    阅读次数:156
selenium测试(Java)--下载文件(十六)
下载文件需要在Firefox 的profile属性中配置一些参数,如下面的代码: 使用到的页面例子: <!DOCTYPE html><html><head><meta charset="UTF-8"><title>download</title></head><body> <a href="d.ex ...
分类:编程语言   时间:2017-08-05 11:49:57    阅读次数:187
JVM性能调优监控工具jps、jstack、jmap、jhat、jstat使用详解
JDK本身提供了很多方便的JVM性能调优监控工具,除了集成式的VisualVM和jConsole外,还有jps、jstack、jmap、jhat、jstat等小巧的工具,本博客希望能起抛砖引玉之用,让大家能开始对JVM性能调优的常用工具有所了解。 现实企业级Java开发中,有时候我们会碰到下面这些问 ...
分类:Web程序   时间:2017-08-05 09:52:04    阅读次数:299
illumina 测序原理
一些常用基本概念的介绍: flowcell流动池 是指Illumina测序时,测序反应发生的位置,1个flowcell含有8条lane lane通道 每一个flowcell上都有8条泳道,用于测序反应,可以添加试剂,洗脱等等 tile 每一次测序荧光扫描的最小单位 reads 指测序的结果,1条序列 ...
分类:其他好文   时间:2017-08-01 23:00:48    阅读次数:199
Result Maps collection already contains value for org.gwj.ssm.dao.CompanyMapper.BaseResultMap
如图,出现下面错误代码! 记住一定不要从上面开始找错误,先从出错提示信息的下面去找: 提示的大概意思是:Result Maps collection already contains value for org.gwj.ssm.dao.CompanyMapper.BaseResultMap Resu ...
分类:移动开发   时间:2017-08-01 15:45:41    阅读次数:246
mysql 创建函数ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_f
mysql 创建函数的时候 报错 ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabl ...
分类:数据库   时间:2017-08-01 11:10:13    阅读次数:241
Linux ps命令例子
EXAMPLES To see every process on the system using standard syntax: ps -e ps -ef ps -eF ps -ely To see every process on the system using BSD syntax: ps ...
分类:系统相关   时间:2017-07-31 11:23:20    阅读次数:232
经典10046剖析案例-5
The header /appl/oracle/admin/EI1T/udump/ei1t_ora_14246.trc Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production JServer Release 9.2.0.3.0 ...
分类:其他好文   时间:2017-07-30 18:04:32    阅读次数:229
2017ecjtu-summer training #1 UVA 10399
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-29 17:38:56    阅读次数:136
c读写文件
整理一波c读写文件的API。 fopen 打开模式有以下几种: In order to open a file as a binary file, a "b"character has to be included in the mode string. fread Reads an array o ...
分类:其他好文   时间:2017-07-27 12:39:54    阅读次数:138
984条   上一页 1 ... 56 57 58 59 60 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!