摘要:
昨天 添加Kaptcha依赖后 怎么也无法得出验证码 一直调试 最后tomcat都无法运行了 只好重新建立一个项目 复制 后面发现了 添加依赖后 lib文件夹下还没有添加 需要手动添加进去 阅读全文
摘要:
实现轮播图 刚开始我看到这个问题 直接想到了里切换元素的display属性来实现 1. js 改变元素的display属性 就是这样一个 改变display来实现(ps:也说明了 display会让img大小为0) 还有是也可以利用点击进行切换 可以看这个博客https://www.jianshu. 阅读全文
摘要:
参考博客:https://segmentfault.com/a/1190000016903385?utm_source=tag newest 文中提出了三种实现跑马灯的方式,分别是1.利用js实现2.利用html标签实现3.利用css实现 文中也给出了3种方法优劣的比较,这里不再赘述 1.利用js实 阅读全文
摘要:
仿写一个知乎 1.~~观察发现知乎很像学习的双飞翼布局 就用双飞翼模板~~ 并不适合 ,还是老老实实写吧 index.html reset.css main.css 2.加一点细节 冗談冗談 3.看一下注意的点 vertical align 用来指定行内元素(inline)或表格单元格(table 阅读全文
摘要:
参考文章https://cloud.tencent.com/developer/article/1012775 大部分内容转载自这片文章 这篇文章讲的很好 我就不班门弄斧了 就帮助像我一样的小白理解下吧 (为了更好的学习 文章结构也就按上面这篇文章来了) 一.负边距与浮动布局 1.1负边距 说起负边 阅读全文
摘要:
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou 阅读全文
摘要:
According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insert 阅读全文
摘要:
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the positions of the input numbers. 阅读全文
摘要:
According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insert 阅读全文
摘要:
Given any permutation of the numbers {0, 1, 2,..., N−1}, it is easy to sort them in increasing order. But what if Swap(0, *) is the ONLY operation tha 阅读全文