layout: post title: ArchData category: Technical tags: [分布式,区块链,AI,大数据] ArchData 技术峰会 神经网络和函数式编程 杨博:ThoughtWorks大数据团队首席咨询师 什么是神经网络 人工智能的底层模型是“神经网络”(ne... ...
分类:
其他好文 时间:
2017-09-25 09:38:26
阅读次数:
204
本节介绍如何使用收盘价的SMA价格的策略 from pyalgotrade import strategy from pyalgotrade.barfeed import yahoofeed from pyalgotrade.technical import ma class MyStrategy( ...
分类:
其他好文 时间:
2017-09-21 17:51:34
阅读次数:
171
Unfortunately, I heard a resignation message verbally from ESU (her name is: Su Yi in Chinese, Su from in Su Zhou, Yi from in Yi Shu), one of the smar ...
分类:
其他好文 时间:
2017-09-19 17:54:22
阅读次数:
264
参考https://help.sap.com/saphelp_erp60_sp/helpdata/EN/c2/a5cfa183be443b8184aec085cf9a85/frameset.htm Actual Time and Labor Times Technical Name: 0HR_PT_ ...
分类:
其他好文 时间:
2017-09-05 19:11:04
阅读次数:
299
Experienced Support Engineer with a demonstrated history of working in information technology and services industry. Skilled in Technical Support with ...
分类:
其他好文 时间:
2017-09-04 22:36:21
阅读次数:
181
1.vexpress-ca9x4和qemu介绍 vexpress-ca9x4是arm公司的模拟开发板, 官方资料是: ARM® CoreTile Express A9×4 Technical Reference Manual Cortex®-A9 MPCore (V2P-CA9) ARM® Core ...
分类:
其他好文 时间:
2017-09-03 12:10:55
阅读次数:
512
科技翻译崇尚“零感情”遣词,讲究译文的字斟句酌。因此善于结合科技文体的用词特点,准确了解同义词与近义词的词汇的内涵和外延,认真辨别词类,精确选择词义,根据语境恰当引申,在英汉互译的过程中,特别是英译汉过程中,就显得尤为重要。科技文体的词汇特点1. 科技英语频繁使用“技术词”(technical te ...
分类:
其他好文 时间:
2017-08-19 11:07:42
阅读次数:
118
转载请注明出处:jiq?钦's technical Blog - 季义钦引言BIO和NIO是两种不同的网络通信模型,现现在NIO已经大量应用在Jetty、ZooKeeper、Netty等开源框架中。一个面向流、一个面向缓冲区一个是堵塞式的、一个非堵塞一个没有io多路复用器、一个有以下通过一个样例解释 ...
分类:
编程语言 时间:
2017-08-11 14:44:03
阅读次数:
1077
转载请注明出处:jiq?钦's technical Blog - 季义钦 文章说明:分布式注冊中心(链接)须要安装的组件包括两个部分:1、注冊中心服务(Zookeeper)2、站点(Tomcat服务器) 此文档摘自分布式注冊中心安装部署的Part-1安装环境:[root@localhost etc] ...
分类:
其他好文 时间:
2017-07-27 22:39:24
阅读次数:
258
转载请注明出处: jiq?钦's technical Blog - 季义钦String的不可变性Java规定String是不可变的(immutable)。事实上这个不可变具备两层含义:1 内容不可变不论什么看起来改动它们的操作。实际上都是又一次new出一个对象。String s = new Stri ...
分类:
编程语言 时间:
2017-07-22 12:15:28
阅读次数:
206