Command terminated by signal 11可能的情况之一是数组越界,你在访问不被允许的内存空间。...
分类:
其他好文 时间:
2014-06-28 07:20:01
阅读次数:
238
邮件服务器的配置以及使用实验一:实验目的:简单搭建出邮件服务器并测试其可用性实验环境:DNS服务器一台,安装有Portfix的邮件服务器一台实验步骤:一.邮件的发送(SMTP)1.在邮件服务器配置主机名,ip,并安装portfix并启动[root@mail~]#tail-2/etc/sysconfig/networkHOSTNA..
分类:
其他好文 时间:
2014-06-28 06:01:55
阅读次数:
3155
温馨提示 首先要安装postfix 或者 sendmail 等邮件服务器1.Apache#!/bin/bash#apache.shnc -w2 localhost 80 if[ $? -ne 0 ]then echo "apache is down,please check" | mail us.....
分类:
其他好文 时间:
2014-06-27 15:03:59
阅读次数:
256
Get start with "Lisp"
在《黑客与漫画》中,Paul graham提到什么才是最好的编程语言,Lisp和C被明显的提及,对可谓是Lisp是推崇备至。最近准备看SICP,于是学一下极具逼格的Lisp。
Getting a Lisp system at Home
On the Command Line
The basi...
分类:
其他好文 时间:
2014-06-27 10:41:20
阅读次数:
171
使用“VS2013 开发人员命令提示”运行签名工具。转到要签名的文件目录运行命令:```csharpsigntool sign /a 要签名的程序.exe```signtool 的相关命令```csharpUsage: signtool [options] Valid command...
分类:
其他好文 时间:
2014-06-26 18:31:16
阅读次数:
1092
11. View the Exhibit and examine the structure of the PRODUCTS table.All products have a list price.You issue the following command to display the tot...
分类:
其他好文 时间:
2014-06-26 15:01:01
阅读次数:
326
MAC COCOA call command 调用终端控制台程序
STEP 1
先写一个C++ DOS程序
STEP2
使用NSTask来执行,然后用NSPipe和
NSData来接受执行的结果字符串。
先写一个函数:
/*******************************
Function : NSTask Class + Terminal(=Windows Co...
分类:
其他好文 时间:
2014-06-26 10:17:56
阅读次数:
212
??
oracle 10g/11g 命令对比,日志目录对比
oracle 11g 中不再建议使用的命令
Deprecated Command
Replacement Commands
crs_stat
crsctl check cluster -all...
分类:
数据库 时间:
2014-06-26 07:42:07
阅读次数:
530
说来惭愧,MySQL一直处于只会用,不怎么理解的阶段。甚至是一些较为深层次的管理,都不怎么熟悉,得加强啊!近日,系统测试,使用MySQL数据库,需要在某个表上创建触发器,数据库是在本机安装。但是,无论如何都无法创建触发器,后台错误信息如下:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: TRIGGER command denie...
分类:
数据库 时间:
2014-06-26 07:11:40
阅读次数:
234