- 博客(1)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 Tomcat6.0安装配置及其在MyEclipse10上的配置
Tomcat6.0安装配置及其在MyEclipse10上的配置 1、所用的Tomcat的版本是:apache-tomcat-6.0.37.exe; 2、双击后出现以下界面: 3、点击“Next”,出现以下界面: 4、点击“I Agree”后,出现以下界面: 5、点击“Normal”下拉菜单,然后选择“Full”,或者勾选所有选项,即(截图
2016-07-18 10:21:35
1146
HTML5 SVG卡通动画特效
用HTML SVG,实现小树成长的线条
$(document).ready(function(){
// Setup your Lazy Line element.
// see README file for more settings
$('#demo').lazylinepainter({
'svgData' : svgData,
'strokeWidth':2,
'strokeColor':'#dc908e',
'onComplete' : function(){
$(".treeTip").show().addClass("zoomIn");
},
'onStart' : function(){
console.log('>> onStart');
}
}
)
// Paint your Lazy Line, that easy!
var state = 'paint';
$('#demo').lazylinepainter(state);
})
2015-10-22
android MVP 模式实现登录、注册、ListView查询
2016-09-07
TA创建的收藏夹 TA关注的收藏夹
TA关注的人