上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 53 下一页
摘要: 只需要添加这一句代码 阅读全文
posted @ 2019-10-05 16:12 博二爷 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 创建: 使用: 阅读全文
posted @ 2019-10-05 15:57 博二爷 阅读(3785) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://pan.baidu.com/s/1x1uR9KxzlxAbn5bgN6ZfrQ 提取码:ky8z 阅读全文
posted @ 2019-10-04 18:49 博二爷 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 通过网上很多解决方案,大部分都是重定向,或者页面跳转,但是我试了试都不能脱离原来框架,后来发现,可以直接通过form表单的target来实现从servlet跳转到frameset的指定框架,这就不用再大费周章的去处理servlet了 阅读全文
posted @ 2019-10-04 15:13 博二爷 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 方案一: 只需要在jsp表头添加一句: 方案二: 参考博客:https://blog.csdn.net/bymyself11/article/details/51944151 在eclipse中编程报错:Undefined attribute name (role).说明没有role属性这是版本不支 阅读全文
posted @ 2019-10-04 12:56 博二爷 阅读(3372) 评论(0) 推荐(0) 编辑
摘要: css: html: 完整代码: 1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8"%> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 阅读全文
posted @ 2019-09-28 16:34 博二爷 阅读(1843) 评论(0) 推荐(0) 编辑
摘要: Css: Javascript: Html主体: jquery-1.12.1.js 下载地址: https://pan.baidu.com/s/1r23gV2pZHZyh6RdFBqhm2w 提取码:p12f 完整代码: 1 <%@ page language="java" contentType= 阅读全文
posted @ 2019-09-28 15:47 博二爷 阅读(378) 评论(0) 推荐(0) 编辑
摘要: Css(在验证码框背景设置成模糊底色照片-code.jpg): javascript(生成随机字母): html(form表单) Code.jpg: 完整代码: 1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 p 阅读全文
posted @ 2019-09-28 11:13 博二爷 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 仔细查看报错原因就能知道,报错是因为包冲突的原因,可以每种只放一个jar包,就能过避免这种错误。 例如:只导入commons-codec-1.11-javadoc,jar和bcprov-jdk15on-160.jar 阅读全文
posted @ 2019-09-27 22:34 博二爷 阅读(1543) 评论(0) 推荐(0) 编辑
摘要: 软件设计上机实验IDEA算法: 1 import javax.crypto.Cipher; 2 import javax.crypto.KeyGenerator; 3 import javax.crypto.SecretKey; 4 import org.apache.commons.codec.b 阅读全文
posted @ 2019-09-27 22:30 博二爷 阅读(3033) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 53 下一页