码迷,mamicode.com
首页 >  
搜索关键字:don    ( 1346个结果
Rails框架学习
Don't Repeat Yourself! Convention Over Configuration. REST. Rails框架总览。 Rails框架基本使用。 Rails框架数据交互。 Rails框架前端开发。 1.yum安装: yum install rubygems ruby-devel ...
分类:其他好文   时间:2021-02-17 15:06:11    阅读次数:0
Personal data protection
Why personal data matters? Why protect personal data? What is GPDR? What do companies rish when they don't play by the rules? What is personal data? T ...
分类:其他好文   时间:2021-02-03 10:36:39    阅读次数:0
一些建模中的问题
1.是否需要降维? Dimensionality reduction we normally use it to visualize our data and to find hidden information we don't normally see. Also, it is use for ...
分类:其他好文   时间:2021-01-04 11:30:05    阅读次数:0
一文搞懂NLP中的Attention机制(附详细代码讲解)
机器学习算法与自然语言处理出品@公众号原创专栏作者Don.hub单位|京东算法工程师学校|帝国理工大学OutlineIntuitionAnalysisProsConsFromSeq2SeqToAttentionModelseq2seq很重要,但是缺陷也很明显attentionwasbornWritetheencoderanddecodermodelTaxonomyofattentionnumber
分类:其他好文   时间:2020-11-26 14:37:40    阅读次数:4
【Vue】Vue与ASP.NET Core WebAPI的集成
SPA单页面应用已经遍地开花,熟知的三大框架,Angular、Vue和React,其中Angular与React均可集成至ASP.NET Core,且提供了相关了中间件。但是Vue没有: As far as I’m aware, we don’t have plans to introduce Vu ...
分类:Windows程序   时间:2020-10-21 20:38:21    阅读次数:33
shell数组中元素含有空格处理
array=("I am Chinese" "Good") 错误用法 for item in ${array[@]}; do echo $item done 结果: I am Chinese Good 正确用法 for item in "${array[@]}"; do echo $item don ...
分类:编程语言   时间:2020-09-18 00:22:21    阅读次数:44
[很杂的杂项] Yes, Prime Minister长难句大赏(持续更新中)
Yes, even though they probably certainly know that you probabaly wouldn't, they don't certainly know that although you probably wouldn't, there's no p ...
分类:其他好文   时间:2020-08-10 19:47:20    阅读次数:112
celery
celery的使用 # 1 异步任务框架,执行异步任务,执行延迟任务,执行定时任务 # 2 Celery is a project with minimal funding, so we don’t support Microsoft Windows. Please don’t open any i ...
分类:其他好文   时间:2020-07-26 23:15:34    阅读次数:64
SpringBoot 快速支持国际化i18n
只需体验三分钟 就会爱上这款国际化! 学习目标 快速学会如何在工程中支持国际化语言。 快速查阅 专题阅读:《SpringBoot 布道系列》 源码下载:springboot-locale-i18n — Hey Man,Don't forget to Star or Fork . — 项目结构: 使用 ...
分类:编程语言   时间:2020-07-23 16:26:52    阅读次数:87
优酷kmx转MP4
开源地址: git地址:https://gitee.com/aprl/kmx-MP4 git clone https://gitee.com/aprl/kmx-MP4.git Cloning into 'kmx-MP4'... remote: Enumerating objects: 21, don ...
分类:其他好文   时间:2020-07-12 01:02:31    阅读次数:76
1346条   上一页 1 2 3 4 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!