Giter Club home page Giter Club logo

lu-hire's Introduction

Lu-Hire

陆金所大前端招聘! 职位描述

下面小题任选2~3道完成,时间不限,做法不限(可以使用任何类库或框架,比如 jQuery、Angular、React 等)。

  1. 陆金所首页的图片轮播块;

slider

  1. 实现可发送 JSONP 请求、获取 JSONP 返回结果的函数:
JSONP(url, {
  data: {
    key1: value1
  },
  callback: function (data) {
    // data 是服务端返回的数据
  }
})

可以使用 Flickr API 作为测试接口。

  1. 使用任意一种服务端语言或框架,实现包含注册、登录和退出的账户功能。

提示:提交的数据可以是零时存储在内存中(不用落到数据库),注意 Cookie 和 Session 的运用。

  1. 编写 Grunt/Gulp 插件,可以将 test.html 中的所有外链的 CSS 标签删除。

     // 删除前
     ...
     <meta content="telephone=no" name="format-detection" />
     <link rel="shortcut icon" href="//static.lufaxcdn.com/config/images/favicon-new.ico" />
     <link type="text/css" rel="stylesheet" href="//static.lufaxcdn.com/lufax-public/base/base.1c52d4c1.css"/>
     ...
     
     // 删除后
     ...
     <meta content="telephone=no" name="format-detection" />
     <link rel="shortcut icon" href="//static.lufaxcdn.com/config/images/favicon-new.ico" />
     ...
    

完成后可以打包发到我的邮箱,island205#gmail.com。

lu-hire's People

Contributors

island205 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.