Loading

上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 75 下一页
摘要: csdn博客中有很多优秀的文章,自己习惯在博客园记录,为了便于之后浏览,习惯复制到博客园收藏。 问题是csdn 中复制全文,在博客园编辑器(TinyMCE编辑器)中粘贴时,图片无法直接粘贴过来,图片多的时候比较麻烦。 怎样直接复制粘贴全文?解决方法参考:https://jingyan.baidu.c 阅读全文
posted @ 2019-09-25 09:04 拾月凄辰 阅读(1728) 评论(0) 推荐(0)
摘要: 在IntelliJ Idea中HTML格式化时,默认<head><body>以及<body>下的以及标签都不会缩进。 解决方法:editor->code style->HTML->other->Do not indent children of删掉<html><head><body>这几项就可以了。 阅读全文
posted @ 2019-09-23 08:51 拾月凄辰 阅读(806) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-09-20 10:43 拾月凄辰 阅读(1287) 评论(0) 推荐(0)
摘要: 代码如下: <div>上部层</div> <div> <!--父层--> <div style="margin-top:200px;">子层</div></div> 理想中的效果是父层和上部层贴边显示,子层距离父层顶部有200px的距离,在ie中正常,但是在ff中却出现问题,子层和父层贴边了,而父层 阅读全文
posted @ 2019-09-19 16:12 拾月凄辰 阅读(255) 评论(0) 推荐(0)
摘要: 链接:https://www.nowcoder.com/questionTerminal/20426b85f7fc4ba8b0844cc04807fbd9?f=discussion来源:牛客网 [编程题]质因数的个数 热度指数:20444 时间限制:1秒 空间限制:65536K 求正整数N(N>1) 阅读全文
posted @ 2019-09-15 10:52 拾月凄辰 阅读(1803) 评论(0) 推荐(0)
摘要: 约数的个数 题目描述 输入n个整数,依次输出每个数的约数的个数 输入描述: 输入的第一行为N,即数组的个数(N<=1000) 接下来的1行包括N个整数,其中每个数的范围为(1<=Num<=1000000000) 当N=0时输入结束。 输出描述: 可能有多组输入数据,对于每组输入数据, 输出N行,其中 阅读全文
posted @ 2019-09-15 09:36 拾月凄辰 阅读(151) 评论(0) 推荐(0)
摘要: Oil Deposits HDU - 1241 The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one larg 阅读全文
posted @ 2019-09-14 09:48 拾月凄辰 阅读(135) 评论(0) 推荐(0)
摘要: 在这里查看getline的函数声明如下: 可以看到,第三个参数delim是分隔符,可以指定不同的分隔符,如果不指定的话就默认是'\n'。 举个例子: 阅读全文
posted @ 2019-09-14 09:20 拾月凄辰 阅读(1861) 评论(0) 推荐(0)
摘要: Prime Ring Problem HDU - 1016 A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the 阅读全文
posted @ 2019-09-13 19:50 拾月凄辰 阅读(213) 评论(0) 推荐(0)
摘要: 汉诺塔III HDU - 2064 汉诺塔III 约19世纪末,在欧州的商店中出售一种智力玩具,在一块铜板上有三根杆,最左边的杆上自上而下、由小到大顺序串着由64个圆盘构成的塔。目的是将最左边杆上的盘全部移到右边的杆上,条件是一次只能移动一个盘,且不允许大盘放在小盘的上面。 现在我们改变游戏的玩法, 阅读全文
posted @ 2019-09-13 18:29 拾月凄辰 阅读(270) 评论(0) 推荐(0)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 75 下一页