2022年5月31日
摘要:
A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. For example in the decimal system 73 is a re
阅读全文
posted @ 2022-05-31 15:50
Coder何
阅读(24)
推荐(0)
2022年5月18日
摘要:
With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ba
阅读全文
posted @ 2022-05-18 16:29
Coder何
阅读(85)
推荐(0)
摘要:
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev
阅读全文
posted @ 2022-05-18 11:13
Coder何
阅读(24)
推荐(0)
摘要:
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat
阅读全文
posted @ 2022-05-18 10:59
Coder何
阅读(15)
推荐(0)
2022年4月19日
摘要:
1.不了解js,随便找了一个监听函数没注意功能,找了很久才发现问题出在这儿 使用addEventListener()函数会覆盖HTML窗体的默认行为 msgerButton.addEventListener("submit", event => { event.preventDefault(); c
阅读全文
posted @ 2022-04-19 22:21
Coder何
阅读(145)
推荐(0)
2022年2月7日
摘要:
Alt + Insert 代码自动生成,如生成对象的 set / get 方法,构造函数,toString() 等 Alt + Enter IntelliJ IDEA 根据光标所在问题,提供快速修复选择,光标放在的位置不同提示的结果也不同 Ctrl + / 注释光标所在行代码,会根据当前不同文件类型
阅读全文
posted @ 2022-02-07 15:51
Coder何
阅读(53)
推荐(0)
2021年8月23日
摘要:
1.408分值分布 科目 大致分值 数据结构 45 计算机组成原理 45 操作系统 35 计算机网络 25 其中包括 选择题(80分) 科目 题号 分值 数据结构 1~11 22 计算机组成原理 12~22 22 操作系统 23~32 20 计算机网络 33~40 16 以及七3道综合应用题共70分
阅读全文
posted @ 2021-08-23 12:05
Coder何
阅读(16879)
推荐(1)
2021年5月17日
摘要:
QT中对OpenCV的支持性还是非常好的 下文转自对OpenCV人脸检测方法detectMultiScale参数的理解 OpenCV中detectMultiScale参数的含义 detectMultiScale(image[, scaleFactor[, minNeighbors[, flags[,
阅读全文
posted @ 2021-05-17 18:45
Coder何
阅读(369)
推荐(0)
2021年5月15日
摘要:
Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha
阅读全文
posted @ 2021-05-15 16:59
Coder何
阅读(44)
推荐(0)
2020年12月17日
摘要:
1.1.电子邮件的收发流程示意图: 相对于邮件客户端的流程就是: 1.2.邮件接收——POP3协议POP3(Post Office Protocol 3,邮局协议版本3)主要用于支持使用客户端远程管理在服务器上的电子邮件。该协议是在RFC-1939中定义的,是Internet上的大多数人用来接收邮件
阅读全文
posted @ 2020-12-17 19:14
Coder何
阅读(2785)
推荐(0)