https://github.com/YouXianMing
上一页 1 2 3 4 5 6 ··· 85 下一页
摘要: 使用 RegexString.with(string).pattern(pattern).start() + 后续操作(matches,find或者是replace) 源码 示例 阅读全文
posted @ 2017-04-28 17:07 YouXianMing 阅读(660) 评论(0) 推荐(1) 编辑
摘要: 源码 https://github.com/YouXianMing/CSS-Animations/tree/master/Event 效果 细节 1) 一个完整的可回溯的动画至少包括了两种状态,以及两种状态的动画设置,还有其关键帧设置. 2) 设置的值其实只有A,B两种状态而已 3) 动画开始的时候 阅读全文
posted @ 2017-04-18 16:39 YouXianMing 阅读(13066) 评论(2) 推荐(0) 编辑
摘要: 效果 源码 img-box: 装图片的盒子,确保子元素超出部分隐藏起来. image-scale: 绝对定位,并手动设置图片居中. 素材 阅读全文
posted @ 2017-04-17 15:15 YouXianMing 阅读(420) 评论(0) 推荐(0) 编辑
摘要: Transitions动画效果(1) 源码 https://github.com/YouXianMing/CSS-Animations/tree/master/Transitions 效果 细节 阅读全文
posted @ 2017-04-13 11:33 YouXianMing 阅读(523) 评论(1) 推荐(0) 编辑
摘要: 抓取时光网的电影列表并生成网页 源码 https://github.com/YouXianMing/BeautifulSoup4-WebCralwer 分析 利用BeautifulSoup进行分析网页并抓取数据,并利用正则表达式替换模板生成网页. 效果 阅读全文
posted @ 2017-03-22 16:31 YouXianMing 阅读(864) 评论(0) 推荐(0) 编辑
摘要: [Python] 糗事百科文本数据的抓取 源码 https://github.com/YouXianMing/QiuShiBaiKeText 细节 1. 抓取 http://www.qiushibaike.com/text/ 所有35个页面的文本数据 2. 抓取的数据写进数据库,数据库用的是sqli 阅读全文
posted @ 2017-03-13 15:47 YouXianMing 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 文件扫描 下载 https://github.com/YouXianMing/FileManager 细节 1. 基于Python 3.60,其他版本未测试 2. 支持扫描深度,不设置则扫描全部,设置了值,则扫描具体的层级 源码 使用 阅读全文
posted @ 2017-03-13 09:20 YouXianMing 阅读(1096) 评论(0) 推荐(0) 编辑
摘要: 根据博客园用户名抓取其所有文章的标题及其链接 下载地址: https://github.com/YouXianMing/cnblogsTitleGetter -使用前须知- (1) 网络库使用的是 requests (https://github.com/kennethreitz/requests) 阅读全文
posted @ 2017-03-10 17:33 YouXianMing 阅读(963) 评论(1) 推荐(0) 编辑
摘要: ParagraphString - 段落样式的简易处理 效果 源码 https://github.com/YouXianMing/UI-Component-Collection 中的 ParagraphString 阅读全文
posted @ 2016-11-16 17:18 YouXianMing 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: IrregularGridCollectionView处理不定宽度的标签cell 效果 源码 https://github.com/YouXianMing/UI-Component-Collection 中的 IrregularGridCollectionView 细节 阅读全文
posted @ 2016-11-07 11:56 YouXianMing 阅读(1036) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 85 下一页