表名和字段名称的命名规则 1. 表名以文件名称直接命名,将文件名中的"."用“_"代替。 如《fundamentals_namr_af_history.out》对应表名为:FUNDAMENTALS_NAMR_AF_HISTORY_OUT 当表名或字段名称超出30(oracle的最大限制).按规则截取 ...
分类:
数据库 时间:
2019-05-23 16:55:14
阅读次数:
114
虽然数字资产市场于熊市中步履蹒跚,但是基于数字资产的抵押借贷市场却欣欣向荣。
分类:
其他好文 时间:
2019-01-09 15:45:59
阅读次数:
199
这个项目是进入新公司的第一个项目,需求比较简单,后续做起来越发麻烦,中间涉及到并发的一系列的问题,难倒是不难,但是很有参考价值,让我对并发的理解加深了很多! 需求:向Bloomberg发起请求,获取各个国家股票市场的实时交易数据,然后每分钟将当前时刻的数据记录下来,生成CSV文件备份。 刚拿到项目, ...
分类:
编程语言 时间:
2018-09-03 12:12:07
阅读次数:
176
1、Didi Chuxing's Jean Liu on The Future of Cities https://www.youtube.com/watch?v=G9uPGoN0dvQ 2、Didi-Chuxing's Jean Liu Charlie Rose video https://www ...
分类:
其他好文 时间:
2018-07-25 13:53:12
阅读次数:
593
系列课程 吴恩达深度学习课程:http://mooc.study.163.com/smartSpec/detail/1001319001.htm boomberg机器学习基础:https://bloomberg.github.io/foml/#lectures 教程 TensorFlow和深度学习入 ...
分类:
其他好文 时间:
2018-07-22 20:04:05
阅读次数:
146
第一个问题问的设计题,一个track上有很多runner,还有10个sensor,sensor可以检测到那个runner跑过了这个sensor用这个系统生成一个dashboard显示runner现在的名次。 solution 1:1. 用一个2D array(int[][] ranking , m ...
分类:
其他好文 时间:
2017-11-19 11:16:55
阅读次数:
184
10种令人吃惊的方式你的日常生活中正在收集数据的大数据野兽 原文:http://www.bloomberg.com/slideshow/2014-06-03/10-surprising-ways-your-daily-life-is-feeding-the-big-data-beast.html 无 ...
分类:
其他好文 时间:
2017-07-04 09:50:33
阅读次数:
204
Given a circular single linked list.Write a program that deletes every kth node until only one node is left. After kth node is deleted, start the proc... ...
分类:
其他好文 时间:
2016-12-17 07:35:23
阅读次数:
187