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 阅读全文
posted @ 2013-09-14 01:35 natata 阅读(778) 评论(0) 推荐(0)
摘要: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 ... 阅读全文
posted @ 2013-09-05 21:52 natata 阅读(1791) 评论(0) 推荐(0)
摘要:-- =============================================-- Author:tanghong-- Create date: 20130628154520-- =============================================CREATE PROCEDURE [dbo].[PersonalPrizeC... 阅读全文
posted @ 2013-09-03 01:11 natata 阅读(495) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2013-09-03 01:08 natata 阅读(2253) 评论(0) 推荐(0)