1. linux下修改文件用户组
chgrp: change group的简写,修改文件所属的用户组。
linux下修改文件所有者
chown :change owner的简写, 修改文件的所有者。...
分类:
系统相关 时间:
2014-06-11 00:51:47
阅读次数:
336
用了一年的语言,觉得啰嗦,懒人一个,不中意它,但,纪念下。
教程:http://www.ada-europe.org/resources/online/...
分类:
其他好文 时间:
2014-06-11 00:49:46
阅读次数:
215
几个实例展示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
Online Judge
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4977 Accepted Submission(s): 1889
Problem Description
Ignatius is b...
分类:
其他好文 时间:
2014-06-10 08:15:02
阅读次数:
214
#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
一 .Fast index CreationMySQL 5.5和更高版本并且MySQL 5.1
innodb plugin支持Fast index
Creation,对于之前的版本对于索引的添加或删除这类DDL操作,MySQL数据库的操作过程为如下:(1)首先创建新的临时表,表结构通过命令ALTAR...
分类:
数据库 时间:
2014-06-09 15:50:27
阅读次数:
518
微软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