├── web
├── META-INF
│ └── MANIFEST.MF
├── img
│ ├── p1.png
│ ├── p2.png
│ ├── p3.png
│ ├── p4.png
│ ├── p5.png
│ ├── p6.png
│ ├── p7.png
│ ├── p8.png
│ ├── timg.jpg
│ ├── logo.jpeg
│ ├── logon.jpg
│ ├── carousel01.jfif
│ ├── carousel02.jfif
│ └── f0554d758828564268b739662ecc1525.jpg
├── WEB-INF
│ ├── lib
│ │ ├── JavaMD5.jar
│ │ ├── jstl-1.2.jar
│ │ ├── log4j-1.2.12.jar
│ │ ├── mybatis-3.4.6.jar
│ │ ├── jsqlparser-1.0.jar
│ │ ├── pagehelper-5.1.4.jar
│ │ ├── jackson-core-2.9.6.jar
│ │ ├── aspectjweaver-1.9.1.jar
│ │ ├── commons-dbcp2-2.2.0.jar
│ │ ├── commons-logging-1.2.jar
│ │ ├── commons-pool2-2.5.0.jar
│ │ ├── mybatis-spring-1.3.2.jar
│ │ ├── jackson-databind-2.9.6.jar
│ │ ├── spring-tx-5.0.5.RELEASE.jar
│ │ ├── jackson-annotations-2.9.6.jar
│ │ ├── spring-aop-5.0.5.RELEASE.jar
│ │ ├── spring-beans-5.0.5.RELEASE.jar
│ │ ├── spring-core-5.0.5.RELEASE.jar
│ │ ├── spring-jcl-5.0.5.RELEASE.jar
│ │ ├── spring-jdbc-5.0.5.RELEASE.jar
│ │ ├── spring-web-5.0.5.RELEASE.jar
│ │ ├── mysql-connector-java-5.1.46.jar
│ │ ├── spring-context-5.0.5.RELEASE.jar
│ │ ├── spring-webmvc-5.0.5.RELEASE.jar
│ │ └── spring-expression-5.0.5.RELEASE.jar
│ ├── web.xml
│ └── pages
│ │ ├── 404.jsp
│ │ ├── about.jsp
│ │ ├── login.jsp
│ │ ├── newsContent.jsp
│ │ └── batchmanager.jsp
├── layui
│ ├── font
│ │ ├── iconfont.eot
│ │ ├── iconfont.ttf
│ │ └── iconfont.woff
│ ├── images
│ │ └── face
│ │ │ ├── 0.gif
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.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
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ ├── css
│ │ └── modules
│ │ │ ├── layer
│ │ │ └── default
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ │ └── code.css
│ └── lay
│ │ └── modules
│ │ ├── code.js
│ │ ├── laytpl.js
│ │ ├── flow.js
│ │ ├── rate.js
│ │ ├── tree.js
│ │ ├── util.js
│ │ ├── carousel.js
│ │ └── laypage.js
├── index.jsp
├── js
│ ├── 404.js
│ ├── signin.js
│ └── count.js
└── css
│ ├── global.css
│ └── 404.css
├── .gitattributes
├── .idea
├── dictionaries
│ └── stark.xml
├── codeStyles
│ └── codeStyleConfig.xml
├── encodings.xml
├── modules.xml
├── misc.xml
├── dataSources.local.xml
├── dataSources.xml
├── inspectionProfiles
│ └── Project_Default.xml
└── artifacts
│ └── pighelper_war_exploded.xml
├── .gitignore
├── src
├── log4j.properties
├── com
│ └── y1ang
│ │ ├── dao
│ │ ├── UserMapper.java
│ │ ├── FeedMapper.java
│ │ ├── OtherMapper.java
│ │ ├── BuyMapper.java
│ │ ├── SaleMapper.java
│ │ ├── VaccineMapper.java
│ │ ├── BatchMapper.java
│ │ └── CountMapper.java
│ │ ├── service
│ │ ├── IUserService.java
│ │ ├── IOtherService.java
│ │ ├── IBuyService.java
│ │ ├── impl
│ │ │ ├── IUserServiceImpl.java
│ │ │ ├── IFeedServiceImpl.java
│ │ │ ├── IOtherServiceImpl.java
│ │ │ ├── ISaleServiceImpl.java
│ │ │ ├── IVaccineServiceImpl.java
│ │ │ ├── IBuyServiceImpl.java
│ │ │ ├── IBatchServiceImpl.java
│ │ │ └── ICountServiceImpl.java
│ │ ├── IVaccineService.java
│ │ ├── IFeedService.java
│ │ ├── ISaleService.java
│ │ ├── IBatchService.java
│ │ └── ICountService.java
│ │ ├── entity
│ │ ├── Page.java
│ │ ├── FeedJson.java
│ │ ├── SaleJson.java
│ │ ├── PriceJson.java
│ │ ├── BatchJson.java
│ │ ├── Prices.java
│ │ ├── OtherJson.java
│ │ ├── ProfitAndLoss.java
│ │ ├── Batch.java
│ │ ├── BuyJson.java
│ │ ├── VaccineJson.java
│ │ ├── Vaccine.java
│ │ ├── Feed.java
│ │ ├── User.java
│ │ ├── Other.java
│ │ ├── Buy.java
│ │ └── Sale.java
│ │ ├── controller
│ │ ├── PigPriceController.java
│ │ ├── NewsController.java
│ │ ├── UserController.java
│ │ ├── OtherController.java
│ │ ├── PigletController.java
│ │ ├── VaccineController.java
│ │ ├── CountController.java
│ │ └── FeedController.java
│ │ ├── mapper
│ │ ├── UserMapper.xml
│ │ ├── BatchMapper.xml
│ │ ├── OtherMapper.xml
│ │ ├── FeedMapper.xml
│ │ ├── VaccineMapper.xml
│ │ ├── BuyMapper.xml
│ │ ├── SaleMapper.xml
│ │ └── CountMapper.xml
│ │ ├── interceptor
│ │ └── LoginInterceptor.java
│ │ └── util
│ │ └── GetNewsUtil.java
└── config
│ ├── spring-mvc.xml
│ └── beans.xml
└── README.md
/web/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/web/img/p1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p1.png
--------------------------------------------------------------------------------
/web/img/p2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p2.png
--------------------------------------------------------------------------------
/web/img/p3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p3.png
--------------------------------------------------------------------------------
/web/img/p4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p4.png
--------------------------------------------------------------------------------
/web/img/p5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p5.png
--------------------------------------------------------------------------------
/web/img/p6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p6.png
--------------------------------------------------------------------------------
/web/img/p7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p7.png
--------------------------------------------------------------------------------
/web/img/p8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/p8.png
--------------------------------------------------------------------------------
/web/img/timg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/timg.jpg
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/web/img/logo.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/logo.jpeg
--------------------------------------------------------------------------------
/web/img/logon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/logon.jpg
--------------------------------------------------------------------------------
/web/img/carousel01.jfif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/carousel01.jfif
--------------------------------------------------------------------------------
/web/img/carousel02.jfif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/carousel02.jfif
--------------------------------------------------------------------------------
/web/WEB-INF/lib/JavaMD5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/JavaMD5.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/jstl-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/jstl-1.2.jar
--------------------------------------------------------------------------------
/web/layui/font/iconfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/font/iconfont.eot
--------------------------------------------------------------------------------
/web/layui/font/iconfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/font/iconfont.ttf
--------------------------------------------------------------------------------
/web/layui/font/iconfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/font/iconfont.woff
--------------------------------------------------------------------------------
/web/layui/images/face/0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/0.gif
--------------------------------------------------------------------------------
/web/layui/images/face/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/1.gif
--------------------------------------------------------------------------------
/web/layui/images/face/10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/10.gif
--------------------------------------------------------------------------------
/web/layui/images/face/11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/11.gif
--------------------------------------------------------------------------------
/web/layui/images/face/12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/12.gif
--------------------------------------------------------------------------------
/web/layui/images/face/13.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/13.gif
--------------------------------------------------------------------------------
/web/layui/images/face/14.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/14.gif
--------------------------------------------------------------------------------
/web/layui/images/face/15.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/15.gif
--------------------------------------------------------------------------------
/web/layui/images/face/16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/16.gif
--------------------------------------------------------------------------------
/web/layui/images/face/17.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/17.gif
--------------------------------------------------------------------------------
/web/layui/images/face/18.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/18.gif
--------------------------------------------------------------------------------
/web/layui/images/face/19.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/19.gif
--------------------------------------------------------------------------------
/web/layui/images/face/2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/2.gif
--------------------------------------------------------------------------------
/web/layui/images/face/20.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/20.gif
--------------------------------------------------------------------------------
/web/layui/images/face/21.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/21.gif
--------------------------------------------------------------------------------
/web/layui/images/face/22.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/22.gif
--------------------------------------------------------------------------------
/web/layui/images/face/23.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/23.gif
--------------------------------------------------------------------------------
/web/layui/images/face/24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/24.gif
--------------------------------------------------------------------------------
/web/layui/images/face/25.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/25.gif
--------------------------------------------------------------------------------
/web/layui/images/face/26.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/26.gif
--------------------------------------------------------------------------------
/web/layui/images/face/27.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/27.gif
--------------------------------------------------------------------------------
/web/layui/images/face/28.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/28.gif
--------------------------------------------------------------------------------
/web/layui/images/face/29.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/29.gif
--------------------------------------------------------------------------------
/web/layui/images/face/3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/3.gif
--------------------------------------------------------------------------------
/web/layui/images/face/30.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/30.gif
--------------------------------------------------------------------------------
/web/layui/images/face/31.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/31.gif
--------------------------------------------------------------------------------
/web/layui/images/face/32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/32.gif
--------------------------------------------------------------------------------
/web/layui/images/face/33.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/33.gif
--------------------------------------------------------------------------------
/web/layui/images/face/34.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/34.gif
--------------------------------------------------------------------------------
/web/layui/images/face/35.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/35.gif
--------------------------------------------------------------------------------
/web/layui/images/face/36.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/36.gif
--------------------------------------------------------------------------------
/web/layui/images/face/37.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/37.gif
--------------------------------------------------------------------------------
/web/layui/images/face/38.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/38.gif
--------------------------------------------------------------------------------
/web/layui/images/face/39.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/39.gif
--------------------------------------------------------------------------------
/web/layui/images/face/4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/4.gif
--------------------------------------------------------------------------------
/web/layui/images/face/40.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/40.gif
--------------------------------------------------------------------------------
/web/layui/images/face/41.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/41.gif
--------------------------------------------------------------------------------
/web/layui/images/face/42.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/42.gif
--------------------------------------------------------------------------------
/web/layui/images/face/43.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/43.gif
--------------------------------------------------------------------------------
/web/layui/images/face/44.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/44.gif
--------------------------------------------------------------------------------
/web/layui/images/face/45.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/45.gif
--------------------------------------------------------------------------------
/web/layui/images/face/46.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/46.gif
--------------------------------------------------------------------------------
/web/layui/images/face/47.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/47.gif
--------------------------------------------------------------------------------
/web/layui/images/face/48.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/48.gif
--------------------------------------------------------------------------------
/web/layui/images/face/49.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/49.gif
--------------------------------------------------------------------------------
/web/layui/images/face/5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/5.gif
--------------------------------------------------------------------------------
/web/layui/images/face/50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/50.gif
--------------------------------------------------------------------------------
/web/layui/images/face/51.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/51.gif
--------------------------------------------------------------------------------
/web/layui/images/face/52.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/52.gif
--------------------------------------------------------------------------------
/web/layui/images/face/53.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/53.gif
--------------------------------------------------------------------------------
/web/layui/images/face/54.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/54.gif
--------------------------------------------------------------------------------
/web/layui/images/face/55.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/55.gif
--------------------------------------------------------------------------------
/web/layui/images/face/56.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/56.gif
--------------------------------------------------------------------------------
/web/layui/images/face/57.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/57.gif
--------------------------------------------------------------------------------
/web/layui/images/face/58.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/58.gif
--------------------------------------------------------------------------------
/web/layui/images/face/59.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/59.gif
--------------------------------------------------------------------------------
/web/layui/images/face/6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/6.gif
--------------------------------------------------------------------------------
/web/layui/images/face/60.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/60.gif
--------------------------------------------------------------------------------
/web/layui/images/face/61.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/61.gif
--------------------------------------------------------------------------------
/web/layui/images/face/62.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/62.gif
--------------------------------------------------------------------------------
/web/layui/images/face/63.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/63.gif
--------------------------------------------------------------------------------
/web/layui/images/face/64.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/64.gif
--------------------------------------------------------------------------------
/web/layui/images/face/65.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/65.gif
--------------------------------------------------------------------------------
/web/layui/images/face/66.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/66.gif
--------------------------------------------------------------------------------
/web/layui/images/face/67.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/67.gif
--------------------------------------------------------------------------------
/web/layui/images/face/68.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/68.gif
--------------------------------------------------------------------------------
/web/layui/images/face/69.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/69.gif
--------------------------------------------------------------------------------
/web/layui/images/face/7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/7.gif
--------------------------------------------------------------------------------
/web/layui/images/face/70.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/70.gif
--------------------------------------------------------------------------------
/web/layui/images/face/71.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/71.gif
--------------------------------------------------------------------------------
/web/layui/images/face/8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/8.gif
--------------------------------------------------------------------------------
/web/layui/images/face/9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/images/face/9.gif
--------------------------------------------------------------------------------
/web/WEB-INF/lib/log4j-1.2.12.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/log4j-1.2.12.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/mybatis-3.4.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/mybatis-3.4.6.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/jsqlparser-1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/jsqlparser-1.0.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/pagehelper-5.1.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/pagehelper-5.1.4.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/jackson-core-2.9.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/jackson-core-2.9.6.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/aspectjweaver-1.9.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/aspectjweaver-1.9.1.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/commons-dbcp2-2.2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/commons-dbcp2-2.2.0.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/commons-logging-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/commons-logging-1.2.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/commons-pool2-2.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/commons-pool2-2.5.0.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/mybatis-spring-1.3.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/mybatis-spring-1.3.2.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/jackson-databind-2.9.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/jackson-databind-2.9.6.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-tx-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-tx-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/jackson-annotations-2.9.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/jackson-annotations-2.9.6.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-aop-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-aop-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-beans-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-beans-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-core-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-core-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-jcl-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-jcl-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-jdbc-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-jdbc-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-web-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-web-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/img/f0554d758828564268b739662ecc1525.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/img/f0554d758828564268b739662ecc1525.jpg
--------------------------------------------------------------------------------
/web/layui/css/modules/layer/default/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/css/modules/layer/default/icon.png
--------------------------------------------------------------------------------
/web/WEB-INF/lib/mysql-connector-java-5.1.46.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/mysql-connector-java-5.1.46.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-context-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-context-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-webmvc-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-webmvc-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/layui/css/modules/layer/default/icon-ext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/css/modules/layer/default/icon-ext.png
--------------------------------------------------------------------------------
/web/WEB-INF/lib/spring-expression-5.0.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/WEB-INF/lib/spring-expression-5.0.5.RELEASE.jar
--------------------------------------------------------------------------------
/web/layui/css/modules/layer/default/loading-0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/css/modules/layer/default/loading-0.gif
--------------------------------------------------------------------------------
/web/layui/css/modules/layer/default/loading-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/css/modules/layer/default/loading-1.gif
--------------------------------------------------------------------------------
/web/layui/css/modules/layer/default/loading-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chriy/pighelper/HEAD/web/layui/css/modules/layer/default/loading-2.gif
--------------------------------------------------------------------------------
/.idea/dictionaries/stark.xml:
--------------------------------------------------------------------------------
1 |
43 | 返回首页 44 |
45 |
38 | 修复一系列bug
39 | 完善用户体验
40 |
48 | y1ang
49 | 江上清风游
50 | 明月逐人归
51 |

37 |${title }
数据来源:中国养猪网
43 |