KigKrazy

KigKrazy'Blog


  • 首页

  • 归档

  • 标签

GUNS项目的导入

发表于 2017-12-29 | 分类于 guns , 后端 ,

什么是guns?

Guns基于SpringBoot,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl + flowable!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
项目地址
可以理解为:使用这个项目可以简化后端管理平台的开发,如果参照模板做基本不用写太多代码。

阅读全文 »

Android常用工具类

发表于 2017-12-28 | 分类于 android

常用工具类

阅读全文 »

Next Theme Tutorial

发表于 2017-07-20 | 分类于 tutorial
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
阅读全文 »

Highlight Test

发表于 2017-07-19 | 分类于 Test

This is a highlight test.

Normal block

alert('Hello World!');
print 'helloworld'

Highlight block

alert( 'Hello, world!' );
print 'helloworld'
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
阅读全文 »

Emoji Test

发表于 2015-09-19

This is an emoji test. :smile: lol.

阅读全文 »

Gallery Post

发表于 2014-11-18 | 分类于 Photo
Gallery Post Test. 测试图片类文章的显示。
阅读全文 »

MathJax with Jekyll

发表于 2014-02-16 | 分类于 opinion

One of the rewards of switching my website to Jekyll is the ability to support MathJax, which means I can write LaTeX-like equations that get nicely displayed in a web browser, like this one \( \sqrt{\frac{n!}{k!(n-k)!}} \) or this one \( x^2 + y^2 = r^2 \).

阅读全文 »

Images

发表于 2013-12-26

This is a image test post.

阅读全文 »

Excerpts

发表于 2013-12-25

The following contents should be invisible in home/archive page.

阅读全文 »

Block

发表于 2013-12-25 | 分类于 Foo

This post is used for testing tag plugins. See docs for more info.

阅读全文 »
1 … 4 5 6
KigKrazy

KigKrazy

A Revolutionist

57 日志
27 分类
44 标签
RSS
© 2022 KigKrazy
由 Jekyll 强力驱动
主题 - NexT.Mist