Fork me on GitHub
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 103 下一页
摘要: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactoryat org.apache.catalina.startup.Bootstrap.<clinit>(Bootstr 阅读全文
posted @ 2017-12-12 18:41 秋夜雨巷 阅读(1414) 评论(0) 推荐(1)
摘要: 定义 组合(Composite Pattern)模式也叫合成模式,用来描述部分与整体的关系。英文原话是:Compose objects into tree structures to represent part-whole hierarchies.Composite lets clients tr 阅读全文
posted @ 2017-12-07 23:12 秋夜雨巷 阅读(242) 评论(0) 推荐(0)
摘要: 今天是红米5的发布会,因为直播发布会期间每一分钟会抽取一部评论者送一部红米5手机,毕竟是千元全面屏嘛,还挺想要的,于是中午就写了一段很简单很简单的脚本。整个公司用了后就抢了一些抵用券,纪念下今天的日子。 源码 阅读全文
posted @ 2017-12-07 20:53 秋夜雨巷 阅读(1294) 评论(0) 推荐(0)
摘要: body背景图片(自适应屏幕大小) 20190122,再次使用之前的发现不行,总是提示invalid property value。后来发现是空格的问题,复制后background这一行每一个空格都要重新敲一遍,包括前面的四个空格!!! html,body { height:100%; overfl 阅读全文
posted @ 2017-12-06 23:37 秋夜雨巷 阅读(210) 评论(0) 推荐(0)
摘要: 题目:打印出杨辉三角形 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 源码 阅读全文
posted @ 2017-12-06 13:03 秋夜雨巷 阅读(268) 评论(0) 推荐(0)
摘要: java自动生成mysql表对应的entity文件代码,改良版 阅读全文
posted @ 2017-12-05 23:07 秋夜雨巷 阅读(5353) 评论(0) 推荐(0)
摘要: 题目:取一个整数a从右端开始的4~7位。 阅读全文
posted @ 2017-12-05 21:47 秋夜雨巷 阅读(422) 评论(0) 推荐(0)
摘要: 题目:将一个数组逆序输出。 阅读全文
posted @ 2017-12-05 20:10 秋夜雨巷 阅读(1671) 评论(0) 推荐(0)
摘要: 题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。 阅读全文
posted @ 2017-12-04 22:15 秋夜雨巷 阅读(290) 评论(0) 推荐(0)
摘要: 定义 适配器模式(Adapter Pattern)又叫变压器模式。在适配器模式下,变压器的作用是把一种电压变换为另一种电压。 英文原话是:Convert the interface of a class into another interface clients expect.Adapter le 阅读全文
posted @ 2017-12-03 12:18 秋夜雨巷 阅读(228) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 103 下一页