码迷,mamicode.com
首页 >  
搜索关键字:att    ( 6396个结果
Qt QPainter QBrush 填充区域
Qt QPainter QBrush 填充区域 QBrush brush; brush.setColor(Qt::red);//设置颜色 brush.setStyle(Qt::SolidPattern); painter.setBrush(brush); painter.drawRect(rect3 ...
分类:其他好文   时间:2021-05-04 16:25:58    阅读次数:0
HTML
HTML5 超文本标记语言 HTML5 一些新特性: 用于绘画的 canvas 元素 video 和 audio 元素 对本地离线存储的更好的支持 新的特殊内容元素,比如 article、footer、header、nav、section 新的表单控件,比如 calendar、date、time、e ...
分类:Web程序   时间:2021-05-04 16:15:40    阅读次数:0
轮播图-仿京东
轮播图: <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style> .slider_item{ list-style: none; display: none; } .slider_banner ...
分类:其他好文   时间:2021-05-04 16:01:18    阅读次数:0
Python - 正则表达式
1 """ 2 正则表达式:regular expression 3 4 本质: 可看成一个模板,按照这个模板规则去匹配 5 6 是一个比较强大的字符串处理工具 7 8 应用场景: 9 1》表单验证 10 2》爬虫 11 3》处理文本和数据 12 13 导入模块:re 14 15 match() 匹 ...
分类:编程语言   时间:2021-04-24 13:40:39    阅读次数:0
noopener, noreferrer 及 nofollow 的用法
<a> 标签通常会配合着使用 noopener, noreferrer 及 nofollow 这些属性, 它们的作用及用法如下。 noopener 当给链接加上 target="_blank" 后, 目标网页会在新的标签页中打开, 此时在新打开的页面中可通过 window.opener 获取到源页面 ...
分类:其他好文   时间:2021-04-22 16:07:21    阅读次数:0
GreatSQL MGR安装
git clone https://gitee.com/GreatSQL/GreatSQL.gitwget https://gitee.com/GreatSQL/GreatSQL/repository/archive/master.ziphttps://gitee.com/GreatSQL/Grea ...
分类:数据库   时间:2021-04-21 12:01:14    阅读次数:0
弱监督条件下基于相似性条件学习的服饰搭配生成
论文:《Learning Similarity Conditions Without Explicit Supervision》 论文地址:https://arxiv.org/pdf/1908.08589.pdf 代码地址:https://github.com/rxtan2/Learning-Sim ...
分类:其他好文   时间:2021-04-19 15:47:48    阅读次数:0
Pycharm无法用pip安装PIL以及安装Pillow之后依然报错“No module named 'Pillow'”的诡异问题
首先声明,本人遇到的Pycharm无法用pip安装PIL的问题和安装Pillow模块之后依然报错“No module named 'Pillow'”问题最终都得到了解决,相信很多人也遇到过,但由于系统,软件版本,运行环境等一系列问题,可能本博客的解决办法并不完全普适,但文章的最后,我总结了两种纠错方 ...
分类:其他好文   时间:2021-04-15 12:32:01    阅读次数:0
2021-2022学年英语周报八年级第24期答案及试题
进入查看:2021-2022学年英语周报八年级第24期答案及试题 He who risks nothing gains nothing.收获与风险并存。History repeats itself.历史往往重演。Honesty is the best policy.做人诚信为本。Hope for t ...
分类:其他好文   时间:2021-04-10 13:20:22    阅读次数:0
Session
什么是Session? Session是一个接口(HttpSession) Session即会话,它是用来维护一个客户端和服务器之间关联的技术 每个客户端都有自己的一个Session会话 Session会话中,我们经常用来保存用户登录之后的信息 Session的创建和获取 session的创建和获取 ...
分类:其他好文   时间:2021-04-10 12:49:44    阅读次数:0
6396条   上一页 1 ... 4 5 6 7 8 ... 640 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!