Animate's Resume

Shunjing Jin

 

Personal Information

Name: Shunjing Jin

English Name: Joe King

Birthday: 1982-02-08

Tel: +86 571 88320793

Email: joeking500@gmail.com

QQ: 78905662

Homepage: N/A

Address: N/A

 

Research Interests

Software in Java, Omnidirectional Vision Surveillance

Education

2005.9 – Present:

M.S. student of Institute of Computer Application, College of Computer Science, Zhejiang University of Technology

2001.9 – 2005.7:

B.S. of Jianxing College (Mixed Class), Zhejiang University of Technology

 

Certificate

National Certificated Software Designer

 

Project Experience

Timebank Web Application for Hubin Street Goverment, Hangzhou,Zhejiang (A Web Application in JSP) 

Honors & Awards

2004 The 1st Zhejiang Provincial Collegiate Programming Contest ---- The 5th placeGold Prize

2004 The 2rd Zhejiang University of Technology Programming Contest ---- The 5th placeGold Prize

2005 The 2nd Zhejiang Provincial Collegiate Programming Contest ---- The 10th placeGold Prize

2005 The 3rd Zhejiang University of Technology Programming Contest ---- The 2th placeGold Prize

 

Computer Skills

Platforms: DOS, Windows 95/98/2000/NT/XP, Linux

Languages: C, C++, C#, Java, VB, IBM-PC Assembly language, JSP, ASP, HTML

Database: MS SQL, MS Access, MySQL

Proficiency in data structure and algorithm design

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Vue animate是一个用于在Vue.js应用程序中添加动画效果的库。使用Vue animate可以轻松地在元素进入或离开页面时应用过渡效果。要使用Vue animate,您需要安装animate.css库,并在您的Vue组件中引入它。在HTML中,您可以使用<transition>标签来包装需要过渡的元素,并为其提供相关的类名。 要使用Vue animate的基本步骤如下: 1. 首先安装animate.css库,可以通过命令`npm install animate.css`来安装。 2. 在main.js中引入animate.css,可以使用`import animated from 'animate.css'`来引入,并使用`Vue.use(animated)`来注册插件。 3. 在需要应用过渡效果的元素上添加类名`animate__animated`和具体的过渡效果类名,如`animate__zoomIn`。您可以根据需要选择不同的过渡效果类名。 示例代码如下: ``` <div class="text animate__animated animate__zoomIn"> <div class="titleBox"> <img src="../../assets/images/newListing/listing_lou1_l.png" /> <div class="title">法律服务</div> </div> </div> ``` 您还可以设置过渡的速度,animate.css库提供了一些预定义的类名可以用来设置过渡的时间。例如,`animate__slow2s`表示过渡时间为2秒,`animate__fast800ms`表示过渡时间为800毫秒。 示例代码如下: ``` <div class="text animate__animated animate__zoomIn animate__slow"> <div class="titleBox"> <img src="../../assets/images/newListing/listing_lou1_l.png" /> <div class="title">财务审计</div> </div> </div> ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值