bes2008

Results 136 issues of bes2008

在RStudio上构建时,由pandoc 生成html时,参数里有 --toc-depth 3, 能否指定为更多 ``` "D:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS toturial.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output toturial.html --email-obfuscation none --wrap preserve --standalone --section-divs --table-of-contents --toc-depth 3 --template "D:\PROGRA~1\R\R-36~1.1\library\bookdown\TEMPLA~1\GITBOO~1.HTM" --highlight-style...

**Describe the bug** SMS4-ECB 参数iv必须传,不然会挂掉。 SMS4-ECB 传递iv后,返回值为null。 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem....

no-issue-activity

### 你在什么场景下需要该功能? 使用json的场景,避免一个项目中有多种json实现库,在一种json库出现漏洞时,不用加班加点的升级系统或者更改业务代码去更改json库 ### 描述可能的解决方案 使用easyjson来编写代码,就像slf4j一样。随时可以替换json库实现。 已有的业务系统,也可以使用它来切换JSON库实现,且不需要更改一行业务代码 ### 其他信息 项目地址:github.com/fangjinuo/easyjson

feature

### 你在什么场景下需要该功能? 1)通用数据库分页,可以与mybatis,jfinal,Apache commons-dbutils,spring jdbc 2) 支持所有国产数据库 3)提供数据库表dump 4)like参数转义 ### 描述可能的解决方案 虽然mybatis-pagehelper具备分页功能,但是它不能和其他的框架结合使用,只能与mybatis结合。 sqlhelper不仅仅是一个分页框架,还有很多很多功能等待挖掘。

feature

JDK : 1.8.0_152 version: 2.56, 2.57 test case: see the test case attachment ## exception stack ``` text com.jn.agileway.codec.CodecException: java.io.IOException: java.lang.NullPointerException at com.jn.agileway.codec.fst.FstCodec.decode(FstCodec.java:26) at com.jn.agileway.codec.tests.CodecTests.testFst(CodecTests.java:65) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...

version: 2.56 and 2.57 the source in FSTConfiguration : ```java public static FSTConfiguration createConfiguration(ConfType ct, boolean shareRefs) { return createConfiguration(ct,shareRefs); } ```

I write a common pagination plugin for mango, but need support custom JdbcTemplate. [common pagination plugin](https://github.com/fangjinuo/sqlhelper/tree/master/sqlhelper-mango/src/main/java/com/github/fangjinuo/sqlhelper/mango)