- 博客(27)
- 资源 (10)
- 收藏
- 关注
原创 Java Type总结
Type是Java 编程语言中所有类型的公共高级接口(官方解释),也就是Java中所有类型的“爹”,它并不是我们平常工作中经常使用的 int、String、List、Map等数据类型,而是从Java语言角度来说,对基本类型、引用类型向上的抽象...
2022-06-19 23:34:04 617
原创 Gradle工程打jar到Maven本地库
文章目录在build.gradle中添加如下代码:// Using the Maven pluginapply plugin: 'maven' // 解析maven下载路径def mavenHome = System.getenv("MAVEN_HOME")File settingFile = new File(mavenHome + "/conf/settings.xml")//...
2019-07-23 14:31:06 499
原创 docker构建sshd
文章目录Dockerfile编译命令运行测试及遇到的问题问题分析及解决方案:本实例基于docker构建jdk1.8进行构建,如不需要jdk,则将Dockerfile中第一行改为 FROM centos 即可Dockerfile# 可以改为 FROM centosFROM centos-jdk MAINTAINER liuyang# 安装ssh服务RUN yum install op...
2019-07-16 22:49:34 597
原创 Problem 40—Champernowne's constant
题目描述如下: An irrational decimal fraction is created by concatenating the positive integers: 0.12345678910 1 112131415161718192021… It can be seen that the 12th digit of the fractional part is 1.
2015-04-22 21:11:25 579
原创 Problem 39—Integer right triangles
问题描述如下: If p is the perimeter of a right angle triangle with integral length sides, {a,b,c}, there are exactly three solutions for p = 120. {20,48,52}, {24,45,51}, {30,40,50} For which value of
2015-04-22 20:56:59 662
原创 Problem 37—Truncatable primes
题目描述如下: The number 3797 has an interesting property. Being prime itself, it is possible to continuously remove digits from left to right, and remain prime at each stage: 3797, 797, 97, and 7. Similar
2015-04-22 20:48:38 640
原创 Problem 35—Circular primes
题目描述如下: The number, 197, is called a circular prime because all rotations of the digits: 197, 971, and 719, are themselves prime. There are thirteen such primes below 100: 2, 3, 5, 7, 11, 13, 17,
2015-04-22 20:34:55 632
原创 Problem 34—Digit factorials
题目描述如下: 145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145. Find the sum of all numbers which are equal to the sum of the factorial of their digits. Note: as 1! = 1 and 2! = 2 are no
2015-04-22 20:21:10 497
SWTDesigner_Luna_Release
2014-08-25
Proteus快速入门
2012-11-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人