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

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

sparc-local

  • 是用jbuilder9做的一個學生基本信息查詢系統。單窗體

    是用jbuilder9做的一個學生基本信息查詢系統。單窗體,有添加刪除查詢更新幾個功能,用的是SQL Server數據庫。服務器名local 用戶名sa 密碼hunterd

    標簽: jbuilder9 信息查詢系統

    上傳時間: 2015-08-25

    上傳用戶:zhangliming420

  • 1、用SQL查詢器打開install目錄下的dooogo.sql運行之后創建數據庫dooogo。 2、然后打開web.config修改 <DbProvider type="Club.Fram

    1、用SQL查詢器打開install目錄下的dooogo.sql運行之后創建數據庫dooogo。 2、然后打開web.config修改 <DbProvider type="Club.Framework.Data.SqlDataProvider, Club.Framework" connectionString="user id=sa password= initial Catalog=dooogo Data Source=(local)" /> 節點的數據庫用戶密碼。 3、打開IIS,創建虛擬目錄dooogo指向WebUI目錄; 4、輸入http://localhost/dooogo/default.aspx進入首頁

    標簽: dooogo DbProvider install config

    上傳時間: 2015-09-05

    上傳用戶:561596

  • 是用jbuilder9做的一個簡單程序。單窗體

    是用jbuilder9做的一個簡單程序。單窗體,有添加刪除查詢更新幾個功能,用的是SQL Server數據庫。服務器名local 用戶名sa 密碼hunterd.(不要忘了改數據源和導入數據)第一次用java 和jbuilder編程,可能還有些問題吧。

    標簽: jbuilder9 程序

    上傳時間: 2014-01-23

    上傳用戶:yiwen213

  • This book describes the following communications applications: Mail, Message Handler( MH), Transmiss

    This book describes the following communications applications: Mail, Message Handler( MH), Transmission ControlProtocol/ Internet Protocol(TCP/ IP), Basic Networking Utilities( BNU), and Asynchronous Terminal Emulation( ATE). It provides overviews, concepts, and procedures on receiving and sending mail and messages, transferring files( ftp command), printing files from and to a remote system, running commands on other systems, communicating between local and remote systems, and customizing the communications environment.

    標簽: communications applications Transmiss describes

    上傳時間: 2013-12-18

    上傳用戶:woshini123456

  • Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to cap

    Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traffic. Uses of packet monitoring include totalling internet traffic by IP address and service, monitoring external or internal IP addresses and services accessed, network diagnostics, and many other applications. The component includes two demonstration applications, one that displays raw packets, the other that totals internet traffic. The components include various filters to reduce the number of packets that need to be processed, by allowing specific IP addresses to be ignored, LAN mask to ignore local traffic, and ignore non-IP traffic such as ARP.

    標簽: Components Monitoring components Internet

    上傳時間: 2015-10-30

    上傳用戶:水中浮云

  • These two classes show an extremely simple example of java.net socket programming. They implement th

    These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII string. The server, to keep it very simple, does not use multiple threads. This code requires JDK 1.1 or later, but can easily be adapted to JDK 1.0.

    標簽: programming extremely implement classes

    上傳時間: 2015-11-16

    上傳用戶:jennyzai

  • A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special at

    A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment, AWGN noise,DC offset,I/Q mismatch,etc.Performance of the whole system can be evaluated by changing the coding method,parameters of building blocks,and operation distance.Finally,some simulation results are presented in this paper.

    標簽: environment constructed simulation Simulink

    上傳時間: 2014-01-09

    上傳用戶:zhangliming420

  • The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adapti

    The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adaptive nonparametric regression estimation with a kernel method. Roughly speaking, the method performs a local averaging of the observations when estimating the regression function. Analogously, one can estimate derivatives of small order of the regression function.

    標簽: automatically subroutines and algorithm

    上傳時間: 2015-11-25

    上傳用戶:luke5347

  • Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID

    Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the local phone handset, microphone and speaker of the modem Send and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your end-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility

    標簽: phone and Capture Detect

    上傳時間: 2013-11-30

    上傳用戶:水中浮云

  • 1. 如何生成自簽名的KeyStore以及導出供SP使用的公鑰 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -

    1. 如何生成自簽名的KeyStore以及導出供SP使用的公鑰 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示輸入密碼即可,這里選擇輸入123456作為密碼,同時主口令也使用該密碼 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 這個命令將導出公鑰證書,公鑰證書將會配置在Identity Assertion Provider的Details選項卡中,同時需要配置123456作為訪問證書的密碼 2. 如何編譯 修改build\目錄下build.local.properties文件,將其中的WL_HOME指向具體的WebLogic Server安裝目錄 然后在build目錄下執行ant即可 demo/目錄中有編譯好的demo應用,可以直接使用

    標簽: idp KeyStore keystore keytool

    上傳時間: 2015-12-01

    上傳用戶:gxmm

主站蜘蛛池模板: 凤阳县| 彰化县| 西乌珠穆沁旗| 丹凤县| 陈巴尔虎旗| 潮安县| 遂溪县| 平江县| 桂平市| 邻水| 昌吉市| 滁州市| 宜兰县| 奉贤区| 石屏县| 灵台县| 阿尔山市| 荆州市| 安远县| 九龙城区| 延川县| 竹溪县| 远安县| 高台县| 土默特左旗| 分宜县| 高阳县| 孝义市| 仙居县| 乌鲁木齐县| 荥阳市| 镇远县| 赫章县| 永修县| 筠连县| 精河县| 耿马| 钦州市| 泸定县| 历史| 伊金霍洛旗|