先简单说一下php调用mail()函数的过程。看到源码ext/mail.c236行:char *sendmail_path = INI_STR("sendmail_path");char *sendmail_cmd = NULL;从INI中获得sendmail_path变量。我们看看php.ini里...
分类:
Web程序 时间:
2014-11-19 23:41:22
阅读次数:
347
ThinkPHP内置函数详解D、F、S、C、L、A、I单字母函数D、F、S、C、L、A、I 他们都在ThinkPHP核心的ThinkPHP/Mode/Api/functions.php这个文件中定义.下面我分别说明一下他们的功能:D() 加载Model类M() 加载Model类A() 加载Actio...
分类:
Web程序 时间:
2014-11-19 22:02:10
阅读次数:
292
单字母函数D、F、S、C、L、A、I 他们都在ThinkPHP核心的ThinkPHP/Mode/Api/functions.php这个文件中定义.下面我分别说明一下他们的功能:D() 加载Model类M() 加载Model类A() 加载Action类L() 获取语言定义C() 获取配置值 用法就是 ...
分类:
Web程序 时间:
2014-11-19 17:45:23
阅读次数:
287
评论回复后,自动发一封邮件提醒评论人,是提高用户体验的一大举措。倡萌一直都在使用Willin Kan大师的评论回复邮件提醒通知代码,相信很多人也在使用,如果你还没有使用,不妨试试。
根据自己的需要,选择一种自己需要的代码,添加在主题的 functions.php 或者 pluggable.php (推荐)
文件的 最后一个 ?> 前面即可:
方法一:所有回复都发送邮件通知
默认所有填写了邮箱的评论都将发邮件提醒评论人,没有任何勾选设置。...
分类:
其他好文 时间:
2014-11-19 16:07:30
阅读次数:
141
参考自http://stackoverflow.com/questions/19478244/how-does-a-case-anonymous-function-really-work-in-scalahttp://www.scala-lang.org/files/archive/nightly/...
分类:
其他好文 时间:
2014-11-19 15:32:55
阅读次数:
244
原论文链接失效,特在这里保存一份
http://www.apl.jhu.edu/~hall/Lisp-Notes/Macros.html
Lisp functions take Lisp values as input and return Lisp values. They are executed at run-time. Lisp macros take Lisp code as inp...
分类:
系统相关 时间:
2014-11-19 11:23:25
阅读次数:
224
本文要点:
在JScript中使用VBArray在JScript中调用需要传入VB数组的方法在JScript中调用VBA的命名参数化的方法
示例Word.Application的文件写入、图片插入、文件保存等等示例Excel.Application的单元格、多行、区域的复制等等
/************************* Common Functions *******...
分类:
编程语言 时间:
2014-11-19 01:30:34
阅读次数:
298
原论文链接失效,特在这里保存一份
http://www.apl.jhu.edu/~hall/Lisp-Notes/Macros.html
Lisp functions take Lisp values as input and return Lisp values. They are executed at run-time. Lisp macros take Lisp code as inp...
分类:
系统相关 时间:
2014-11-19 01:21:25
阅读次数:
269
先简单说一下php调用mail()函数的过程。 看到源码ext/mail.c236行:char *sendmail_path = INI_STR("sendmail_path");char *sendmail_cmd = NULL;从INI中获得sendmail_path变量。我们看看php.ini...
分类:
Web程序 时间:
2014-11-18 23:38:29
阅读次数:
232
树莓派wiringPi库功能(API)翻译
英文网页:https://projects.drogon.net/raspberry-pi/wiringpi/functions/
在使用wiringPi库之前,你需要包含头文件:
#include
你需要增加 -I/usr/local/include -L/usr/local/lib -lwiringPi 在使用命令行的时候编...