胖不了小陆

Results 3 comments of 胖不了小陆

具体不知道你是想实现怎么样的功能,不知道在/resources/templates/include/main.html 这个页面放一些公共的数据,不知道能不能满足你的需求

这个是在拦截器那里添加的,Jurisdiction.class 这个类里边校验权限的,你可以看一下拦截器那块的代码。

不知道为啥,反正用的是新版的就会出问题,所以我找了一下我以前的版本然后根据我的情况改了下。内容如下: ``` 'use strict'; var cheerio = require('cheerio'); // http://stackoverflow.com/questions/14480345/how-to-get-the-nth-occurrence-in-a-string function getPosition(str, m, i) { return str.split(m, i).join(m).length; } hexo.extend.filter.register('after_post_render', function(data){ var config = hexo.config; if(config.post_asset_folder){ var isIndex =false; var...