安装时出现“command line option syntax error,Type command/?for help可能是因为你的安装源文件所在的路径中有中文,所以你可将安装文件放在一个没有中文的路径。...
分类:
其他好文 时间:
2014-05-14 01:08:29
阅读次数:
231
1.安装jansson ./configure Make Make install2.生成帮助文档
Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install
-U Sphinx生成_build文件夹...
分类:
系统相关 时间:
2014-05-14 00:08:12
阅读次数:
1794
此脚本可以做一个定时的检测,超出设定的值,即往邮箱发送警告脚本用到bc,sendmail,163邮箱,yuminstallbc#!/bin/bash
#SystemMonitoringScript
while[1]
do
#本机需开启postfix或sendmail服务。
#报警邮件地址设置
MAILFROM=root@localhost
MAILTO=your_mail@163.com
#设置..
分类:
系统相关 时间:
2014-05-13 05:05:29
阅读次数:
649
ThisisourongoingLinuxcommandserieswherewearegoingtoreviewhowwecanusechkconfigcommandefficientlywithit’savailableparameters.TheChkconfigcommandtoolallowstoconfigureservicesstartandstopautomaticallyinthe/etc/rd.d/init.dscriptsthroughcommandline.Let’sseesome..
分类:
系统相关 时间:
2014-05-13 04:26:32
阅读次数:
469
#!/usr/bin/envpython#coding:utf8importsmtplib,sysfromemail.mime.textimportMIMETextfromconfig.mailssimportmail_list,contentdefsend_mail():mail_host,mail_user,mail_pass,mail_postfix,sub,me,mailto_list=mail_listme=mail_user+"<"+mail_user+"@"+mail_postfix+"&..
分类:
编程语言 时间:
2014-05-13 02:40:50
阅读次数:
503
今天朋友公司做内网,需求是mail跟文件共享,之前在MicrosoftWindowsServer2003部署MagicWinmail4.7的时候基本很简单,装完简单配置就能正常使用。想到2003显得太陈旧了于是给朋友公司做了个MicrosoftWindowsServer2008X86Enterprise版本的服务器,安装完MagicWinmail之后发现..
几例在ASP存储过程的使用方法
一、使用Command对象和Parameter对象传递参数
本讲将主要使用Microsoft SQL Server7.0数据库,先建立一个连接文件AdoSQL7.asp备用,以后用到时不再特别说明。
Option Explicit
Response.Expires = 0
'第一部分: 建立连接
Dim Cnn, StrCnn
Set Cnn ...
分类:
Web程序 时间:
2014-05-12 22:59:55
阅读次数:
446
来源:孙鑫老师c++教程第7集在创建非模态对话框时void
CMyboleView::OnDialog(){// TODO: Add your command handler code here方法一TestDlg
*ptdlg=new TestDlg(this);ptdlg->Create(IDD...
分类:
其他好文 时间:
2014-05-12 21:15:11
阅读次数:
309
1,由于是基于图形界面来生成ks自动安装脚本,所有图形生成ks脚本的服务器首先需要的就是有X
Window System;要是虚机的可以配个tigervnc-servere来进行操作不说了直接上命令,你copy
command到你的terminal执行即可;yum install system-co...
分类:
其他好文 时间:
2014-05-12 19:28:49
阅读次数:
398
ArticlebyAlexioBashpublishedonhiswebsiteaboutArchLinuxinitalian.Knowwhatishappeningin“realtime”onyoursystemsisinmyopinionthebasistouseandoptimizeyourOS.OnArchLinuxorbetteronGNU/Linuxingeneralthetopcommandcanhelpus,thisisaveryusefulsystemmonitorthatisreall..
分类:
系统相关 时间:
2014-05-11 19:30:22
阅读次数:
546