箴理

一个追求技术和内涵的求学者

  • 主页
  • 所有文章
所有文章 友链 关于我

箴理

一个追求技术和内涵的求学者

  • 主页
  • 所有文章

Hello World

2017-03-26

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 Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

展开全文 >>

« Prev12 Next »
© 2017 箴理
Hexo Theme Yilia by Litten
  • 所有文章
  • 友链
  • 关于我

tag:

  • 游戏编程
  • 设计模式
  • python 爬虫
  • cocos2d

    缺失模块。
    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
    

  • 单例模式浅谈

    2017-05-15

    #设计模式

  • Cocos2d-x基础知识

    2017-04-29

    #cocos2d

  • A*算法游戏中需要考虑的几点

    2017-04-22

    #游戏编程

  • 人民网解析池简单分析

    2017-04-17

    #python 爬虫

  • A*算法入门浅谈

    2017-03-27

    #游戏编程

  • Hello World

    2017-03-26

  • 军
  • 友情链接2
  • 友情链接3
  • 友情链接4
  • 友情链接5
  • 友情链接6
LZ