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