09 2013 档案
摘要:Q:When I play movie on Windows7, always comes this message:The color scheme has been changedThe following program has performed an action that requires Windows to temporarily change the color scheme to Windows 7 Basic.Why?There is a solution?A:Add the following line to 'mplayer\config' (use
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using ...
阅读全文
摘要:-- =============================================-- Author:tanghong-- Create date: 20130628154520-- =============================================CREATE PROCEDURE [dbo].[PersonalPrizeC...
阅读全文
摘要:BOOL CManageDataBase::GetDepTreeAllSons( int rootItem ) { CADORecordset Rst(&m_DataBase); BOOL bResult = FALSE; CString strSQL; int curItem = rootItem; int level = 0; try { strSQL.Format(_T("delete from Temp_DepSons")); if(!m_DataBase.Execute((LPCTSTR)strSQL)) throw IDS_PROC_ERROR; str
阅读全文