一.简介 #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); ...
简介 使用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
可以利用登录触发器,如 CREATE OR REPLACE TRIGGER tr_login_record AFTER logon ON DATABASE DECLARE miUserSid NUMBER; mtSession v$session%ROWTYPE; CURSOR cSession(i ...
分类:
数据库 时间:
2019-07-01 13:54:14
阅读次数:
128
1.componentWillMount 2.render 3.componentDidMount 4.componentWillUpdate 5.render 6.componentWillReceiveProps 7.shouldComponentUpdate 这个生命周期用在子组件上,返回tr ...
分类:
其他好文 时间:
2019-07-01 00:36:16
阅读次数:
94