摘要:
a数据库多表查询 select a.id,a.title,a.typeid,b.body,a.pubdate,a.keywords,a.description from ras_archives a left join ras_addonarticle b on a.id=b.aid where a 阅读全文
摘要:
全局安装n模块 sudo npm install n -g2. 安装当前稳定版本 sudo n stable3.安装最新版本 sudo n latest4.node版本降级/升级(安装指定 node版本) sudo n 版本号sudo n v14.18.25.卸载指定 node版本 sudo n r 阅读全文
摘要:
mysql.server start 最后还是重新安装!!以前数据库内容丢失。 I think one can end up in this position with older versions of mysql already installed. I had the same problem 阅读全文