Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View regding's full-sized avatar

regding regding

  • China
View GitHub Profile
@regding
regding / tips-2017-09-15.md
Created September 15, 2017 07:53
tips-2017-09-15

最近的项目使用fastjson做报文解析,但使用默认的方法JSON.toJSONString或者JSONObject.toJSONString解析Java Bean时, >属性会被转为小写字母,之后通过在Java Bean的属性上加@JSONField(name = ‘NAME’)注解来定制fastjson解析出的属性名称可以改变这种调用默认方式产生的结果。

@regding
regding / DevKits.md
Created July 25, 2017 08:34
开发工具收藏
@regding
regding / ip.md
Created July 25, 2017 03:25
服务端获取客户端IP
@regding
regding / web-service.md
Created July 21, 2017 09:41
Web service相关资料
@regding
regding / The Thread Control Escape Rule.md
Created June 29, 2017 11:56
【读书笔记】Java Concurrency - Thread Safety and Shared Resources

The Thread Control Escape Rule

When trying to determine if your code's access of a certain resource is thread safe you can use the thread control escape rule

If a resource is created, used and disposed within the control of the same thread, and never escapes the control of this thread, the use of that resource is thread safe.

This tips from Thread Safety and Shared Resources

@regding
regding / vim-python-config.md
Last active June 27, 2017 02:45
Vim -> Python IDE
@regding
regding / git_toturial
Created June 23, 2017 06:18 — forked from guweigang/git_toturial
git命令大全
git init # 初始化本地git仓库(创建新仓库)
git config --global user.name "xxx" # 配置用户名
git config --global user.email "xxx@xxx.com" # 配置邮件
git config --global color.ui true # git status等命令自动着色
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global --unset http.proxy # remove proxy configuration on git
git clone git+ssh://git@192.168.53.168/VT.git # clone远程仓库
@regding
regding / AI.md
Last active January 31, 2018 12:20
资源网站链接收藏夹

人工智能&深度学习&机器学习相关

@regding
regding / 金融平台推荐.md
Last active February 23, 2018 12:05
金融量化算法在线编辑测试平台分享

以下是来自Ricequant平台自己的简介

Ricequant平台是亚太地区第一个提供可以在浏览器里面做量化、算法回测以及以后可以做分析和实盘交易的平台,注册登录即可使用。 在我们的平台上,您可以编写简单的分析、交易代码运行投资策略,而不需要手动落单并且受到情绪的影响。 我们坚信人人皆可为宽客(Quant),通过自己编写的策略进行投资收益。

果仁网

策略平台