1. linux下修改文件用户组
chgrp: change group的简写,修改文件所属的用户组。
linux下修改文件所有者
chown :change owner的简写, 修改文件的所有者。...
分类:
系统相关 时间:
2014-06-11 00:51:47
阅读次数:
336
几个实例展示python中数据结构list的魅力!
list变量申明
the_count = [1, 2, 3, 4, 5]
fruits = ['apples', 'oranges', 'pears', 'apricots']
change = [1, 'pennies', 2, 'dimes', 3, 'quarters']
访问list元素
array= [1,2,5,3,6,8...
分类:
编程语言 时间:
2014-06-11 00:16:28
阅读次数:
285
OCP 053:192.What is the purpose of the until
change option of the restore command?A. It allows you to select the SCN that you
want to restore to.B. It...
分类:
其他好文 时间:
2014-06-10 13:10:23
阅读次数:
315
前言在上篇文章中提到了MySQL 5.6 Online DDL,如果是MySQL
5.5的版本在DDL方面是要付出代价的,虽然已经有了Fast index
Creation,但是在添加字段还是会锁表的,而且在添加删除辅助索引是会加S锁,也就是无法进行写操作。所以,这里就有相关工具的出现,那就是pt-...
分类:
其他好文 时间:
2014-06-10 11:32:56
阅读次数:
323
#pragma mark 网络请求-(void)httpNetworkData{
NSString *str =@"http://115.29.177.74:8800/loose_change/login?"; NSURL
*url=[NSURL URLWithString:str]; ...
分类:
其他好文 时间:
2014-06-09 18:24:47
阅读次数:
252
文件,目录 pwd:查看当前目录 Print Working Directory
cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch
创建新文件 ln -s source dest ...
分类:
系统相关 时间:
2014-06-09 00:05:22
阅读次数:
334
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You
can change the proxy with InternetSetOption method from the winine...
分类:
Web程序 时间:
2014-06-08 20:32:36
阅读次数:
308
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You
can change the proxy with InternetSetOption method from the winine...
分类:
Web程序 时间:
2014-06-08 20:26:43
阅读次数:
298
什么是单一职责原则 什么是单一职责原则? 单一职责原则的英文名称是Single
Responsibility Principle,简称SRP。SRP的原话解释是:There should never be more than one
reason for a class to change.也就是说...
分类:
其他好文 时间:
2014-06-08 19:36:12
阅读次数:
315
tomcat启动报错,无法创建 bean listenerStatusChangeDealHandler, no queue 'STOCK.NOTIFY_CHANGE.INTER.CACHE.QUEUE' in vhost
从启动日志来看,有时候仅会看到内存泄漏,而没有与queue相关的日志,很容易走错方向。
按照
http://blog.csdn.net/wangjunjun2008/a...
分类:
其他好文 时间:
2014-06-08 10:54:17
阅读次数:
924