虽然Drupal自带发送email功能,但是很多服务器需要SMTP验证,这个时候就需要安装
SMTP 模块。
激活 SMTP 模块进入配置 admin/config/system/smtp在 Turn this module on or off 选择 on填写 SMTP SERVER SETTINGS 中相关信息
(如果你的服务器在godaddy,只要在 SMTP server 填写...
分类:
其他好文 时间:
2014-10-29 10:51:16
阅读次数:
211
一、Log4net特征1、自定义日志输出级别Log4net将日志分为五个级别优先级从高到低依次:FATAL > ERROR > WARN > INFO > DEBUG,此外还有ALL(允许所有的日志请求)和OFF(拒绝所有的日志请求)这两种特殊的级别。可以通过日志级别来控制日志是否输出。如果你配置文...
分类:
Web程序 时间:
2014-10-29 09:07:34
阅读次数:
242
Problem DescriptionThere are many lamps in a line. All of them are off at first. A series of operations are carried out on these lamps. On the i-th op...
分类:
其他好文 时间:
2014-10-29 01:39:28
阅读次数:
433
问题描述:
The count-and-say sequence is the sequence of integers beginning as follows:
1, 11, 21, 1211, 111221, ...
1 is read off as "one 1" or
11.
11 is read off as "two 1s" or 21.
21 is read off...
分类:
其他好文 时间:
2014-10-28 21:49:42
阅读次数:
302
@ECHO OFF
cd/d %H:\FileLoc\CNET&cd..
::echo 拷贝"%H:\FileLoc\CNET"中文件到"H:\FileLocTemp"&echo.&pause
echo 拷贝"%H:\FileLoc\CNET"中文件到"H:\FileLocTemp"
md H:\FileLocTemp
for /r %H:\FileLoc\CNET %%i in ...
分类:
其他好文 时间:
2014-10-28 21:47:44
阅读次数:
113
一、Log4net特征1、自定义日志输出级别Log4net将日志分为五个级别优先级从高到低依次:FATAL > ERROR > WARN > INFO > DEBUG,此外还有ALL(允许所有的日志请求)和OFF(拒绝所有的日志请求)这两种特殊的级别。可以通过日志级别来控制日志是否输出。如果你配置文...
分类:
Web程序 时间:
2014-10-27 19:12:41
阅读次数:
292
本篇列举了几种把oracle 表中的数据导出成txt文件的方法,目前只列举了三种方式,如果后续发现更好的方法会持续添加进来。
1.plsqldev 里面有一个选项可以把表以execl格式到时
2.使用spool
sqlplus / as sysdba
set linesize 1000
set pagesize 0
set echo off
set termou...
分类:
数据库 时间:
2014-10-27 15:39:27
阅读次数:
204
break file.c:100 thread all 在file.c文件第100行处为所有经过这里的线程设置断点。set scheduler-locking off|on|step,这个是问得最多的。在使用step或者continue命令调试当前被调试线程的时候,其他线程也是同时执行的,怎么只让被...
分类:
编程语言 时间:
2014-10-25 21:21:32
阅读次数:
175
The count-and-say sequence is the sequence of integers beginning as follows:
1, 11, 21, 1211, 111221, ...
1 is read off as "one
1" or 11.
11 is read off as "two
1s" or 21.
21 is read off as ...
分类:
其他好文 时间:
2014-10-25 16:00:23
阅读次数:
184
一、以下脚本可查看局域网中的电脑计算机名和IP,保存以下文本至记事本,后缀改成batCOLOR 0A
CLS
@ECHO Off
Title 查询局域网内在线电脑IP
:send
@ECHO off&setlocal enabledelayedexpansion
ECHO 正在获取本机的IP地址,请稍等...
for /f "tokens=3 skip=2 delims=: " %%i in (...
分类:
其他好文 时间:
2014-10-25 15:59:04
阅读次数:
204