Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1782986
  • 博文数量: 276
  • 博客积分: 1574
  • 博客等级: 上尉
  • 技术积分: 2894
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-26 23:23
个人简介

生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光

文章分类

全部博文(276)

文章存档

2017年(17)

2016年(131)

2015年(63)

2013年(2)

2012年(32)

2011年(31)

发布时间:2016-02-18 16:57:57

点击(此处)折叠或打开#!/usr/bin/env python# -*- coding:utf8 -*-'''python文档资源形式 角色#注释 文件中的文档dir函数 对象中可用属性的列表.........【阅读全文】

阅读(1315) | 评论(0) | 转发(0)

发布时间:2016-02-18 15:36:37

iotop是管理命令,普通用户没有权限运行.点击(此处)折叠或打开[t@bjb0541 ~]$ sudo iotop --helpUsage: /sbin/iotop [OPTIONS]DISK READ and DISK WRITE are the block I/O bandwidth used during the samplingperiod. SWAPIN and IO are th.........【阅读全文】

阅读(2014) | 评论(0) | 转发(0)

发布时间:2016-02-18 11:55:11

点击(此处)折叠或打开#!/usr/bin/env python#-*- coding:utf8 -*-from __future__ import print_function#迭代器与解析,第一部分#列表解析是对迭代中的项应用一个表达式的for循环的一种近似形式。.........【阅读全文】

阅读(1189) | 评论(0) | 转发(0)

发布时间:2016-02-17 17:13:16

redis info命令一共打印8个方面的信息:server,clients,memory,persistence,stats,replication,cpu,keyspaces 八个方面的信息info命令以一种易读的格式,返回关于 Redis 服务器的各种信息和统计数值。[codis@192_168_171_135 ~]$ ./redis-cli -h 192.168.171.140 -p 6382192.168.171.140:6382> info# Server &nbs.........【阅读全文】

阅读(2112) | 评论(0) | 转发(0)

发布时间:2016-02-16 16:42:36

pass......【阅读全文】

阅读(1125) | 评论(0) | 转发(0)

发布时间:2016-02-16 09:21:35

又一次内存分配失败(关于overcommit_memory)......【阅读全文】

阅读(5747) | 评论(0) | 转发(0)

发布时间:2016-02-04 17:29:08

转自http://www.cnblogs.com/evlon/p/4934705.html感谢阿牛提供的注册方式 0x1 ,安装0x2 , 调整时间到2038年。0x3 ,申请30天试用0x4, 退出pycharm0x5, 时间调整回来。 ##注册方法2###注册方法:    在 注册时选择 License server ,填 http://idea..........【阅读全文】

阅读(1088) | 评论(0) | 转发(0)

发布时间:2016-02-04 17:20:33

安装全pycharm后执行报错,信息如下:点击(此处)折叠或打开[t@bjb0541 ~]$ pycharm-professional OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=lcd.........【阅读全文】

阅读(7303) | 评论(0) | 转发(0)

发布时间:2016-02-03 15:51:42

输入信息三层全部正确,最后退出循环打印最终查询结果点击(此处)折叠或打开[t@bjb0541 python]$ ./day12.py >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>山东省北京市广东省========================.........【阅读全文】

阅读(2843) | 评论(0) | 转发(0)

发布时间:2016-02-03 10:44:40

[t@bjb0541 ~]$ uname -aLinux bjb0541 4.3.4-300.fc23.x86_64 #1 SMP Mon Jan 25 13:39:23 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux         升级内核后,VirtualBox 通常要执行内核驱动的重新编译加载,跟据执行过程中的提示,执行驱动编译加载命令:[t@bjb0541 ~]$ virtual.........【阅读全文】

阅读(2865) | 评论(0) | 转发(0)

发布时间:2016-01-28 20:05:48

判断是否>>> import os>>> os.path.isfile('/opt/dir')False>>> os.path.isfile('/opt/file')True>>> os.path.exists('/opt/file')True>>> os.path.exists('/opt/dir')True>>> os.makedirs('/opt/dir1')>>> os.path.exists('/opt/dir1')True.........【阅读全文】

阅读(2508) | 评论(0) | 转发(0)

发布时间:2016-01-28 19:21:09

点击(此处)折叠或打开#!/usr/bin/env python# -*- coding:utf8 -*-import osimport sys#userfile = file('user.txt', 'r+')userlist = []userdict = {}#是否存在.........【阅读全文】

阅读(2496) | 评论(0) | 转发(0)

发布时间:2016-01-21 14:48:40

多方查找解决方法无果,使用开发版也这个问题,真不知道ovirt团队有没有测试通过就发布.Failed to execute stage 'Misc configuration': Command './js-ant' failed to execute点击(此处)折叠或打开[root@220 ~]# engine-setup [ INFO ] Stage: Initializing[ INFO.........【阅读全文】

阅读(3407) | 评论(6) | 转发(0)

发布时间:2016-01-12 11:00:19

7.7.1. Populating the ISO Storage DomainAn ISO storage domain is attached to a data center. ISO images must be uploaded to it. Red Hat Enterprise Virtualization provides an ISO uploader tool that ensures that the images are uploaded into the correct directory path, with the correct user permission.........【阅读全文】

阅读(5744) | 评论(0) | 转发(0)

发布时间:2016-01-12 10:49:01

原来创建的存储域删除,或导入.[root@192-168-166-119 iso]# pwd/opt/iso[root@192-168-166-119 iso]# ls44a06f32-6f8f-4701-8925-6943b5a33811  __DIRECT_IO_TEST__[root@192-168-166-119 iso]# rm * -rfvremoved ‘44a06f32-6f8f-4701-8925-6943b5a33811/dom_md/inbox’removed ‘44a06f32-6f8f-4701-8925-69.........【阅读全文】

阅读(2253) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册