码迷,mamicode.com
首页 >  
搜索关键字:ext1    ( 115个结果
Java-IO
1 public class Member { 2 private String name; 3 private int age; 4 public Member() { 5 } 6 public Member(String name, int age) { 7 this.name = name; ... ...
分类:编程语言   时间:2018-10-08 19:33:13    阅读次数:153
selenium之鼠标悬停/警告框处理/多窗口切换/下拉菜单的处理的介绍
一.鼠标悬停 代码里要引入ActionChains包,代码如下: from selenium.webdriver.commom.action_chains import ActionChains a.ActionChains 悬停类 b.move_to_element() 移动鼠标 c.perfor ...
分类:其他好文   时间:2018-08-22 20:40:32    阅读次数:695
快照lvm---全截图(ext4和xfs)
xfs ext4 ...
分类:其他好文   时间:2018-08-21 13:55:59    阅读次数:517
OGG抽取进程异常问题排查一例
1、问题现象抽取进程常常running,但是没有新产生trail文件,lag比较大 2、问题解决通过 info ext1 showch 查看抽取进程的Recovery Checkpoint,设置抽取进程到相应时间 shell下通过下列脚本过滤出OGG进程状态,留作监控使用 ...
分类:系统相关   时间:2018-08-15 14:02:15    阅读次数:349
The Moon and Sixpence摘抄
I had not yet learnt how contradictory is human nature; I did not know how much pose there is in the sincere, how much baseness in the noble, nor how ...
分类:其他好文   时间:2018-08-11 21:57:36    阅读次数:381
MySQL数据库的建立,查看,修改,删除
一.创建数据库 ###语法:###create database 或者 create schema 创建一个数据库 ###create database或者schema if not exists 数据库名###[指定默认值]character set 设置字符集 GBK简体中文 UTF8万国码 B ...
分类:数据库   时间:2018-07-27 12:09:22    阅读次数:177
hdu-2087(kmp)
题意:模板题,在第一个串中有几个第二个串 解题思路:板子题,拿来练手的; 代码: ...
分类:其他好文   时间:2018-07-08 22:08:52    阅读次数:147
c++简单程序设计-7
基础练习 11-7 11-3 11-4 应用练习 1. 2. ...
分类:编程语言   时间:2018-06-21 00:13:33    阅读次数:163
实验7
//11-7 #include using namespace std; int main(){ ios_base::fmtflags original_flags=cout.flags();//保存现有的格式化参数设置 cout #include using namespace std; int ... ...
分类:其他好文   时间:2018-06-21 00:10:48    阅读次数:164
第七次实验
//11-7 #include using namespace std; int main() { ios_base::fmtflags original_flags=cout.flags(); // flag指针?指向开头? cout #include #include using namespa... ...
分类:其他好文   时间:2018-06-20 22:31:04    阅读次数:165
115条   上一页 1 ... 3 4 5 6 7 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!