上面是一个servlet,我们知道web项目里web.xml中需要配置url和servlet之间对应。 注意: ...
分类:
Web程序 时间:
2016-10-25 14:06:58
阅读次数:
315
<video src="video.mp4" id="video" x-webkit-airplay="true" webkit-playsinline="true" controls = "false"></video> x-webkit-airplay="true" 支持Airplay的设备 w ...
分类:
移动开发 时间:
2016-10-25 13:35:09
阅读次数:
175
Python3 元组 Python 的元组与列表类似,不同之处在于元组的元素不能修改。 元组使用小括号,列表使用方括号。 元组创建很简单,只需要在括号中添加元素,并使用逗号隔开即可。 不可变的tuple有什么意义?因为tuple不可变,所以代码更安全。如果可能,能用tuple代替list就尽量用tu ...
分类:
编程语言 时间:
2016-10-24 02:12:57
阅读次数:
148
# 20145301 《信息安全系统设计基础》第5周学习总结 ## 教材学习内容总结 * X86 寻址方式经历三代: 1 DOS时代的平坦模式,不区分用户空间和内核空间,很不安全 2 8086的分段模式 3 IA32的带保护模式的平坦模式 * CPU包含一组8个存储32位值的寄存器存整数数据和指针: ...
分类:
其他好文 时间:
2016-10-24 02:00:45
阅读次数:
202
易百地址:http://www.yiibai.com/sql/sql-rdbms-concepts.html 3wSchool 地址:http://www.w3school.com.cn/sql/sql_syntax.asp ...
分类:
数据库 时间:
2016-10-23 14:50:39
阅读次数:
258
简介 SlidingMenu作为滑动侧边栏主要用来代替Android传统的Menu菜单。 导入方法 SlidingMEnu以前依赖于另一个开源库ActionBarSherlock,但是现在被AppCompat代替。只需要导入SlidingMenu的库即可,AppCompat-support-v7默认 ...
分类:
移动开发 时间:
2016-10-23 14:17:58
阅读次数:
239
1. Find correlations for each type of data by using corr() correlations = combined.corr(method = "pearson") print(correlations["sat_score"]) note: The ...
分类:
其他好文 时间:
2016-10-23 12:10:18
阅读次数:
207
Network of Schools Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 16571 Accepted: 6558 Description A number of schools are connected to a ...
分类:
Web程序 时间:
2016-10-23 11:28:02
阅读次数:
264
从来没有想过web项目还能打包的,但是有要求,就不得不去实现,在网上找了一下,发现挺简单的。 首先是使用MyEclipse将web项目打包,如下图所示。 右键选中项目,选择export。 然后选择J2EE->WAR File。点击next 接下来制定war包的存放路径,我们将它放在卓面上。 打包完成 ...
分类:
编程语言 时间:
2016-10-22 11:42:17
阅读次数:
357