-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.json
1 lines (1 loc) · 5.41 KB
/
content.json
1
{"meta":{"title":"kiwipeach的博客空间","subtitle":"子标题测试","description":null,"author":"卜铷","url":"http://localhost:4000"},"pages":[{"title":"about","date":"2018-04-03T16:21:59.000Z","updated":"2018-04-03T16:24:37.486Z","comments":true,"path":"about/index.html","permalink":"http://localhost:4000/about/index.html","excerpt":"","text":"test about"},{"title":"分类","date":"2018-04-03T16:25:43.000Z","updated":"2018-04-03T16:25:43.810Z","comments":true,"path":"categories/index.html","permalink":"http://localhost:4000/categories/index.html","excerpt":"","text":""},{"title":"归档","date":"2018-04-03T16:25:53.000Z","updated":"2018-04-03T16:25:53.507Z","comments":true,"path":"archives/index.html","permalink":"http://localhost:4000/archives/index.html","excerpt":"","text":""},{"title":"标签","date":"2018-04-03T16:25:36.000Z","updated":"2018-04-03T16:25:36.116Z","comments":true,"path":"tags/index.html","permalink":"http://localhost:4000/tags/index.html","excerpt":"","text":""}],"posts":[{"title":"测试文章","slug":"测试文章","date":"2018-04-03T17:44:23.000Z","updated":"2018-04-03T22:50:44.140Z","comments":true,"path":"2053794651/","link":"","permalink":"http://localhost:4000/2053794651/","excerpt":"测试内容xx测试内容xx测试内容xx测试内容xx","text":"测试内容xx测试内容xx测试内容xx测试内容xx 测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx测试内容xx","categories":[],"tags":[{"name":"测试","slug":"测试","permalink":"http://localhost:4000/tags/测试/"}]},{"title":"测试文章1","slug":"测试文章1","date":"2018-04-03T16:59:12.000Z","updated":"2018-04-06T12:05:57.774Z","comments":true,"path":"135806262/","link":"","permalink":"http://localhost:4000/135806262/","excerpt":"测试内容11测试内容11测试内容11测试内容……….","text":"测试内容11测试内容11测试内容11测试内容………. 测试内容11测试内容11测试内容11测试内容11测试内容11测试内容11测试内容11测试内容11测试内容11测试内容11测试内容11","categories":[],"tags":[{"name":"生活 Java","slug":"生活-Java","permalink":"http://localhost:4000/tags/生活-Java/"}]},{"title":"qq三方登陆demo","slug":"qq三方登陆demo","date":"2018-04-01T18:58:00.000Z","updated":"2018-04-05T14:32:06.084Z","comments":true,"path":"2265958237/","link":"","permalink":"http://localhost:4000/2265958237/","excerpt":"QQ_Login_Demoqq sdk登陆改造主要内容 由于官方提供的是比较老板的项目(2012年eclipse项目demo),由于个人使用的 开发工具为IDEA,所以希望整体的项目代码结构调整为maven结构,方便各种开发工具直接导入使用。","text":"QQ_Login_Demoqq sdk登陆改造主要内容 由于官方提供的是比较老板的项目(2012年eclipse项目demo),由于个人使用的 开发工具为IDEA,所以希望整体的项目代码结构调整为maven结构,方便各种开发工具直接导入使用。 首先来了解一下auth2原理登陆 主要调整内容有如下 将sdk4j.jar包打包到本地仓库 mvn install:install-file -DgroupId=cn.kiwipeach -DartifactId=qq-sdk4j -Dversion=1.0.0 -Dpackaging=jar -Dfile=Sdk4J.jar 添加项目依赖 123456789101112131415161718192021<dependency> <groupId>cn.kiwipeach</groupId> <artifactId>qq-sdk4j</artifactId> <version>${qq.sdk4j.version}</version></dependency><dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>${servlet.version}</version> <scope>provided</scope></dependency><dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> <version>${tglib.version}</version></dependency><dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>${jstl.version}</version></dependency> 将官方案例改造后的目录结构 官网案例运行截图 改造后运行demo图","categories":[],"tags":[{"name":"QQ","slug":"QQ","permalink":"http://localhost:4000/tags/QQ/"}]},{"title":"Hello World kiwipeach","slug":"hello-world","date":"2016-08-25T10:27:59.000Z","updated":"2018-04-06T09:28:01.838Z","comments":true,"path":"77e7d84b/","link":"","permalink":"http://localhost:4000/77e7d84b/","excerpt":"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.","text":"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. Quick StartCreate a new post1$ hexo new \"My New Post\" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment","categories":[{"name":"博客类目","slug":"博客类目","permalink":"http://localhost:4000/categories/博客类目/"}],"tags":[{"name":"博客开发","slug":"博客开发","permalink":"http://localhost:4000/tags/博客开发/"},{"name":"Hexo-Blog","slug":"Hexo-Blog","permalink":"http://localhost:4000/tags/Hexo-Blog/"}]}]}