1 | $dbhost='';//服务器域名或IP |
越热爱,越幸运!
总文章数:67
1 | $dbhost='';//服务器域名或IP |
1.网页请求URL:https://api.5uks.net/feiying_web_counter/web_counter.php?jsonpCallback=*
2.网站域名和网页URL:由上述网页请求中header的referer获取
1 | $referer=$_SERVER['HTTP_REFERER']; |
3.客户IP由上述网页请求获取
1 | <?php |
4.数据库使用非关系型数据库,json格式
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
more >>gitbook的目录C:\Users\username\.gitbook
gitbook默认主题的目录C:\Users\username\.gitbook\versions\3.2.3\node_modules\gitbook-plugin-theme-default
gitbook默认主题的下载网址:https://github.com/GitbookIO/theme-default
gitbook默认主题的网站图标在C:\Users\username\.gitbook\versions\3.2.3\node_modules\gitbook-plugin-theme-default\_assets\website\images
linux内置的cron进程能帮我们实现这些需求,cron搭配shell脚本,非常复杂的指令也没有问题。
我们经常使用的是crontab命令是cron table的简写,它是cron的配置文件,也可以叫它作业列表,我们可以在以下文件夹内找到相关配置文件。
Published with GitBook
链接本书使用 GitBook 发布
链接打开C:\Users\username\.gitbook\versions\3.2.3\node_modules\gitbook-plugin-theme-default
打开_layouts\website\summary.html
文件
修改代码如下:
1 | <!-- |
再次执行命令gitbook build
或者gitbook serve
1 | echo "# test" >> README.md |
1 | git remote add origin https://github.com/username/repo.git |
1 | # 安装node |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true