码迷,mamicode.com
首页 >  
搜索关键字:discuss    ( 1567个结果
java后端_百度一面
参考: https://www.nowcoder.com/discuss/215891?type=2&order=0&pos=10&page=1 1.会啥框架、不会。 2.锁的实现。悲观锁、乐观锁。 3.sychronized 和 reentrantlock 实现原理 4.volatile原理 5. ...
分类:编程语言   时间:2019-08-09 01:02:57    阅读次数:140
头条后端面经_2面
1、死锁必要条件 2、java如何处理死锁 3、什么是重入锁、 sychronized 和 retrentlock实现区别、锁方法、锁class 4、算法题: 合并区间 快排 5、数据库 6、操作系统 7、timewait close wait 8、快排 参考:https://www.nowcode ...
分类:其他好文   时间:2019-08-07 22:31:55    阅读次数:110
STAT 462
Homework 3STAT 462: Summer 2019 Note: This homework focuses on types of explanatory variables. It is worth 30 points. You are free to discuss answers ...
分类:其他好文   时间:2019-08-01 20:20:12    阅读次数:118
【docker swarm 问题记录】InvalidArgument desc = EndpointSpec: port published with ingress mode can't be used with dnsrr mode
问题描述: 修改后问题解决: 如下 ip ports: - "8764:8080" 会 报 port published with ingress mode can't be used with dnsrr mode 故解决端口声明方式 参考 https://discuss.aerospike.co ...
分类:其他好文   时间:2019-07-29 09:38:58    阅读次数:368
bzoj1799 luogu4127 同类分布
1799: [Ahoi2009]self 同类分布 Description 给出a,b,求出[a,b]中各位数字之和能整除原数的数的个数。 Input Output Sample Input 10 19 Sample Output 3 HINT 【约束条件】1 ≤ a ≤ b ≤ 10^18 【约束 ...
分类:其他好文   时间:2019-07-27 09:18:51    阅读次数:63
Returning array from function in C
I've here very intersting discussion about the best and common ways to return an array from a function..Some solutions to use output parameter and cop ...
分类:其他好文   时间:2019-07-14 18:13:31    阅读次数:115
云原生生态周报 Vol.9| K8s v1.15 版本发布
本周作者 | 衷源、心贵 业界要闻 1、Kubernetes Release v1.15 版本发布,新版本的两个主题是持续性改进和可扩展性。(https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.15.md#kubernet ...
分类:其他好文   时间:2019-07-09 13:45:53    阅读次数:172
求组合数C(m,n)的多种计算方法
https://ac.nowcoder.com/discuss/187813?type=101&order=0&pos=1&page=0 https://blog.csdn.net/shadandeajian/article/details/82084087 1.简单法 适合n,m很小 2.Luca ...
分类:其他好文   时间:2019-07-04 15:59:59    阅读次数:156
Java并发:一篇搞定线程池
原文地址:https://www.nowcoder.com/discuss/152050?type=0&order=0&pos=6&page=0 本文是在原文的基础+理解,想要系统学习,请看原文地址。 线程池介绍 1.1 线程池的概念 线程池(thread pool): 一种线程使用模式。线程的创建 ...
分类:编程语言   时间:2019-07-02 19:41:14    阅读次数:134
leetcode1102
上面的代码参考:https://leetcode.com/problems/path-with-maximum-minimum-value/discuss/322978/Python-Binary-Search-%2B-DFS 我做出来一个TLE的解,只使用了DFS: ...
分类:其他好文   时间:2019-06-30 10:03:10    阅读次数:168
1567条   上一页 1 ... 5 6 7 8 9 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!