51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#fin
linux文件去重工具findup, fslint-gui
findup, fslint-gui,图形化工具,直接使用...
IT猿
·
2020-03-27
linux
文件
去重
工具
findup
大数据征信的应用和启示:ZestFinance的基于大数据的信用评估技术
http://www.d1net.com/bigdata/news/325426.html2014年11月,本文作者有机会和ZestFinance的创始人和首席执行官梅里尔(DouglasC.Merill)先生进行了面对面的交流。这位普林斯顿的认知学博士阐述了ZestFinance利用大数据进行信用风险管理的基本框架。...
IT猿
·
2020-03-27
数据
征信
应用
启示
ZestFinance
pydev 下Django 1.7 undefined variables from import问题的解决
参考:http://stackoverflow.com/questions/24951029/pydev-django-undefined-variables-from-import 参考上面的帖子认为问题的原因是Django1.7的原因,只有在开发环境下把Django版本降到1.6。...
IT猿
·
2020-03-27
pydev
Django
undefined
variables
from
Artificial Intelligence in Finance
https://sigmoidal.io/real-applications-of-ai-in-finance/ArtificialIntelligenceistakingthefinancialservicesindustrybystorm.Almosteverycompanyinthefinancialtechno...
IT猿
·
2020-03-27
Artificial
Intelligence
in
Finance
7 Exciting Uses of Machine Learning in FinTech
https://rubygarage.org/blog/machine-learning-in-fintechMachinelearning(ML)hasmovedfromtheperipherytotheverycenterofthetechnologyboom.Butwhichindustryisbestposit...
IT猿
·
2020-03-27
Exciting
Uses
of
Machine
Learning
Machine Learning in Finance – Present and Future Applications
https://emerj.com/ai-sector-overviews/machine-learning-in-finance/Machinelearning hashadfruitfulapplicationsinfinancewellbeforetheadventofmobilebankingapps...
IT猿
·
2020-03-27
Machine
Learning
in
Finance
Present
AI AND THE BOTTOM LINE: 15 EXAMPLES OF ARTIFICIAL INTELLIGENCE IN FINANCE
https://builtin.com/artificial-intelligence/ai-finance-banking-applications-companiesfthere'sonetechnologythat'spayingdividends,it's AIinfinance. Arti...
IT猿
·
2020-03-27
AI
AND
THE
BOTTOM
LINE
5 Ways AI is Transforming the Finance Industry
https://marutitech.com/ways-ai-transforming-finance/Asglobaltechnologyhasevolvedovertheyears,wehavemovedfromtelevisiontotheinternet,andtodaywearesmoothlyandgrad...
IT猿
·
2020-03-27
Ways
AI
is
Transforming
the
Pressure on CTRM/ETRM systems to find arbitrage
https://www.bobsguide.com/guide/news/2019/Jul/22/pressure-on-ctrmetrm-systems-to-find-arbitrage/Foryearscommoditytradersandriskmanagersdependedonlegacysystems,s...
IT猿
·
2020-03-27
Pressure
on
CTRM
ETRM
systems
如果有人问你 JFinal 如何集成 EhCache,把这篇文章甩给他
废话不多说,就说一句:在JFinal中集成EhCache,可以提高系统的并发访问速度。可能有人会问JFinal是什么,EhCache是什么,简单解释一下。JFinal是一个基于Java语言的极速Web开发框架,用起来非常爽,谁用谁知道。EhCache是一个纯Java的进程内缓存框架,具有快速、精干的特点,用起来非常爽,...
IT猿
·
2020-03-26
如果
有人
问你
JFinal
如何
PHP define()的用法
define()函数理解1(着重于作用的理解)define()函数定义一个常量。常量的特点:常量类似变量,不同之处在于:在设定以后,常量的值无法更改常量名,不需要开头的美元符号($),作用域不影响对常量的访问,常量值只能是字符串或数字。 define函数理解2(着重于参数理解)语法define(name,va...
IT猿
·
2020-03-26
PHP
define
用法
***PHP Notice: Undefined index: ..问题的解决方法
首先,这个不是错误,是warning。所以如果服务器不能改,每个变量使用前应当先定义。 方法1:服务器配置修改 修改php.ini配置文件,error_reporting=E_ALL&~E_NOTICE&nb...
IT猿
·
2020-03-26
PHP
Notice
Undefined
index
题的
php提示 Notice: Use of undefined constant name
我们知道php在数组中写变量有二几种方法,我们出现这种提示就是你写成了[name]这种所以会有Notice:Useofundefinedconstantname-assumedname提示了,解决办法参考下文。关闭PHP提示的方法搜索php.ini: 代码如下复制代码 error_reporting=E_A...
IT猿
·
2020-03-26
php
提示
Notice
Use
of
JS 中如何判断 undefined 和 null
JS中如何判断undefinedJavaScript中有两个特殊数据类型:undefined和null,下节介绍了null的判断,下面谈谈undefined的判断。以下是不正确的用法:varexp=undefined;if(exp==undefined){ alert("undefin...
IT猿
·
2020-03-26
JS
如何
判断
undefined
null
jfinal想用到中大型项目中的项目经验分享
jfinal用在大项目中更加方便实用,节省无数的开发时间,代码量相对SSH减少75%至90%,对于项目结构来说,简单提以下几点:1:先分大模块,大模块内部可以根据划分的model分成子包。也可以更扁平化:直接根据model划分子包。2:包内部至少是MVC结构,业务写在Model中而不要写在Controller中。也可以...
IT猿
·
2020-03-26
jfinal
用到
大型项目
中的
项目
首页
上一页
...
63
64
65
66
67
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他