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

全部博文(362)

文章存档

2014年(1)

2013年(58)

2011年(115)

2010年(112)

2009年(76)

发布时间:2013-03-08 22:00:28

PerlMonks_tutorial_1.pl#!/usr/bin/perl#author: zhengsenlin#date: 2013-03-06#desc: Wx okuse 5.016;use strict;use warnings;use autodie;use Wx;package MyFrame;u.........【阅读全文】

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

发布时间:2013-03-08 13:02:42

aptitude install cmakegroupadd mysqluseradd -r -g mysql mysqlaptitude install libaio-devcd /root/software/tar zxvf Percona-Server-5.5.21-rel25.1-234.Linux.x86_64.tar.gzmv Percona-Server-5.5.21-rel25.1-234.Linux.x86_64 /usr/local/mysqlcd /usr/local/mysqlchown -R mysql:mysql ../scrip.........【阅读全文】

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

发布时间:2013-03-08 12:24:44

一. 安装C/C++程序的开发环境     1. sudo apt-get install build-essential //安装主要编译工具 gcc, g++, make     2. sudo apt-get install autoconf automake1.9     3. sudo apt-get install flex bison      4. sudo apt-get install man.........【阅读全文】

阅读(9021) | 评论(0) | 转发(1)

发布时间:2013-03-08 12:08:56

root@ubuntu:~# cp /etc/apt/sources.list /etc/apt/sources.list_bakroot@ubuntu:~# vi /etc/apt/sources.listroot@ubuntu:~# cat /etc/apt/sources.listdeb ftp://mirrors.xmu.edu.cn/ubuntu/archive quantal main restricted universe multiversedeb ftp://mirrors.xmu.edu.cn/ubuntu/archive quantal-backports m.........【阅读全文】

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

发布时间:2013-03-02 19:22:49

直接贴出代码:点击(此处)折叠或打开my @numbers = qw(1 100 50 6 70 555 66 70 80 99 1 20 3);my @odd_digit_sum = grep {    my $sum;    $sum += $_ for split //;.........【阅读全文】

阅读(1951) | 评论(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 ,希望能加我!

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

登录 注册