Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1687702
  • 博文数量: 362
  • 博客积分: 10587
  • 博客等级: 上将
  • 技术积分: 4098
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-10 18:15
文章分类

全部博文(362)

文章存档

2014年(1)

2013年(58)

2011年(115)

2010年(112)

2009年(76)

发布时间:2013-03-25 19:38:24

===== SVN文件冲突解决 ===svn list 列出SVN库所管理的文件svn info filename 查看文件名 或文件的svn信息svn checkout path 将path路径下的文件checkout下来svn add filename 添加文件filenamesvn commit -m "日志信息"  filename 提交文件svn update 更新当前目录下的所有文件svn update -r 200 filename .........【阅读全文】

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

发布时间:2013-03-25 13:49:20

SET GLOBAL expire_logs_days = 6;......【阅读全文】

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

发布时间:2013-03-23 19:43:59

#!/bin/bashcylinders=$(fdisk -l |grep cylinders | awk '{print $8}' | head -n 1)real_cylind=$(($cylinders - 1))echo $cylindersecho $real_cylindfdisk /dev/sda <<EOFnp1204810487807.........【阅读全文】

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

发布时间:2013-03-22 19:18:10

点击(此处)折叠或打开!<<zhengsenlincomment codecomment code...comment codecomment codezhengsenlin是here doc。把输入重定义到前面的命令。但是:是空命令,所以就相当于注释了。.........【阅读全文】

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

发布时间:2013-03-21 20:19:10

#!/usr/bin/expectset allhosts [open hosts.txt r]foreach all [read $allhosts] {    puts "$all"    set passwd "123456"    set newpasswd "12345678"  &nb.........【阅读全文】

阅读(876) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

zhengsenlin8882013-03-21 09:21

1抹温暖的微光ゝ:你好,请问有邮件服务器搭建的技术文档或博客文吗

你好。邮件服务器搭建的没有。

回复  |  举报

1抹温暖的微光ゝ2013-02-18 13:41

你好,请问有邮件服务器搭建的技术文档或博客文吗

回复  |  举报

zhengsenlin8882010-09-30 10:08

int-or-string.sh bash shell中没有区分整型还是字符串的,都是一样的。不区分类型。

回复  |  举报

superaurora2010-09-30 09:38

# int-or-string.sh: 整型还是字符串? 很想知道这个问题?

回复  |  举报

chinaunix网友2010-02-27 11:36

朋友,你好。希望能像你讨教一些关于JOSSO的知识。方便留一个QQ吗? 我的是85251642 ,希望能加我!

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册