码迷,mamicode.com
首页 >  
搜索关键字:hdu 1075 what are yo    ( 36367个结果
vs code ssh登陆服务器后 显示sh-4.2的解决办法
1. 查看自己账户下的 .bashrc 内容是不是正常 一般为: # .bashrc # Source global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrcfi # Uncomment the following line if yo ...
分类:其他好文   时间:2020-04-24 16:02:51    阅读次数:106
开源ETL工具之Kettle介绍
What 起源 Kettle是一个Java编写的ETL工具,主作者是Matt Casters,2003年就开始了这个项目,最新稳定版为7.1。2005年12月,Kettle从2.1版本开始进入了开源领域,一直到4.1版本遵守LGPL协议,从4.2版本开始遵守Apache Licence 2.0协议。 ...
分类:其他好文   时间:2020-04-24 11:41:41    阅读次数:87
Vue
# [Vue](https://cn.vuejs.org/)### *渐进式 JavaScript 框架*```通过对框架的了解与运用程度,来决定其在整个项目中的应用范围,最终可以独立以框架方式完成整个web前端项目```## 一、走进Vue#### 1、what -- 什么是Vue```可以独立完... ...
分类:其他好文   时间:2020-04-23 23:05:41    阅读次数:69
Thread 类中,@sun.misc.Contended("tlr") 里值 tlr 的含义
@sun.misc.Contended 的value,含义是一个组 猜测 tlr 意思是:ThreadLocalRandom。 出处:https://stackoverflow.com/questions/34529036/what is sun misc contended annotations ...
分类:其他好文   时间:2020-04-23 18:50:03    阅读次数:63
Docker初试
1. docker是啥? 自行Google或百度去。。。 "https://yeasy.gitbooks.io/docker_practice/introduction/what.html" 重要概念: 镜像 image :一个特殊的 root 文件系统,除了提供容器运行时所需的程序、库、资源、配置 ...
分类:其他好文   时间:2020-04-23 12:30:59    阅读次数:66
# JavaScript中的执行上下文和队列(栈)的关系?
原文:What is the Execution Context & Stack in JavaScript? git地址:JavaScript中的执行上下文和队列(栈)的关系? 导读:以前总是看到相关文章提到什么变量提升,函数提升啥的,什么函数提升优先级大于变量的,总是知其然,不知其所以然,当面试 ...
分类:编程语言   时间:2020-04-23 00:39:12    阅读次数:66
ActiveMQ高级特性
大纲 (一)、异步投递与确认签收回调 (二)、延迟投递与确认投递 (三)、消费重试机制 (四)、死信队列 (一)、异步投递与确认签收回调 1.What?Why? ActiveMQ 支持同步、异步两种发送的模式将消息发送到 broker,模式的选择对发送延时有巨大的影响。producer 能达到怎样的 ...
分类:其他好文   时间:2020-04-22 20:15:33    阅读次数:92
hdu 4352 XHXJ's LIS 数位DP+最长上升子序列
题目描述 #define xhxj (Xin Hang senior sister(学姐))If you do not know xhxj, then carefully reading the entire description is very important.As the stronges ...
分类:其他好文   时间:2020-04-22 11:33:54    阅读次数:83
HZNU Training 23 for Zhejiang Provincial Competition 2020
F - F HDU - 2647 拓扑排序,从上往下回溯,挺好奇差分约束为啥就不对。拓扑排序有明显的优先级。 #include<bits/stdc++.h> using namespace std; #define pb push_back typedef long long ll; const i ...
分类:其他好文   时间:2020-04-22 00:02:10    阅读次数:67
论文阅读 | What Does BERT Learn about the Structure of Language?
论文地址: https://hal.inria.fr/hal-02131630/document 作者 : Ganesh Jawahar, Benoît Sagot, Djamé Seddah 机构 : Inria 研究的问题: 探究BERT的深层次表征学习的论文,也就是通过实验研究BERT的可解释 ...
分类:其他好文   时间:2020-04-21 23:41:12    阅读次数:172
36367条   上一页 1 ... 41 42 43 44 45 ... 3637 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!