developing web applications with coldfusion express The coldfusion web application sever provides the fastest way to integrate browser sever ,and DataBase technologies into powerful web applications and interactive web sites.
標簽: coldfusion applications application developing
上傳時間: 2016-10-16
上傳用戶:eclipse
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
實現基本的購物車功能。 eclipse+sqlserver2005 1.主要強調了購物車的業務邏輯。 2,利用javabean封裝。比較適合jsp初學者。 3.簡潔實用。可以在此基礎上開發更加復雜功能的購物網站。 數據庫建立 create DataBase shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) go insert into t_sp values( IBM筆記本電腦 , 19999 ) insert into t_sp values( Hp商務筆記本電腦 , 8666 ) insert into t_sp values( 精通JSP技術 , 236 ) insert into t_sp values( ASP.NET高級應用 , 156 ) insert into t_sp values( J2EE高級開發 , 126 ) insert into t_sp values( 華碩筆記本電腦 , 6789 ) go select * from t_sp go
上傳時間: 2013-12-20
上傳用戶:netwolf
We propose a technique that allows a person to design a new photograph with substantially less effort. This paper presents a method that generates a composite image when a user types in nouns, such as “boat” and “sand.” The artist can optionally design an intended image by specifying other constraints. Our algorithm formulates the constraints as queries to search an automatically annotated image DataBase. The desired photograph, not a collage, is then synthesized using graph-cut optimization, optionally allowing for further user interaction to edit or choose among alternative generated photos. An implementation of our approach, shown in the associated video, demonstrates our contributions of (1) a method for creating specific images with minimal human effort, and (2) a combined algorithm for automatically building an image library with semantic annotations from any photo collection.
標簽: substantially photograph technique propose
上傳時間: 2016-11-24
上傳用戶:三人用菜
一、設置數據源 如果設置數據源,不論是服務器是tomcat還是resin,都無需更改任何文件。 數據源設置步驟:(windows操作系統) 1.進入“控制面板”-->管理工具”--->“數據源(ODBC)” 2.選擇“用戶DNS” 3.點擊“添加”---〉選擇驅動器“Microsoft Access Driver”---點擊“完成” 4.填寫數據源名:shnxn 5.選擇數據庫(我們網站的數據庫所在位置,缺省為frshop下面DataBase下的db.mdb,為了安全,您可以把數據庫放置 在任何地方,只需保證這里的連接到那個數據庫即可) 6.單擊“確定” 7.完成數據源設置 設置完數據源以后,您只須把我們給您的文件中的classes文件下復制到 網站根目錄的web-inf文件夾下面; 然后重啟服務器即可。
標簽: 數據源
上傳時間: 2016-12-05
上傳用戶:許小華
/*** ***建立數據庫*** *** */ /*建立數據庫wagemanage,并定義物理存儲路徑*/ CREATE DataBase wagemanage ON PRIMARY (NAME= wagemanage , FILENAME= D:wagemanage_MDF.mdf ) GO /******************建立基本表*******************/ /*建立員工基本表*/
標簽: wagemanage 數據庫
上傳時間: 2014-08-21
上傳用戶:vodssv
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active Server Pages environment, but most of the techniques discussed have equivalents in other DataBase environments. It should be viewed as a "follow up", or perhaps an appendix, to the previous paper, "Advanced SQL Injection". The paper covers in more detail some of the points described in its predecessor, providing examples to clarify areas where the previous paper was perhaps unclear. An effective method for privilege escalation is described that makes use of the openrowset function to scan a network. A novel method for extracting information in the absence of helpful error messages is described the use of time delays as a transmission channel. Finally, a number of miscellaneous observations and useful hints are provided, collated from responses to the original paper, and various conversations around the subject of SQL injection in a SQL Server environment.
標簽: Server SQL Injection Microsoft
上傳時間: 2014-07-28
上傳用戶:xhz1993
一個自然語言處理的Java開源工具包。LingPipe目前已有很豐富的功能,包括主題分類(Top Classification)、命名實體識別(Named Entity Recognition)、詞性標注(Part-of Speech Tagging)、句題檢測(Sentence Detection)、查詢拼寫檢查(Query Spell Checking)、興趣短語檢測(Interseting Phrase Detection)、聚類(Clustering)、字符語言建模(Character Language Modeling)、醫學文獻下載/解析/索引(MEDLINE Download, Parsing and Indexing)、數據庫文本挖掘(DataBase Text Mining)、中文分詞(Chinese Word Segmentation)、情感分析(Sentiment Analysis)、語言辨別(Language Identification)等API。
上傳時間: 2013-12-04
上傳用戶:15071087253
php+spider 官方: http://www.cs.ioc.ee/~ando/sphider/ 演示: http://www.ioqz.com/search/sphider/search.php 漢化 by sluke topscn@gmail.com www.sluke.cn 1、修改admin/auth.php中的管理員和密碼 $admin = "admin" 用戶名 $admin_pw = "admin" 密碼 2、修改include/connect.php中的數據庫設置 $DataBase="sphider" 數據庫名稱 $mysql_user = "root" 數據庫用戶 $mysql_password = "" 數據庫密碼 $mysql_host = "localhost" 數據庫地址 $mysql_table_prefix = "sphider_" 3、修改include/connect.php中的各種設置,可以不修改。 4、運行admin/install.php安裝
上傳時間: 2017-01-01
上傳用戶:wqxstar
資產評估管理系統 實例文件夾:EquipmentMS 數據庫:采用SQL Server 2000數據庫,名稱為db_EquipmentMS。 數據庫文件位置:EquipmentMS\EquipmentMS\DataBase\ db_EquipmentMS_Data.MDF和db_EquipmentMS_Log.LDF。 可執行文件位置:\EquipmentMS\EquipmentMS\bin\Debug\ EquipmentMS.exe。 管理員用戶名:mr,密碼:mrsoft
標簽: EquipmentMS Server 2000 SQL
上傳時間: 2014-12-06
上傳用戶:cccole0605