├── .gitignore ├── .mvn └── wrapper │ ├── MavenWrapperDownloader.java │ ├── maven-wrapper.jar │ └── maven-wrapper.properties ├── BikeSpark ├── pom.xml └── src │ └── main │ ├── java │ ├── hive │ │ ├── Hivetest.scala │ │ └── SQLHiveJava.java │ └── kafka │ │ ├── KafkaCon.java │ │ ├── KafkaSteaming.scala │ │ └── MyDate.java │ └── scala │ ├── MongoSparkRDD(1).scala │ ├── MongoSparkRDD2.scala │ ├── MongoSparkSQL.scala │ ├── MongoSparkSQL2.scala │ ├── Test.scala │ └── kafkaData.scala ├── README.md ├── WX_Bike └── src │ └── bike │ ├── bak │ ├── app-bak.js │ ├── app.js │ ├── app.json │ ├── app.wxss │ ├── image │ │ ├── bike.png │ │ ├── dg.png │ │ ├── img1.png │ │ ├── location.png │ │ ├── money.png │ │ ├── pay.png │ │ ├── qrcode.png │ │ ├── shield.png │ │ └── 联图二维码.png │ ├── libs │ │ └── qqmap-wx-jssdk.js │ ├── pages │ │ ├── deposit │ │ │ ├── deposit(1).wxss │ │ │ ├── deposit.js │ │ │ ├── deposit.json │ │ │ └── deposit.wxml │ │ ├── identify │ │ │ ├── identify.js │ │ │ ├── identify.json │ │ │ ├── identify.wxml │ │ │ └── identify.wxss │ │ ├── index │ │ │ ├── index-bak2.js │ │ │ ├── index-bak3.js │ │ │ ├── index.js │ │ │ ├── index.json │ │ │ ├── index.wxml │ │ │ ├── index.wxss │ │ │ └── index0.js │ │ ├── logs │ │ │ ├── logs.js │ │ │ ├── logs.json │ │ │ ├── logs.wxml │ │ │ └── logs.wxss │ │ ├── pay │ │ │ ├── pay.js │ │ │ ├── pay.json │ │ │ ├── pay.wxml │ │ │ └── pay.wxss │ │ ├── reg │ │ │ ├── reg.js │ │ │ ├── reg.json │ │ │ ├── reg.wxml │ │ │ └── reg.wxss │ │ ├── register │ │ │ ├── register - 副本.js │ │ │ ├── register.js │ │ │ ├── register.json │ │ │ ├── register.wxml │ │ │ └── register.wxss │ │ └── wallet │ │ │ ├── wallet.js │ │ │ ├── wallet.json │ │ │ ├── wallet.wxml │ │ │ └── wallet.wxss │ ├── project.config.json │ └── utils │ │ └── util.js │ ├── libs │ └── qqmap-wx-jssdk.js │ ├── 备份1 │ ├── app-bak.js │ ├── app.js │ ├── app.json │ ├── app.wxss │ ├── bak │ │ ├── app-bak.js │ │ ├── app.js │ │ ├── app.json │ │ ├── app.wxss │ │ ├── image │ │ │ ├── bike.png │ │ │ ├── dg.png │ │ │ ├── img1.png │ │ │ ├── location.png │ │ │ ├── money.png │ │ │ ├── pay.png │ │ │ ├── qrcode.png │ │ │ ├── shield.png │ │ │ └── 联图二维码.png │ │ ├── libs │ │ │ └── qqmap-wx-jssdk.js │ │ ├── pages │ │ │ ├── deposit │ │ │ │ ├── deposit(1).wxss │ │ │ │ ├── deposit.js │ │ │ │ ├── deposit.json │ │ │ │ └── deposit.wxml │ │ │ ├── identify │ │ │ │ ├── identify.js │ │ │ │ ├── identify.json │ │ │ │ ├── identify.wxml │ │ │ │ └── identify.wxss │ │ │ ├── index │ │ │ │ ├── index-bak2.js │ │ │ │ ├── index-bak3.js │ │ │ │ ├── index.js │ │ │ │ ├── index.json │ │ │ │ ├── index.wxml │ │ │ │ ├── index.wxss │ │ │ │ └── index0.js │ │ │ ├── logs │ │ │ │ ├── logs.js │ │ │ │ ├── logs.json │ │ │ │ ├── logs.wxml │ │ │ │ └── logs.wxss │ │ │ ├── pay │ │ │ │ ├── pay.js │ │ │ │ ├── pay.json │ │ │ │ ├── pay.wxml │ │ │ │ └── pay.wxss │ │ │ ├── reg │ │ │ │ ├── reg.js │ │ │ │ ├── reg.json │ │ │ │ ├── reg.wxml │ │ │ │ └── reg.wxss │ │ │ ├── register │ │ │ │ ├── register - 副本.js │ │ │ │ ├── register.js │ │ │ │ ├── register.json │ │ │ │ ├── register.wxml │ │ │ │ └── register.wxss │ │ │ └── wallet │ │ │ │ ├── wallet.js │ │ │ │ ├── wallet.json │ │ │ │ ├── wallet.wxml │ │ │ │ └── wallet.wxss │ │ ├── project.config.json │ │ └── utils │ │ │ └── util.js │ ├── image │ │ ├── bike.png │ │ ├── dg.png │ │ ├── img1.png │ │ ├── location.png │ │ ├── money.png │ │ ├── pay.png │ │ ├── qrcode.png │ │ ├── shield.png │ │ └── 联图二维码.png │ ├── libs │ │ ├── qqmap-wx-jssdk.js │ │ └── qqmap-wx-jssdk.min.js │ ├── pages │ │ ├── deposit │ │ │ ├── deposit(1).wxss │ │ │ ├── deposit.js │ │ │ ├── deposit.json │ │ │ ├── deposit.wxml │ │ │ └── deposit.wxss │ │ ├── identify │ │ │ ├── identify.js │ │ │ ├── identify.json │ │ │ ├── identify.wxml │ │ │ └── identify.wxss │ │ ├── index │ │ │ ├── index - 副本.js │ │ │ ├── index-bak2.js │ │ │ ├── index-bak3.js │ │ │ ├── index.js │ │ │ ├── index.json │ │ │ ├── index.wxml │ │ │ ├── index.wxss │ │ │ └── index0.js │ │ ├── logs │ │ │ ├── logs.js │ │ │ ├── logs.json │ │ │ ├── logs.wxml │ │ │ └── logs.wxss │ │ ├── pay │ │ │ ├── pay.js │ │ │ ├── pay.json │ │ │ ├── pay.wxml │ │ │ └── pay.wxss │ │ ├── register │ │ │ ├── register.js │ │ │ ├── register.json │ │ │ ├── register.wxml │ │ │ └── register.wxss │ │ └── wallet │ │ │ ├── wallet.js │ │ │ ├── wallet.json │ │ │ ├── wallet.wxml │ │ │ └── wallet.wxss │ ├── project.config.json │ ├── sitemap.json │ └── utils │ │ ├── mapUtil.js │ │ ├── myUtils.js │ │ └── timeUtil.js │ └── 应用1 │ ├── app.js │ ├── app.json │ ├── app.wxss │ ├── image │ ├── bike.png │ ├── dg.png │ ├── img1.png │ ├── location.png │ ├── money.png │ ├── pay.png │ ├── qrcode.png │ └── shield.png │ ├── libs │ └── qqmap-wx-jssdk.js │ ├── pages │ ├── deposit │ │ ├── deposit.js │ │ ├── deposit.json │ │ ├── deposit.wxml │ │ └── deposit.wxss │ ├── identify │ │ ├── identify.js │ │ ├── identify.json │ │ ├── identify.wxml │ │ └── identify.wxss │ ├── index │ │ ├── index.js │ │ ├── index.json │ │ ├── index.wxml │ │ └── index.wxss │ ├── logs │ │ ├── logs.js │ │ ├── logs.json │ │ ├── logs.wxml │ │ └── logs.wxss │ ├── pay │ │ ├── pay.js │ │ ├── pay.json │ │ ├── pay.wxml │ │ └── pay.wxss │ ├── promotion │ │ ├── promotion.js │ │ ├── promotion.json │ │ ├── promotion.wxml │ │ └── promotion.wxss │ ├── register │ │ ├── register.js │ │ ├── register.json │ │ ├── register.wxml │ │ └── register.wxss │ └── wallet │ │ ├── wallet(1).json │ │ ├── wallet.js │ │ ├── wallet.wxml │ │ └── wallet.wxss │ ├── project.config.json │ ├── style │ └── weui.wxss │ └── utils │ ├── mapUtil.js │ ├── myUtils.js │ └── timeUtil.js ├── flume_LogCollect ├── pom.xml └── src │ └── main │ └── java │ ├── JsonInterceptor.java │ ├── MySource.java │ └── TailFileSource.java ├── hive_spark └── pom.xml ├── images ├── 1.png ├── 111.png ├── 222.png ├── add.png ├── file ├── 充值.png ├── 押金.png ├── 注册1.png └── 注册2.png ├── mvnw ├── mvnw.cmd ├── pom.xml ├── src ├── main │ ├── java │ │ ├── com │ │ │ └── lazy │ │ │ │ └── bike │ │ │ │ ├── BikeApplication.java │ │ │ │ ├── controller │ │ │ │ ├── BikeController.java │ │ │ │ ├── ChartController.java │ │ │ │ ├── LogController.java │ │ │ │ └── UserController.java │ │ │ │ ├── mapper │ │ │ │ ├── BikeMapper.java │ │ │ │ ├── BikeMapper.xml │ │ │ │ ├── UserMapper.java │ │ │ │ └── UserMapper.xml │ │ │ │ ├── pojo │ │ │ │ ├── Bike.java │ │ │ │ ├── User.java │ │ │ │ ├── ValueName.java │ │ │ │ └── ZoneVO.java │ │ │ │ └── servce │ │ │ │ ├── BikeServce.java │ │ │ │ ├── BikeServceImpl.java │ │ │ │ ├── LogService.java │ │ │ │ ├── LogServiceImpl.java │ │ │ │ ├── UserService.java │ │ │ │ └── UserServiceImpl.java │ │ └── copy │ │ │ └── com │ │ │ └── lazy │ │ │ └── bike │ │ │ ├── BikeApplication.java │ │ │ ├── controller │ │ │ ├── BikeController.java │ │ │ ├── LogController.java │ │ │ └── UserController.java │ │ │ ├── mapper │ │ │ ├── BikeMapper.java │ │ │ ├── BikeMapper.xml │ │ │ ├── UserMapper.java │ │ │ └── UserMapper.xml │ │ │ ├── pojo │ │ │ ├── Bike.java │ │ │ └── User.java │ │ │ └── servce │ │ │ ├── BikeServce.java │ │ │ ├── BikeServceImpl.java │ │ │ ├── LogService.java │ │ │ ├── LogServiceImpl.java │ │ │ ├── UserService.java │ │ │ └── UserServiceImpl.java │ ├── resources │ │ └── application.properties │ └── webapp │ │ ├── favicon.ico │ │ ├── hangzhou-tracks.json │ │ ├── old_copy │ │ ├── favicon.ico │ │ ├── hangzhou-tracks.json │ │ ├── pages │ │ │ ├── bike │ │ │ │ ├── add.html │ │ │ │ ├── edit.html │ │ │ │ └── list.html │ │ │ ├── charts │ │ │ │ ├── map.html │ │ │ │ ├── map1.html │ │ │ │ └── position.html │ │ │ ├── index.html │ │ │ └── user │ │ │ │ ├── add.html │ │ │ │ ├── edit(1).html │ │ │ │ ├── list.html │ │ │ │ ├── login.html │ │ │ │ └── welcome.html │ │ └── static │ │ │ ├── h-ui.admin │ │ │ ├── css │ │ │ │ ├── H-ui.admin.css │ │ │ │ ├── H-ui.login.css │ │ │ │ └── style.css │ │ │ ├── images │ │ │ │ ├── acrossTab │ │ │ │ │ └── acrossTab-2.png │ │ │ │ ├── admin-login-bg.bak.jpg │ │ │ │ ├── admin-login-bg.jpg │ │ │ │ ├── admin-loginform-bg.png │ │ │ │ ├── cn.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── logo.png │ │ │ │ └── um.gif │ │ │ ├── js │ │ │ │ ├── H-ui.admin.js │ │ │ │ └── de_DE.txt │ │ │ └── skin │ │ │ │ ├── black │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab.png │ │ │ │ ├── icon_arrow.png │ │ │ │ └── skin.css │ │ │ │ ├── default │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab.png │ │ │ │ ├── icon_arrow.png │ │ │ │ └── skin.css │ │ │ │ ├── green │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab.png │ │ │ │ ├── icon_arrow.png │ │ │ │ └── skin.css │ │ │ │ ├── orange │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab.png │ │ │ │ ├── icon_arrow.png │ │ │ │ └── skin.css │ │ │ │ ├── red │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab.png │ │ │ │ ├── icon_arrow.png │ │ │ │ └── skin.css │ │ │ │ └── yellow │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab.png │ │ │ │ ├── icon_arrow.png │ │ │ │ └── skin.css │ │ │ ├── h-ui │ │ │ ├── css │ │ │ │ ├── H-ui.css │ │ │ │ ├── H-ui.ie.css │ │ │ │ ├── H-ui.min.css │ │ │ │ └── H-ui.reset.css │ │ │ ├── images │ │ │ │ ├── Hui-tags │ │ │ │ │ └── empty.png │ │ │ │ ├── acrossTab │ │ │ │ │ ├── acrossTab-bg.png │ │ │ │ │ ├── acrossTab-close.png │ │ │ │ │ └── acrossTab.png │ │ │ │ ├── dataTable │ │ │ │ │ ├── sort_asc.png │ │ │ │ │ ├── sort_both.png │ │ │ │ │ └── sort_desc.png │ │ │ │ ├── dropDown │ │ │ │ │ └── icon-jt.png │ │ │ │ ├── face │ │ │ │ │ ├── 201.gif │ │ │ │ │ ├── 202.gif │ │ │ │ │ ├── 203.gif │ │ │ │ │ ├── 204.gif │ │ │ │ │ ├── 205.gif │ │ │ │ │ ├── 206.gif │ │ │ │ │ ├── 207.gif │ │ │ │ │ ├── 208.gif │ │ │ │ │ ├── 209.gif │ │ │ │ │ ├── 210.gif │ │ │ │ │ └── QQ │ │ │ │ │ │ ├── 0(1).gif │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── 1(1).gif │ │ │ │ │ │ ├── 1.gif │ │ │ │ │ │ ├── 10(1).gif │ │ │ │ │ │ ├── 10.gif │ │ │ │ │ │ ├── 100(1).gif │ │ │ │ │ │ ├── 100.gif │ │ │ │ │ │ ├── 101(1).gif │ │ │ │ │ │ ├── 101.gif │ │ │ │ │ │ ├── 102(1).gif │ │ │ │ │ │ ├── 102.gif │ │ │ │ │ │ ├── 103(1).gif │ │ │ │ │ │ ├── 103.gif │ │ │ │ │ │ ├── 104(1).gif │ │ │ │ │ │ ├── 104.gif │ │ │ │ │ │ ├── 105(1).gif │ │ │ │ │ │ ├── 105.gif │ │ │ │ │ │ ├── 106(1).gif │ │ │ │ │ │ ├── 106.gif │ │ │ │ │ │ ├── 11(1).gif │ │ │ │ │ │ ├── 11.gif │ │ │ │ │ │ ├── 12(1).gif │ │ │ │ │ │ ├── 12.gif │ │ │ │ │ │ ├── 13(1).gif │ │ │ │ │ │ ├── 13.gif │ │ │ │ │ │ ├── 14(1).gif │ │ │ │ │ │ ├── 14.gif │ │ │ │ │ │ ├── 15(1).gif │ │ │ │ │ │ ├── 15.gif │ │ │ │ │ │ ├── 16(1).gif │ │ │ │ │ │ ├── 16.gif │ │ │ │ │ │ ├── 18(1).gif │ │ │ │ │ │ ├── 18.gif │ │ │ │ │ │ ├── 19(1).gif │ │ │ │ │ │ ├── 19.gif │ │ │ │ │ │ ├── 2(1).gif │ │ │ │ │ │ ├── 2.gif │ │ │ │ │ │ ├── 20(1).gif │ │ │ │ │ │ ├── 20.gif │ │ │ │ │ │ ├── 21(1).gif │ │ │ │ │ │ ├── 21.gif │ │ │ │ │ │ ├── 22(1).gif │ │ │ │ │ │ ├── 22.gif │ │ │ │ │ │ ├── 23(1).gif │ │ │ │ │ │ ├── 23.gif │ │ │ │ │ │ ├── 24(1).gif │ │ │ │ │ │ ├── 24.gif │ │ │ │ │ │ ├── 25(1).gif │ │ │ │ │ │ ├── 25.gif │ │ │ │ │ │ ├── 26(1).gif │ │ │ │ │ │ ├── 26.gif │ │ │ │ │ │ ├── 27.gif │ │ │ │ │ │ ├── 28(1).gif │ │ │ │ │ │ ├── 28.gif │ │ │ │ │ │ ├── 29(1).gif │ │ │ │ │ │ ├── 29.gif │ │ │ │ │ │ ├── 3(1).gif │ │ │ │ │ │ ├── 3.gif │ │ │ │ │ │ ├── 30.gif │ │ │ │ │ │ ├── 31(1).gif │ │ │ │ │ │ ├── 31.gif │ │ │ │ │ │ ├── 32.gif │ │ │ │ │ │ ├── 33.gif │ │ │ │ │ │ ├── 34.gif │ │ │ │ │ │ ├── 35(1).gif │ │ │ │ │ │ ├── 35.gif │ │ │ │ │ │ ├── 36.gif │ │ │ │ │ │ ├── 37.gif │ │ │ │ │ │ ├── 38.gif │ │ │ │ │ │ ├── 39.gif │ │ │ │ │ │ ├── 4.gif │ │ │ │ │ │ ├── 40.gif │ │ │ │ │ │ ├── 41.gif │ │ │ │ │ │ ├── 42.gif │ │ │ │ │ │ ├── 43.gif │ │ │ │ │ │ ├── 44.gif │ │ │ │ │ │ ├── 45.gif │ │ │ │ │ │ ├── 46.gif │ │ │ │ │ │ ├── 47.gif │ │ │ │ │ │ ├── 48.gif │ │ │ │ │ │ ├── 49.gif │ │ │ │ │ │ ├── 5.gif │ │ │ │ │ │ ├── 50.gif │ │ │ │ │ │ ├── 51.gif │ │ │ │ │ │ ├── 52.gif │ │ │ │ │ │ ├── 53.gif │ │ │ │ │ │ ├── 54.gif │ │ │ │ │ │ ├── 55.gif │ │ │ │ │ │ ├── 56.gif │ │ │ │ │ │ ├── 57.gif │ │ │ │ │ │ ├── 58.gif │ │ │ │ │ │ ├── 59.gif │ │ │ │ │ │ ├── 6.gif │ │ │ │ │ │ ├── 60.gif │ │ │ │ │ │ ├── 61.gif │ │ │ │ │ │ ├── 62.gif │ │ │ │ │ │ ├── 63.gif │ │ │ │ │ │ ├── 64.gif │ │ │ │ │ │ ├── 65.gif │ │ │ │ │ │ ├── 66.gif │ │ │ │ │ │ ├── 67.gif │ │ │ │ │ │ ├── 68.gif │ │ │ │ │ │ ├── 69.gif │ │ │ │ │ │ ├── 7.gif │ │ │ │ │ │ ├── 70.gif │ │ │ │ │ │ ├── 71.gif │ │ │ │ │ │ ├── 72.gif │ │ │ │ │ │ ├── 73.gif │ │ │ │ │ │ ├── 74.gif │ │ │ │ │ │ ├── 75.gif │ │ │ │ │ │ ├── 76.gif │ │ │ │ │ │ ├── 77.gif │ │ │ │ │ │ ├── 78.gif │ │ │ │ │ │ ├── 79.gif │ │ │ │ │ │ ├── 8.gif │ │ │ │ │ │ ├── 80.gif │ │ │ │ │ │ ├── 81.gif │ │ │ │ │ │ ├── 82.gif │ │ │ │ │ │ ├── 83.gif │ │ │ │ │ │ ├── 84.gif │ │ │ │ │ │ ├── 85.gif │ │ │ │ │ │ ├── 86.gif │ │ │ │ │ │ ├── 87.gif │ │ │ │ │ │ ├── 88.gif │ │ │ │ │ │ ├── 89.gif │ │ │ │ │ │ ├── 9.gif │ │ │ │ │ │ ├── 90.gif │ │ │ │ │ │ ├── 91.gif │ │ │ │ │ │ ├── 92.gif │ │ │ │ │ │ ├── 93.gif │ │ │ │ │ │ ├── 94.gif │ │ │ │ │ │ ├── 95.gif │ │ │ │ │ │ ├── 96.gif │ │ │ │ │ │ ├── 97.gif │ │ │ │ │ │ ├── 98.gif │ │ │ │ │ │ └── 99.gif │ │ │ │ ├── iCheck │ │ │ │ │ ├── aero.png │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ ├── blue.png │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ ├── green.png │ │ │ │ │ ├── green@2x.png │ │ │ │ │ ├── grey.png │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ ├── minimal.png │ │ │ │ │ ├── minimal@2x.png │ │ │ │ │ ├── orange.png │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ ├── pink.png │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ ├── purple.png │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ ├── red.png │ │ │ │ │ ├── red@2x.png │ │ │ │ │ ├── yellow.png │ │ │ │ │ └── yellow@2x.png │ │ │ │ ├── iconpic-arrow.png │ │ │ │ ├── jselect │ │ │ │ │ └── iconpic-arrow-down2.png │ │ │ │ ├── loading │ │ │ │ │ ├── loading-b.gif │ │ │ │ │ └── loading-s.gif │ │ │ │ ├── rollpic │ │ │ │ │ └── unslider-arrow.png │ │ │ │ ├── star │ │ │ │ │ ├── iconpic-star-S-default.png │ │ │ │ │ └── iconpic-star-S.png │ │ │ │ ├── steps │ │ │ │ │ ├── step_arrow-active.png │ │ │ │ │ ├── step_arrow.png │ │ │ │ │ ├── step_bg-active.png │ │ │ │ │ └── step_bg.png │ │ │ │ ├── ucnter │ │ │ │ │ ├── avatar-default-S.gif │ │ │ │ │ ├── avatar-default.jpg │ │ │ │ │ ├── avatar.png │ │ │ │ │ └── noavatar_small.gif │ │ │ │ ├── validform │ │ │ │ │ ├── iconpic-error.png │ │ │ │ │ ├── iconpic-right(1).png │ │ │ │ │ └── iconpic-warning.png │ │ │ │ └── verticalTab │ │ │ │ │ ├── tabNav-active.png │ │ │ │ │ ├── tabNav-hover.png │ │ │ │ │ ├── tabNav.png │ │ │ │ │ ├── tabNav_right-active.png │ │ │ │ │ ├── tabNav_right-hover.png │ │ │ │ │ ├── tabNav_right.png │ │ │ │ │ └── tab_bg.png │ │ │ └── js │ │ │ │ ├── H-ui.js │ │ │ │ └── H-ui.min.js │ │ │ ├── lib │ │ │ ├── DD_belatedPNG_0.0.8a-min.js │ │ │ ├── Hui-iconfont │ │ │ │ └── 1.0.8 │ │ │ │ │ ├── demo.html │ │ │ │ │ ├── iconfont.css │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.min.css │ │ │ │ │ ├── iconfont.svg │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ ├── My97DatePicker │ │ │ │ └── 4.8 │ │ │ │ │ ├── WdatePicker.js │ │ │ │ │ ├── calendar.js │ │ │ │ │ ├── lang │ │ │ │ │ ├── en.js │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ └── zh-tw.js │ │ │ │ │ └── skin │ │ │ │ │ ├── WdatePicker.css │ │ │ │ │ ├── datePicker.gif │ │ │ │ │ ├── default │ │ │ │ │ ├── datepicker.css │ │ │ │ │ └── img.gif │ │ │ │ │ ├── twoer │ │ │ │ │ ├── datepicker-dev.css │ │ │ │ │ ├── datepicker.css │ │ │ │ │ ├── img.gif │ │ │ │ │ └── img.png │ │ │ │ │ └── whyGreen │ │ │ │ │ ├── bg.jpg │ │ │ │ │ ├── datepicker.css │ │ │ │ │ └── img.gif │ │ │ ├── datatables │ │ │ │ └── 1.10.0 │ │ │ │ │ └── jquery.dataTables.min.js │ │ │ ├── echarts │ │ │ │ └── echarts.js │ │ │ ├── expressInstall.swf │ │ │ ├── html5shiv.js │ │ │ ├── jquery.SuperSlide │ │ │ │ └── 2.1.1 │ │ │ │ │ └── jquery.SuperSlide.min.js │ │ │ ├── jquery.contextmenu │ │ │ │ └── jquery.contextmenu.r2.js │ │ │ ├── jquery.validation │ │ │ │ └── 1.14.0 │ │ │ │ │ ├── additional-methods.js │ │ │ │ │ ├── jquery.validate.js │ │ │ │ │ ├── messages_zh.js │ │ │ │ │ └── validate-methods.js │ │ │ ├── jquery │ │ │ │ └── 1.9.1 │ │ │ │ │ ├── jquery.js │ │ │ │ │ └── jquery.min.js │ │ │ ├── jselect-1.0.js │ │ │ ├── layer │ │ │ │ └── 2.4 │ │ │ │ │ ├── layer.js │ │ │ │ │ └── skin │ │ │ │ │ ├── default │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ │ │ └── layer.css │ │ │ ├── laypage │ │ │ │ └── 1.2 │ │ │ │ │ ├── laypage.js │ │ │ │ │ └── skin │ │ │ │ │ └── laypage.css │ │ │ ├── respond.min.js │ │ │ ├── squid.js │ │ │ └── swfobject.js │ │ │ └── scripts │ │ │ ├── bike │ │ │ ├── add.js │ │ │ ├── edit.js │ │ │ └── list.js │ │ │ └── user │ │ │ ├── add.js │ │ │ ├── edit.js │ │ │ └── list.js │ │ ├── pages │ │ ├── bike │ │ │ ├── add.html │ │ │ ├── edit(1).html │ │ │ └── list(1).html │ │ ├── charts │ │ │ ├── map.html │ │ │ ├── map1.html │ │ │ └── position.html │ │ ├── index.html │ │ └── user │ │ │ ├── add.html │ │ │ ├── edit.html │ │ │ ├── list.html │ │ │ ├── login.html │ │ │ └── welcome.html │ │ └── static │ │ ├── h-ui.admin │ │ ├── css │ │ │ ├── H-ui.admin.css │ │ │ ├── H-ui.login.css │ │ │ └── style.css │ │ ├── images │ │ │ ├── acrossTab │ │ │ │ └── acrossTab-2.png │ │ │ ├── admin-login-bg.bak.jpg │ │ │ ├── admin-login-bg.jpg │ │ │ ├── admin-loginform-bg.png │ │ │ ├── cn.gif │ │ │ ├── loading.gif │ │ │ ├── logo.png │ │ │ └── um.gif │ │ ├── js │ │ │ ├── H-ui.admin.js │ │ │ └── de_DE(1).txt │ │ └── skin │ │ │ ├── black │ │ │ ├── acrossTab-bg.png │ │ │ ├── acrossTab.png │ │ │ ├── icon_arrow.png │ │ │ └── skin.css │ │ │ ├── default │ │ │ ├── acrossTab-bg.png │ │ │ ├── acrossTab.png │ │ │ ├── icon_arrow.png │ │ │ └── skin.css │ │ │ ├── green │ │ │ ├── acrossTab-bg.png │ │ │ ├── acrossTab.png │ │ │ ├── icon_arrow.png │ │ │ └── skin.css │ │ │ ├── orange │ │ │ ├── acrossTab-bg.png │ │ │ ├── acrossTab.png │ │ │ ├── icon_arrow.png │ │ │ └── skin.css │ │ │ ├── red │ │ │ ├── acrossTab-bg.png │ │ │ ├── acrossTab.png │ │ │ ├── icon_arrow.png │ │ │ └── skin.css │ │ │ └── yellow │ │ │ ├── acrossTab-bg.png │ │ │ ├── acrossTab.png │ │ │ ├── icon_arrow.png │ │ │ └── skin.css │ │ ├── h-ui │ │ ├── css │ │ │ ├── H-ui.css │ │ │ ├── H-ui.ie.css │ │ │ ├── H-ui.min.css │ │ │ └── H-ui.reset.css │ │ ├── images │ │ │ ├── Hui-tags │ │ │ │ └── empty.png │ │ │ ├── acrossTab │ │ │ │ ├── acrossTab-bg.png │ │ │ │ ├── acrossTab-close.png │ │ │ │ └── acrossTab.png │ │ │ ├── dataTable │ │ │ │ ├── sort_asc.png │ │ │ │ ├── sort_both.png │ │ │ │ └── sort_desc.png │ │ │ ├── dropDown │ │ │ │ └── icon-jt.png │ │ │ ├── face │ │ │ │ ├── 201.gif │ │ │ │ ├── 202.gif │ │ │ │ ├── 203.gif │ │ │ │ ├── 204.gif │ │ │ │ ├── 205.gif │ │ │ │ ├── 206.gif │ │ │ │ ├── 207.gif │ │ │ │ ├── 208.gif │ │ │ │ ├── 209.gif │ │ │ │ ├── 210.gif │ │ │ │ └── QQ │ │ │ │ │ ├── 0.gif │ │ │ │ │ ├── 1.gif │ │ │ │ │ ├── 10.gif │ │ │ │ │ ├── 100.gif │ │ │ │ │ ├── 101.gif │ │ │ │ │ ├── 102.gif │ │ │ │ │ ├── 103.gif │ │ │ │ │ ├── 104.gif │ │ │ │ │ ├── 105.gif │ │ │ │ │ ├── 106.gif │ │ │ │ │ ├── 11.gif │ │ │ │ │ ├── 12.gif │ │ │ │ │ ├── 13.gif │ │ │ │ │ ├── 14.gif │ │ │ │ │ ├── 15.gif │ │ │ │ │ ├── 16.gif │ │ │ │ │ ├── 18.gif │ │ │ │ │ ├── 19.gif │ │ │ │ │ ├── 2.gif │ │ │ │ │ ├── 20.gif │ │ │ │ │ ├── 21.gif │ │ │ │ │ ├── 22.gif │ │ │ │ │ ├── 23.gif │ │ │ │ │ ├── 24.gif │ │ │ │ │ ├── 25.gif │ │ │ │ │ ├── 26.gif │ │ │ │ │ ├── 27.gif │ │ │ │ │ ├── 28.gif │ │ │ │ │ ├── 29.gif │ │ │ │ │ ├── 3.gif │ │ │ │ │ ├── 30.gif │ │ │ │ │ ├── 31.gif │ │ │ │ │ ├── 32.gif │ │ │ │ │ ├── 33.gif │ │ │ │ │ ├── 34.gif │ │ │ │ │ ├── 35.gif │ │ │ │ │ ├── 36.gif │ │ │ │ │ ├── 37.gif │ │ │ │ │ ├── 38.gif │ │ │ │ │ ├── 39.gif │ │ │ │ │ ├── 4.gif │ │ │ │ │ ├── 40.gif │ │ │ │ │ ├── 41.gif │ │ │ │ │ ├── 42.gif │ │ │ │ │ ├── 43.gif │ │ │ │ │ ├── 44.gif │ │ │ │ │ ├── 45.gif │ │ │ │ │ ├── 46.gif │ │ │ │ │ ├── 47.gif │ │ │ │ │ ├── 48.gif │ │ │ │ │ ├── 49.gif │ │ │ │ │ ├── 5.gif │ │ │ │ │ ├── 50.gif │ │ │ │ │ ├── 51.gif │ │ │ │ │ ├── 52.gif │ │ │ │ │ ├── 53.gif │ │ │ │ │ ├── 54.gif │ │ │ │ │ ├── 55.gif │ │ │ │ │ ├── 56.gif │ │ │ │ │ ├── 57.gif │ │ │ │ │ ├── 58.gif │ │ │ │ │ ├── 59.gif │ │ │ │ │ ├── 6.gif │ │ │ │ │ ├── 60.gif │ │ │ │ │ ├── 61.gif │ │ │ │ │ ├── 62.gif │ │ │ │ │ ├── 63.gif │ │ │ │ │ ├── 64.gif │ │ │ │ │ ├── 65.gif │ │ │ │ │ ├── 66.gif │ │ │ │ │ ├── 67.gif │ │ │ │ │ ├── 68.gif │ │ │ │ │ ├── 69.gif │ │ │ │ │ ├── 7.gif │ │ │ │ │ ├── 70.gif │ │ │ │ │ ├── 71.gif │ │ │ │ │ ├── 72.gif │ │ │ │ │ ├── 73.gif │ │ │ │ │ ├── 74.gif │ │ │ │ │ ├── 75.gif │ │ │ │ │ ├── 76.gif │ │ │ │ │ ├── 77.gif │ │ │ │ │ ├── 78.gif │ │ │ │ │ ├── 79.gif │ │ │ │ │ ├── 8.gif │ │ │ │ │ ├── 80.gif │ │ │ │ │ ├── 81.gif │ │ │ │ │ ├── 82.gif │ │ │ │ │ ├── 83.gif │ │ │ │ │ ├── 84.gif │ │ │ │ │ ├── 85.gif │ │ │ │ │ ├── 86.gif │ │ │ │ │ ├── 87.gif │ │ │ │ │ ├── 88.gif │ │ │ │ │ ├── 89.gif │ │ │ │ │ ├── 9.gif │ │ │ │ │ ├── 90.gif │ │ │ │ │ ├── 91.gif │ │ │ │ │ ├── 92.gif │ │ │ │ │ ├── 93.gif │ │ │ │ │ ├── 94.gif │ │ │ │ │ ├── 95.gif │ │ │ │ │ ├── 96.gif │ │ │ │ │ ├── 97.gif │ │ │ │ │ ├── 98.gif │ │ │ │ │ └── 99.gif │ │ │ ├── iCheck │ │ │ │ ├── aero.png │ │ │ │ ├── aero@2x.png │ │ │ │ ├── blue.png │ │ │ │ ├── blue@2x.png │ │ │ │ ├── green.png │ │ │ │ ├── green@2x.png │ │ │ │ ├── grey.png │ │ │ │ ├── grey@2x.png │ │ │ │ ├── minimal.png │ │ │ │ ├── minimal@2x.png │ │ │ │ ├── orange.png │ │ │ │ ├── orange@2x.png │ │ │ │ ├── pink.png │ │ │ │ ├── pink@2x.png │ │ │ │ ├── purple.png │ │ │ │ ├── purple@2x.png │ │ │ │ ├── red.png │ │ │ │ ├── red@2x.png │ │ │ │ ├── yellow.png │ │ │ │ └── yellow@2x.png │ │ │ ├── iconpic-arrow.png │ │ │ ├── jselect │ │ │ │ └── iconpic-arrow-down2.png │ │ │ ├── loading │ │ │ │ ├── loading-b.gif │ │ │ │ └── loading-s.gif │ │ │ ├── rollpic │ │ │ │ └── unslider-arrow.png │ │ │ ├── star │ │ │ │ ├── iconpic-star-S-default.png │ │ │ │ └── iconpic-star-S.png │ │ │ ├── steps │ │ │ │ ├── step_arrow-active.png │ │ │ │ ├── step_arrow.png │ │ │ │ ├── step_bg-active.png │ │ │ │ └── step_bg.png │ │ │ ├── ucnter │ │ │ │ ├── avatar-default-S.gif │ │ │ │ ├── avatar-default.jpg │ │ │ │ ├── avatar.png │ │ │ │ └── noavatar_small.gif │ │ │ ├── validform │ │ │ │ ├── iconpic-error.png │ │ │ │ ├── iconpic-right.png │ │ │ │ └── iconpic-warning.png │ │ │ └── verticalTab │ │ │ │ ├── tabNav-active.png │ │ │ │ ├── tabNav-hover.png │ │ │ │ ├── tabNav.png │ │ │ │ ├── tabNav_right-active.png │ │ │ │ ├── tabNav_right-hover.png │ │ │ │ ├── tabNav_right.png │ │ │ │ └── tab_bg.png │ │ └── js │ │ │ ├── H-ui.js │ │ │ └── H-ui.min.js │ │ ├── lib │ │ ├── DD_belatedPNG_0.0.8a-min.js │ │ ├── Hui-iconfont │ │ │ └── 1.0.8 │ │ │ │ ├── demo.html │ │ │ │ ├── iconfont.css │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.min.css │ │ │ │ ├── iconfont.svg │ │ │ │ ├── iconfont.ttf │ │ │ │ └── iconfont.woff │ │ ├── My97DatePicker │ │ │ └── 4.8 │ │ │ │ ├── WdatePicker.js │ │ │ │ ├── calendar.js │ │ │ │ ├── lang │ │ │ │ ├── en.js │ │ │ │ ├── zh-cn.js │ │ │ │ └── zh-tw.js │ │ │ │ └── skin │ │ │ │ ├── WdatePicker.css │ │ │ │ ├── datePicker.gif │ │ │ │ ├── default │ │ │ │ ├── datepicker.css │ │ │ │ └── img.gif │ │ │ │ ├── twoer │ │ │ │ ├── datepicker-dev.css │ │ │ │ ├── datepicker.css │ │ │ │ ├── img.gif │ │ │ │ └── img.png │ │ │ │ └── whyGreen │ │ │ │ ├── bg.jpg │ │ │ │ ├── datepicker.css │ │ │ │ └── img.gif │ │ ├── datatables │ │ │ └── 1.10.0 │ │ │ │ └── jquery.dataTables.min.js │ │ ├── echarts │ │ │ └── echarts.js │ │ ├── expressInstall.swf │ │ ├── html5shiv.js │ │ ├── jquery.SuperSlide │ │ │ └── 2.1.1 │ │ │ │ └── jquery.SuperSlide.min.js │ │ ├── jquery.contextmenu │ │ │ └── jquery.contextmenu.r2.js │ │ ├── jquery.validation │ │ │ └── 1.14.0 │ │ │ │ ├── additional-methods.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── messages_zh.js │ │ │ │ └── validate-methods.js │ │ ├── jquery │ │ │ └── 1.9.1 │ │ │ │ ├── jquery.js │ │ │ │ └── jquery.min.js │ │ ├── jselect-1.0.js │ │ ├── layer │ │ │ └── 2.4 │ │ │ │ ├── layer.js │ │ │ │ └── skin │ │ │ │ ├── default │ │ │ │ ├── icon-ext.png │ │ │ │ ├── icon.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ └── loading-2.gif │ │ │ │ └── layer.css │ │ ├── laypage │ │ │ └── 1.2 │ │ │ │ ├── laypage.js │ │ │ │ └── skin │ │ │ │ └── laypage.css │ │ ├── respond.min.js │ │ ├── squid.js │ │ └── swfobject.js │ │ └── scripts │ │ ├── bike │ │ ├── add.js │ │ ├── edit.js │ │ └── list.js │ │ └── user │ │ ├── add.js │ │ ├── edit.js │ │ └── list.js └── test │ └── java │ └── com │ └── lazy │ └── bike │ └── boot │ └── BikeApplicationTests.java └── test ├── pom.xml └── src └── main └── java └── es ├── AdminAPI.java ├── EsCRUD.java └── HelloWorld.java /.gitignore: -------------------------------------------------------------------------------- 1 | HELP.md 2 | /target/ 3 | !.mvn/wrapper/maven-wrapper.jar 4 | 5 | ### STS ### 6 | .apt_generated 7 | .classpath 8 | .factorypath 9 | .project 10 | .settings 11 | .springBeans 12 | .sts4-cache 13 | 14 | ### IntelliJ IDEA ### 15 | .idea 16 | *.iws 17 | *.iml 18 | *.ipr 19 | 20 | ### NetBeans ### 21 | /nbproject/private/ 22 | /nbbuild/ 23 | /dist/ 24 | /nbdist/ 25 | /.nb-gradle/ 26 | /build/ 27 | 28 | ### VS Code ### 29 | .vscode/ 30 | -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/.mvn/wrapper/maven-wrapper.jar -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip 2 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "pages":[ 3 | "pages/index/index", 4 | "pages/reg/reg", 5 | "pages/logs/logs" 6 | ], 7 | "window":{ 8 | "backgroundTextStyle":"light", 9 | "navigationBarBackgroundColor": "#fff", 10 | "navigationBarTitleText": "WeChat", 11 | "navigationBarTextStyle":"black" 12 | }, 13 | "permission": { 14 | "scope.userLocation": { 15 | "desc": "你的位置信息将用于小程序位置接口的效果展示" 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/app.wxss: -------------------------------------------------------------------------------- 1 | /**app.wxss**/ 2 | 3 | page{ 4 | background-color: #F8F8F8; 5 | font-size: 16px; 6 | font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; 7 | } 8 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/bike.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/dg.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/img1.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/location.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/money.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/pay.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/qrcode.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/shield.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/image/联图二维码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/bak/image/联图二维码.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/deposit/deposit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/deposit/deposit.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 手机绑定 4 | 押金充值 5 | 实名认证 6 | 开始用车 7 | 8 | 9 | 10 | 11 | 12 | 押金(可退) 13 | ¥299 14 | 15 | 押金随心退,安全速到账 16 | 17 | 18 | 19 | 全国百万摩拜任你骑 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/identify/identify.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/index/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/index/index.wxml: -------------------------------------------------------------------------------- 1 | 9 | 20 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/index/index.wxss: -------------------------------------------------------------------------------- 1 | /**index.wxss**/ 2 | page{ 3 | height: 100%; 4 | background: #eeeeee; 5 | } 6 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/logs/logs.js: -------------------------------------------------------------------------------- 1 | //logs.js 2 | const util = require('../../utils/util.js') 3 | 4 | Page({ 5 | data: { 6 | logs: [] 7 | }, 8 | onLoad: function () { 9 | this.setData({ 10 | logs: (wx.getStorageSync('logs') || []).map(log => { 11 | return util.formatTime(new Date(log)) 12 | }) 13 | }) 14 | } 15 | }) 16 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/logs/logs.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "查看启动日志", 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/logs/logs.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{index + 1}}. {{log}} 5 | 6 | 7 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/logs/logs.wxss: -------------------------------------------------------------------------------- 1 | .log-list { 2 | display: flex; 3 | flex-direction: column; 4 | padding: 40rpx; 5 | } 6 | .log-item { 7 | margin: 10rpx; 8 | } 9 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/pay/pay.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/reg/reg.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/reg/reg.wxml: -------------------------------------------------------------------------------- 1 | 2 | pages/reg/reg.wxml 3 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/reg/reg.wxss: -------------------------------------------------------------------------------- 1 | /* pages/reg/reg.wxss */ -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/register/register.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/wallet/wallet.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/wallet/wallet.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 押金 8 | 9 | 10 | 11 | 12 | 13 | 14 | 余额:{{money}}元 15 | 16 | 17 | 18 | 19 | 20 | 21 | 月卡 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/pages/wallet/wallet.wxss: -------------------------------------------------------------------------------- 1 | /* pages/wallet/wallet.wxss */ 2 | .container { 3 | padding: 20px 10px; 4 | } 5 | 6 | .pannel { 7 | border-radius: 8px; 8 | background: #fff; 9 | } 10 | 11 | .payment { 12 | color: #fff; 13 | text-align: center; 14 | background: #f0504f; 15 | padding: 40px; 16 | border-radius: 8px 8px 0 0; 17 | } 18 | 19 | .other { 20 | padding: 10px; 21 | } 22 | 23 | .other > view { 24 | padding: 20px 0; 25 | display: flex; 26 | justify-content: space-between; 27 | border-bottom: 1px solid gray; 28 | } 29 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件", 3 | "packOptions": { 4 | "ignore": [] 5 | }, 6 | "setting": { 7 | "urlCheck": false, 8 | "es6": true, 9 | "postcss": true, 10 | "minified": true, 11 | "newFeature": true, 12 | "autoAudits": false 13 | }, 14 | "compileType": "miniprogram", 15 | "libVersion": "2.6.4", 16 | "appid": "wxc884f252535b96ab", 17 | "projectname": "LaZY_bike", 18 | "debugOptions": { 19 | "hidedInDevtools": [] 20 | }, 21 | "isGameTourist": false, 22 | "condition": { 23 | "search": { 24 | "current": -1, 25 | "list": [] 26 | }, 27 | "conversation": { 28 | "current": -1, 29 | "list": [] 30 | }, 31 | "game": { 32 | "currentL": -1, 33 | "list": [] 34 | }, 35 | "miniprogram": { 36 | "current": -1, 37 | "list": [] 38 | } 39 | } 40 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/bak/utils/util.js: -------------------------------------------------------------------------------- 1 | const formatTime = date => { 2 | const year = date.getFullYear() 3 | const month = date.getMonth() + 1 4 | const day = date.getDate() 5 | const hour = date.getHours() 6 | const minute = date.getMinutes() 7 | const second = date.getSeconds() 8 | 9 | return [year, month, day].map(formatNumber).join('/') + ' ' + [hour, minute, second].map(formatNumber).join(':') 10 | } 11 | 12 | const formatNumber = n => { 13 | n = n.toString() 14 | return n[1] ? n : '0' + n 15 | } 16 | 17 | module.exports = { 18 | formatTime: formatTime 19 | } 20 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "pages":[ 3 | "pages/index/index", 4 | "pages/register/register", 5 | "pages/deposit/deposit", 6 | "pages/identify/identify", 7 | "pages/wallet/wallet", 8 | "pages/pay/pay", 9 | "pages/logs/logs" 10 | ], 11 | "window":{ 12 | "backgroundTextStyle":"light", 13 | "navigationBarBackgroundColor": "#fff", 14 | "navigationBarTitleText": "小牛单车", 15 | "navigationBarTextStyle":"black" 16 | }, 17 | "debug" :true 18 | } 19 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/app.wxss: -------------------------------------------------------------------------------- 1 | /**app.wxss**/ 2 | 3 | page{ 4 | background-color: #F8F8F8; 5 | font-size: 16px; 6 | font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; 7 | } 8 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "pages":[ 3 | "pages/index/index", 4 | "pages/reg/reg", 5 | "pages/logs/logs" 6 | ], 7 | "window":{ 8 | "backgroundTextStyle":"light", 9 | "navigationBarBackgroundColor": "#fff", 10 | "navigationBarTitleText": "WeChat", 11 | "navigationBarTextStyle":"black" 12 | }, 13 | "permission": { 14 | "scope.userLocation": { 15 | "desc": "你的位置信息将用于小程序位置接口的效果展示" 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/app.wxss: -------------------------------------------------------------------------------- 1 | /**app.wxss**/ 2 | 3 | page{ 4 | background-color: #F8F8F8; 5 | font-size: 16px; 6 | font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; 7 | } 8 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/bike.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/dg.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/img1.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/location.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/money.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/pay.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/qrcode.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/shield.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/image/联图二维码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/bak/image/联图二维码.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/deposit/deposit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/deposit/deposit.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 手机绑定 4 | 押金充值 5 | 实名认证 6 | 开始用车 7 | 8 | 9 | 10 | 11 | 12 | 押金(可退) 13 | ¥299 14 | 15 | 押金随心退,安全速到账 16 | 17 | 18 | 19 | 全国百万摩拜任你骑 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/identify/identify.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/index/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/index/index.wxml: -------------------------------------------------------------------------------- 1 | 9 | 20 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/index/index.wxss: -------------------------------------------------------------------------------- 1 | /**index.wxss**/ 2 | page{ 3 | height: 100%; 4 | background: #eeeeee; 5 | } 6 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/logs/logs.js: -------------------------------------------------------------------------------- 1 | //logs.js 2 | const util = require('../../utils/util.js') 3 | 4 | Page({ 5 | data: { 6 | logs: [] 7 | }, 8 | onLoad: function () { 9 | this.setData({ 10 | logs: (wx.getStorageSync('logs') || []).map(log => { 11 | return util.formatTime(new Date(log)) 12 | }) 13 | }) 14 | } 15 | }) 16 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/logs/logs.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "查看启动日志", 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/logs/logs.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{index + 1}}. {{log}} 5 | 6 | 7 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/logs/logs.wxss: -------------------------------------------------------------------------------- 1 | .log-list { 2 | display: flex; 3 | flex-direction: column; 4 | padding: 40rpx; 5 | } 6 | .log-item { 7 | margin: 10rpx; 8 | } 9 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/pay/pay.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/reg/reg.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/reg/reg.wxml: -------------------------------------------------------------------------------- 1 | 2 | pages/reg/reg.wxml 3 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/reg/reg.wxss: -------------------------------------------------------------------------------- 1 | /* pages/reg/reg.wxss */ -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/register/register.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/wallet/wallet.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/wallet/wallet.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 押金 8 | 9 | 10 | 11 | 12 | 13 | 14 | 余额:{{money}}元 15 | 16 | 17 | 18 | 19 | 20 | 21 | 月卡 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/pages/wallet/wallet.wxss: -------------------------------------------------------------------------------- 1 | /* pages/wallet/wallet.wxss */ 2 | .container { 3 | padding: 20px 10px; 4 | } 5 | 6 | .pannel { 7 | border-radius: 8px; 8 | background: #fff; 9 | } 10 | 11 | .payment { 12 | color: #fff; 13 | text-align: center; 14 | background: #f0504f; 15 | padding: 40px; 16 | border-radius: 8px 8px 0 0; 17 | } 18 | 19 | .other { 20 | padding: 10px; 21 | } 22 | 23 | .other > view { 24 | padding: 20px 0; 25 | display: flex; 26 | justify-content: space-between; 27 | border-bottom: 1px solid gray; 28 | } 29 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件", 3 | "packOptions": { 4 | "ignore": [] 5 | }, 6 | "setting": { 7 | "urlCheck": false, 8 | "es6": true, 9 | "postcss": true, 10 | "minified": true, 11 | "newFeature": true, 12 | "autoAudits": false 13 | }, 14 | "compileType": "miniprogram", 15 | "libVersion": "2.6.4", 16 | "appid": "wxc884f252535b96ab", 17 | "projectname": "LaZY_bike", 18 | "debugOptions": { 19 | "hidedInDevtools": [] 20 | }, 21 | "isGameTourist": false, 22 | "condition": { 23 | "search": { 24 | "current": -1, 25 | "list": [] 26 | }, 27 | "conversation": { 28 | "current": -1, 29 | "list": [] 30 | }, 31 | "game": { 32 | "currentL": -1, 33 | "list": [] 34 | }, 35 | "miniprogram": { 36 | "current": -1, 37 | "list": [] 38 | } 39 | } 40 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/bak/utils/util.js: -------------------------------------------------------------------------------- 1 | const formatTime = date => { 2 | const year = date.getFullYear() 3 | const month = date.getMonth() + 1 4 | const day = date.getDate() 5 | const hour = date.getHours() 6 | const minute = date.getMinutes() 7 | const second = date.getSeconds() 8 | 9 | return [year, month, day].map(formatNumber).join('/') + ' ' + [hour, minute, second].map(formatNumber).join(':') 10 | } 11 | 12 | const formatNumber = n => { 13 | n = n.toString() 14 | return n[1] ? n : '0' + n 15 | } 16 | 17 | module.exports = { 18 | formatTime: formatTime 19 | } 20 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/bike.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/dg.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/img1.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/location.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/money.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/pay.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/qrcode.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/shield.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/image/联图二维码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/备份1/image/联图二维码.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/deposit/deposit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/deposit/deposit.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 手机绑定 4 | 押金充值 5 | 实名认证 6 | 开始用车 7 | 8 | 9 | 10 | 11 | 12 | 押金(可退) 13 | ¥299 14 | 15 | 押金随心退,安全速到账 16 | 17 | 18 | 19 | 全国百万摩拜任你骑 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/deposit/deposit.wxss: -------------------------------------------------------------------------------- 1 | /* pages/deposit/deposit.wxss */ -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/identify/identify.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/index/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/index/index.wxml: -------------------------------------------------------------------------------- 1 | 9 | 20 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/index/index.wxss: -------------------------------------------------------------------------------- 1 | /**index.wxss**/ 2 | page{ 3 | height: 100%; 4 | background: #eeeeee; 5 | } 6 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/logs/logs.js: -------------------------------------------------------------------------------- 1 | //logs.js 2 | var util = require('../../utils/timeUtil.js') 3 | Page({ 4 | data: { 5 | logs: [] 6 | }, 7 | onLoad: function () { 8 | this.setData({ 9 | logs: (wx.getStorageSync('logs') || []).map(function (log) { 10 | return util.formatTime(new Date(log)) 11 | }) 12 | }) 13 | } 14 | }) 15 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/logs/logs.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "查看启动日志" 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/logs/logs.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{index + 1}}. {{log}} 5 | 6 | 7 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/logs/logs.wxss: -------------------------------------------------------------------------------- 1 | .log-list { 2 | display: flex; 3 | flex-direction: column; 4 | padding: 40rpx; 5 | } 6 | .log-item { 7 | margin: 10rpx; 8 | } 9 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/pay/pay.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/register/register.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/wallet/wallet.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/wallet/wallet.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 押金 8 | 9 | 10 | 11 | 12 | 13 | 14 | 余额:{{money}}元 15 | 16 | 17 | 18 | 19 | 20 | 21 | 月卡 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/pages/wallet/wallet.wxss: -------------------------------------------------------------------------------- 1 | /* pages/wallet/wallet.wxss */ 2 | .container { 3 | padding: 20px 10px; 4 | } 5 | 6 | .pannel { 7 | border-radius: 8px; 8 | background: #fff; 9 | } 10 | 11 | .payment { 12 | color: #fff; 13 | text-align: center; 14 | background: #f0504f; 15 | padding: 40px; 16 | border-radius: 8px 8px 0 0; 17 | } 18 | 19 | .other { 20 | padding: 10px; 21 | } 22 | 23 | .other > view { 24 | padding: 20px 0; 25 | display: flex; 26 | justify-content: space-between; 27 | border-bottom: 1px solid gray; 28 | } 29 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件", 3 | "packOptions": { 4 | "ignore": [] 5 | }, 6 | "setting": { 7 | "urlCheck": false, 8 | "es6": true, 9 | "postcss": true, 10 | "minified": true, 11 | "newFeature": true, 12 | "autoAudits": false 13 | }, 14 | "compileType": "miniprogram", 15 | "libVersion": "2.6.4", 16 | "appid": "wxc884f252535b96ab", 17 | "projectname": "LaZY_bike", 18 | "debugOptions": { 19 | "hidedInDevtools": [] 20 | }, 21 | "isGameTourist": false, 22 | "simulatorType": "wechat", 23 | "simulatorPluginLibVersion": {}, 24 | "condition": { 25 | "search": { 26 | "current": -1, 27 | "list": [] 28 | }, 29 | "conversation": { 30 | "current": -1, 31 | "list": [] 32 | }, 33 | "game": { 34 | "currentL": -1, 35 | "list": [] 36 | }, 37 | "miniprogram": { 38 | "current": -1, 39 | "list": [] 40 | } 41 | } 42 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/sitemap.json: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", 3 | "rules": [{ 4 | "action": "allow", 5 | "page": "*" 6 | }] 7 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/utils/mapUtil.js: -------------------------------------------------------------------------------- 1 | function getZoneName(lat, lng) { 2 | var qqMapWX = require('../libs/qqmap-wx-jssdk.js'); 3 | 4 | // 实例化API核心类 5 | var qqMap = new qqMapWX({ 6 | key: 'EBMBZ-N5FWU-JYOVP-B3LKB-63JCQ-XBFHT' // 必填 7 | }); 8 | 9 | // 调用接口 10 | 11 | qqMap.reverseGeocoder({ 12 | location: { 13 | latitude: lat, 14 | longitude: lng 15 | }, 16 | success: function (res) { 17 | return res; 18 | } 19 | }); 20 | } 21 | 22 | module.exports = { 23 | getZoneName 24 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/utils/myUtils.js: -------------------------------------------------------------------------------- 1 | function getOpenid() { 2 | var globalData = getApp().globalData; 3 | var openid = globalData.openid; 4 | if(!openid) { 5 | openid = wx.getStorageSync('openid'); 6 | if(!openid) { 7 | wx.request({ 8 | url: "http://localhost:8888/appInfo", 9 | success: function(res) { 10 | 11 | } 12 | }) 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/备份1/utils/timeUtil.js: -------------------------------------------------------------------------------- 1 | function formatTime(date) { 2 | var year = date.getFullYear() 3 | var month = date.getMonth() + 1 4 | var day = date.getDate() 5 | 6 | var hour = date.getHours() 7 | var minute = date.getMinutes() 8 | var second = date.getSeconds() 9 | 10 | 11 | return [year, month, day].map(formatNumber).join('/') + ' ' + [hour, minute, second].map(formatNumber).join(':') 12 | } 13 | 14 | function formatNumber(n) { 15 | n = n.toString() 16 | return n[1] ? n : '0' + n 17 | } 18 | 19 | module.exports = { 20 | formatTime: formatTime 21 | } 22 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "pages":[ 3 | "pages/index/index", 4 | "pages/register/register", 5 | "pages/deposit/deposit", 6 | "pages/identify/identify", 7 | "pages/wallet/wallet", 8 | "pages/pay/pay", 9 | "pages/logs/logs", 10 | "pages/promotion/promotion" 11 | ], 12 | "window":{ 13 | "backgroundTextStyle":"light", 14 | "navigationBarBackgroundColor": "#fff", 15 | "navigationBarTitleText": "小牛单车", 16 | "navigationBarTextStyle":"black" 17 | }, 18 | "debug" :true 19 | } 20 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/bike.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/dg.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/img1.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/location.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/money.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/pay.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/qrcode.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/image/shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/WX_Bike/src/bike/应用1/image/shield.png -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/deposit/deposit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/deposit/deposit.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 手机绑定 4 | 押金充值 5 | 实名认证 6 | 开始用车 7 | 8 | 9 | 10 | 11 | 12 | 押金(可退) 13 | ¥299 14 | 15 | 押金随心退,安全速到账 16 | 17 | 18 | 19 | 全国百万摩拜任你骑 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/identify/identify.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/index/index.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/index/index.wxss: -------------------------------------------------------------------------------- 1 | /**index.wxss**/ 2 | 3 | .promotion-map { 4 | width: 100%; 5 | height: 100%; 6 | } 7 | 8 | /**/ 9 | modal { 10 | text-align: left; 11 | } 12 | /**/ 13 | .promotion { 14 | width: 690rpx; 15 | height: 100rpx; 16 | background-color: #fff; 17 | position: fixed; 18 | top: 30rpx; 19 | left: 30rpx; 20 | box-shadow: 0 2px 5px #ccc; 21 | line-height: 100rpx; 22 | } 23 | .promotion image { 24 | float: left; 25 | display: block; 26 | height: 50rpx; 27 | width: 50rpx; 28 | margin: 25rpx 20rpx 0 30rpx; 29 | } 30 | .promotion .right{ 31 | float: right; 32 | margin-right: 30rpx; 33 | color: #ccc; 34 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/logs/logs.js: -------------------------------------------------------------------------------- 1 | //logs.js 2 | var util = require('../../utils/timeUtil.js') 3 | Page({ 4 | data: { 5 | logs: [] 6 | }, 7 | onLoad: function () { 8 | this.setData({ 9 | logs: (wx.getStorageSync('logs') || []).map(function (log) { 10 | return util.formatTime(new Date(log)) 11 | }) 12 | }) 13 | } 14 | }) 15 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/logs/logs.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "查看启动日志" 3 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/logs/logs.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{index + 1}}. {{log}} 5 | 6 | 7 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/logs/logs.wxss: -------------------------------------------------------------------------------- 1 | .log-list { 2 | display: flex; 3 | flex-direction: column; 4 | padding: 40rpx; 5 | } 6 | .log-item { 7 | margin: 10rpx; 8 | } 9 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/pay/pay.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/promotion/promotion.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/register/register.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/wallet/wallet(1).json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/wallet/wallet.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 押金 8 | 9 | 10 | 11 | 12 | 13 | 14 | 余额:{{money}}元 15 | 16 | 17 | 18 | 19 | 20 | 21 | 月卡 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/pages/wallet/wallet.wxss: -------------------------------------------------------------------------------- 1 | /* pages/wallet/wallet.wxss */ 2 | .container { 3 | padding: 20px 10px; 4 | } 5 | 6 | .pannel { 7 | border-radius: 8px; 8 | background: #fff; 9 | } 10 | 11 | .payment { 12 | color: #fff; 13 | text-align: center; 14 | background: #f0504f; 15 | padding: 40px; 16 | border-radius: 8px 8px 0 0; 17 | } 18 | 19 | .other { 20 | padding: 10px; 21 | } 22 | 23 | .other > view { 24 | padding: 20px 0; 25 | display: flex; 26 | justify-content: space-between; 27 | border-bottom: 1px solid gray; 28 | } 29 | -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件。", 3 | "setting": { 4 | "urlCheck": false, 5 | "es6": true, 6 | "postcss": true, 7 | "minified": true 8 | }, 9 | "compileType": "weapp", 10 | "libVersion": "1.5.4", 11 | "appid": "wxc884f252535b96ab", 12 | "projectname": "wxbike", 13 | "condition": { 14 | "weapp": { 15 | "current": -1, 16 | "list": [] 17 | }, 18 | "search": { 19 | "current": -1, 20 | "list": [] 21 | }, 22 | "conversation": { 23 | "current": -1, 24 | "list": [] 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/utils/mapUtil.js: -------------------------------------------------------------------------------- 1 | function getZoneName(lat, lng) { 2 | var qqMapWX = require('../libs/qqmap-wx-jssdk.js'); 3 | 4 | // 实例化API核心类 5 | var qqMap = new qqMapWX({ 6 | key: 'EBMBZ-N5FWU-JYOVP-B3LKB-63JCQ-XBFHT' // 必填 7 | }); 8 | 9 | // 调用接口 10 | 11 | qqMap.reverseGeocoder({ 12 | location: { 13 | latitude: lat, 14 | longitude: lng 15 | }, 16 | success: function (res) { 17 | return res; 18 | } 19 | }); 20 | } 21 | 22 | module.exports = { 23 | getZoneName 24 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/utils/myUtils.js: -------------------------------------------------------------------------------- 1 | function getOpenid() { 2 | var globalData = getApp().globalData; 3 | var openid = globalData.openid; 4 | if(!openid) { 5 | openid = wx.getStorageSync('openid'); 6 | if(!openid) { 7 | wx.request({ 8 | url: "http://localhost:8888/appInfo", 9 | success: function(res) { 10 | 11 | } 12 | }) 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /WX_Bike/src/bike/应用1/utils/timeUtil.js: -------------------------------------------------------------------------------- 1 | function formatTime(date) { 2 | var year = date.getFullYear() 3 | var month = date.getMonth() + 1 4 | var day = date.getDate() 5 | 6 | var hour = date.getHours() 7 | var minute = date.getMinutes() 8 | var second = date.getSeconds() 9 | 10 | 11 | return [year, month, day].map(formatNumber).join('/') + ' ' + [hour, minute, second].map(formatNumber).join(':') 12 | } 13 | 14 | function formatNumber(n) { 15 | n = n.toString() 16 | return n[1] ? n : '0' + n 17 | } 18 | 19 | module.exports = { 20 | formatTime: formatTime 21 | } 22 | -------------------------------------------------------------------------------- /hive_spark/pom.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | bike 7 | com.LaZY 8 | 0.0.1-SNAPSHOT 9 | 10 | 4.0.0 11 | 12 | hive_spark 13 | 14 | 15 | -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/1.png -------------------------------------------------------------------------------- /images/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/111.png -------------------------------------------------------------------------------- /images/222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/222.png -------------------------------------------------------------------------------- /images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/add.png -------------------------------------------------------------------------------- /images/file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/充值.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/充值.png -------------------------------------------------------------------------------- /images/押金.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/押金.png -------------------------------------------------------------------------------- /images/注册1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/注册1.png -------------------------------------------------------------------------------- /images/注册2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/images/注册2.png -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/BikeApplication.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike; 2 | 3 | import org.springframework.boot.SpringApplication; 4 | import org.springframework.boot.autoconfigure.SpringBootApplication; 5 | 6 | @SpringBootApplication 7 | public class BikeApplication { 8 | 9 | public static void main(String[] args) { 10 | SpringApplication.run(BikeApplication.class, args); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/controller/LogController.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.controller; 2 | 3 | import com.lazy.bike.servce.LogService; 4 | import org.springframework.beans.factory.annotation.Autowired; 5 | import org.springframework.stereotype.Controller; 6 | import org.springframework.web.bind.annotation.GetMapping; 7 | import org.springframework.web.bind.annotation.PostMapping; 8 | import org.springframework.web.bind.annotation.RequestBody; 9 | import org.springframework.web.bind.annotation.ResponseBody; 10 | 11 | @Controller 12 | public class LogController { 13 | 14 | @Autowired 15 | private LogService logService; 16 | 17 | @PostMapping("/log/ready") 18 | @ResponseBody 19 | public String ready(@RequestBody String log) { 20 | logService.save(log); 21 | return "success"; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/mapper/BikeMapper.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.mapper; 2 | 3 | import com.lazy.bike.pojo.Bike; 4 | import org.apache.ibatis.annotations.Mapper; 5 | 6 | import java.util.List; 7 | 8 | /** 9 | * @author LaZY(李志一) 10 | * @create 2019-03-24 21:46 11 | */ 12 | @Mapper 13 | public interface BikeMapper { 14 | public Bike getById(Long id); 15 | 16 | public List findAll(); 17 | 18 | public void save(Bike Bike); 19 | 20 | public void deleteByIds(Long[] ids); 21 | 22 | public void update(Bike Bike); 23 | 24 | public Bike login(Bike Bike); 25 | // public void save(Bike bike); 26 | } 27 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/mapper/UserMapper.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.mapper; 2 | 3 | import java.util.List; 4 | 5 | import com.lazy.bike.pojo.User; 6 | import org.apache.ibatis.annotations.Mapper; 7 | 8 | 9 | @Mapper 10 | public interface UserMapper { 11 | 12 | public User getById(Long id); 13 | 14 | public List findAll(); 15 | 16 | public void save(User user); 17 | 18 | public void deleteByIds(Long[] ids); 19 | 20 | public void update(User user); 21 | 22 | public User login(User user); 23 | } 24 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/pojo/ValueName.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.pojo; 2 | 3 | public class ValueName { 4 | 5 | private Integer value; 6 | 7 | private String name; 8 | 9 | public ValueName() { 10 | 11 | } 12 | 13 | public ValueName(Integer value, String name) { 14 | this.value = value; 15 | this.name = name; 16 | } 17 | 18 | public Integer getValue() { 19 | return value; 20 | } 21 | 22 | public void setValue(Integer value) { 23 | this.value = value; 24 | } 25 | 26 | public String getName() { 27 | return name; 28 | } 29 | 30 | public void setName(String name) { 31 | this.name = name; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/pojo/ZoneVO.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.pojo; 2 | 3 | import java.util.List; 4 | 5 | public class ZoneVO { 6 | 7 | //区的名字 8 | private List names; 9 | 10 | //区名和数量的集合 11 | private List valueNames; 12 | 13 | public List getNames() { 14 | return names; 15 | } 16 | 17 | public void setNames(List names) { 18 | this.names = names; 19 | } 20 | 21 | public List getValueNames() { 22 | return valueNames; 23 | } 24 | 25 | public void setValueNames(List valueNames) { 26 | this.valueNames = valueNames; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/servce/BikeServce.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.servce; 2 | 3 | import com.lazy.bike.pojo.Bike; 4 | import org.springframework.data.geo.GeoResults; 5 | 6 | import java.util.List; 7 | 8 | /** 9 | * @author LaZY(李志一) 10 | * @create 2019-03-24 21:35 11 | */ 12 | public interface BikeServce { 13 | Bike getById(Long id); 14 | 15 | List findAll(); 16 | 17 | void save(Bike bike); 18 | 19 | void deleteByIds(Long[] ids); 20 | 21 | void update(Bike Bike); 22 | 23 | GeoResults findNear(double longitude, double latitude); 24 | 25 | // List findAll(); 26 | //// 27 | //// void save(Bike bike); 28 | //// 29 | //// GeoResults findNear(double longitude, double latitude); 30 | } 31 | 32 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/servce/LogService.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.servce; 2 | 3 | import org.springframework.stereotype.Service; 4 | 5 | /** 6 | * @author LaZY(李志一) 7 | * @create 2019-03-26 17:12 8 | */ 9 | public interface LogService { 10 | void save(String log); 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/servce/LogServiceImpl.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.servce; 2 | 3 | import org.springframework.beans.factory.annotation.Autowired; 4 | import org.springframework.data.mongodb.core.MongoTemplate; 5 | import org.springframework.stereotype.Service; 6 | 7 | /** 8 | * @author LaZY(李志一) 9 | * @create 2019-03-26 17:12 10 | */ 11 | @Service 12 | public class LogServiceImpl implements LogService{ 13 | @Autowired 14 | private MongoTemplate mongoTemplate; 15 | @Override 16 | public void save(String log) { 17 | mongoTemplate.save(log, "logs"); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /src/main/java/com/lazy/bike/servce/UserService.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.servce; 2 | 3 | 4 | import com.lazy.bike.pojo.User; 5 | 6 | import java.util.List; 7 | 8 | 9 | public interface UserService { 10 | 11 | User getById(Long id); 12 | 13 | List findAll(); 14 | 15 | void save(User user); 16 | 17 | void deleteByIds(Long[] ids); 18 | 19 | void update(User user); 20 | 21 | User login(User user); 22 | 23 | void register(User user); 24 | 25 | void genVerifyCode(String nationCode, String phoneNum) throws Exception; 26 | 27 | User getUserByOpenid(String openid); 28 | 29 | void deposit(User user); 30 | 31 | boolean verify(User user); 32 | 33 | void identify(User user); 34 | boolean recharge(String params); 35 | } 36 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/BikeApplication.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike; 2 | 3 | import org.springframework.boot.SpringApplication; 4 | import org.springframework.boot.autoconfigure.SpringBootApplication; 5 | 6 | @SpringBootApplication 7 | public class BikeApplication { 8 | 9 | public static void main(String[] args) { 10 | SpringApplication.run(BikeApplication.class, args); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/controller/LogController.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.controller; 2 | 3 | import copy.com.lazy.bike.servce.LogService; 4 | import org.springframework.beans.factory.annotation.Autowired; 5 | import org.springframework.stereotype.Controller; 6 | import org.springframework.web.bind.annotation.PostMapping; 7 | import org.springframework.web.bind.annotation.RequestBody; 8 | import org.springframework.web.bind.annotation.ResponseBody; 9 | 10 | @Controller 11 | public class LogController { 12 | 13 | @Autowired 14 | private LogService logService; 15 | 16 | @PostMapping("/log/ready") 17 | @ResponseBody 18 | public String ready(@RequestBody String log) { 19 | logService.save(log); 20 | return "success"; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/mapper/BikeMapper.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.mapper; 2 | 3 | import copy.com.lazy.bike.pojo.Bike; 4 | import org.apache.ibatis.annotations.Mapper; 5 | 6 | /** 7 | * @author LaZY(李志一) 8 | * @create 2019-03-24 21:46 9 | */ 10 | @Mapper 11 | public interface BikeMapper { 12 | public void save(Bike bike); 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/mapper/BikeMapper.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | INSERT INTO bike (id, status, latitude, longitude, qr_code) VALUES (#{id}, #{status}, #{latitude}, #{longitude}, #{qrCode}) 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/mapper/UserMapper.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.mapper; 2 | 3 | import copy.com.lazy.bike.pojo.User; 4 | import org.apache.ibatis.annotations.Mapper; 5 | 6 | import java.util.List; 7 | 8 | 9 | @Mapper 10 | public interface UserMapper { 11 | 12 | public User getById(Long id); 13 | 14 | public List findAll(); 15 | 16 | public void save(User user); 17 | 18 | public void deleteByIds(Long[] ids); 19 | 20 | public void update(User user); 21 | 22 | public User login(User user); 23 | } 24 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/servce/BikeServce.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.servce; 2 | 3 | import copy.com.lazy.bike.pojo.Bike; 4 | import org.springframework.data.geo.GeoResults; 5 | 6 | import java.util.List; 7 | 8 | /** 9 | * @author LaZY(李志一) 10 | * @create 2019-03-24 21:35 11 | */ 12 | public interface BikeServce { 13 | 14 | List findAll(); 15 | 16 | void save(Bike bike); 17 | 18 | GeoResults findNear(double longitude, double latitude); 19 | } 20 | 21 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/servce/LogService.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.servce; 2 | 3 | /** 4 | * @author LaZY(李志一) 5 | * @create 2019-03-26 17:12 6 | */ 7 | public interface LogService { 8 | void save(String log); 9 | 10 | } 11 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/servce/LogServiceImpl.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.servce; 2 | 3 | import org.springframework.beans.factory.annotation.Autowired; 4 | import org.springframework.data.mongodb.core.MongoTemplate; 5 | import org.springframework.stereotype.Service; 6 | 7 | /** 8 | * @author LaZY(李志一) 9 | * @create 2019-03-26 17:12 10 | */ 11 | @Service 12 | public class LogServiceImpl implements LogService { 13 | @Autowired 14 | private MongoTemplate mongoTemplate; 15 | @Override 16 | public void save(String log) { 17 | mongoTemplate.save(log, "logs"); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /src/main/java/copy/com/lazy/bike/servce/UserService.java: -------------------------------------------------------------------------------- 1 | package copy.com.lazy.bike.servce; 2 | 3 | 4 | import copy.com.lazy.bike.pojo.User; 5 | 6 | import java.util.List; 7 | 8 | 9 | public interface UserService { 10 | 11 | User getById(Long id); 12 | 13 | List findAll(); 14 | 15 | void save(User user); 16 | 17 | void deleteByIds(Long[] ids); 18 | 19 | void update(User user); 20 | 21 | User login(User user); 22 | 23 | void register(User user); 24 | 25 | void genVerifyCode(String nationCode, String phoneNum) throws Exception; 26 | 27 | User getUserByOpenid(String openid); 28 | 29 | void deposit(User user); 30 | 31 | boolean verify(User user); 32 | 33 | void identify(User user); 34 | boolean recharge(String params); 35 | } 36 | -------------------------------------------------------------------------------- /src/main/resources/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/resources/application.properties -------------------------------------------------------------------------------- /src/main/webapp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/old_copy/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/css/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* 你自己的样式 */ 3 | 4 | -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/acrossTab/acrossTab-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/acrossTab/acrossTab-2.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/admin-login-bg.bak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/admin-login-bg.bak.jpg -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/admin-login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/admin-login-bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/admin-loginform-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/admin-loginform-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/cn.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/logo.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/images/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/images/um.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/js/de_DE.txt: -------------------------------------------------------------------------------- 1 | { 2 | "processing": "处理中...", 3 | "lengthMenu": "每页显示 _MENU_ 条", 4 | "zeroRecords": "没有找到匹配的记录", 5 | "sProcessing": "<img src=’./loading.gif’ />", 6 | "info": "显示 _START_ 到 _END_ ,共 _TOTAL_ 条", 7 | "infoEmpty": "0条", 8 | "infoFiltered": "(从 _MAX_ 条中过滤)", 9 | "infoPostFix": "", 10 | "search": "当前检索", 11 | "url": "", 12 | "paginate": { 13 | "first": "第一页", 14 | "previous": "上一页", 15 | "next": "下一页", 16 | "last": "最后一页" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/black/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/black/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/black/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/black/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/black/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/black/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/default/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/default/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/default/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/default/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/default/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/default/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/green/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/green/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/green/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/green/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/green/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/green/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/orange/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/orange/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/orange/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/orange/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/orange/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/orange/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/red/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/red/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/red/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/red/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/red/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/red/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/yellow/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/yellow/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/yellow/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/yellow/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui.admin/skin/yellow/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui.admin/skin/yellow/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/Hui-tags/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/Hui-tags/empty.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/acrossTab/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/acrossTab/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/acrossTab/acrossTab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/acrossTab/acrossTab-close.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/acrossTab/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/acrossTab/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/dataTable/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/dataTable/sort_asc.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/dataTable/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/dataTable/sort_both.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/dataTable/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/dataTable/sort_desc.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/dropDown/icon-jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/dropDown/icon-jt.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/201.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/201.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/202.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/202.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/203.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/203.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/204.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/204.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/205.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/205.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/206.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/206.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/207.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/207.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/208.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/208.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/209.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/209.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/210.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/210.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/0(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/0(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/0.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/1(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/1(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/1.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/10(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/10(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/10.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/100(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/100(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/100.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/101(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/101(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/101.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/102(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/102(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/102.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/103(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/103(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/103.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/104(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/104(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/104.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/105(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/105(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/105.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/106(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/106(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/106.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/11(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/11(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/11.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/12(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/12(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/12.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/13(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/13(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/13.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/14(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/14(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/14.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/15(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/15(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/15.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/16(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/16(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/16.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/18(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/18(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/18.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/19(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/19(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/19.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/2(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/2(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/2.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/20(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/20(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/20.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/21(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/21(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/21.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/22(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/22(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/22.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/23(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/23(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/23.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/24(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/24(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/24.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/25(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/25(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/25.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/26(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/26(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/26.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/27.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/28(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/28(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/28.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/29(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/29(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/29.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/3(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/3(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/3.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/30.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/31(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/31(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/31.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/32.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/33.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/34.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/35(1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/35(1).gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/35.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/36.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/37.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/38.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/39.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/4.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/40.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/41.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/42.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/43.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/44.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/45.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/46.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/47.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/48.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/49.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/5.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/50.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/51.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/52.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/53.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/54.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/55.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/56.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/57.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/58.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/59.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/6.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/60.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/61.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/62.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/63.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/64.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/65.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/66.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/67.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/68.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/69.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/7.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/70.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/71.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/72.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/73.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/74.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/75.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/76.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/77.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/78.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/79.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/8.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/80.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/81.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/82.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/83.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/84.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/85.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/86.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/87.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/88.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/89.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/9.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/90.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/91.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/92.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/93.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/94.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/95.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/96.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/97.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/98.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/face/QQ/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/face/QQ/99.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/aero.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/aero@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/blue.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/blue@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/green.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/green@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/grey.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/grey@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/minimal.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/minimal@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/orange.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/orange@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/pink.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/pink@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/purple.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/purple@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/red.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/red@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/yellow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iCheck/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iCheck/yellow@2x.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/iconpic-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/iconpic-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/jselect/iconpic-arrow-down2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/jselect/iconpic-arrow-down2.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/loading/loading-b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/loading/loading-b.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/loading/loading-s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/loading/loading-s.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/rollpic/unslider-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/rollpic/unslider-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/star/iconpic-star-S-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/star/iconpic-star-S-default.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/star/iconpic-star-S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/star/iconpic-star-S.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/steps/step_arrow-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/steps/step_arrow-active.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/steps/step_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/steps/step_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/steps/step_bg-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/steps/step_bg-active.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/steps/step_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/steps/step_bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/ucnter/avatar-default-S.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/ucnter/avatar-default-S.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/ucnter/avatar-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/ucnter/avatar-default.jpg -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/ucnter/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/ucnter/avatar.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/ucnter/noavatar_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/ucnter/noavatar_small.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/validform/iconpic-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/validform/iconpic-error.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/validform/iconpic-right(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/validform/iconpic-right(1).png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/validform/iconpic-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/validform/iconpic-warning.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav-active.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav-hover.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav_right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav_right-active.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav_right-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav_right-hover.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tabNav_right.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/h-ui/images/verticalTab/tab_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/h-ui/images/verticalTab/tab_bg.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/Hui-iconfont/1.0.8/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/Hui-iconfont/1.0.8/iconfont.eot -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/Hui-iconfont/1.0.8/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/Hui-iconfont/1.0.8/iconfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/Hui-iconfont/1.0.8/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/Hui-iconfont/1.0.8/iconfont.woff -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/lang/en.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "Invalid date or the date out of range,redo or not?", 3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], 5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], 6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"], 7 | clearStr: "Clear", 8 | todayStr: "Today", 9 | okStr: "OK", 10 | updateStr: "OK", 11 | timeStr: "Time", 12 | quickStr: "Quick Selection", 13 | err_1: 'MinDate Cannot be bigger than MaxDate!' 14 | } -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/WdatePicker.css: -------------------------------------------------------------------------------- 1 | .Wdate{ 2 | background:#fff url(datePicker.gif) no-repeat right; 3 | } 4 | .Wdate::-ms-clear{display:none;} 5 | 6 | .WdateFmtErr{ 7 | font-weight:bold; 8 | color:red; 9 | } -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/datePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/datePicker.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/default/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/default/img.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/twoer/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/twoer/img.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/twoer/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/twoer/img.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/whyGreen/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/whyGreen/bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/whyGreen/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/My97DatePicker/4.8/skin/whyGreen/img.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/expressInstall.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/expressInstall.swf -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/icon.png -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/old_copy/static/lib/layer/2.4/skin/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/css/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* 你自己的样式 */ 3 | 4 | -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/acrossTab/acrossTab-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/acrossTab/acrossTab-2.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/admin-login-bg.bak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/admin-login-bg.bak.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/admin-login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/admin-login-bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/admin-loginform-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/admin-loginform-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/cn.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/logo.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/images/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/images/um.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/js/de_DE(1).txt: -------------------------------------------------------------------------------- 1 | { 2 | "processing": "处理中...", 3 | "lengthMenu": "每页显示 _MENU_ 条", 4 | "zeroRecords": "没有找到匹配的记录", 5 | "sProcessing": "<img src=’./loading.gif’ />", 6 | "info": "显示 _START_ 到 _END_ ,共 _TOTAL_ 条", 7 | "infoEmpty": "0条", 8 | "infoFiltered": "(从 _MAX_ 条中过滤)", 9 | "infoPostFix": "", 10 | "search": "当前检索", 11 | "url": "", 12 | "paginate": { 13 | "first": "第一页", 14 | "previous": "上一页", 15 | "next": "下一页", 16 | "last": "最后一页" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/black/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/black/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/black/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/black/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/black/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/black/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/default/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/default/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/default/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/default/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/default/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/default/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/green/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/green/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/green/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/green/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/green/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/green/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/orange/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/orange/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/orange/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/orange/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/orange/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/orange/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/red/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/red/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/red/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/red/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/red/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/red/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/yellow/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/yellow/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/yellow/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/yellow/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui.admin/skin/yellow/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui.admin/skin/yellow/icon_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/Hui-tags/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/Hui-tags/empty.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/acrossTab/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/acrossTab/acrossTab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/acrossTab/acrossTab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/acrossTab/acrossTab-close.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/acrossTab/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/acrossTab/acrossTab.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/dataTable/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/dataTable/sort_asc.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/dataTable/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/dataTable/sort_both.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/dataTable/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/dataTable/sort_desc.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/dropDown/icon-jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/dropDown/icon-jt.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/201.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/201.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/202.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/202.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/203.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/203.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/204.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/204.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/205.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/205.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/206.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/206.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/207.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/207.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/208.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/208.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/209.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/209.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/210.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/210.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/0.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/1.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/10.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/100.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/101.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/102.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/103.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/104.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/105.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/106.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/11.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/12.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/13.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/14.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/15.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/16.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/18.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/19.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/2.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/20.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/21.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/22.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/23.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/24.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/25.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/26.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/27.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/28.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/29.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/3.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/30.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/31.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/32.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/33.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/34.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/35.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/36.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/37.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/38.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/39.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/4.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/40.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/41.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/42.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/43.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/44.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/45.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/46.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/47.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/48.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/49.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/5.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/50.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/51.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/52.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/53.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/54.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/55.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/56.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/57.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/58.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/59.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/6.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/60.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/61.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/62.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/63.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/64.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/65.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/66.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/67.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/68.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/69.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/7.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/70.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/71.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/72.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/73.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/74.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/75.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/76.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/77.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/78.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/79.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/8.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/80.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/81.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/82.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/83.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/84.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/85.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/86.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/87.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/88.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/89.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/9.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/90.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/91.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/92.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/93.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/94.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/95.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/96.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/97.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/98.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/face/QQ/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/face/QQ/99.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/aero.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/aero@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/blue.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/blue@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/green.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/green@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/grey.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/grey@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/minimal.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/minimal@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/orange.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/orange@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/pink.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/pink@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/purple.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/purple@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/red.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/red@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/yellow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iCheck/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iCheck/yellow@2x.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/iconpic-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/iconpic-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/jselect/iconpic-arrow-down2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/jselect/iconpic-arrow-down2.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/loading/loading-b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/loading/loading-b.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/loading/loading-s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/loading/loading-s.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/rollpic/unslider-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/rollpic/unslider-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/star/iconpic-star-S-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/star/iconpic-star-S-default.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/star/iconpic-star-S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/star/iconpic-star-S.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/steps/step_arrow-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/steps/step_arrow-active.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/steps/step_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/steps/step_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/steps/step_bg-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/steps/step_bg-active.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/steps/step_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/steps/step_bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/ucnter/avatar-default-S.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/ucnter/avatar-default-S.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/ucnter/avatar-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/ucnter/avatar-default.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/ucnter/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/ucnter/avatar.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/ucnter/noavatar_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/ucnter/noavatar_small.gif -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/validform/iconpic-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/validform/iconpic-error.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/validform/iconpic-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/validform/iconpic-right.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/validform/iconpic-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/validform/iconpic-warning.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tabNav-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tabNav-active.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tabNav-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tabNav-hover.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tabNav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tabNav.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tabNav_right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tabNav_right-active.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tabNav_right-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tabNav_right-hover.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tabNav_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tabNav_right.png -------------------------------------------------------------------------------- /src/main/webapp/static/h-ui/images/verticalTab/tab_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/h-ui/images/verticalTab/tab_bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/lib/Hui-iconfont/1.0.8/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/Hui-iconfont/1.0.8/iconfont.eot -------------------------------------------------------------------------------- /src/main/webapp/static/lib/Hui-iconfont/1.0.8/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/Hui-iconfont/1.0.8/iconfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/static/lib/Hui-iconfont/1.0.8/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/Hui-iconfont/1.0.8/iconfont.woff -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/lang/en.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "Invalid date or the date out of range,redo or not?", 3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], 5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], 6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"], 7 | clearStr: "Clear", 8 | todayStr: "Today", 9 | okStr: "OK", 10 | updateStr: "OK", 11 | timeStr: "Time", 12 | quickStr: "Quick Selection", 13 | err_1: 'MinDate Cannot be bigger than MaxDate!' 14 | } -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/WdatePicker.css: -------------------------------------------------------------------------------- 1 | .Wdate{ 2 | background:#fff url(datePicker.gif) no-repeat right; 3 | } 4 | .Wdate::-ms-clear{display:none;} 5 | 6 | .WdateFmtErr{ 7 | font-weight:bold; 8 | color:red; 9 | } -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/datePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/My97DatePicker/4.8/skin/datePicker.gif -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/default/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/My97DatePicker/4.8/skin/default/img.gif -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/twoer/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/My97DatePicker/4.8/skin/twoer/img.gif -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/twoer/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/My97DatePicker/4.8/skin/twoer/img.png -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/whyGreen/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/My97DatePicker/4.8/skin/whyGreen/bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/lib/My97DatePicker/4.8/skin/whyGreen/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/My97DatePicker/4.8/skin/whyGreen/img.gif -------------------------------------------------------------------------------- /src/main/webapp/static/lib/expressInstall.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/expressInstall.swf -------------------------------------------------------------------------------- /src/main/webapp/static/lib/layer/2.4/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/layer/2.4/skin/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/webapp/static/lib/layer/2.4/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/layer/2.4/skin/default/icon.png -------------------------------------------------------------------------------- /src/main/webapp/static/lib/layer/2.4/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/layer/2.4/skin/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/webapp/static/lib/layer/2.4/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/layer/2.4/skin/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/webapp/static/lib/layer/2.4/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazy-apple/bike/bcdcdd4d0256ff894a923d1d81c57233e069800e/src/main/webapp/static/lib/layer/2.4/skin/default/loading-2.gif -------------------------------------------------------------------------------- /src/test/java/com/lazy/bike/boot/BikeApplicationTests.java: -------------------------------------------------------------------------------- 1 | package com.lazy.bike.boot; 2 | 3 | import org.junit.Test; 4 | import org.junit.runner.RunWith; 5 | import org.springframework.boot.test.context.SpringBootTest; 6 | import org.springframework.test.context.junit4.SpringRunner; 7 | 8 | @RunWith(SpringRunner.class) 9 | @SpringBootTest 10 | public class BikeApplicationTests { 11 | 12 | @Test 13 | public void contextLoads() { 14 | } 15 | 16 | } 17 | --------------------------------------------------------------------------------