- 博客(5)
- 收藏
- 关注
转载 jquery treeview 节点图片文字错位
解决: 修改jquery.treeview.css 如下 .treeview li { margin: 0; padding: 3px 0pt 3px 0px; }
2013-01-17 11:18:50
356
转载 oracle 小知识(1-10)
1.select sysdate from dual; 2.select * from v$version; 3.select name,log_mode from v$database; 4.select name, bytes from v$datafile; 5.select file_name, bytes from dba_data_files; 6.sele
2013-01-04 17:22:27
188
转载 mfc 改变窗口位置大小
void CStoreFilePathDlg::initPosition() { //获取桌面坐标 CRect r; this->GetDesktopWindow()->GetWindowRect(&r); //设置窗口参数 int x,y; x = (r.Width() - WINDOW_WIDTH)/2;//左上方X坐标 y = (r.
2012-12-21 10:27:43
346
转载 mfc 对话框换皮肤
1. 在stdafx.h中增加 #include "SkinPPWTL.h" #pragma comment(lib,"skinPPWTL.lib") 2.加入SkinPPWTL.h到工程中 3.在相应APP文件的initinstance中加入 skinppLoadSkin("AquaOS.ssk"); 4.加入虚函数ExitInstance(),
2012-12-20 16:34:46
392
转载 mfc 取得时间
1. CTime time = CTime::GetCurrentTime(); int year = time.GetYear(); //返回年 int month = time.GetMonth(); //返回月份 int date = time.GetDay(); // 返回日数 int hour = time.GetHour(); // 返回小时数(-23至23之间)
2012-12-20 14:40:04
287
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅