码迷,mamicode.com
首页 >  
搜索关键字:asm background proce    ( 8328个结果
idea 添加目录 右键打开项目
background: 在项目目录内, 右键空白地方右键菜单 command: "C:\Program Files\JetBrains\IntelliJ IDEA 2020.1.1\bin\idea64.exe" "%V" shell: 右键点击项目目录 右键菜单 command: "C:\Prog ...
分类:其他好文   时间:2020-12-04 11:26:37    阅读次数:6
Windows右键打开
一、桌面右键方式 1、Win+R 输入 regedit 进入注册表 2、找到HKEY_CLASSES_ROOT-Directory-Background-shell新建 Typro 3、默认值改为 Open Typora 4、新建 字符串值 ,名称为 Icon 值为应用执行文件所在位置 5、在Typ ...
分类:Windows程序   时间:2020-12-04 11:03:44    阅读次数:17
实验3 多个段的汇编源程序编写与调试
实验任务1 task1.asm assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) data ends code segment start: mov ax, data mov ds, ax mov ax, 0b800H mov e ...
分类:其他好文   时间:2020-12-01 11:53:09    阅读次数:2
实验3 多个段的汇编源程序编写与调试
实验3 多个段的汇编源程序编写与调试 实验任务1 使用任意文本编辑器,录入汇编源程序task1.asm。 assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) ;db 2,3,4,5,6 data ends code segment ...
分类:其他好文   时间:2020-11-30 15:18:51    阅读次数:4
swiper修改分页器样式
css中,在.swiper-pagination-bullet-active{}中修改就ok。 默认样式为: .swiper-pagination-bullet-active { background-color: #e8561a; width: 20px; border-radius: 20px; ...
分类:其他好文   时间:2020-11-27 11:33:41    阅读次数:7
小相册
代码如下: <style> *{ margin: 0; padding: 0; } html,body{ width: 100%; height: 100%; } body{ background:#1e1e1f; overflow:hidden; } .box{ width: 100%; heig ...
分类:其他好文   时间:2020-11-27 10:58:16    阅读次数:6
盒模型
盒子的六个属性:1·width属性 2.height属性 3.内边距(padding)4.边距(border)5.外边距(margin)6.背景属性(background) 垂直居中的条件:单行文字垂直居中,行高等于高度值 当行高小于高度,文字偏上;当行高大于高度,文字偏下。 盒模型的宽度=左外边距 ...
分类:其他好文   时间:2020-11-26 14:08:53    阅读次数:5
CSS 动态渐变色字体
.ys{ font-weight: 600; font-size: 16px; font-family: "黑体"; color: #8c888b; background: -webkit-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5 ...
分类:Web程序   时间:2020-11-24 12:44:17    阅读次数:12
VUE:如何设置当前页面的背景色
给当前页面的最外层div class 加样式 /deep/ html, .home { position: fixed; height: 100%; width: 100%; background-color: #658ea9 !important; } 这是效果 ...
分类:其他好文   时间:2020-11-20 11:36:45    阅读次数:25
xss总结
与xss相关的HTML标签和属性 <script>定义客户端脚本 <img src=>规定显示图像的URL <body background=> 规定文档背景图像URL <body onload=> body标签的事件属性 <input onfocus= autofocus> form表单的事件属性 ...
分类:其他好文   时间:2020-11-19 12:36:19    阅读次数:6
8328条   上一页 1 ... 8 9 10 11 12 ... 833 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!