Spring 2019 HW1 MAT 331Homework 1: MAT 331Due: 11:59pm, Feb 5, 2019Collaboration policy: You are welcome to work with others on this homework assignme ...
分类:
编程语言 时间:
2019-02-06 19:58:37
阅读次数:
107
2019-2-3 php与js相互调用<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><script type="text/javascript"> function test() { var t1=3; t1 = ...
分类:
Web程序 时间:
2019-02-03 15:35:57
阅读次数:
209
Written by Daniel Meyer on May 16 2018 in the What's New In Zeebe category. Welcome to the first-ever edition of “What’s New In Zeebe”, where we share ...
每个javaEE工程中都有web.xml文件,那么它的作用是什么呢?它是每个web.xml工程都必须的吗? 一个web中可以没有web.xml文件,也就是说,web.xml文件并不是web工程必须的。 web.xml文件是用来初始化配置信息:比如Welcome页面、servlet、servlet m ...
分类:
Web程序 时间:
2019-01-30 19:56:01
阅读次数:
195
使用Gradle编译项目 传送门 H2:SpringBoot内置持久化数据库 使用H2数据库实现用户注册登录 用户可以在index.html点击“注册”按钮将信息存储到h2数据库中,当点击“登录”按钮时,如果用户输入的是正确的账号密码,跳转到welcome.html页面,用户输入账号密码与和h2数据 ...
分类:
数据库 时间:
2019-01-28 10:59:09
阅读次数:
204
题目传送门:https://ctf.bugku.com/files/af49803469dfdabb80acf562f9381335/Welcome_.jpg 题解: 在kili下,用binwalk查看此图片 再用foremost命令提取压缩包内容 得到分离文件 打开里面的zip文件 得到两个文件 ...
分类:
其他好文 时间:
2019-01-24 18:57:06
阅读次数:
235
1.Spring容器和SpringMVC容器的关系 Spring容器是一个父容器,SpringMVC容器是一个子容器,它继承自Spring容器。因此,在SpringMVC容器中,可以访问到Spring容器中定义的Bean,而在Spring容器中,无法访问SpringMVC容器中定义的Bean。在We ...
分类:
编程语言 时间:
2019-01-23 12:30:31
阅读次数:
191
<html><body><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Name: <input type="text" name="name">E-mail: <input type="text" name ...
分类:
Web程序 时间:
2019-01-21 13:57:02
阅读次数:
195
Hello World! Hello World! Welcome to My Web Server. ...
分类:
Web程序 时间:
2019-01-18 20:14:27
阅读次数:
171
sed命令行格式为: sed [-nefri] ‘command’ 输入文本 常用选项: -n∶使用安静(silent)模式。在一般 sed 的用法中,所有来自 STDIN的资料一般都会被列出到萤幕上。但如果加上 -n 参数后,则只有经过sed 特殊处理的那一行(或者动作)才会被列出来。 -e∶直接 ...
分类:
系统相关 时间:
2019-01-18 10:20:17
阅读次数:
294