-
This program would work fine only with a specific flash tool through PC printer port under EPP mode.Program is capable of identifying flash chip manufacturer, device type, capacity,... It also allows user to dump flash data, edit/revise the content of flash chip on the Screen, and re-write them back to the chip.
標簽:
specific
program
printer
through
上傳時間:
2014-01-16
上傳用戶:ywqaxiwang
-
CSS可算是網頁設計的一個突破,它解決了網頁界面排版的難題。可以這么說,HTML的Tag主要是定義網頁的內容(Content),而CSS決定這些網頁內容如何顯示(Layout)。
標簽:
CSS
網頁設計
上傳時間:
2016-10-13
上傳用戶:skfreeman
-
// -*- Mode: Verilog -*-
// Filename : wb_master.v
// Description : Wishbone Master Behavorial
// Author : Winefred Washington
// Created On : 2002 12 24
// Last Modified By: .
// Last Modified On: .
// Update Count : 0
// Status : Unknown, Use with caution!
// Description Specification
// General Description: 8, 16, 32-bit WISHBONE Master
// Supported cycles: MASTER, READ/WRITE
// MASTER, BLOCK READ/WRITE
// MASTER, RMW
// Data port, size: 8, 16, 32-bit
// Data port, granularity 8-bit
// Data port, Max. operand size 32-bit
// Data transfer ordering: little endian
// Data transfer sequencing: undefined
標簽:
Description
Behavorial
wb_master
Filename
上傳時間:
2014-07-11
上傳用戶:zhanditian
-
插件安裝:
下載插件,將插件目錄放入wp-content/plugins/目錄下
插件管理頁面激活插件
去模板widget頁面增加blogshout的widget
在插件設置頁面或者博客首頁或者widget頁面修改通告內容
標簽:
插件
上傳時間:
2013-12-19
上傳用戶:風之驕子
-
JSP無組件實現WEB上傳
CREATE TABLE sz_shouye(
id int(11) not null auto_increment,
title varchar(255),
sub_title varchar(255),
keyword varchar(255),
author varchar(255),
source varchar(255),
operator varchar(255),
addition varchar(255),
belong varchar(255),
senddate date,
content text,
primary key(id)
)
create database xcb
標簽:
auto_increment
sz_shouye
varchar
CREATE
上傳時間:
2014-01-13
上傳用戶:PresidentHuang
-
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
• Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A
12V supply line (500mA max.) for powering the peripherals often may be present.
• Each device connected to the bus is software addressable by a unique address and simple
master/ slave relationships exist at all times masters can operate as master-transmitters or as
master-receivers.
• The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data
corruption if two or more masters simultaneously initiate data transfer systems.
• Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard
mode or up to 400 KBit/s in the fast mode.
標簽:
bus
bidirectional
primarily
designed
上傳時間:
2013-12-11
上傳用戶:jeffery
-
1.1 前言
2005-3-2公司開會并分給我一個任務:寫一個程序從福建移動的BOSS系統取出一些相關數據。我得到的資料只有一個“福建移動BOSS與業務增值平臺接口規范V1.2.2(新).doc”,這個規范頁數不多,一下就瀏覽完了。但之后依然不知所措,感覺到了一條河邊,河前有一條大道(就是這份文檔)能讓我直達目的地,但卻找不到過河的橋。這份文檔只給出了數據的格式編碼規范,但沒有告訴你用什么技術,怎么去取這些數據,甚至連一個數據格式的XML例子文件也沒有。
里面只有這樣幾句話:“交易消息(包括請求和應答)是以XML格式表達的,包括兩個部分:Message Header(消息頭)與Service Content(交易業務內容)。” “接口協議使用HTTP協議,落地方為發起方提供訪問的URL,發起方使用HTTP POST方法發送請求報文并得到應答報文,發起方作為落地方的HTTP客戶端,落地方作為發起方的HTTP服務器。因此,各個參與方需要同時實現HTTP客戶端以及服務器的功能。”
這里面有兩個關鍵字:XML、HTTP,再加上老大說用SOAP,我想這個BOSS系統和外界的信息交換技術也是基于SOAP實現的吧。于是我上網搜索了一些資料,始有此文。
標簽:
BOSS
2005
1.1
上傳時間:
2013-12-22
上傳用戶:coeus
-
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content".
JavaScript高級程序設計 里面自代源碼
標簽:
restriction
Explorer
Internet
security
上傳時間:
2016-11-18
上傳用戶:源弋弋
-
Lotus Notes開發用的在線DHTML編輯器,基于Active X control
1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base
code to add more features, such as cut/copy/paste and adding tables.
2. This editor is based on an Active X control, so it will only work in Internet Explorer. I tested this in IE 5.5, but I think it should would in IE 5.x The Active X control is marked "safe for scripting" and should not trigger a warning from your browser about unsafe content.
標簽:
editor
control
Active
Lotus
上傳時間:
2016-11-27
上傳用戶:kr770906
-
該工具用Delphi7寫的,可幫助我們生成一些插入語句。
例如:
現要向一臺機(P2)的數據庫(以HR為例)插入另一臺機(P1)的HR_New_Info記錄,可如下操作:
1.輸入P1的IP,用戶名,密碼。數據庫輸入“HR”
2.在查詢語句輸入
select Title,Content,TypeName,Flag,DateAndTime from HR_New_Info
3.在插入語句輸入
insert into HR_New_Info(Title,Content,TypeName,Flag,DateAndTime)
4.點擊生成語句,可生成如下語句:
insert into HR_New_Info(Title,Content,TypeName,Flag,DateAndTime) values( 政府招聘網上報名系統投入使用 , , 新聞資信 ,True, 2008-9-30 )
insert into HR_New_Info(Title,Content,TypeName,Flag,DateAndTime) values( 防洪防汛工作順利完成 , , 新聞資信 ,True, 2008-9-15 )
注,語句暫時只能保存為.sql文件
標簽:
Delphi7
上傳時間:
2017-01-22
上傳用戶:zxc23456789