摘要:
//add test moudle define(function(require , exports , module) { // 不使用模块化只使用如下代码即可 start //url 链接//args 参数 var myPost = function(url,args){ var body = 阅读全文
摘要:
install 阅读全文
摘要:
Gulp Gulp 注意:gulp依赖于nodejs,在安装前要确保已经安装node环境,如为安装查看《windows系统下nodejs安装及环境配置》安装node环境。 1.全局安装 在命令行执行下边命令,进行全局安装: npm install --global gulp 检测gulp是否安装成功 阅读全文
摘要:
install composer error: The PHP exe file you specified did not run correctly:D:\phpStudy\php\php-5.6.27-nts\php.exe The php.ini used by your command-l 阅读全文