枚举 反编译示意枚举类如下: package com.jiankunking.test; public enum ApplicationInterfaceTypeEnum { dubbo("dubbo", 1), webapp("webapp", 2), custom("custom", 3); p ...
分类:
编程语言 时间:
2019-02-02 17:31:32
阅读次数:
116
阅读本文大概需要 2.8 分钟。 作者:Max 来源:腾讯知乎官号 www.zhihu.com/question/293021546/answer/487157602 “最近,知乎上有一个非常热门的问题:“把 14 亿中国人民都拉到一个微信群里在技术上能实现吗?” 先说结论:也许可以实现,但你会什么 ...
分类:
微信 时间:
2019-02-02 10:44:04
阅读次数:
191
Input1输入输出结果: 连续输入输出正常 带有空格的输入输出不正常 Input2输入输出结果: Input3输入输出结果: 相关百度问答: https://zhidao.baidu.com/question/510517719.html ...
分类:
编程语言 时间:
2019-02-01 19:42:40
阅读次数:
173
TCP是一种全双工的可靠传输协议,核心思想:保证数据可靠传输以及数据的传输效率 A B 二次握手: 1.A发送同步信号SYN+A's initial sequence number 2.B发送同步信号SYN+B's initial sequence number +B's ACK sequence ...
分类:
其他好文 时间:
2019-02-01 15:56:17
阅读次数:
195
前提准备:一台centos7做服务器,两张网卡(桥接and仅主机),一台centos6做客户端,仅主机#####A、搭建DNS服务器:1、[root@centos7~]#yuminstallbindLoadedplugins:fastestmirror,langpacksLoadingmirrorspeedsfromcachedhostfileResolvingDependenciesInstal
分类:
其他好文 时间:
2019-01-31 21:33:58
阅读次数:
222
1541 - Student’s question 时间限制:1秒 内存限制:128兆 时间限制:1秒 内存限制:128兆 YY is a student. He is tired of calculating the quadratic equation. He wants you to help ...
分类:
其他好文 时间:
2019-01-31 19:15:13
阅读次数:
204
1 2 3 43 44 45 46 47 加入试题篮 48 49 50 51 52 53 54 55 ...
分类:
编程语言 时间:
2019-01-31 13:33:15
阅读次数:
227
继承知识测试 Question 1 Output of following Java Program? A、Derived::show() called B、Base::show() called Question 2 A、Base::show() called B、Derived::show() ...
分类:
其他好文 时间:
2019-01-29 20:36:45
阅读次数:
118
说到数字的统计,小时候的数学课大家都应该有学过,但数字太多太复杂的,手动肯定耗时间不说还很容易出错。所以今天分享一下如何用程序来完成。 Have you met this question in a real interview? 你是否在真实的采访中遇到过这个问题? Count the numbe ...
分类:
编程语言 时间:
2019-01-29 18:19:03
阅读次数:
191
https://pintia.cn/problem-sets/994805342720868352/problems/1038430013544464384 The "travelling salesman problem" asks the following question: "Given a ...
分类:
其他好文 时间:
2019-01-29 13:58:38
阅读次数:
118