CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - v c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - v c - List
[
JSP/Java
]
rel
DL : 0
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应用,可以直接使用
Date
: 2008-10-13
Size
: 950.25kb
User
:
thomas
[
JSP/Java
]
Web
DL : 0
武汉理工大学的WEB技术课件,讲述了JSP的M,V,C三个层,以及JAVA的一些
Date
: 2008-10-13
Size
: 3.51mb
User
:
zxf
[
JSP/Java
]
wangshangshangcheng
DL : 0
基于J2EE技术的网上商城系统构建 本课题以国家8 6 3引导项目 , 暨新疆自治区高新计划项目 — 广汇美居物流园网上 商城系统为背景。旨 在利用先进的系统建模思想以及当前流行的We b编程技术,将迭 代式、以用户需求为驱动和以构架为中心的R U P统一开发过程的系统建模思想应用到 电子商务系统模型的需求分析和设计的各个阶段, 完整地实现整个系统的建模过程。 在 此基础上对系统实现的关键技术问题:数据库的并发访问,MV C模式的应用以及统计 信息的图表显示等关键技术进行了具体的分析和实现。 本文利用I nt e 川 e 吸 的强大功能,借鉴国内外电子商务方面的相关经验,分析虚拟店 铺,网上商城及网上拍卖的功能结构和实现方式, 为广汇美居物流园的商户搭建网上虚 拟店铺,网上商城及网上商品竟拍系统平台。该系统经过近半年的使用,实际应用效果 较好。采用的R U P开发方法和M V c的设计模式使系统的灵活性和可扩展性大大增强。
Date
: 2008-10-13
Size
: 3.51mb
User
:
zhx
[
JSP/Java
]
random-exam
DL : 0
通子的考试系统 本程序版权属于通子 程序功能: 1。考生可以选择科目进行考试 2. 考过科目不再重新登陆考试 2。考题时随机的,避免考生之间互相抄袭。 3。考题为五题,设定30秒后自动提交 4。提交后可以直接得到你的成绩,并知道你是否通过了考试了 5. 可以了解你的成绩与总成绩的对比 程序优缺点: 1。未使用javaBean技术。 2。使用的是声明语句在Conn.jsp,功能是进行数据库连接; 3。使用html处理的不好,页面不甚美观。 4。未采用MVC,M(mode-database),V(view-jsp),C(controller-servlet). 程序流程: 进入 考生 —— 登录界面 ——进入——测试——提交——成绩 login.jsp —— test.jsp —— score.jsp test.mdb test.mdb test.mdb 抱歉: 由于时间不足,未能把java(2)班全体同学的信息全部添加到数据库中。 附: java(2)班全体同学信息打包在里面了,有意者可以添加。 希望对此程序作改进的有我联系。我的QQ:120244312 E-Mail:zuotongyousai@163.com- 1 2. 2 330 4 5. 1javaBean 2Conn.jsp 3html 4MVCM(mode-database)V(view-jsp)Ccontroller-servlet. login.jsp test.jsp score.jsp test.mdb test.mdb test.mdb ,java(2)
Date
: 2008-10-13
Size
: 72.72kb
User
:
左达
[
JSP/Java
]
random-exam
DL : 0
通子的考试系统 本程序版权属于通子 程序功能: 1。考生可以选择科目进行考试 2. 考过科目不再重新登陆考试 2。考题时随机的,避免考生之间互相抄袭。 3。考题为五题,设定30秒后自动提交 4。提交后可以直接得到你的成绩,并知道你是否通过了考试了 5. 可以了解你的成绩与总成绩的对比 程序优缺点: 1。未使用javaBean技术。 2。使用的是声明语句在Conn.jsp,功能是进行数据库连接; 3。使用html处理的不好,页面不甚美观。 4。未采用MVC,M(mode-database),V(view-jsp),C(controller-servlet). 程序流程: 进入 考生 —— 登录界面 ——进入——测试——提交——成绩 login.jsp —— test.jsp —— score.jsp test.mdb test.mdb test.mdb 抱歉: 由于时间不足,未能把java(2)班全体同学的信息全部添加到数据库中。 附: java(2)班全体同学信息打包在里面了,有意者可以添加。 希望对此程序作改进的有我联系。我的QQ:120244312 E-Mail:zuotongyousai@163.com- 1 2. 2 330 4 5. 1javaBean 2Conn.jsp 3html 4MVCM(mode-database)V(view-jsp)Ccontroller-servlet. login.jsp test.jsp score.jsp test.mdb test.mdb test.mdb ,java(2)
Date
: 2025-12-30
Size
: 72kb
User
:
左达
[
JSP/Java
]
TigerBoxv1_csk
DL : 0
Tiger编译器,TigerBox v.01 =============================================== 本软件作者保留其著作权力,请保留原作者信息完整性 程序需要SWT库支持,该发行版本已经包含了win32版本的SWT运行库 运行方式:win32:点击exec.bat执行 程序已经带有我编写的Tiger编译器,所以所有功能均可使用 你也可以把自己的编译器用于该IDE 具体方法: 假设你曾经是通过 java MyTiger.Main xx.tig 运行程序的,那么在本程序目录etc下,打开conf文件,把"MyTiger.Main" 将原先的文字替换,不可有其他多余字符 MyTiger.Main就是你编译器main函数的所在类 CSK www.csksoft.net csk@live.com-Tiger compiler, TigerBox v.01 ============================ =================== The software authors to retain their copyrights, Please keep the integrity of authorship information is required to support the SWT, The release includes a win32 version of the SWT runtime ways : win32 : Click exec.bat implementation procedures have been prepared with the Tiger I compiler, All functions are so you can use their own compiler for the IDE specific methods : Suppose you have been through java MyTiger.Main xx.tig operational procedures, Then in the etc directory, open conf documents, "MyTiger.Main" will replace the original text. not any other superfluous characters MyTiger.Main is your compiler where the main function categories CSK www.csksoft.net csk@live.com
Date
: 2025-12-30
Size
: 1.62mb
User
:
liuxiaoxia
[
JSP/Java
]
rel
DL : 0
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应用,可以直接使用-1. How to generate self-signed, as well as export the KeyStore for SP
Date
: 2025-12-30
Size
: 950kb
User
:
thomas
[
JSP/Java
]
messagePadpureJsp
DL : 0
纯粹jsp的留言板,使用了mvc,但v,和c也是用jsp写的-Jsp purely message board, use a mvc, but v, and c is also written using jsp
Date
: 2025-12-30
Size
: 274kb
User
:
TaoTao
[
JSP/Java
]
Web
DL : 0
武汉理工大学的WEB技术课件,讲述了JSP的M,V,C三个层,以及JAVA的一些
Date
: 2025-12-30
Size
: 3.51mb
User
:
zxf
[
JSP/Java
]
wangshangshangcheng
DL : 0
基于J2EE技术的网上商城系统构建 本课题以国家8 6 3引导项目 , 暨新疆自治区高新计划项目 — 广汇美居物流园网上 商城系统为背景。旨 在利用先进的系统建模思想以及当前流行的We b编程技术,将迭 代式、以用户需求为驱动和以构架为中心的R U P统一开发过程的系统建模思想应用到 电子商务系统模型的需求分析和设计的各个阶段, 完整地实现整个系统的建模过程。 在 此基础上对系统实现的关键技术问题:数据库的并发访问,MV C模式的应用以及统计 信息的图表显示等关键技术进行了具体的分析和实现。 本文利用I nt e 川 e 吸 的强大功能,借鉴国内外电子商务方面的相关经验,分析虚拟店 铺,网上商城及网上拍卖的功能结构和实现方式, 为广汇美居物流园的商户搭建网上虚 拟店铺,网上商城及网上商品竟拍系统平台。该系统经过近半年的使用,实际应用效果 较好。采用的R U P开发方法和M V c的设计模式使系统的灵活性和可扩展性大大增强。-err
Date
: 2025-12-30
Size
: 3.51mb
User
:
zhx
[
JSP/Java
]
java3
DL : 0
System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z) -System.out.print (s) System.out.println (t) System.out.print (u) System.out.println (v) System.out.print (a) System.out.print (b) System. out.print (c) System.out.println (d) x = 0x5f20 y = 0x5f35 z = 0xffff System.out.print (x) System.out.print (y) System.out.println (z)
Date
: 2025-12-30
Size
: 1kb
User
:
[
JSP/Java
]
ApacheMina
DL : 0
Apache Mina入门 一:说明 1 二、实践:传送字符串的简单c/s 1 三、总结: 6 四、使用Mina直接传送对象: 8 五、结论:-I: Description 1 2, practice: send a string of simple c/s 1 3, summed up: 6 4, using the direct transmission of the object Mina: 8 V. Conclusion:
Date
: 2025-12-30
Size
: 196kb
User
:
gaoyuan
[
JSP/Java
]
Thehorscopsearches
DL : 0
做的关于星座查询,和每日运程,配对,等的小项目。图形界面,和流的炒作-afa ada sf sfsa fa fe gfe af c ckxvwe dvzx xc av edvkvds v caas
Date
: 2025-12-30
Size
: 397kb
User
:
cqcsly
[
JSP/Java
]
a
DL : 0
0—1背包问题描述如下: 给定m种物品和一背包。物品i的重量是w[i],其价值为v[i],背包的容量是c,问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。(每种物品只能选择放入0/1次背包)-0-1 knapsack problem described as follows: given m types of items and a backpack. Item i of the weight of w [i], a value of v [i], the capacity of backpack is c, asking how to choose the items into the backpack, making the backpack into the largest total value of goods. (Each item can only choose to put 0/1 knapsack)
Date
: 2025-12-30
Size
: 1kb
User
:
miss_xu
[
JSP/Java
]
zhensan
DL : 0
利用java函数模拟键盘Ctrl+C和V,把文本中内容复制到剪贴板中在复制出来,其中转码问题比较关键。-Java function simulation using the keyboard Ctrl+ C and V, to copy the text to the clipboard out of the copy, including transcoding problem is rather critical.
Date
: 2025-12-30
Size
: 81kb
User
:
陈华
[
JSP/Java
]
newsManager
DL : 0
系统运行说明 一、JDK配置 请参照文档 jdk配置方法.doc 二、服务器配置 直接安装 service文件夹下的apache-tomcat-6.0.32.exe 文件 默认用户名和密码都为空 三、数据库配置 a)修改sqlserver数据库登陆方式 为 windows 和 sa 登陆 修改 sa 密码为 123456 b)必须先安装data文件夹下的SQL2000-KB884525-SP4-x86-CHS.EXE 补丁 c)附加数据库 data文件夹下的NEWSMANAGER.mdf文件 d)启动数据库 四、部署测试 a)将web文件夹全部复制到tomcat安装路径下的webapps文件夹里 b)启动服务器 点击tomcat文件夹下的bin文件夹下的tomcat6.exe文件 启动服务器 c)在浏览器中 输入 url地址:http://127.0.0.1:8080/News 五、附录说明 a)默认系统管理员 ADMIN 密码 :ADMIN b)游客用户:guest 密码: guest 两个版 news2 在news1基础上 美化了界面-Description of system operation A, JDK jdk configuration please refer to the document configuration. Doc Second, the server is configured to install the service folder directly under apache-tomcat-6.0.32.exe file default user name and password are empty Third, the database configuration a) modify the way windows sqlserver database and landing landing sa change sa password is 123456 b) data folder must be installed under the SQL2000-KB884525-SP4-x86-CHS.EXE patch c) additional data folder database files under NEWSMANAGER.mdf d) Start the database Fourth, the deployment test a) All copy the web folder under the installation path to the tomcat webapps folder b) start the server click on the folder tomcat bin folder under the file to start the server under tomcat6.exe c) In the browser, enter the url address: http://127.0.0.1:8080/News V, appendix shows a) the default system administrator ADMIN password: ADMIN b) Guest User: guest Password: guest Two versions
Date
: 2025-12-30
Size
: 4.43mb
User
:
安多
[
JSP/Java
]
Aspect
DL : 0
发现基于群落和时间方面的微博事件中的集体观点。-Discoverin g C ollective V iewp oints on M icro-blogging Events B ased on Community an d Temp oral A sp ects
Date
: 2025-12-30
Size
: 396kb
User
:
Weslyfan
[
JSP/Java
]
ch14
DL : 0
娱乐无限下载中心项目 选择开发模型 本系统的开发基于MVC模式,其中模型层(M)负责业务数据的表示和实现业务逻辑,用Java类实现;视图层(V)用于与用户交互,由JSP页面实现,通过在JSP页面中使用EL和JSTL,避免了Java脚本的出现;控制器层(C)完成流程控制,它接收来自视图层用户输入的数据并调用相应的模型进行处理,最后选择合适的视图去响应用户,控制器层用Servlet实现。 数据库设计 本系统的数据信息存储在MySQL数据库服务器的ch14数据库中,ch14数据库共有两张数据表,即admin和files,其中admin表用于存储管理员的登录信息,files表用于存储娱乐信息。-Entertainment Unlimited Download Center Project Choose to develop model Development of this system is based on the MVC pattern, the model layer (M) is responsible for the representation of business data and business logic using Java class (V) is used to interact with the user in the view layer, implemented by the JSP page through the JSP pages to use the EL and the JSTL, Java script controller layer (C) to complete the process control, it receives data from the view layer user input and calls the appropriate model for processing, and finally select the appropriate view to respond to user, the control The device layer with Servlet. Database design This data information is stored in the database in MySQL database server ch14, ch14 database a total of two data tables, admin and files where admin table is used for the storage administrator s login information, files table used to store entertainment information.
Date
: 2025-12-30
Size
: 1.13mb
User
:
xueer
[
JSP/Java
]
bookshop_79(MVC)
DL : 0
网上书店之权限控制,用MVC框架,M:JavaBean,V:JSP,C:Servlet-predom Of online Bookshop
Date
: 2025-12-30
Size
: 647kb
User
:
zhang
[
JSP/Java
]
springmvc_demo
DL : 0
Spring框架的MVC实现 1)Spring MVC的体系结构 C控制器部分:DispatcherServlet、Controller M模型部分:ModelAndView、ModelMap、实体类 V视图部分:JSP、spring标签 2)了解Spring MVC工作流程 a.客户端浏览器发送HTTP请求,请求到达DispatcherServlet控制器 b.DispatcherServlet控制器调用HandlerMapping映射处理器根据请求调用相应的Controller组件。 c.在Controller中执行约定方法,调用Service或DAO组件,完成请求处理。返回一个ModelAndView对象 d.控制器调用ViewResolver视图解析器,定义View视图资源 e.将View视图资源解析生成HTML响应,输出响应信息-Spring Framework MVC implementation 1) Spring MVC architecture C controller part: DispatcherServlet, Controller M model part: ModelAndView, ModelMap, entity classes V view section: JSP, spring tags 2) understand the Spring MVC workflow a. client browser sends an HTTP request to arrive DispatcherServlet controller b.DispatcherServlet controller calls HandlerMapping map processor, upon request, call the appropriate Controller components. c. perform the contract in the Controller method, call the Service or DAO components to complete the request processing. Return a ModelAndView object d. controller calls ViewResolver view resolvers, view resources defined View
Date
: 2025-12-30
Size
: 36kb
User
:
说法
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.