Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1750455
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间:2015-12-21 10:36:49

1. 使用turtle 画一辆卡车。这个我画得很撮。 代码如下:点击(此处)折叠或打开def draw_truck():     t=Turtle()    screen=t.getscreen()    #wheels&nbs.........【阅读全文】

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

发布时间:2015-12-15 10:33:51

1. stty: 虚终端设备控制命令。 stty option operation点击(此处)折叠或打开echo [-echo] Echoes [does not echo] the typed characters; The default is echo.raw [-raw]    Disables [enables] the special meaning of the metacharacters ( ?, *,.........【阅读全文】

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

发布时间:2015-12-14 10:57:17

1. 首先配置conf.php点击(此处)折叠或打开$conf['auth_system'] = 'enabled';#accessing the acl$acl = GangliaAcl::getInstance();#Making a user an admin$acl->addRole( 'root', GangliaAcl::ADMIN );2. 生成http 的密码.........【阅读全文】

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

发布时间:2015-12-09 12:05:48

intptr_t 定义在stdint.h./usr/include/stdint.h:typedef intintptr_t;/usr/include/stdint.h:typedef unsigned intuintptr_t;点击(此处)折叠或打开#include #include int main(void){&nbs.........【阅读全文】

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

发布时间:2015-12-07 14:44:41

1.安装apache 和php 很简单,我都用yum 安装就可以了。点击(此处)折叠或打开yum groupinstall "Basic Web Server"yum install php2. 可以通过httpd -V 查看当前使用的模块,现在MPM 都是shared object了,不再像以前是httpd -l .3. MPM 单独的配置文件是/etc/httpd.........【阅读全文】

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

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

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

登录 注册