#rc

Detectron系统实现了最先进的物体检测算法https://github.com/facebookresearch/Detectron

 ,包括MaskR-CNN。它是用Python编写的,支持Caffe2深度学习框架。 不久前,FAIR才开源了语音识别的工具wav2letter,戳这里看大数据文摘介绍《快讯|Facebook开源语音识别工具包wav2letter》。这一系列工具的开源,将使更多研究人员能使用到Facebook的平台...

hg(Mercurial)使用参考

  使用hg(mercurial)有好几个月了,个人感觉这款分布式的版本控制系统非常不错,易学,易用;你可以从做在你旁边的同事拉取完整的代码;对网络的依赖性更低,有本地沙盒,真正实现了离线开发;轻量;安全,不会因为一两个节点的损坏而影响整个系统。这里做下使用笔记,脑子不好使,容易忘。安装:windo...

Airbnb/Apache Superset – the open source dashboards and visualization tool – first impressions and link to a demo

https://assemblinganalytics.com/post/airbnbapache-superset-first-impressions-and-link-to-a-demo/TodayIspentsometimelookingintoSuperset,theanalyticsandBIopensour...

Open Source BI Platform List

awesome-business-intelligence https://github.com/thenaturalist/awesome-business-intelligencehttps://github.com/onurakpolat/awesome-bigdatahttps://www.oschi...

API Management Architecture Notes

Kong/Tyk/Zuul/strongloop/Ambassador/GraviteeIBMReferenceArchitectureforAPIManagement:https://developer.ibm.com/apiconnect/documentation/api-101/ibm-reference-ar...

Taking A Fresh Look At What Open Source API Management Architecture Is Available

http://apievangelist.com/2014/10/05/taking-a-fresh-look-at-what-open-source-api-management-architecture-is-available/05Oct2014I’vebeena outspokenadvo...

6 Multi-Cloud Architecture Designs for an Effective Cloud

https://www.simform.com/multi-cloud-architecture/Enterprisesincreasinglywanttotakeadvantageoftheflexibilityandchoiceofmultiplecloudofferingsinordertousebestclou...

An introduction to High Availability Architecture

https://www.getfilecloud.com/blog/an-introduction-to-high-availability-architecture/Intherealworld,therecanbesituationswhenadipinperformanceofyourserversmightoc...

LIST OF BEST OPEN SOURCE BLOCKCHAIN PLATFORMS

https://www.blockchain-council.org/blockchain/list-of-best-open-source-blockchain-platforms/ OpensourceBlockchainPlatformsOpensourcesoftwareisaradicalmodel...

The Best Blockchain Open Source Projects

https://101blockchains.com/blockchain-open-source/Blockchainhasbeenthebuzzwordoftheyearforalmostadecadenow,andthatdoesn’tseemtostopanytimesoon.Whilethetec...

Resource Site

GameDevMarket.netCollectionofMusic,Soundeffects(sfx),2D/3D/GUIArt.http://gaurav.munjal.us/Universal-LPC-Spritesheet-Character-Generator/http://spriteme.org/http...
IT猿 ·2020-03-27

android——使用Interceptor设置缓存来给服务器减负

为了优化网络环境和减轻服务器负担,很多网络请求都是可以使用缓存的。比如某个界面,每次刷新都会调用接口。这种操作,无形中给服务器增加了几倍的访问量。那么,有没有方法可以减少这类无效的访问呢?答案是肯定的。给网络请求加上缓存。并设置缓存时间,当在这个时间段类,可以不用访问服务器,直接拿到上次访问得到的数据。这样,在有效期内...

QRCode.js:使用 JavaScript 生成二维码

<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xh...

js通过location.search来获取页面传来的参数

这篇文章主要介绍了通过window.location.search来获取页面传来的参数,经测试是OK的?12345functionGetQueryString(name){varreg=newRegExp("(^|&)"+name+"=([^&]*)(&|$)","i");varr=window...

**代码审查:Phabricator命令行工具Arcanist的基本用法

Phabricator入门手册http://www.oschina.net/question/191440_125562  Pharicator是FB的代码审查工具,现在我所在的团队也使用它来进行代码质量的控制。其提供了一个differential(codereview)命令行工具Arcanist(...
首页上一页...141142143144145下一页尾页