摘要:
Windows 上安装docker//(第一种)下载boot2dockerhttps://github.com/boot2docker/windows-installer/releases//(第二种)docker-toolboxhttps://www.docker.com/docker-toolb... 阅读全文
摘要:
用useradd时,并没有创建同名的用户主目录。例子:adduser user1这样他就会自动创建用户主目录,创建用户同名的组。root@ubuntu:~# sudo adduser db[sudo] password for xx:输入xx用户的密码,出现如下信息正在添加用户"db"…正在添加新组... 阅读全文
摘要:
The problem is because your folder is owned byroot, instead offtpuser.To fix it run:sudo chown -R ftpuser:nogroup /var/www/ftuuserfolderreboot 阅读全文
摘要:
ab.exe是一个性能检测工具,是apache server中的一个小组件,使用简单,方便 下载地址:http://files.cnblogs.com/files/gossip/ab.zip 使用方法: 1、打开cmd 2、进入ab.exe所在的路径(默认放在d盘根目录下) 3、命... 阅读全文
摘要:
1 . 怎么在ubuntu中,background的方式 启动express。 网站www/home/host/express/web/bin# nohup node www2. Node.js的这种设计虽然有利于提高性能,却不利于开发调试,因为我们在开发过程中总是希望修改后立即看到效果,而不是每次... 阅读全文
摘要:
项目中由于需求设计,数据库中需要一个timestamp时间戳类型的字段来作为区别数据添加和修改的标识。由于timestamp在SQL SERVER 2005数据库中,不可为空的timestamp类型在语义上等同于binary(8)类型,可为空的 timestamp类型在语义上等同于varbinary... 阅读全文
摘要:
IIS作为一款流行的Web服务器,在当今互联网环境中占有很大的比重,绝大多数的asp、asp.net网站都运行在它上面。因此,也引来了无数 黑客们关注的目光。目前针对IIS的攻击技术已经非常成熟,而且相对技术门槛较低,所以很多初学者拿它来练手。许多网站因为网站管理员的安全意识不高或技 术上的疏忽而惨... 阅读全文
摘要:
print "Hello World!"action = raw_input("please select your action{1, 2, 3, 4, 5, 6, 7, 8, 9, o}: ")print actionif action == str("1"): #print hello na... 阅读全文
摘要:
//清除空列 Sub ClearNullMacro1() Dim j As Integer Dim colCount As Integer colCount = Cells(2, Columns.Count).End(xlToLeft).Column ... 阅读全文