亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

INFO

  • 重寫了微軟提供SQLHelper(共用的數據庫調用接口) 1把SqlHelper的connectionString做成一個全局量

    重寫了微軟提供SQLHelper(共用的數據庫調用接口) 1把SqlHelper的connectionString做成一個全局量,統一設置數據庫連接字符串 2增加了返回特定表名的DataSet的各接口。 可在項目的config文件設置數據庫連接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] <!-- application specific settings --> <appSettings> <add key="ConnectionString" value="packet size=4096 user id=sa data source=localhost persist security INFO=True initial catalog=NorthWind password= "/> </appSettings> 當然可以把數據庫連接方法修改后直接用。

    標簽: connectionString SQLHelper SqlHelper 微軟

    上傳時間: 2013-12-12

    上傳用戶:釣鰲牧馬

  • The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca

    The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more INFO.

    標簽: program translation Kokkonen pascal

    上傳時間: 2015-05-05

    上傳用戶:rocwangdp

  • Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as

    Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other INFO) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf". More specifcs are found at the top of each form and are provided throughout the code.

    標簽: directory writeable Geocode project

    上傳時間: 2013-12-19

    上傳用戶:wangchong

  • The Hardware Book contains misc technical INFOrmation about computers and other electronic devices

    The Hardware Book contains misc technical INFOrmation about computers and other electronic devices. You ll find the pinout to most common (and uncommon) connectors availble, as well as INFO about how to build

    標簽: INFOrmation electronic computers technical

    上傳時間: 2013-12-13

    上傳用戶:ommshaggar

  • uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k

    uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For INFO on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example

    標簽: the provides required package

    上傳時間: 2015-05-21

    上傳用戶:ainimao

  • 這是 用C++編寫的員工培訓系統 用戶要修改程序源碼可以選擇相應的.h和.cpp文件

    這是 用C++編寫的員工培訓系統 用戶要修改程序源碼可以選擇相應的.h和.cpp文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****INFO為數據輸入窗口資源, *****Set為結果集對應的類

    標簽: cpp 編寫 用戶

    上傳時間: 2014-01-14

    上傳用戶:LIKE

  • 采用jsp+servlet+javabean

    采用jsp+servlet+javabean,jsp負責少量的頁面處理,以servlet為主。 結構清晰明了,未對頁面做美工處理,因此html和javascript代碼很少, 詳細介紹了jdbc的常用api以及數據庫中的表的級聯。 開發調試平臺為jbuilder9+tomcat4,在resin和weblogic下測試通過。 數據庫平臺為ms sql server2000 數據庫連接池為apache組織下jakarta項目組開發的commons-dbcp 1.0 INFO.sql 數據庫的表結構文件 其中表INFO_table1和INFO_table2有級聯關系 guestbook.properties 屬性文件,初始化了一些參數 mssqlserver.jar,msutil.jar,msbase.jar SQL驅動 commons-collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 數據庫連接池

    標簽: javabean servlet jsp

    上傳時間: 2014-01-19

    上傳用戶:gtzj

  • 首先確認您的機器上已經安裝了VC6.0以上版本

    首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫train.mdb,并將數據源名設定為train即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應的.h和.cpp文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****INFO為數據輸入窗口資源, *****Set為結果集對應的類

    標簽: 6.0 VC 機器 版本

    上傳時間: 2013-11-29

    上傳用戶:gyq

  • Microsoft Press books are available through booksellers and distributors worldwide. For further INFO

    Microsoft Press books are available through booksellers and distributors worldwide. For further INFOrmation about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to mspinput@microsoft.com. Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.

    標簽: distributors booksellers Microsoft available

    上傳時間: 2013-12-27

    上傳用戶:wuyuying

  • 辭典 dict3.asm.grammar.asm,newword.asm 學習 learn.asm 名片 userinf.asm 備忘 userinf.asm 提醒 userinf

    辭典 dict3.asm.grammar.asm,newword.asm 學習 learn.asm 名片 userinf.asm 備忘 userinf.asm 提醒 userinf.asm time.asm 計算 calcul.asm,trigonom.asm,trigdata.asm 資料 INFO.asm 網絡 net.asm rsdrv.asm,netview.asm 游戲 guess.asm,mine.asm,snake.asm,brick.asm,digblk.asm,pushbox.asm 系統 synth.asm 公共涵數: public.asm

    標簽: asm userinf grammar newword

    上傳時間: 2015-08-22

    上傳用戶:dreamboy36

主站蜘蛛池模板: 平武县| 茂名市| 兰州市| 普格县| 江源县| 广水市| 锡林浩特市| 哈密市| 中江县| 越西县| 林州市| 新丰县| 安仁县| 香港| 盐源县| 揭西县| 友谊县| 新乡市| 府谷县| 常德市| 嵩明县| 定结县| 常山县| 新和县| 新巴尔虎左旗| 阳西县| 楚雄市| 手机| 鸡西市| 蓬溪县| 泸定县| 金沙县| 阿克陶县| 修文县| 东乡县| 黄大仙区| 青神县| 禹城市| 土默特右旗| 蕉岭县| 陇南市|