码迷,mamicode.com
首页 >  
搜索关键字:question    ( 5100个结果
Java 枚举实现原理
枚举 反编译示意枚举类如下: package com.jiankunking.test; public enum ApplicationInterfaceTypeEnum { dubbo("dubbo", 1), webapp("webapp", 2), custom("custom", 3); p ...
分类:编程语言   时间:2019-02-02 17:31:32    阅读次数:116
把 14 亿中国人都拉到一个微信群在技术上能实现吗?
阅读本文大概需要 2.8 分钟。 作者:Max 来源:腾讯知乎官号 www.zhihu.com/question/293021546/answer/487157602 “最近,知乎上有一个非常热门的问题:“把 14 亿中国人民都拉到一个微信群里在技术上能实现吗?” 先说结论:也许可以实现,但你会什么 ...
分类:微信   时间:2019-02-02 10:44:04    阅读次数:191
c 语言连续输入字符型数据
Input1输入输出结果: 连续输入输出正常 带有空格的输入输出不正常 Input2输入输出结果: Input3输入输出结果: 相关百度问答: https://zhidao.baidu.com/question/510517719.html ...
分类:编程语言   时间:2019-02-01 19:42:40    阅读次数:173
TCP 为什么是三次握手,而不是两次或四次?
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
正向解析DNS服务
前提准备:一台centos7做服务器,两张网卡(桥接and仅主机),一台centos6做客户端,仅主机#####A、搭建DNS服务器:1、[root@centos7~]#yuminstallbindLoadedplugins:fastestmirror,langpacksLoadingmirrorspeedsfromcachedhostfileResolvingDependenciesInstal
分类:其他好文   时间:2019-01-31 21:33:58    阅读次数:222
HUST 1541
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
JavaScript CheckBox实现全选和部分选择
1 2 3 43 44 45 46 47 加入试题篮 48 49 50 51 52 53 54 55 ...
分类:编程语言   时间:2019-01-31 13:33:15    阅读次数:227
Inheritance
继承知识测试 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
LintCode上的一道算法面试题: 数字的统计
说到数字的统计,小时候的数学课大家都应该有学过,但数字太多太复杂的,手动肯定耗时间不说还很容易出错。所以今天分享一下如何用程序来完成。 Have you met this question in a real interview? 你是否在真实的采访中遇到过这个问题? Count the numbe ...
分类:编程语言   时间:2019-01-29 18:19:03    阅读次数:191
PAT 甲级 1150 Travelling Salesman Problem
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
5100条   上一页 1 ... 82 83 84 85 86 ... 510 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!