struts2 action 页面跳转 struts2 action 页面跳转 标签: actionstruts2redirect 2013-11-06 16:22 20148人阅读 评论(0) 收藏 举报 标签: actionstruts2redirect 2013-11-06 16:22 201 ...
分类:
其他好文 时间:
2016-10-22 09:45:56
阅读次数:
308
/*定义滚动条轨道*/ #style-3::-webkit-scrollbar-track { /*-webkit-box-shadow: ;*/ } /*定义滚动条高宽及背景*/ #style-3::-webkit-scrollbar { width: ; } /*定义滑块*/ #style-3: ...
分类:
其他好文 时间:
2016-10-21 16:16:18
阅读次数:
172
mongodb_server.py monodb_monitor.py ...
分类:
数据库 时间:
2016-10-21 13:13:46
阅读次数:
511
有时候在项目开发过程中,在.gitignore中按照定义后发现并未生效,原因是.gitignore只能忽略那些原来没有被track的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore是无效的。那么解决方法就是先把本地缓存删除(改变成未track状态),然后再提交: ...
分类:
其他好文 时间:
2016-10-20 09:51:05
阅读次数:
148
Description Let's play the game Zuma! There are a sequence of beads on a track at the right beginning. All the beads are colored but no three adjacent ...
分类:
其他好文 时间:
2016-10-16 19:30:47
阅读次数:
165
这本书是讲述美语发音训练的。已经看了一段时间了,决定向周叶学习,记录读书笔记。计划每天花半个小时,学习3节左右的音频(按照CD TRACK),并完成训练。 CD1 Track1 What is Accent? Accent is a combination of three main compone ...
分类:
其他好文 时间:
2016-10-14 16:44:25
阅读次数:
226
1. 添加磁盘,查看磁盘状况 [root@db1 /]# fdisk -l Disk /dev/sda: 10.7 GB, 10737418240 bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of 16065 ...
分类:
系统相关 时间:
2016-09-29 21:03:38
阅读次数:
204
一,硬盘知识硬盘接口类型:并行:IDE:133MB/sSCSI:640MB/s串口:SATA:6Gbps(字节)SAS:6GbpsUSB:480MB/s硬盘结构示意图:硬盘专业术语:rpm:rotationsperminute磁盘转速单位head:磁头=盘面数量256个8字节track:磁道 1024个磁道cylinder:柱面=track*head=512*63*256=8mse..
分类:
其他好文 时间:
2016-09-21 23:41:20
阅读次数:
208
.gitignore只能忽略那些原来没有被track的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore是无效的。那么解决方法就是先把本地缓存删除(改变成未track状态),然后再提交: git rm -r --cached . git add . git commit -m 'u ...
分类:
其他好文 时间:
2016-09-19 17:58:24
阅读次数:
110
基于webkit的浏览器现在也可以自定义其样式: ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-b ...
分类:
Web程序 时间:
2016-09-16 18:18:50
阅读次数:
247