资源简介

线程循环读取数据库

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;

namespace UnionPayByBOC {
    public class CCDO_Control {

        [DllImport(“user32.Dll“)]
        public static extern void GetClassName(IntPtr hwnd StringBuilder s int nMaxCount);
        [DllImport(“User32.dll“)]
        private extern static IntPtr GetWindow(IntPtr hWnd int wCmd);
        [DllImport(“User32.dll“ CharSet = CharSet.Auto)]
        private static extern IntPtr GetWindowThreadProcessId(IntPtr hwnd out int ID);
        [DllImport(“user32.dll“ CharSet = CharSet.Auto ExactSpelling = true)]
        private static extern IntPtr GetForegroundWindow();
        [DllImport(“user3

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ......R     67646  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\0.ico

    ......R       262  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\App.config

     文件     240128  2016-12-21 17:10  getSMSBySQL\getSMSBySQL\bin\Debug\getSMSBySQL.exe

    .......       262  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\bin\Debug\getSMSBySQL.exe.config

     文件      81408  2016-12-21 17:10  getSMSBySQL\getSMSBySQL\bin\Debug\getSMSBySQL.pdb

     文件      22984  2016-12-23 18:44  getSMSBySQL\getSMSBySQL\bin\Debug\getSMSBySQL.vshost.exe

     文件        262  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\bin\Debug\getSMSBySQL.vshost.exe.config

     文件        490  2012-06-06 02:06  getSMSBySQL\getSMSBySQL\bin\Debug\getSMSBySQL.vshost.exe.manifest

    ......R       255  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\bin\Debug\system.ini

    ....SHR        83  2016-12-21 17:08  getSMSBySQL\getSMSBySQL\bin\Debug\vssver2.scc

    ......R     67646  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\bitbug_favicon.ico

     文件       4202  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\CCDO_Control.cs

    ......R      2611  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\CDO_Control.cs

     文件       3072  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\DataQuery.cs

     文件       3535  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\DataQuery.Designer.cs

     文件       5817  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\DataQuery.resx

    ......R     15541  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\DbHelperOleDb.cs

     文件      11865  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\Form1.cs

     文件       9308  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\Form1.Designer.cs

    ......R    108194  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\Form1.resx

     文件       5137  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\getSMSBySQL.csproj

    ......R       257  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\getSMSBySQL.csproj.vspscc

     文件       1198  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\getSMSBySQL.sln

    ..A..H.     37888  2016-12-23 18:44  getSMSBySQL\getSMSBySQL\getSMSBySQL.v11.suo

    ......R      2334  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\INIFileHelper.cs

    ......R       188  2016-12-19 14:13  getSMSBySQL\getSMSBySQL\Log.cs

     文件        263  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\mssccprj.scc

     文件       1308  2016-12-23 18:44  getSMSBySQL\getSMSBySQL\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7077  2016-12-21 17:09  getSMSBySQL\getSMSBySQL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        584  2016-12-23 18:44  getSMSBySQL\getSMSBySQL\obj\Debug\getSMSBySQL.csproj.FileListAbsolute.txt

............此处省略34个文件信息

评论

共有 条评论