String.format = function() {
};
Date.prototype.Format = function() {
};
像这类方法该如何 exports?
#4 楼 @hz_qiuyuanxin 收到,谢谢解答。
#1 楼 @hz_qiuyuanxin 还想请教一个问题。 我是在改写公司以前的代码,有一个 utils.js
//utils.js
function a() {
}
function b() {
}
function c() {
}
我是不是要把里面的方法一个一个的 exports?
var utils = require("utils")
然后再到每个使用了 utils 里方法的地方,加上 utils.
#1 楼 @hz_qiuyuanxin 感谢。 刚去学习了 Node.js 的模块 与 Commonjs 规范 是我的学习顺序有问题
#6 楼 @huobazi 多谢多谢,果然是这个问题。 现在我全部卸载,重装了 nginx。 但是在 nginx -s reload 时,会报
nginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid"
按照网上的解决方案:
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
会输出:
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
但是并没有效果。
#1 楼 @qinfanpeng 是的,$.post 会有什么问题?