# Blog **Repository Path**: yueding321/Blog ## Basic Information - **Project Name**: Blog - **Description**: 使用node.js 构建的个人web项目,参照https://zixiliuyue.github.io/ 界面布局 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 个人博客开源项目 直接运行start.bat文件,浏览器输入 *http://127.0.0.1:3000/* ### 版权许可 本博客文章采用“保持署名—非商用”创意共享4.0许可证。 只要保持原作者署名和非商用,您可以自由地阅读、分享、修改博客文章。 详细的法律条文请参见[创意共享](http://creativecommons.org/licenses/by-nc/4.0/)网站。 全局安装npm install -g supervisor 实时查看 所有url前面全部加node,为反向代理做准备,例如:首页访问 http://127.0.0.1:3000/node #### <%%>的使用: <% %>: <%if(var i=0;i<10;i++){%> 执行html语言 <%}%>//他循环了出来参数中的值 <%= %>://他直接输出HTML标签到页面上,输出的是转义后的变量值 <%- %>:输出没有转义的变量值 * 每次拉取之后,先执行 npm install,增加原生sql和orm操作方式,导出数据库创建语句