书签 分享 收藏 举报 版权申诉 / 37

类型南昌大学数据库实验8 BS模式应用程序开发.docx

  • 文档编号:24714447
  • 上传时间:2023-05-31
  • 格式:DOCX
  • 页数:37
  • 大小:130.31KB

register.jsp

<%@pagelanguage="java"import="java.util.*"

contentType="text/html;charset=utf-8"%>

<%@pageimport="entity.User"%>

<%@pageimport="dao.UserDAO"%>

<%

Stringpath=request.getContextPath();

StringbasePath=request.getScheme()+":

//"

+request.getServerName()+":

"+request.getServerPort()

+path+"/";

%>

DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">

">

MyJSP'register.jsp'startingpage

--

-->

functionvalidate_form(thisform){

with(thisform){

if(username.value==""){

alert("用户名不能为空");

returnfalse;

}

if(password.value==""){

alert("密码不能为空");

returnfalse;

}

if(password.value!

=repassword.value){

alert("两次密码不一致");

repassword.value="";

returnfalse;

}

apos=email.value.indexOf("@");

dotpos=email.value.lastIndexOf(".");

if(apos<1||dotpos-apos<2){

alert("邮箱格式不正确");

returnfalse;

}

returntrue;

}

}

欢迎注册


type='register'"

onsubmit="returnvalidate_form(this);"method="post">

用户名

密码

确认密码

邮箱

电话号码

posts.jsp

<%@pageimport="entity.User"%>

<%@pagelanguage="java"import="java.util.*"

contentType="text/html;charset=utf-8"%>

<%@pageimport="dao.PostDAO"%>

<%@pageimport="dao.UserDAO"%>

<%@pageimport="entity.Post"%>

<%

Stringpath=request.getContextPath();

StringbasePath=request.getScheme()+":

//"

+request.getServerName()+":

"+request.getServerPort()

+path+"/";

%>

DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">

">

--

-->

<%

Stringusername=request.getParameter("username");

Stringpassword=request.getParameter("password");

Stringtype=request.getParameter("type");

UserDAOud=newUserDAO();

Useruser=newUser();

user.setName(username);

user.setPassword(password);

if(type.equals("login")){

booleanflag=ud.loginUser(user);

if(flag==false){

response.sendRedirect("login.jsp");

}

}else{

user.setEmail(request.getParameter("email"));

user.setPhone(request.getParameter("phone"));

ud.addUser(user);

}

CookieusernameCookie=newCookie("username",username);

CookiepasswordCookie=newCookie("password",password);

//最大生存期限

usernameCookie.setMaxAge(864000);

passwordCookie.setMaxAge(864000);

response.addCookie(usernameCookie);

response.addCookie(passwordCookie);

%>

--

useBeanid="user1"class="entity.User"scope="page"/>

setPropertyname="user1"property="*"/>

<%/*

if(user.getName()!

=null){

ud.addUser(user1);

}*/%>

-->

帖子列表

标题

发帖人

时间

<%

PostDAOpd=newPostDAO();

ArrayListposts=pd.getAllPosts();

for(inti=0;i

Postpost=posts.get(i);

%>

<%

out.println("

postid="+post.getId()

+"'>"+post.getTitle()+"");

%>

<%=post.getUserName()%>

<%=post.getTime()%>

<%

}

%>

detail.jsp

<%@pageimport=".URLEncoder"%>

<%@pageimport="dao.PostDAO"%>

<%@pageimport="dao.ReplyDAO"%>

<%@pageimport="entity.Post"%>

<%@pageimport="entity.Reply"%>

<%@pagelanguage="java"import="java.util.*"

contentType="text/html;charset=utf-8"%>

<%

Stringpath=request.getContextPath();

StringbasePath=request.getScheme()+":

//"

+request.getServerName()+":

"+request.getServerPort()

+path+"/";

%>

DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">

">

MyJSP'deta</p> </div> <div class="page_view" id="pageContainer" oncontextmenu="return false"> <!--end documenttopic--> </div> <div id="outer_page_more" style="margin-bottom:20px;background-color:#FFF; border:solid 1px #ccc; box-shadow:none; "> <div class="inner_page_more" id="page_more" style="width: 920px; overflow:hidden; line-height: 30px;"> <div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding: 30px 0px; width: 920px; position:relative;"> <div id="loading" style="text-align:center;width: 920px; padding-bottom:100px; font-size: 18px; line-height:40px;"> <img src="https://static.bdocx.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bdocx.com/doc/24714447.html" style="color:blue;text-decoration:underline;">如果长时间未打开,您也可以点击刷新试试。</a> </div> <p style="text-align: center; font-size: 18px;"> <span id="ftip">下载文档到电脑,查找使用更方便</span> </p> <!-- <p style="text-align: center; font-size: 14px;"> <b></b><span><b style="color: #ff0000">10</b> 金币</span></p> --> <p style="text-align: center; padding-top: 15px;"> <table style="margin:0px auto;"><tr><td> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/24714447.html" class="ui-bz-btn-senior banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">下载</b></a></td><td>   <a rel="nofollow" target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=24714447" class="ui-bz-btn-senior2 banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">加入VIP,免费下载</b></a></td></tr> </table> </p> <p id="ntip" style="text-align: center; padding-top: 30px;"> <div id="ntip" class="banner-more-btn" style="text-align: center; width: 250px; display:block; margin:20px auto;" onclick="showmorepage()"> <span class="moreBtn goBtn" style="text-align: center"><span>还剩<span id="spanpage"></span>页未读,</span><span class="fc2e">继续阅读</span></span><p class="down-arrow goBtn"></p> </div> </div> </div> </div> <div class="works-manage-box shenshu"> <a rel="nofollow" href="javascript:jubao()" title="举报" class="fLeft works-manage-item works-manage-report"> <span class="inline-block ico "> <img src="https://static.bdocx.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bdocx.com/UserManage/CopyrightAppeal.aspx?bid=24714447" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bdocx.com/images/bang_tan.gif" width="18" alt="版权申诉"></span> <br> 版权申诉</a> <a rel="nofollow" class="fLeft" style="display:block; padding-top:17px; padding-left:20px;font-size:14px;"> word格式文档无特别注明外均可编辑修改;预览文档经过压缩,下载后原文更清晰! </a> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/24714447.html" title="点击进入下载" class="fr hover-none works-manage-download"> <em class="mr5">立即下载</em><span class="download-ico2 ico inline-block vertical-middle"></span></a> <input type="hidden" value="1332" id="tu_id"> </div> <dl class="works-intro gray2 cl pb10" style="border-bottom: none; padding-bottom: 0"> <dt class="fl">配套讲稿:</dt><dd class="fl wordwrap" style="color:#666666"><p>如PPT文件的首页显示<font color="#FF0000">word图标</font>,表示该PPT已包<font color="#FF0000">含配套word讲稿</font>。双击word图标可打开word文档。 </p></dd> <dt class="fl">特殊限制:</dt><dd class="fl wordwrap" style="color:#666666"><p>部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。</p></dd> <dt class="fl">关 键  词:</dt><dd class="fl wordwrap"> 南昌大学数据库实验8 BS模式应用程序开发 南昌大学 数据库 实验 BS 模式 应用程序 开发 </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bdocx.com/images/bang_tan.gif" style="padding-left: 24px; vertical-align: middle"></span>  冰豆网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。 </div> <!--ta的资源--> <div class="mt10 related-pic-box" id="brandlist" style="height: 450px;"> <div class="works-comment-hd"> 该用户的其他资源 <a rel="nofollow" href="https://www.bdocx.com/user/307.html" class="fr" style="font-size: 12px; font-weight: normal" hidefocus="true" target="_blank">更多>></a></div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/24674255.html" target="_parent" title="《包装概论》课后习题汇总.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/269b639d-7469-46c3-9d73-3cf3b295388c/6f6b088278c94c2593b399b23a07e977.gif' alt="《包装概论》课后习题汇总.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《包装概论》课后习题汇总.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674256.html" target="_parent" title="《贝多芬传》读书笔记1000字.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/b7aa7e92-4761-484a-a3ef-5870acd282cf/ea8b1995bfbe4fbeb57eb010067e11ee.gif' alt="《贝多芬传》读书笔记1000字.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《贝多芬传》读书笔记1000字.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674257.html" target="_parent" title="《建筑工程管理与实务》模拟试题一.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/f93ff4b3-6919-466a-b565-10cf6f8dab12/3187b5f90c06462185b23dc4f3d9db02.gif' alt="《建筑工程管理与实务》模拟试题一.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《建筑工程管理与实务》模拟试题一.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674258.html" target="_parent" title="《偷影子的人》读书笔记1500字.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/788ba6b1-1cba-42a8-9f03-f1871d7e9c82/b76a758071f6419da98d87d4f5b667d1.gif' alt="《偷影子的人》读书笔记1500字.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《偷影子的人》读书笔记1500字.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674259.html" target="_parent" title="6小摄影师.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/9cddbf2f-bca0-4904-807e-dad98397bc7f/a28f494bcd3c45268216200d0decb0b5.gif' alt="6小摄影师.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 6小摄影师.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674260.html" target="_parent" title="10教育学.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/51ea8d21-1560-497f-9654-1b6e32f4a3bd/c616a095afae4045b6c81f33dfc45939.gif' alt="10教育学.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 10教育学.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674261.html" target="_parent" title="32政府的责任.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/a82369ef-8884-4d14-a05e-f47714939083/154dc65df609446ab27990885c8899d3.gif' alt="32政府的责任.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 32政府的责任.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674262.html" target="_parent" title="202X事业单位会计年终工作总结doc.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/bf0a6418-0408-4f52-9886-197e51f7a079/b6579786a4d24a31a8671dcd36462d6a.gif' alt="202X事业单位会计年终工作总结doc.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 202X事业单位会计年终工作总结doc.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674263.html" target="_parent" title="《风中之叶》语言.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/85163dea-0fc4-4413-ab0e-7da97fd03b87/e3b584c1093549b8978e806e4a41d45b.gif' alt="《风中之叶》语言.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《风中之叶》语言.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674264.html" target="_parent" title="《青田县国民经济与社会发展第十二个五年规划纲要》目标任务分解实施方案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/5ca6c795-8734-4fb6-967a-0885d881725d/7e6cf0adf6224a8a89388da8f1f2c372.gif' alt="《青田县国民经济与社会发展第十二个五年规划纲要》目标任务分解实施方案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《青田县国民经济与社会发展第十二个五年规划纲要》目标任务分解实施方案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674265.html" target="_parent" title="《富饶的西沙群岛》教材理解.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/ecb42490-2b09-417e-a16b-fae68efb14c5/addb9b4072684ba498cf2539b15933be.gif' alt="《富饶的西沙群岛》教材理解.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《富饶的西沙群岛》教材理解.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674266.html" target="_parent" title="《522 平行线的判定》教案导学案同步练习.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/88f1005f-e8f7-4ba8-a0ea-9ee4b9bfba3a/953aebf7ddfc449cac02081035681bda.gif' alt="《522 平行线的判定》教案导学案同步练习.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《522 平行线的判定》教案导学案同步练习.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674267.html" target="_parent" title="《情绪管理与职场减压》知识点.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/8d907eb5-4f0d-4e64-8707-ee7cfe07d1d7/56ec4fc403954e258c946294cc716b5f.gif' alt="《情绪管理与职场减压》知识点.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《情绪管理与职场减压》知识点.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674268.html" target="_parent" title="《国际货物销售合同公约》的规定没有涉及的法律问题是.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/6bfc8d78-51d0-433f-931e-716da0f788b7/32b7c21929fc498192643e240d9f1247.gif' alt="《国际货物销售合同公约》的规定没有涉及的法律问题是.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《国际货物销售合同公约》的规定没有涉及的法律问题是.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674269.html" target="_parent" title="《庄子故事两则》教案设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/b56f905c-c8c1-4e4d-93e8-602c16bc2207/31a27665f1e040ec9fbb33217f792349.gif' alt="《庄子故事两则》教案设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《庄子故事两则》教案设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674270.html" target="_parent" title="《社戏》导学案与答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/4e4cb23a-d9cb-4dde-8ece-4de4da4f7243/4fe496ca57f646a69f4a4366ee241878.gif' alt="《社戏》导学案与答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《社戏》导学案与答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674271.html" target="_parent" title="3台球实用功法已整理.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/fc034a22-c927-4f30-a3d0-38aa2d5f782c/c211880b681a4a149b07b8be064c9b6c.gif' alt="3台球实用功法已整理.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 3台球实用功法已整理.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674272.html" target="_parent" title="06分析题GSM.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/f0bad7f6-cb8e-4b0b-bb2d-687bb62c9a06/06e3e2e3c9504efb93e80b37706d5dcb.gif' alt="06分析题GSM.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 06分析题GSM.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674273.html" target="_parent" title="9A文水利工程质量保证体系及保证措施.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/ebac44d1-f20c-4dce-a64c-f627cded154d/7f0f80c988104acfbc4d19c3f55e908b.gif' alt="9A文水利工程质量保证体系及保证措施.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 9A文水利工程质量保证体系及保证措施.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674274.html" target="_parent" title="18年安徽师范大学中国文化概论本科教学大纲.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/597b53cd-6716-4c56-9413-bf585db7f337/c55c4341a8bc46259bc0fb59ccb978bf.gif' alt="18年安徽师范大学中国文化概论本科教学大纲.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 18年安徽师范大学中国文化概论本科教学大纲.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674275.html" target="_parent" title="23届 复赛 试题+答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/c53d009d-b7ac-41fb-bd59-49b0ca967f52/f81ebcc8790f41048e03495c38fc81c7.gif' alt="23届 复赛 试题+答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 23届 复赛 试题+答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674276.html" target="_parent" title="100以内加减综合混口算卡.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/03f8335d-54c5-4925-838a-7463cfb11bef/7a3f8ae755e64e9cab995834ad745096.gif' alt="100以内加减综合混口算卡.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 100以内加减综合混口算卡.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674277.html" target="_parent" title="HighAccuracyOpticalFlowEstimationBasedonaTheoryforWarping课案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/4e3d546a-0bbf-4da1-a153-7de18cbe47a2/7d6bf52eeda54047acfd2dcd9ccdae3a.gif' alt="HighAccuracyOpticalFlowEstimationBasedonaTheoryforWarping课案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> HighAccuracyOpticalFlowEstimationBasedonaTheoryforWarping课案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674278.html" target="_parent" title="js定义的函数和数组.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/63a3a347-db80-40e1-b54a-554a3381b477/e29de18b48d640608fd06fe81418cd4c.gif' alt="js定义的函数和数组.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> js定义的函数和数组.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674279.html" target="_parent" title="KV柱上断路器安装标准化作业流程图及指导书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/c0a9d652-7110-4f7f-bca4-5632ae7614ca/7740f6be73024b7498d8e5c913be07b6.gif' alt="KV柱上断路器安装标准化作业流程图及指导书.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> KV柱上断路器安装标准化作业流程图及指导书.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674280.html" target="_parent" title="《儿童美术用品通用安全技术要求》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/6e70eac3-7ba2-4901-961e-48bf6a89ccc6/048a095674ad4208bc9d61e5ca921105.gif' alt="《儿童美术用品通用安全技术要求》.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《儿童美术用品通用安全技术要求》.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674281.html" target="_parent" title="《传感器及其应用》第二章习题答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/20f6f0f8-f59a-4af5-a12b-bded36a2c898/aa479bdd3c9e4c3a9e06a6375ee6a0af.gif' alt="《传感器及其应用》第二章习题答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《传感器及其应用》第二章习题答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674282.html" target="_parent" title="《敬业与乐业》练习题1.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/2fe78743-588f-4aff-ae6d-5857d7ee9fcf/2fd38f19baeb49d9b638ed1b91439ecf.gif' alt="《敬业与乐业》练习题1.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《敬业与乐业》练习题1.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674283.html" target="_parent" title="《钨行业规范条件》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/59a03a27-c863-4d8c-8144-133f32952871/6e04e5d724de44888d5af03a735a34ea.gif' alt="《钨行业规范条件》.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《钨行业规范条件》.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674284.html" target="_parent" title="4s店技术经理工作总结工作范文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/c43cbcf8-08d8-4eeb-b5ad-0605643838cf/3dfd3ec676ab49218fe63c606b2a7ff3.gif' alt="4s店技术经理工作总结工作范文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 4s店技术经理工作总结工作范文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674285.html" target="_parent" title="7A版幼儿文学教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/212edbf2-45fe-497d-91e0-f132573b93ef/c547e64aa1614fb7b57154deae59e22d.gif' alt="7A版幼儿文学教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 7A版幼儿文学教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24674286.html" target="_parent" title="《给教师的建议》读书笔记1000字.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/31/f74d6b36-96e6-48a3-a27e-4d5a2c9dfdfb/243293079e99445bb67340f9a52e3a94.gif' alt="《给教师的建议》读书笔记1000字.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《给教师的建议》读书笔记1000字.docx </a></h3></li> </ul> </div> </div> <div class="mt10 related-pic-box" id="Div1" style="height: 450px; overflow:hidden;"> <div class="works-comment-hd"> 猜你喜欢 </div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/22622434.html" target="_parent" title="室外配套及景观绿化工程施工组织设计Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/2525aa33-8592-4382-8ef5-4ebdc3705259/bb4da0b8c950430ea33e68c53fd03859.gif' alt="室外配套及景观绿化工程施工组织设计Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 室外配套及景观绿化工程施工组织设计Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622435.html" target="_parent" title="社会化问答网站答案认可度的影响因素研究Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/97d64bff-fe0c-4060-a4a1-5a178f0f4278/7259f63fc8264c19877f645fc2a54456.gif' alt="社会化问答网站答案认可度的影响因素研究Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 社会化问答网站答案认可度的影响因素研究Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622436.html" target="_parent" title="广东省届高三上学期第一次十校联考语文试题及答案Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/2a573124-6628-4cee-93a4-89977e4948fa/4cd658c537f7404cb9be54ec3d756a06.gif' alt="广东省届高三上学期第一次十校联考语文试题及答案Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 广东省届高三上学期第一次十校联考语文试题及答案Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622437.html" target="_parent" title="缩句练习文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/fea3f477-fb1e-4504-b905-9ac10cb27c7b/4dcffaea88a04e03a9a30ffdfd987e12.gif' alt="缩句练习文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 缩句练习文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622438.html" target="_parent" title="水浒传人物名号由来Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/70492bae-981e-4c92-94bc-bb19d6c6385b/1a887097f5b04e3cacc18dd12a5eff1b.gif' alt="水浒传人物名号由来Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 水浒传人物名号由来Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622439.html" target="_parent" title="八年级下册英语unit1unit10课文翻译Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/00f9da97-8e74-4518-9932-559180643753/56f65145c2244abbb32e52db49b9a88f.gif' alt="八年级下册英语unit1unit10课文翻译Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 八年级下册英语unit1unit10课文翻译Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622440.html" target="_parent" title="研究生会章程Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/2d844646-453e-47b5-80a0-30baa4e4b61a/926fa62c129c4abf8cf97cb4b38e32b5.gif' alt="研究生会章程Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 研究生会章程Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622441.html" target="_parent" title="薪酬系统点值法详解Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/fefe6c8c-77da-47a0-9c6f-9ce66786e5f7/8855a4267bed496886ee2783fc746640.gif' alt="薪酬系统点值法详解Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 薪酬系统点值法详解Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622442.html" target="_parent" title="谈评课中存在地问的题目与对策Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/af129ca4-43c4-4051-b1f2-c311672acb4b/4eb60bc909614585ac3f5c5d03483c56.gif' alt="谈评课中存在地问的题目与对策Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 谈评课中存在地问的题目与对策Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622443.html" target="_parent" title="剑桥少儿英语三级教案Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/8dc7f887-0266-4dd2-a73b-e4f3940e89c6/8a2aac32c2894018880b30b02f08982c.gif' alt="剑桥少儿英语三级教案Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 剑桥少儿英语三级教案Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622444.html" target="_parent" title="杨梅主要病虫害及防治Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/e9b1243d-da6b-4f1c-9d75-60867b48f592/4ac09f42365943aaae073bb2317022c7.gif' alt="杨梅主要病虫害及防治Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 杨梅主要病虫害及防治Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622445.html" target="_parent" title="部编版六年级上古诗三首浪淘沙优秀教学设计Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/0ef95111-9301-40fa-9f3c-3d4478917a46/0bdfcb64f61041d0bc1e2bba8a1a778a.gif' alt="部编版六年级上古诗三首浪淘沙优秀教学设计Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 部编版六年级上古诗三首浪淘沙优秀教学设计Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622446.html" target="_parent" title="《观潮》教学设计15篇Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/94ee8852-3388-44e6-9d95-5c99c6cce8f0/6883e81d6c0044caab6984050aabefb9.gif' alt="《观潮》教学设计15篇Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《观潮》教学设计15篇Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622447.html" target="_parent" title="易门事业单位招聘考试真题及答案解析完整版Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/865349c8-6e74-43cf-8c38-7b5ad3bf30e9/f5b4f1d5053e4522a52fa7887fc1b436.gif' alt="易门事业单位招聘考试真题及答案解析完整版Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 易门事业单位招聘考试真题及答案解析完整版Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622448.html" target="_parent" title="义务教育国家课程标准实验教材数学二年级下过程性教学评估一万以内数的认识文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/80fc53ec-377f-4104-8fb4-0f17844a7f77/94cc2c4853654df8ba35846dd07a0298.gif' alt="义务教育国家课程标准实验教材数学二年级下过程性教学评估一万以内数的认识文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 义务教育国家课程标准实验教材数学二年级下过程性教学评估一万以内数的认识文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622449.html" target="_parent" title="普通生态学复习大纲含答案Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/3/340ce34f-4435-4a24-813d-dafc2ae348ba/8e31c95cd00243f5900ee10175bc41f7.gif' alt="普通生态学复习大纲含答案Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 普通生态学复习大纲含答案Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622450.html" target="_parent" title="深基坑开挖及支护施工方案专家论证文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/e8a51933-9470-448f-a781-c1fda45699fa/8011379feb6e4af1bcfc72a154b7f584.gif' alt="深基坑开挖及支护施工方案专家论证文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 深基坑开挖及支护施工方案专家论证文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622451.html" target="_parent" title="四川省眉山市学年高一下学期语文期末统考试题WORD版有答案汇总Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/fb73f39f-2619-4b9a-b0d5-b36440cb03c0/ec12f3d07a704e859dc574d044eb73d8.gif' alt="四川省眉山市学年高一下学期语文期末统考试题WORD版有答案汇总Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 四川省眉山市学年高一下学期语文期末统考试题WORD版有答案汇总Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/22622452.html" target="_parent" title="CAD文件导到ARCGIS中的方法文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/4/9b4cc5c4-7f9b-4ade-80b0-80cbf36eb445/a0da00ea69b5473fa0be8ae5558ebc6b.gif' alt="CAD文件导到ARCGIS中的方法文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> CAD文件导到ARCGIS中的方法文档格式.docx </a></h3></li> </ul> </div> </div> <div class="mt10 works-comment"> <div class="works-comment-hd"> <span class="font-tahoma">关于本文</div> <div style="line-height: 25px; padding: 10px 20px;"> 本文标题:南昌大学数据库实验8 BS模式应用程序开发.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/24714447.html">https://www.bdocx.com/doc/24714447.html</a><br /> </div> </div> </div> <div class="boxright" id="boxright" > <div class="fr detail-aside" id="Div11" style="width:290px;"> <div class="box hot-keywords mt10" id="relatebox"> <div class="boxHd" style="padding-bottom: 0px;"> <em></em><span>相关资源</span> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%8d%97%e6%98%8c%e5%a4%a7%e5%ad%a6%e6%95%b0%e6%8d%ae%e5%ba%93%e5%ae%9e%e9%aa%8c8+BS%e6%a8%a1%e5%bc%8f%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="JJ Geewax - API Design Patterns.pdf" class="pdf" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30839510.html" title="JJ Geewax - API Design Patterns.pdf">JJ Geewax - API Design Patterns.pdf</a> </li><li><img alt="Wendy Laura Belcher - Writing Your Journal Article in Twelve Weeks_ A Guide to Academic Publishing Success-SAGE Publications, Inc (2009).pdf" class="pdf" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30839320.html" title="Wendy Laura Belcher - Writing Your Journal Article in Twelve Weeks_ A Guide to Academic Publishing Success-SAGE Publications, Inc (2009).pdf">Wendy Laura Belcher - Writing Your Journal Article in Twelve Weeks_ A Guide to Academic Publishing Success-SAGE Publications, Inc (2009).pdf</a> </li><li><img alt="JAMA Network - AMA Manual of Style_ A Guide for Authors and Editors-OUP USA (2020).pdf" class="pdf" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30839059.html" title="JAMA Network - AMA Manual of Style_ A Guide for Authors and Editors-OUP USA (2020).pdf">JAMA Network - AMA Manual of Style_ A Guide for Authors and Editors-OUP USA (2020).pdf</a> </li><li><img alt="届湖南省长沙市高三高考模拟猜想卷语文试题二.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837508.html" title="届湖南省长沙市高三高考模拟猜想卷语文试题二.docx">届湖南省长沙市高三高考模拟猜想卷语文试题二.docx</a> </li><li><img alt="完整word人教版高中物理选修32课后习题参考答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837503.html" title="完整word人教版高中物理选修32课后习题参考答案.docx">完整word人教版高中物理选修32课后习题参考答案.docx</a> </li><li><img alt="最新会计继续教育试题题库含答案解析CUX.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837501.html" title="最新会计继续教育试题题库含答案解析CUX.docx">最新会计继续教育试题题库含答案解析CUX.docx</a> </li><li><img alt="先秦韵文选讲义.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837498.html" title="先秦韵文选讲义.docx">先秦韵文选讲义.docx</a> </li><li><img alt="台北县淡水国民小学95学年度上学期五年级艺精.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837496.html" title="台北县淡水国民小学95学年度上学期五年级艺精.docx">台北县淡水国民小学95学年度上学期五年级艺精.docx</a> </li><li><img alt="语文考试试题.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837326.html" title="语文考试试题.docx">语文考试试题.docx</a> </li><li><img alt="最新人教部编版八年级下册语文练习1 社 戏.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30837314.html" title="最新人教部编版八年级下册语文练习1 社 戏.docx">最新人教部编版八年级下册语文练习1 社 戏.docx</a> </li></div> </ul> </div> <div class="box hot-keywords mt10" id="box3" style="overflow: hidden;width: 288px; border:solid 1px #dedede;"> <div class="boxHd" style="border: none;padding-bottom: 0px;"> <em></em><span>相关搜索</span> </div> <input name="ctl00$Content$hiddenCategoryID" type="hidden" id="Content_hiddenCategoryID" value="1" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%8d%97%e6%98%8c%e5%a4%a7%e5%ad%a6%e6%95%b0%e6%8d%ae%e5%ba%93%e5%ae%9e%e9%aa%8c8');" class="tag-item ico" title="南昌大学数据库实验8" hidefocus="true"><span class="ico"><em> 南昌大学数据库实验8</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=BS%e6%a8%a1%e5%bc%8f%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91');" class="tag-item ico" title="BS模式应用程序开发" hidefocus="true"><span class="ico"><em> BS模式应用程序开发</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%8d%97%e6%98%8c%e5%a4%a7%e5%ad%a6');" class="tag-item ico" title="南昌大学" hidefocus="true"><span class="ico"><em> 南昌大学</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%95%b0%e6%8d%ae%e5%ba%93');" class="tag-item ico" title="数据库" hidefocus="true"><span class="ico"><em> 数据库</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%ae%9e%e9%aa%8c');" class="tag-item ico" title="实验" hidefocus="true"><span class="ico"><em> 实验</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=BS');" class="tag-item ico" title="BS" hidefocus="true"><span class="ico"><em> BS</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%a8%a1%e5%bc%8f');" class="tag-item ico" title="模式" hidefocus="true"><span class="ico"><em> 模式</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f');" class="tag-item ico" title="应用程序" hidefocus="true"><span class="ico"><em> 应用程序</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%bc%80%e5%8f%91');" class="tag-item ico" title="开发" hidefocus="true"><span class="ico"><em> 开发</em></span></a> </div> </div> <div class="job-recommend"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#ea986c"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#ea986c"></path></svg> 热门标签</h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/20niangaoxiaogong.html">20年高校工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/wenyiwengaodinghehuorenlushi.html">文一文搞定合伙人律师</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/huanjingchuangshepingbihuodong.html">环境创设评比活动</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/yingyujianglaiwancheng.html">英语将来完成</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/shouhoukefugeren.html">售后客服个人</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/jingbianshashijiagongsheji.html">精编砂石加工设计</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/jiegaokaohuaxueelunfuxitixingtexunjingbian40tihuaxueshiyanjichudaanjiexigaokaohuaxue.html">届高考化学二轮复习题型特训精编40题化学实验基础答案+解析高考化学</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/jiudianwaipaigongchengshigongfangan.html">酒店外排工程施工方案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/huanledeyuandanlianhuanhuilianhuanhuizuowen350zichuyijishihuanleyuandan.html">欢乐的元旦联欢会联欢会作文350字初一记事欢乐元旦</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/huwaidaohangrumenjingtong.html">户外导航入门精通</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bdocx.com/js/artDialog-5.0.3/artDialog.min.js"></script> </div> <div class="tempdiv cssnone" style="line-height:0px;height:0px; overflow:hidden;"> </div> <script> var doctitle = "南昌大学数据库实验8 BS模式应用程序开发.docx"; Encoder.EncodeType = "entity"; var nodecode = '00001'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "24714447"; var product_code = "24714447"; var mtp = 20; var fCount = 37; var stp = 1; var lmt = 20; var ForceFreepage = parseInt('20'); if(lmt > ForceFreepage)lmt = ForceFreepage; var mhs = 595 * 841; var mhi = new Array("342774"); var mhls = new Array("0"); var mfvs = new Array("0"); var sw = 595; var sh = 841; var IsDealSwfSize = sw > 0; var minwidth=920; var BookMarkPage = parseInt('1'); var adpagecount = parseInt("2"); var defaultShowPage =parseInt( "5"); var defaultShowPage2 =defaultShowPage; var leftfilecount = fCount - defaultShowPage; if(leftfilecount<0)leftfilecount=0; var scorename = "金币"; var LimitText = '10'; var LimitButtonText = '现在购买'; var DocScoreDownLoad = parseFloat('10'); var ReadLimitDays = "365"; var bookrelArray = ""; var url_root = "https://www.bdocx.com/"; var goumaiico = 'images/xiazai_1.gif'; var lmtext = ''; lmtext = '<div class="inner_page_more" id="page_more" style="width:930px; height:260px; line-height:30px;">' +'<div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding-top:40px; width:930px;">' +'<p style="text-align:center;font-size:18px;">亲,很抱歉,此页已超出免费预览范围啦!<br/>如果喜欢就下载吧,价低环保!</p><p style="text-align:center;font-size:14px;">' +'<b></b><span><b style="color:#ff0000">10</b> 金币</span>' +'</p><p style="text-align:center; padding-top:30px;">' +'<a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/24714447.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">立即下载</b></a>' +'   <a target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=24714447"class="ui-bz-btn-senior2 banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">加入VIP,免费下载</b></a>' +'</p></div></div> '; var curtotalpage = defaultShowPage; function showmorepage() { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } var st = ($(this).scrollTop()); $(this).scrollTop(st +1); $("#spanpage").text(fCount-curtotalpage); } function showmoretopage(to) { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); if(to > leftcount)leftcount=to; for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } $("#spanpage").text(fCount-curtotalpage); } function adss() {var st = ($(this).scrollTop())-2; $(this).scrollTop(st);} function showAd() { $(".addivp").each(function(){ var adindex = ($(this).attr("link")); var adid = ($(this).attr("id")); document.getElementById(adid).innerHTML = document.getElementById("adpre" + adindex).outerHTML; $("#adpre" + adindex).css({ margin: "0px auto" }); }); } </script> <script> var operateType = 1; var uid = "0"; var DocID = "24714447"; var zw = 595; var zh = 841; var zrate = (zw==0||zh==0)?1:(zh/zw); var isplay = 0; var width = "830"; var height = getClientHeight(); if (height < 560) height = 560; height = ('False' == 'True' ? 570 : height); var scorename = "金币"; var params = {}; </script> <script src="https://static.bdocx.com/master/view/view2.js"></script> <script> $(document).ready(function() { initPage(); $("#loading").hide(); $("#spanpage").text(leftfilecount); var lf = mtp - (defaultShowPage); if(lf<=0) { if("#ftip")$("#ftip").text("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } window.setTimeout( function () { try { if(BookMarkPage == 1) { $(this).scrollTop(0); } else { Viewer._GotoPage(BookMarkPage); } }catch(e){} },500); if(defaultShowPage>0){ $("#outer_page_more").show();}else{ $("#outer_page_more").hide();} }); </script> <script> $('body').bind('contextmenu', function() {return false;}); $('body').bind("selectstart",function(){return false;}); </script> <div class="cssnone"> <iframe title = "来源分析" src="https://www.bdocx.com/BookRead.aspx?id=IiRQZYU%7caElXwaVxolSymA%3d%3d&parto=l9d9yW4W6PQVMduKMHiT2W1YS%2fXfAc%2bVOiFRxYUjn%2fGR%2fNumlM%2beE26hmg3cBvaUa2IypVSu4VQrM7KQpR5mCM%2fV8xMqgqgRaU6o%2bSD8g8ZyYfBGfU51gGwBAjgokIWkDMhLuXbEJI9jYWDdnrtUn5fM8NylGBxjINAvZTwoHm2jGLj%2bhe%2fjSdEvUpMVM7uNlSzpc15YM9sShFMQeOzkEeb0WCM2oxgj" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <!-- JiaThis Button END --> <span id="LabelScript"></span> </div> </div> <div class="getwximg_div" style="display:none;"> </div> <script> var isloginto = false; function initwxlogin() { var arr = $(".getwximg_div"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://www.bdocx.com/header.aspx?getcate=100"; $.get(url + "&t=" + (new Date()).valueOf(), function (d) { try { arr.eq(index).empty().html(d); } catch (e) { } try { arr.html(d); } catch (e) { } }); })(i); } } </script> <script>function popLogin() { window.location.href = '/login.aspx?returl=https%3a%2f%2fwww.bdocx.com%2fView_wj.aspx%3fid%3d24714447'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=24714447&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhAQl9UykK1w7Mprzeehm32G" scrolling="no" frameborder="0" style="width: 600px; height: 420px"></iframe>'; objjubao = art.dialog({ title: '非法内容有奖举报', content: html, close: Closejubao, width: '700', height: '470', skin: 'blue', lock: true, background: '#666', opacity: .6, duration: 300, fixed: true, left: '50%', top: '38.2%', zIndex: 1987, resize: true, drag: true }); } function Closejubao() { objjubao.close(); } </script> <!--foot--> <div class="bg_100 foot_nav_bg" style=" min-width:1200px;"> <div class="foot_nav"> <a href="https://www.bdocx.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bdocx.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bdocx.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bdocx.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bdocx.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bdocx.com/h-38.html" target="_blank" >联系我们</a> </div> </div> <div class="bg_100 siteInner_bg" style=" min-width:1200px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2022 冰点文档网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备2022015515号-1</a></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e215eb657a3f46c69d47e590e96ccbdd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script>(function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?46796c789de3003a5113847b2981b93831ac52d6d1cb31ddda7500aa017814283d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window)</script> </div> </div> <!--foot end--> <!-- 代码部分begin --> <div class="QQ_S" style="height: auto;position:fixed;right: 0px;bottom: 20px; top:auto;"> <div class="Q_top" onclick="HideFoot()"> <span class="signi"></span>收起</div> <div class="Q_botm"> <div class="Q_pic"> <div class="Q_pic_hide"> <a rel="nofollow" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" target="_blank" title="在线客服" ><span class="hide_pic"></span>在线客服</a> </div> </div> <div class="Q_anser"> <div class="Q_anser_hide"><a rel="nofollow" target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=307372695@qq.com" title="意见反馈"> <span class="hide_pic1"></span>意见反馈 </a> </div> </div> <div class="Q_sign"> <div class="Q_sign_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)" title="返回顶部"><span class="hide_pic2"></span>返回顶部 </a></div> </div> </div> </div> <div class="QQ_S1"> <div class="Q_top1" onclick="ShowFoot()"> <span class="signj"></span>展开</div> <div class="Q_botm1"> <div class="Q_pic1"> <div class="Q_pic1_hide"> <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" > <span class="hide_pic3"></span>QQ交谈</a></div> </div> <div class="Q_sign1"> <div class="Q_sign1_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)">返回顶部</a></div> </div> </div> </div> <!-- 代码部分end --> <script type="text/javascript" src="https://static.bdocx.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bdocx.com/js/jquery.lazyload.js"></script> <script type="text/javascript" charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> <script type="text/javascript" src="https://static.bdocx.com/umeditor/xss.js"></script> </body> </html>