1.段寄存器结构 段寄存器一共96位,但是可见部分只有16位 其中红色部分就是段选择子 2.段寄存器的读写: 读段寄存器: 比如:MOV AX,ES 只能读16位的可见部分 读写LDTR 的指令为:SLDT/LLDT 读写TR的指令为:STR/LTR 写段寄存器: 比如:MOV DS,AX 写的时候 ...
分类:
其他好文 时间:
2019-07-10 14:44:56
阅读次数:
126
一.简介 #include <QMessageBox> 二.内置消息框 1.QMessageBox::warning() QMessageBox::warning(this, tr("警告"), tr("用户名和密码错误!"), QMessageBox::Yes); ...
分类:
其他好文 时间:
2019-07-10 10:39:30
阅读次数:
86
private string ConvertStringToJson(string str) { //格式化json字符串 JsonSerializer serializer = new JsonSerializer(); TextReader tr = new StringReader(str); ...
恢复内容开始 ifconfig 查看网卡信息 网络接口 eno16777728 网卡名称 inet 192.168.10.10 ip地址 netmask子网编码 ether 网卡物理地址 rx 收到 tx 发送 如果服务器突然卡了就要怀疑被黑客攻击了 检查是否大量输出大量输入流量 uname una ...
分类:
系统相关 时间:
2019-07-04 23:56:41
阅读次数:
256
简介 使用openmesh生成一个球,采用的是标准球坐标系。 // 生成球 n 最好输入偶数 10 或者 100 include include include include define pi 3.1415926 using namespace std; typedef OpenMesh::Tr ...
分类:
其他好文 时间:
2019-07-04 18:56:35
阅读次数:
102
一、CSS3 过渡 transition-property transition-property 规定过渡效果的 CSS 属性名 transition-duration transition-duration 规定完成过渡效果需要多少时间 transition-timing-function tr ...
分类:
Web程序 时间:
2019-07-04 00:41:48
阅读次数:
142
table<tableclass="tabletable-stripedtable-borderedtable-hover"id="table1"><thead><tr><th>字段名</th><th>字段类型</th><th>字段是否为空</th><th>默认值</th&
分类:
Web程序 时间:
2019-07-02 14:44:18
阅读次数:
313
## 复习 ```python"""1、html: 标记语言:解释性,没有逻辑(有无效果) 常用标签(指令<!...>、转义字符&...;、标签<英文数字->) h1~h6 p a img div span i b ul>li table>tr>th|td form>input|select(opt ...
分类:
编程语言 时间:
2019-07-01 20:02:20
阅读次数:
112
.scroll-table { table tbody { display: block; max-height: 120px; overflow-y: scroll; } table thead,tbody tr { display: table; width: 100%; ... ...
分类:
Web程序 时间:
2019-07-01 17:19:58
阅读次数:
106
可以采用dml触发器,如 CREATE OR REPLACE TRIGGER tr_capt_sql BEFORE DELETE OR INSERT OR UPDATE ON manager.test DECLARE sql_text ora_name_list_t; state_sql capt$ ...
分类:
数据库 时间:
2019-07-01 14:08:59
阅读次数:
193