Results 6 issues of Jack

Other than being attached in html source file, allows markdown content to loaded like ``` ```

I don't like the offical way—_Download and Copy_—to install this plugin. I would like to install it by **just typing an url** in the `Install New Software...` menue of Eclipse.

在spring-config-shiro.xml代码处https://github.com/zhangkaitao/es/blob/master/web/src/main/resources/spring-config-shiro.xml#L162 按照[官网](http://shiro.apache.org/spring.html#Spring-StandaloneApplications)的建议,调用静态方法`SecurityUtils.setSecurityManager`是不必须的。

I folk this repos, and after binding my travis account, building not pass when I push it this is a empty pull request, just to find out how travis building...

After running a docker-devpi container, I follow devpi [latest guide](http://doc.devpi.net/latest/quickstart-pypimirror.html#using-pip-search), use command `pip search --index http://localhost:3141/root/pypi/ devpi-client` to search, than I get an HTTP error ``` HTTP error 404 while...

如下一个test.css包含通配选择`*` ``` css * {padding-bottom: 2px;} ``` 对test.css执行`ckstyle check test.css`命令时,出现如下报错信息 ``` C:\Users\Administrator\AppData\Roaming\npm\node_modules\ckstyle\ckstyle\plugins\helper.js:214 for(var i = 0; i < words.length; i++) { ^ TypeError: Cannot read property 'length' of null at...