搜索到与相关的文章
操作系统

使用postfix搭建匿名smtp服务器

iDaemon»使用postfix搭建匿名smtp服务器使用postfix搭建匿名smtp服务器昨天尝试架设了sendmail作为smtp服务器发信,今天换用了传说中评价更好的postfix来实验。零.环境简介Centos5.7x64postfix-2.3.3-2.3.el5_6Postfix与sendmail相比的主要优点:1.效率更高,并完全兼容sendmail;2.健壮可靠,内存不足时会自动减少线程,保证可用性;3.使用灵活,各组分都可以定制参数,完

系统 2019-08-12 01:32:29 3049

MySql

MySQL多表联合查询

MySQL这方面的资料比较少,手边的项目用到了多表的联合查询,干脆备忘下来。selecta.*,b.*,c.*fromaINNERJOINbONa.cid=b.cidINNERJOINcONc.cid=a.cidwherea.cid=2anda.id=3SELECTe_link.link_id,e_link.l_name,e_link.url,e_link.pic_url,e_link.order_idASl_order_id,e_link.font_co

系统 2019-08-12 01:54:51 3048

SqlServer

SQL Server 2005中top关键字的用法

1、返回N条记录数selecttopn*from<表名>[查询条件]2、返回总结果集中指定百分比记录数selecttopnpercent*from<表名>[查询条件]3、分页查询语句selecttoppageSize*from<表名>where[userId]notin(selecttopstartRow[userId]from<表名>orderby[userId])orderbyuserIdpageSize:分页的大小,指定一个页面显示的记录条数,相当于

系统 2019-08-12 01:51:53 3048

Oracle

Access, SQL Server, and Oracle数据类型的对应

ThetablebelowshowstheADODataTypemappingbetweenAccess,SQLServer,andOracle:DataTypeEnumValueAccessSQLServerOracleadBigInt20BigInt(SQLServer2000+)adBinary128BinaryTimeStampRaw*adBoolean11YesNoBitadChar129CharCharadCurrency6CurrencyMo

系统 2019-08-12 01:51:27 3048

Tomcat

JVM监控配置及Tomcat配置

修改bin目录中的catalina.bat文件,在头部注释部分后面加入:setJAVA_OPTS=%JAVA_OPTS%-Dcom.sun.management.jmxremote.port=8999-Dcom.sun.management.jmxremote.authenticate=false-Dcom.sun.management.jmxremote.ssl=false修改tomcat初始化大小bin/catalina.batJAVA_OPTS='-

系统 2019-08-12 01:33:20 3048

编程技术

Myeclipse 设定文件的默认打开方式

Myeclipse设定文件的默认打开方式。今天下载了一个properties的中文插件,希望.property的文件能默认以这个程序打卡。说一下设置方法。Window->Preferences->General->Editors->FileAssociations找到.property设置default就可以了!其他文件的设置方法同上。Myeclipse设定文件的默认打开方式

系统 2019-08-12 01:32:40 3048

Ubuntu

Ubuntu - unixodbc 配置 - zhouzhk - ITeye技术

Ubuntu-unixodbc配置-zhouzhk-ITeye技术网站Ubuntu-unixodbc配置博客分类:UbuntuUbuntuPostgreSQL用apt-getinstall安装完毕postgresql8.4后,1.用新立得安装odbc-postgresql包,同时会安装unixodbc2.拷贝/usr/share/psqlodbc/odbcinst.ini.template到/etc/odbcinst.ini3.拷贝/usr/share/d

系统 2019-08-12 01:32:12 3048

各行各业

Kerberos的原理

作者:MIT,出处:foxlog.net,责任编辑:许琳,2005-07-1815:43这是MIT为帮助人们理解Kerberos的原理而写的一篇对话。通过Athena不断的构思和Euripides不断的寻找其中的漏洞,使大家明白了Kerberos协议的原理。这是MIT(MassachusettsInstituteofTechnology)为了帮助人们理解Kerberos的原理而写的一篇对话集。里面有两个虚构的人物:Athena和Euripides,通过At

系统 2019-08-12 01:32:04 3048

Android

Android学习笔记(一)

郁闷的是Andriod的开发网站developer.android.com是无法访问。另,源代码网站为http://source.android.com,不知道为什么?需要访问http://developer.android.com.nyud.net/index.html,虽然慢点,但是至少可以访问,http://androidappdocs.appspot.com/这个站点比较快。在Android拥戴者的奇特世界观中有个很有趣的对比:Android:开源

系统 2019-08-29 23:32:07 3047