在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP网站 → 基于thinkphp的人才招聘源码

基于thinkphp的人才招聘源码

PHP网站

下载此实例
  • 开发语言:PHP
  • 实例大小:28.53M
  • 下载次数:23
  • 浏览次数:394
  • 发布时间:2022-05-13
  • 实例类别:PHP网站
  • 发 布 人:mengze120
  • 文件格式:.zip
  • 所需积分:2
 相关标签: thinkPHP php 招聘 hp 源码

实例介绍

【实例简介】基于thinkphp的人才招聘源码

【实例截图】

from clipboard

【核心代码】
.
├── upload
│   ├── Application
│   │   ├── Admin
│   │   │   ├── Common
│   │   │   │   └── index.html
│   │   │   ├── Conf
│   │   │   │   ├── config.php
│   │   │   │   └── index.html
│   │   │   ├── Controller
│   │   │   │   ├── AdController.class.php
│   │   │   │   ├── AdminController.class.php
│   │   │   │   ├── AdminLogController.class.php
│   │   │   │   ├── AdminRoleController.class.php
│   │   │   │   ├── AjaxBusinessController.class.php
│   │   │   │   ├── AjaxController.class.php
│   │   │   │   ├── AppealController.class.php
│   │   │   │   ├── ApplyController.class.php
│   │   │   │   ├── ArticleCategoryController.class.php
│   │   │   │   ├── ArticleController.class.php
│   │   │   │   ├── BaiduSubmiturlController.class.php
│   │   │   │   ├── BaiduxmlController.class.php
│   │   │   │   ├── BeidiaoController.class.php
│   │   │   │   ├── BusinessIncrementController.class.php
│   │   │   │   ├── BusinessPointsController.class.php
│   │   │   │   ├── BusinessSetmealController.class.php
│   │   │   │   ├── BusinessTplController.class.php
│   │   │   │   ├── CategoryController.class.php
│   │   │   │   ├── CategoryDistrictController.class.php
│   │   │   │   ├── CategoryJobsController.class.php
│   │   │   │   ├── CategoryMajorController.class.php
│   │   │   │   ├── ClearcacheController.class.php
│   │   │   │   ├── CloudController.class.php
│   │   │   │   ├── CompanyCancellationController.class.php
│   │   │   │   ├── CompanyController.class.php
│   │   │   │   ├── CompanyImgController.class.php
│   │   │   │   ├── CompanyInterviewController.class.php
│   │   │   │   ├── CompanyMembersController.class.php
│   │   │   │   ├── CompanyMigrationController.class.php
│   │   │   │   ├── ConfigController.class.php
│   │   │   │   ├── ConsultantController.class.php
│   │   │   │   ├── CronsController.class.php
│   │   │   │   ├── DatabaseController.class.php
│   │   │   │   ├── DataclearController.class.php
│   │   │   │   ├── ExplainController.class.php
│   │   │   │   ├── FeedbackController.class.php
│   │   │   │   ├── GiftController.class.php
│   │   │   │   ├── HelpCategoryController.class.php
│   │   │   │   ├── HelpController.class.php
│   │   │   │   ├── HotwordController.class.php
│   │   │   │   ├── HrtoolsController.class.php
│   │   │   │   ├── ImController.class.php
│   │   │   │   ├── ImTextController.class.php
│   │   │   │   ├── IndexController.class.php
│   │   │   │   ├── InviteController.class.php
│   │   │   │   ├── JobsApplyController.class.php
│   │   │   │   ├── JobsController.class.php
│   │   │   │   ├── LinkController.class.php
│   │   │   │   ├── LowEffiSqlController.class.php
│   │   │   │   ├── MembersLogController.class.php
│   │   │   │   ├── MenuController.class.php
│   │   │   │   ├── NavigationController.class.php
│   │   │   │   ├── NoticeController.class.php
│   │   │   │   ├── OauthController.class.php
│   │   │   │   ├── OrderController.class.php
│   │   │   │   ├── OrderInvoiceController.class.php
│   │   │   │   ├── PageController.class.php
│   │   │   │   ├── PaymentController.class.php
│   │   │   │   ├── PersonalController.class.php
│   │   │   │   ├── PmsController.class.php
│   │   │   │   ├── PromotionController.class.php
│   │   │   │   ├── QiniuController.class.php
│   │   │   │   ├── QrcodeController.class.php
│   │   │   │   ├── ReportController.class.php
│   │   │   │   ├── ResumeDownController.class.php
│   │   │   │   ├── ResumeImgController.class.php
│   │   │   │   ├── SafetyController.class.php
│   │   │   │   ├── SetComController.class.php
│   │   │   │   ├── SetPerController.class.php
│   │   │   │   ├── SetmealController.class.php
│   │   │   │   ├── SetmealIncrementController.class.php
│   │   │   │   ├── ShareAllowanceController.class.php
│   │   │   │   ├── SitegroupController.class.php
│   │   │   │   ├── SmsController.class.php
│   │   │   │   ├── SmsPlatformController.class.php
│   │   │   │   ├── SmsQueueController.class.php
│   │   │   │   ├── SmsTemplatesController.class.php
│   │   │   │   ├── SubsiteController.class.php
│   │   │   │   ├── SuggestController.class.php
│   │   │   │   ├── TextController.class.php
│   │   │   │   ├── TplController.class.php
│   │   │   │   ├── UploadController.class.php
│   │   │   │   ├── VideoInterviewController.class.php
│   │   │   │   ├── WeixinController.class.php
│   │   │   │   └── index.html
│   │   │   ├── Lang
│   │   │   │   ├── index.html
│   │   │   │   └── zh-cn
│   │   │   │       └── index.html
│   │   │   ├── Model
│   │   │   │   └── index.html
│   │   │   ├── View
│   │   │   │   ├── default
│   │   │   │   │   ├── Ad
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── category.html
│   │   │   │   │   │   ├── category_add.html
│   │   │   │   │   │   ├── category_edit.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Admin
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── details.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── AdminLog
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── AdminRole
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── ajax_auth.html
│   │   │   │   │   │   ├── auth.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── group.html
│   │   │   │   │   │   ├── group_add.html
│   │   │   │   │   │   ├── group_edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Ajax
│   │   │   │   │   │   ├── _log_tpl.html
│   │   │   │   │   │   ├── appeal_audit.html
│   │   │   │   │   │   ├── audit_log.html
│   │   │   │   │   │   ├── business.html
│   │   │   │   │   │   ├── comment_resume.html
│   │   │   │   │   │   ├── company_audit.html
│   │   │   │   │   │   ├── complain_audit.html
│   │   │   │   │   │   ├── delete_company.html
│   │   │   │   │   │   ├── delete_company_members.html
│   │   │   │   │   │   ├── delete_person_members.html
│   │   │   │   │   │   ├── delete_sms_queue.html
│   │   │   │   │   │   ├── entrust_apply_log.html
│   │   │   │   │   │   ├── famous_log.html
│   │   │   │   │   │   ├── feedback_audit.html
│   │   │   │   │   │   ├── img_audit.html
│   │   │   │   │   │   ├── import_mobile_num.html
│   │   │   │   │   │   ├── issue_list.html
│   │   │   │   │   │   ├── jobs_audit.html
│   │   │   │   │   │   ├── jobs_log.html
│   │   │   │   │   │   ├── login_log.html
│   │   │   │   │   │   ├── message.html
│   │   │   │   │   │   ├── page_set_caching.html
│   │   │   │   │   │   ├── page_set_url.html
│   │   │   │   │   │   ├── refresh_company.html
│   │   │   │   │   │   ├── report_audit.html
│   │   │   │   │   │   ├── resume_import.html
│   │   │   │   │   │   ├── resumes_audit.html
│   │   │   │   │   │   ├── resumes_photo_audit.html
│   │   │   │   │   │   ├── send_pms.html
│   │   │   │   │   │   ├── send_sms.html
│   │   │   │   │   │   ├── send_sms_queue.html
│   │   │   │   │   │   ├── set_blacklist.html
│   │   │   │   │   │   ├── set_consultant.html
│   │   │   │   │   │   ├── set_famous.html
│   │   │   │   │   │   ├── set_invoice.html
│   │   │   │   │   │   ├── setmeal_detail.html
│   │   │   │   │   │   └── userinfo.html
│   │   │   │   │   ├── AjaxBusiness
│   │   │   │   │   │   ├── apply.html
│   │   │   │   │   │   ├── apply_per.html
│   │   │   │   │   │   ├── certificate.html
│   │   │   │   │   │   ├── download_resume.html
│   │   │   │   │   │   ├── img.html
│   │   │   │   │   │   ├── increment.html
│   │   │   │   │   │   ├── interview.html
│   │   │   │   │   │   ├── interview_per.html
│   │   │   │   │   │   ├── order.html
│   │   │   │   │   │   ├── perfected_allowance.html
│   │   │   │   │   │   ├── points.html
│   │   │   │   │   │   ├── promotion.html
│   │   │   │   │   │   ├── promotion_per.html
│   │   │   │   │   │   ├── setmeal.html
│   │   │   │   │   │   └── tpl.html
│   │   │   │   │   ├── Appeal
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Apply
│   │   │   │   │   │   ├── details.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── rollback.html
│   │   │   │   │   │   ├── rollback_auth.html
│   │   │   │   │   │   ├── setup.html
│   │   │   │   │   │   ├── unload.html
│   │   │   │   │   │   ├── update_content.html
│   │   │   │   │   │   ├── updater.html
│   │   │   │   │   │   └── updater_auth.html
│   │   │   │   │   ├── Article
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── add_property.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── edit_property.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── property.html
│   │   │   │   │   ├── ArticleCategory
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── BaiduSubmiturl
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Baiduxml
│   │   │   │   │   │   ├── config.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Beidiao
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── BusinessIncrement
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── BusinessPoints
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── BusinessSetmeal
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── BusinessTpl
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Category
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── group_add.html
│   │   │   │   │   │   ├── group_edit.html
│   │   │   │   │   │   ├── group_list.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── CategoryDistrict
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── CategoryJobs
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── CategoryMajor
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Clearcache
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Cloud
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Company
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit_company.html
│   │   │   │   │   │   ├── free_company.html
│   │   │   │   │   │   ├── img.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── mobile_recruit_statistics.html
│   │   │   │   │   │   ├── statistics_apply.html
│   │   │   │   │   │   ├── statistics_viewjobs.html
│   │   │   │   │   │   ├── statistics_visitor.html
│   │   │   │   │   │   ├── tpl.html
│   │   │   │   │   │   └── user_log.html
│   │   │   │   │   ├── CompanyCancellation
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── CompanyImg
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── CompanyInterview
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── CompanyMembers
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── consultant_install.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── user_down.html
│   │   │   │   │   │   ├── user_increment.html
│   │   │   │   │   │   ├── user_interview.html
│   │   │   │   │   │   ├── user_jobs_apply.html
│   │   │   │   │   │   ├── user_log.html
│   │   │   │   │   │   ├── user_order.html
│   │   │   │   │   │   ├── user_points_edit.html
│   │   │   │   │   │   ├── user_promotion.html
│   │   │   │   │   │   └── user_setmeal_edit.html
│   │   │   │   │   ├── CompanyMigration
│   │   │   │   │   │   ├── create.html
│   │   │   │   │   │   └── logs.html
│   │   │   │   │   ├── Config
│   │   │   │   │   │   ├── agreement.html
│   │   │   │   │   │   ├── bottom.html
│   │   │   │   │   │   ├── conceal.html
│   │   │   │   │   │   ├── config_points.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── map.html
│   │   │   │   │   │   ├── other.html
│   │   │   │   │   │   └── reg.html
│   │   │   │   │   ├── Consultant
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── complain.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── manage.html
│   │   │   │   │   ├── Crons
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── log.html
│   │   │   │   │   ├── Database
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── optimize.html
│   │   │   │   │   │   └── restore.html
│   │   │   │   │   ├── Dataclear
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Explain
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── add_category.html
│   │   │   │   │   │   ├── category.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── edit_category.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Feedback
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Gift
│   │   │   │   │   │   ├── gift_add.html
│   │   │   │   │   │   ├── gift_edit.html
│   │   │   │   │   │   ├── gift_set.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── issue.html
│   │   │   │   │   │   ├── issue_list.html
│   │   │   │   │   │   └── static_list.html
│   │   │   │   │   ├── Help
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── HelpCategory
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Hotword
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Hrtools
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── add_category.html
│   │   │   │   │   │   ├── category.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── edit_category.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Im
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── ImText
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   └── edit.html
│   │   │   │   │   ├── Index
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── left_menu.html
│   │   │   │   │   │   ├── login.html
│   │   │   │   │   │   ├── panel.html
│   │   │   │   │   │   └── top_menu.html
│   │   │   │   │   ├── Invite
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── invite_instructions.html
│   │   │   │   │   │   ├── invite_list.html
│   │   │   │   │   │   ├── invite_rule.html
│   │   │   │   │   │   └── set_audit.html
│   │   │   │   │   ├── Jobs
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── JobsApply
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Link
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── category.html
│   │   │   │   │   │   ├── category_add.html
│   │   │   │   │   │   ├── category_edit.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── LowEffiSql
│   │   │   │   │   │   ├── detail.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── MembersLog
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Menu
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Navigation
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── category.html
│   │   │   │   │   │   ├── category_add.html
│   │   │   │   │   │   ├── category_edit.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Notice
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── add_category.html
│   │   │   │   │   │   ├── category.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── edit_category.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Oauth
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── sina.html
│   │   │   │   │   │   └── weixin.html
│   │   │   │   │   ├── Order
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── index_per.html
│   │   │   │   │   │   ├── order_set.html
│   │   │   │   │   │   ├── order_set_per.html
│   │   │   │   │   │   ├── order_show.html
│   │   │   │   │   │   └── order_show_per.html
│   │   │   │   │   ├── OrderInvoice
│   │   │   │   │   │   ├── add_category.html
│   │   │   │   │   │   ├── edit_category.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── invoice_category.html
│   │   │   │   │   │   └── invoice_show.html
│   │   │   │   │   ├── Page
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── rewrite.html
│   │   │   │   │   │   └── rewrite_details.html
│   │   │   │   │   ├── Payment
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Personal
│   │   │   │   │   │   ├── adv_resume_add.html
│   │   │   │   │   │   ├── entrust.html
│   │   │   │   │   │   ├── increment_stick.html
│   │   │   │   │   │   ├── increment_stick_add.html
│   │   │   │   │   │   ├── increment_stick_edit.html
│   │   │   │   │   │   ├── increment_tag.html
│   │   │   │   │   │   ├── increment_tag_add.html
│   │   │   │   │   │   ├── increment_tag_edit.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── match.html
│   │   │   │   │   │   ├── member_add.html
│   │   │   │   │   │   ├── member_edit.html
│   │   │   │   │   │   ├── member_list.html
│   │   │   │   │   │   ├── perfected_allowance.html
│   │   │   │   │   │   ├── photo.html
│   │   │   │   │   │   ├── promotion_add.html
│   │   │   │   │   │   ├── promotion_stick.html
│   │   │   │   │   │   ├── promotion_stick_edit.html
│   │   │   │   │   │   ├── promotion_tag.html
│   │   │   │   │   │   ├── promotion_tag_edit.html
│   │   │   │   │   │   ├── resume_show.html
│   │   │   │   │   │   ├── tag_category_add.html
│   │   │   │   │   │   ├── tag_category_edit.html
│   │   │   │   │   │   ├── top_resume.html
│   │   │   │   │   │   ├── user_apply_jobs.html
│   │   │   │   │   │   ├── user_log.html
│   │   │   │   │   │   ├── user_nterview.html
│   │   │   │   │   │   └── user_points_edit.html
│   │   │   │   │   ├── Pms
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Promotion
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Qiniu
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Report
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── ResumeDown
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── ResumeImg
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Safety
│   │   │   │   │   │   ├── backend_allow_ip.html
│   │   │   │   │   │   ├── badword_add.html
│   │   │   │   │   │   ├── badword_edit.html
│   │   │   │   │   │   ├── badword_index.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── ip_filter.html
│   │   │   │   │   ├── SetCom
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── search.html
│   │   │   │   │   │   ├── set_audit.html
│   │   │   │   │   │   ├── set_margin.html
│   │   │   │   │   │   ├── set_meal.html
│   │   │   │   │   │   ├── set_points.html
│   │   │   │   │   │   ├── set_quick.html
│   │   │   │   │   │   └── set_task.html
│   │   │   │   │   ├── SetPer
│   │   │   │   │   │   ├── config_task.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── search.html
│   │   │   │   │   │   └── set_audit.html
│   │   │   │   │   ├── Setmeal
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   └── edit.html
│   │   │   │   │   ├── SetmealIncrement
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── ShareAllowance
│   │   │   │   │   │   ├── ajax_blacklist_add.html
│   │   │   │   │   │   ├── ajax_partake_audit.html
│   │   │   │   │   │   ├── ajax_partake_list.html
│   │   │   │   │   │   ├── ajax_view_list.html
│   │   │   │   │   │   ├── config.html
│   │   │   │   │   │   ├── explain.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── jobs.html
│   │   │   │   │   │   └── rule.html
│   │   │   │   │   ├── Sitegroup
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Sms
│   │   │   │   │   │   ├── config_edit.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── rule.html
│   │   │   │   │   │   ├── send_sms.html
│   │   │   │   │   │   ├── testing.html
│   │   │   │   │   │   └── tpl.html
│   │   │   │   │   ├── SmsPlatform
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── stat.html
│   │   │   │   │   ├── SmsQueue
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── smsqueue_add.html
│   │   │   │   │   │   ├── smsqueue_batchadd.html
│   │   │   │   │   │   └── smsqueue_edit.html
│   │   │   │   │   ├── SmsTemplates
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Subsite
│   │   │   │   │   │   ├── add.html
│   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Suggest
│   │   │   │   │   │   ├── ajax_suggest_add.html
│   │   │   │   │   │   └── ajax_suggest_list.html
│   │   │   │   │   ├── Tpl
│   │   │   │   │   │   ├── com_tpl.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── resume_tpl.html
│   │   │   │   │   ├── VideoInterview
│   │   │   │   │   │   ├── config.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Weixin
│   │   │   │   │   │   ├── ajax_com_1.html
│   │   │   │   │   │   ├── ajax_com_2.html
│   │   │   │   │   │   ├── ajax_com_3.html
│   │   │   │   │   │   ├── ajax_job_1.html
│   │   │   │   │   │   ├── ajax_job_2.html
│   │   │   │   │   │   ├── ajax_job_3.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── wx_public.html
│   │   │   │   │   │   └── wx_public_number.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── public
│   │   │   │   │       ├── css
│   │   │   │   │       │   ├── admin_employer.css
│   │   │   │   │       │   ├── common.css
│   │   │   │   │       │   ├── company_logo.css
│   │   │   │   │       │   ├── layui.css
│   │   │   │   │       │   └── login.css
│   │   │   │   │       ├── footer.html
│   │   │   │   │       ├── header.html
│   │   │   │   │       ├── images
│   │   │   │   │       │   ├── 04.png
│   │   │   │   │       │   ├── 05.png
│   │   │   │   │       │   ├── 08.png
│   │   │   │   │       │   ├── 11.png
│   │   │   │   │       │   ├── 17.png
│   │   │   │   │       │   ├── 19.png
│   │   │   │   │       │   ├── 242.png
│   │   │   │   │       │   ├── 243.png
│   │   │   │   │       │   ├── 26.png
│   │   │   │   │       │   ├── 30.png
│   │   │   │   │       │   ├── 31.png
│   │   │   │   │       │   ├── 34.png
│   │   │   │   │       │   ├── 44.png
│   │   │   │   │       │   ├── 58.png
│   │   │   │   │       │   ├── 72.gif
│   │   │   │   │       │   ├── 89.png
│   │   │   │   │       │   ├── act_add.gif
│   │   │   │   │       │   ├── admin_left_li.gif
│   │   │   │   │       │   ├── admin_left_li.png
│   │   │   │   │       │   ├── admin_left_topbg.png
│   │   │   │   │       │   ├── admin_logo.gif
│   │   │   │   │       │   ├── admin_logo_in.png
│   │   │   │   │       │   ├── admin_submit.jpg
│   │   │   │   │       │   ├── admin_tit_bg.jpg
│   │   │   │   │       │   ├── admin_weixin_ico.png
│   │   │   │   │       │   ├── ajax_loader.gif
│   │   │   │   │       │   ├── arrow.png
│   │   │   │   │       │   ├── avatar.jpg
│   │   │   │   │       │   ├── b_cat_left1.gif
│   │   │   │   │       │   ├── b_left_d.gif
│   │   │   │   │       │   ├── b_left_e.gif
│   │   │   │   │       │   ├── bg_gray.png
│   │   │   │   │       │   ├── cat_left.png
│   │   │   │   │       │   ├── cat_left1.gif
│   │   │   │   │       │   ├── categorylist.png
│   │   │   │   │       │   ├── close_frame.gif
│   │   │   │   │       │   ├── color.gif
│   │   │   │   │       │   ├── color_box_bg.gif
│   │   │   │   │       │   ├── combine.gif
│   │   │   │   │       │   ├── comment_alert.gif
│   │   │   │   │       │   ├── dialog.gif
│   │   │   │   │       │   ├── dialogbg.png
│   │   │   │   │       │   ├── emailtip.png
│   │   │   │   │       │   ├── empty.png
│   │   │   │   │       │   ├── empty1.png
│   │   │   │   │       │   ├── error.png
│   │   │   │   │       │   ├── go_back.gif
│   │   │   │   │       │   ├── imgchecked.png
│   │   │   │   │       │   ├── imgchecked_small.png
│   │   │   │   │       │   ├── imgradio.png
│   │   │   │   │       │   ├── index
│   │   │   │   │       │   │   └── holiday
│   │   │   │   │       │   │       ├── chunjie.jpg
│   │   │   │   │       │   │       ├── duanwu.jpg
│   │   │   │   │       │   │       ├── guoqing.jpg
│   │   │   │   │       │   │       ├── laodong.jpg
│   │   │   │   │       │   │       └── zhongqiu.jpg
│   │   │   │   │       │   ├── input_bg.gif
│   │   │   │   │       │   ├── job1.png
│   │   │   │   │       │   ├── left_e.gif
│   │   │   │   │       │   ├── loading.gif
│   │   │   │   │       │   ├── login_a.jpg
│   │   │   │   │       │   ├── login_input.gif
│   │   │   │   │       │   ├── login_logo.gif
│   │   │   │   │       │   ├── logo.gif
│   │   │   │   │       │   ├── logo_in.png
│   │   │   │   │       │   ├── menu
│   │   │   │   │       │   │   ├── 10.png
│   │   │   │   │       │   │   ├── 1003.png
│   │   │   │   │       │   │   ├── 1004.png
│   │   │   │   │       │   │   ├── 1008.png
│   │   │   │   │       │   │   ├── 1011.png
│   │   │   │   │       │   │   ├── 1024.png
│   │   │   │   │       │   │   ├── 1025.png
│   │   │   │   │       │   │   ├── 1028.png
│   │   │   │   │       │   │   ├── 1031.png
│   │   │   │   │       │   │   ├── 1036.png
│   │   │   │   │       │   │   ├── 1037.png
│   │   │   │   │       │   │   ├── 1038.png
│   │   │   │   │       │   │   ├── 104.png
│   │   │   │   │       │   │   ├── 1048.png
│   │   │   │   │       │   │   ├── 1059.png
│   │   │   │   │       │   │   ├── 1080.png
│   │   │   │   │       │   │   ├── 1087.png
│   │   │   │   │       │   │   ├── 11.png
│   │   │   │   │       │   │   ├── 110.png
│   │   │   │   │       │   │   ├── 1124.png
│   │   │   │   │       │   │   ├── 1129.png
│   │   │   │   │       │   │   ├── 1134.png
│   │   │   │   │       │   │   ├── 114.png
│   │   │   │   │       │   │   ├── 1144.png
│   │   │   │   │       │   │   ├── 1145.png
│   │   │   │   │       │   │   ├── 1146.png
│   │   │   │   │       │   │   ├── 1147.png
│   │   │   │   │       │   │   ├── 115.png
│   │   │   │   │       │   │   ├── 116.png
│   │   │   │   │       │   │   ├── 1164.png
│   │   │   │   │       │   │   ├── 117.png
│   │   │   │   │       │   │   ├── 1174.png
│   │   │   │   │       │   │   ├── 1175.png
│   │   │   │   │       │   │   ├── 1176.png
│   │   │   │   │       │   │   ├── 1177.png
│   │   │   │   │       │   │   ├── 1178.png
│   │   │   │   │       │   │   ├── 1179.png
│   │   │   │   │       │   │   ├── 118.png
│   │   │   │   │       │   │   ├── 119.png
│   │   │   │   │       │   │   ├── 12.png
│   │   │   │   │       │   │   ├── 120.png
│   │   │   │   │       │   │   ├── 1201.png
│   │   │   │   │       │   │   ├── 1202.png
│   │   │   │   │       │   │   ├── 1203.png
│   │   │   │   │       │   │   ├── 1204.png
│   │   │   │   │       │   │   ├── 1205.png
│   │   │   │   │       │   │   ├── 1206.png
│   │   │   │   │       │   │   ├── 1207.png
│   │   │   │   │       │   │   ├── 1208.png
│   │   │   │   │       │   │   ├── 1209.png
│   │   │   │   │       │   │   ├── 121.png
│   │   │   │   │       │   │   ├── 1210.png
│   │   │   │   │       │   │   ├── 1211.png
│   │   │   │   │       │   │   ├── 1212.png
│   │   │   │   │       │   │   ├── 1213.png
│   │   │   │   │       │   │   ├── 13.png
│   │   │   │   │       │   │   ├── 14.png
│   │   │   │   │       │   │   ├── 15.png
│   │   │   │   │       │   │   ├── 16.png
│   │   │   │   │       │   │   ├── 17.png
│   │   │   │   │       │   │   ├── 172.png
│   │   │   │   │       │   │   ├── 176.png
│   │   │   │   │       │   │   ├── 179.png
│   │   │   │   │       │   │   ├── 18.png
│   │   │   │   │       │   │   ├── 19.png
│   │   │   │   │       │   │   ├── 195.png
│   │   │   │   │       │   │   ├── 198.png
│   │   │   │   │       │   │   ├── 2.png
│   │   │   │   │       │   │   ├── 20.png
│   │   │   │   │       │   │   ├── 200.png
│   │   │   │   │       │   │   ├── 201.png
│   │   │   │   │       │   │   ├── 202.png
│   │   │   │   │       │   │   ├── 203.png
│   │   │   │   │       │   │   ├── 204.png
│   │   │   │   │       │   │   ├── 21.png
│   │   │   │   │       │   │   ├── 22.png
│   │   │   │   │       │   │   ├── 23.png
│   │   │   │   │       │   │   ├── 24.png
│   │   │   │   │       │   │   ├── 240.png
│   │   │   │   │       │   │   ├── 248.png
│   │   │   │   │       │   │   ├── 25.png
│   │   │   │   │       │   │   ├── 253.png
│   │   │   │   │       │   │   ├── 26.png
│   │   │   │   │       │   │   ├── 267.png
│   │   │   │   │       │   │   ├── 269.png
│   │   │   │   │       │   │   ├── 27.png
│   │   │   │   │       │   │   ├── 28.png
│   │   │   │   │       │   │   ├── 29.png
│   │   │   │   │       │   │   ├── 30.png
│   │   │   │   │       │   │   ├── 31.png
│   │   │   │   │       │   │   ├── 318.png
│   │   │   │   │       │   │   ├── 319.png
│   │   │   │   │       │   │   ├── 32.png
│   │   │   │   │       │   │   ├── 320.png
│   │   │   │   │       │   │   ├── 325.png
│   │   │   │   │       │   │   ├── 326.png
│   │   │   │   │       │   │   ├── 339.png
│   │   │   │   │       │   │   ├── 34.png
│   │   │   │   │       │   │   ├── 35.png
│   │   │   │   │       │   │   ├── 350.png
│   │   │   │   │       │   │   ├── 37.png
│   │   │   │   │       │   │   ├── 374.png
│   │   │   │   │       │   │   ├── 379.png
│   │   │   │   │       │   │   ├── 38.png
│   │   │   │   │       │   │   ├── 384.png
│   │   │   │   │       │   │   ├── 39.png
│   │   │   │   │       │   │   ├── 40.png
│   │   │   │   │       │   │   ├── 41.png
│   │   │   │   │       │   │   ├── 42.png
│   │   │   │   │       │   │   ├── 43.png
│   │   │   │   │       │   │   ├── 44.png
│   │   │   │   │       │   │   ├── 45.png
│   │   │   │   │       │   │   ├── 46.png
│   │   │   │   │       │   │   ├── 464.png
│   │   │   │   │       │   │   ├── 47.png
│   │   │   │   │       │   │   ├── 49.png
│   │   │   │   │       │   │   ├── 5.png
│   │   │   │   │       │   │   ├── 50.png
│   │   │   │   │       │   │   ├── 502.png
│   │   │   │   │       │   │   ├── 51.png
│   │   │   │   │       │   │   ├── 511.png
│   │   │   │   │       │   │   ├── 512.png
│   │   │   │   │       │   │   ├── 52.png
│   │   │   │   │       │   │   ├── 53.png
│   │   │   │   │       │   │   ├── 54.png
│   │   │   │   │       │   │   ├── 55.png
│   │   │   │   │       │   │   ├── 56.png
│   │   │   │   │       │   │   ├── 57.png
│   │   │   │   │       │   │   ├── 583.png
│   │   │   │   │       │   │   ├── 6.png
│   │   │   │   │       │   │   ├── 63.png
│   │   │   │   │       │   │   ├── 64.png
│   │   │   │   │       │   │   ├── 7.png
│   │   │   │   │       │   │   ├── 720.png
│   │   │   │   │       │   │   ├── 726.png
│   │   │   │   │       │   │   ├── 739.png
│   │   │   │   │       │   │   ├── 748.png
│   │   │   │   │       │   │   ├── 752.png
│   │   │   │   │       │   │   ├── 757.png
│   │   │   │   │       │   │   ├── 761.png
│   │   │   │   │       │   │   ├── 766.png
│   │   │   │   │       │   │   ├── 767.png
│   │   │   │   │       │   │   ├── 782.png
│   │   │   │   │       │   │   ├── 789.png
│   │   │   │   │       │   │   ├── 832.png
│   │   │   │   │       │   │   ├── 853.png
│   │   │   │   │       │   │   ├── 857.png
│   │   │   │   │       │   │   ├── 858.png
│   │   │   │   │       │   │   ├── 862.png
│   │   │   │   │       │   │   ├── 865.png
│   │   │   │   │       │   │   ├── 868.png
│   │   │   │   │       │   │   ├── 873.png
│   │   │   │   │       │   │   ├── 875.png
│   │   │   │   │       │   │   ├── 9.png
│   │   │   │   │       │   │   ├── 948.png
│   │   │   │   │       │   │   ├── 95.png
│   │   │   │   │       │   │   ├── 953.png
│   │   │   │   │       │   │   ├── 999.png
│   │   │   │   │       │   │   ├── empty.png
│   │   │   │   │       │   │   ├── exit.png
│   │   │   │   │       │   │   ├── home.png
│   │   │   │   │       │   │   ├── jlxz.png
│   │   │   │   │       │   │   ├── magappx.png
│   │   │   │   │       │   │   ├── qianfanyunapp.png
│   │   │   │   │       │   │   ├── share_allowance.png
│   │   │   │   │       │   │   ├── sitegroup.png
│   │   │   │   │       │   │   ├── smsplatform.png
│   │   │   │   │       │   │   ├── subsite.png
│   │   │   │   │       │   │   ├── video.png
│   │   │   │   │       │   │   ├── yaoqing.png
│   │   │   │   │       │   │   ├── 退出.png
│   │   │   │   │       │   │   └── 首页.png
│   │   │   │   │       │   ├── n_more.png
│   │   │   │   │       │   ├── n_more_hover.png
│   │   │   │   │       │   ├── notestip.png
│   │   │   │   │       │   ├── ok.png
│   │   │   │   │       │   ├── open_frame.gif
│   │   │   │   │       │   ├── pictip.png
│   │   │   │   │       │   ├── right_big.gif
│   │   │   │   │       │   ├── search.gif
│   │   │   │   │       │   ├── search.png
│   │   │   │   │       │   ├── sehbg.gif
│   │   │   │   │       │   ├── selector.png
│   │   │   │   │       │   ├── showmsg1.png
│   │   │   │   │       │   ├── showmsg2.png
│   │   │   │   │       │   ├── smstip.png
│   │   │   │   │       │   ├── spacer.gif
│   │   │   │   │       │   ├── success.png
│   │   │   │   │       │   ├── suggest_add.png
│   │   │   │   │       │   ├── suggest_img_add.png
│   │   │   │   │       │   ├── suggest_list.png
│   │   │   │   │       │   ├── tabsbg.gif
│   │   │   │   │       │   ├── toggle_disabled.gif
│   │   │   │   │       │   ├── toggle_enabled.gif
│   │   │   │   │       │   ├── tooltip_icon.png
│   │   │   │   │       │   ├── top_icon.png
│   │   │   │   │       │   ├── top_nav_dot.gif
│   │   │   │   │       │   ├── topnavbg.gif
│   │   │   │   │       │   ├── tv-collapsable.gif
│   │   │   │   │       │   ├── tv-expandable.gif
│   │   │   │   │       │   ├── view.png
│   │   │   │   │       │   └── wait.gif
│   │   │   │   │       ├── js
│   │   │   │   │       │   ├── FusionCharts.js
│   │   │   │   │       │   ├── PIE.js
│   │   │   │   │       │   ├── ajaxfileupload.js
│   │   │   │   │       │   ├── common.js
│   │   │   │   │       │   ├── css
│   │   │   │   │       │   │   └── modules
│   │   │   │   │       │   │       └── layer
│   │   │   │   │       │   │           └── default
│   │   │   │   │       │   │               ├── icon-ext.png
│   │   │   │   │       │   │               ├── icon.png
│   │   │   │   │       │   │               ├── layer.css
│   │   │   │   │       │   │               ├── loading-0.gif
│   │   │   │   │       │   │               ├── loading-1.gif
│   │   │   │   │       │   │               └── loading-2.gif
│   │   │   │   │       │   ├── echarts.common.min.js
│   │   │   │   │       │   ├── fileupload.js
│   │   │   │   │       │   ├── fusioncharts
│   │   │   │   │       │   │   ├── fusioncharts.charts.js
│   │   │   │   │       │   │   ├── fusioncharts.js
│   │   │   │   │       │   │   ├── fusioncharts.theme.fint.js
│   │   │   │   │       │   │   └── fusioncharts.theme.zune.js
│   │   │   │   │       │   ├── jquery.QSdialog.js
│   │   │   │   │       │   ├── jquery.caretInsert.js
│   │   │   │   │       │   ├── jquery.default.city.js
│   │   │   │   │       │   ├── jquery.dialog.js
│   │   │   │   │       │   ├── jquery.disappear.tooltip.js
│   │   │   │   │       │   ├── jquery.dropdown.js
│   │   │   │   │       │   ├── jquery.entrustinfotip-min.js
│   │   │   │   │       │   ├── jquery.form.js
│   │   │   │   │       │   ├── jquery.grid.rowSizing.pack.js
│   │   │   │   │       │   ├── jquery.highlight-3.js
│   │   │   │   │       │   ├── jquery.iColorPicker.js
│   │   │   │   │       │   ├── jquery.listitem.js
│   │   │   │   │       │   ├── jquery.min.js
│   │   │   │   │       │   ├── jquery.modal.dialog.js
│   │   │   │   │       │   ├── jquery.modal.userselectlayer.admin.js
│   │   │   │   │       │   ├── jquery.modal.userselectlayer.js
│   │   │   │   │       │   ├── jquery.treetable.js
│   │   │   │   │       │   ├── jquery.user.city.admin.js
│   │   │   │   │       │   ├── jquery.user.city.js
│   │   │   │   │       │   ├── jquery.validate.js
│   │   │   │   │       │   ├── jquery.validate.min.js
│   │   │   │   │       │   ├── jquery.vtip-min.js
│   │   │   │   │       │   ├── kindeditor
│   │   │   │   │       │   │   ├── attached
│   │   │   │   │       │   │   │   ├── file
│   │   │   │   │       │   │   │   │   └── 20140125
│   │   │   │   │       │   │   │   │       ├── 20140125082745_96506.htm
│   │   │   │   │       │   │   │   │       ├── 20140125082959_15053.rar
│   │   │   │   │       │   │   │   │       ├── 20140125093010_67293.rar
│   │   │   │   │       │   │   │   │       └── 20140125093745_31967.rar
│   │   │   │   │       │   │   │   └── image
│   │   │   │   │       │   │   │       └── 20140125
│   │   │   │   │       │   │   │           └── 20140125083044_84690.gif
│   │   │   │   │       │   │   ├── kindeditor-all-min.js
│   │   │   │   │       │   │   ├── kindeditor-all.js
│   │   │   │   │       │   │   ├── kindeditor-min.js
│   │   │   │   │       │   │   ├── kindeditor.js
│   │   │   │   │       │   │   ├── lang
│   │   │   │   │       │   │   │   ├── ar.js
│   │   │   │   │       │   │   │   ├── en.js
│   │   │   │   │       │   │   │   ├── ko.js
│   │   │   │   │       │   │   │   ├── zh_CN.js
│   │   │   │   │       │   │   │   └── zh_TW.js
│   │   │   │   │       │   │   ├── php
│   │   │   │   │       │   │   │   ├── JSON.php
│   │   │   │   │       │   │   │   ├── demo.php
│   │   │   │   │       │   │   │   ├── file_manager_json.php
│   │   │   │   │       │   │   │   └── upload_json.php
│   │   │   │   │       │   │   ├── plugins
│   │   │   │   │       │   │   │   ├── about.html
│   │   │   │   │       │   │   │   ├── advtable
│   │   │   │   │       │   │   │   │   └── advtable.html
│   │   │   │   │       │   │   │   ├── anchor
│   │   │   │   │       │   │   │   │   └── anchor.js
│   │   │   │   │       │   │   │   ├── autoheight
│   │   │   │   │       │   │   │   │   └── autoheight.js
│   │   │   │   │       │   │   │   ├── baidumap
│   │   │   │   │       │   │   │   │   ├── baidumap.js
│   │   │   │   │       │   │   │   │   ├── index.html
│   │   │   │   │       │   │   │   │   └── map.html
│   │   │   │   │       │   │   │   ├── clearhtml
│   │   │   │   │       │   │   │   │   └── clearhtml.js
│   │   │   │   │       │   │   │   ├── code
│   │   │   │   │       │   │   │   │   ├── code.js
│   │   │   │   │       │   │   │   │   ├── prettify.css
│   │   │   │   │       │   │   │   │   └── prettify.js
│   │   │   │   │       │   │   │   ├── emoticons
│   │   │   │   │       │   │   │   │   ├── 0.gif
│   │   │   │   │       │   │   │   │   ├── 1.gif
│   │   │   │   │       │   │   │   │   ├── 10.gif
│   │   │   │   │       │   │   │   │   ├── 100.gif
│   │   │   │   │       │   │   │   │   ├── 101.gif
│   │   │   │   │       │   │   │   │   ├── 102.gif
│   │   │   │   │       │   │   │   │   ├── 103.gif
│   │   │   │   │       │   │   │   │   ├── 104.gif
│   │   │   │   │       │   │   │   │   ├── 105.gif
│   │   │   │   │       │   │   │   │   ├── 106.gif
│   │   │   │   │       │   │   │   │   ├── 107.gif
│   │   │   │   │       │   │   │   │   ├── 108.gif
│   │   │   │   │       │   │   │   │   ├── 109.gif
│   │   │   │   │       │   │   │   │   ├── 11.gif
│   │   │   │   │       │   │   │   │   ├── 110.gif
│   │   │   │   │       │   │   │   │   ├── 111.gif
│   │   │   │   │       │   │   │   │   ├── 112.gif
│   │   │   │   │       │   │   │   │   ├── 113.gif
│   │   │   │   │       │   │   │   │   ├── 114.gif
│   │   │   │   │       │   │   │   │   ├── 115.gif
│   │   │   │   │       │   │   │   │   ├── 116.gif
│   │   │   │   │       │   │   │   │   ├── 117.gif
│   │   │   │   │       │   │   │   │   ├── 118.gif
│   │   │   │   │       │   │   │   │   ├── 119.gif
│   │   │   │   │       │   │   │   │   ├── 12.gif
│   │   │   │   │       │   │   │   │   ├── 120.gif
│   │   │   │   │       │   │   │   │   ├── 121.gif
│   │   │   │   │       │   │   │   │   ├── 122.gif
│   │   │   │   │       │   │   │   │   ├── 123.gif
│   │   │   │   │       │   │   │   │   ├── 124.gif
│   │   │   │   │       │   │   │   │   ├── 125.gif
│   │   │   │   │       │   │   │   │   ├── 126.gif
│   │   │   │   │       │   │   │   │   ├── 127.gif
│   │   │   │   │       │   │   │   │   ├── 128.gif
│   │   │   │   │       │   │   │   │   ├── 129.gif
│   │   │   │   │       │   │   │   │   ├── 13.gif
│   │   │   │   │       │   │   │   │   ├── 130.gif
│   │   │   │   │       │   │   │   │   ├── 131.gif
│   │   │   │   │       │   │   │   │   ├── 132.gif
│   │   │   │   │       │   │   │   │   ├── 133.gif
│   │   │   │   │       │   │   │   │   ├── 134.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
│   │   │   │   │       │   │   │   │   ├── 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
│   │   │   │   │       │   │   │   │   ├── emoticons.js
│   │   │   │   │       │   │   │   │   ├── images
│   │   │   │   │       │   │   │   │   │   ├── 0.gif
│   │   │   │   │       │   │   │   │   │   ├── 1.gif
│   │   │   │   │       │   │   │   │   │   ├── 10.gif
│   │   │   │   │       │   │   │   │   │   ├── 100.gif
│   │   │   │   │       │   │   │   │   │   ├── 101.gif
│   │   │   │   │       │   │   │   │   │   ├── 102.gif
│   │   │   │   │       │   │   │   │   │   ├── 103.gif
│   │   │   │   │       │   │   │   │   │   ├── 104.gif
│   │   │   │   │       │   │   │   │   │   ├── 105.gif
│   │   │   │   │       │   │   │   │   │   ├── 106.gif
│   │   │   │   │       │   │   │   │   │   ├── 107.gif
│   │   │   │   │       │   │   │   │   │   ├── 108.gif
│   │   │   │   │       │   │   │   │   │   ├── 109.gif
│   │   │   │   │       │   │   │   │   │   ├── 11.gif
│   │   │   │   │       │   │   │   │   │   ├── 110.gif
│   │   │   │   │       │   │   │   │   │   ├── 111.gif
│   │   │   │   │       │   │   │   │   │   ├── 112.gif
│   │   │   │   │       │   │   │   │   │   ├── 113.gif
│   │   │   │   │       │   │   │   │   │   ├── 114.gif
│   │   │   │   │       │   │   │   │   │   ├── 115.gif
│   │   │   │   │       │   │   │   │   │   ├── 116.gif
│   │   │   │   │       │   │   │   │   │   ├── 117.gif
│   │   │   │   │       │   │   │   │   │   ├── 118.gif
│   │   │   │   │       │   │   │   │   │   ├── 119.gif
│   │   │   │   │       │   │   │   │   │   ├── 12.gif
│   │   │   │   │       │   │   │   │   │   ├── 120.gif
│   │   │   │   │       │   │   │   │   │   ├── 121.gif
│   │   │   │   │       │   │   │   │   │   ├── 122.gif
│   │   │   │   │       │   │   │   │   │   ├── 123.gif
│   │   │   │   │       │   │   │   │   │   ├── 124.gif
│   │   │   │   │       │   │   │   │   │   ├── 125.gif
│   │   │   │   │       │   │   │   │   │   ├── 126.gif
│   │   │   │   │       │   │   │   │   │   ├── 127.gif
│   │   │   │   │       │   │   │   │   │   ├── 128.gif
│   │   │   │   │       │   │   │   │   │   ├── 129.gif
│   │   │   │   │       │   │   │   │   │   ├── 13.gif
│   │   │   │   │       │   │   │   │   │   ├── 130.gif
│   │   │   │   │       │   │   │   │   │   ├── 131.gif
│   │   │   │   │       │   │   │   │   │   ├── 132.gif
│   │   │   │   │       │   │   │   │   │   ├── 133.gif
│   │   │   │   │       │   │   │   │   │   ├── 134.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
│   │   │   │   │       │   │   │   │   │   ├── 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
│   │   │   │   │       │   │   │   │   │   └── static.gif
│   │   │   │   │       │   │   │   │   └── qq.gif
│   │   │   │   │       │   │   │   ├── file_manager
│   │   │   │   │       │   │   │   │   ├── file_manager.css
│   │   │   │   │       │   │   │   │   ├── file_manager.html
│   │   │   │   │       │   │   │   │   ├── file_manager.js
│   │   │   │   │       │   │   │   │   └── images
│   │   │   │   │       │   │   │   │       ├── file-16.gif
│   │   │   │   │       │   │   │   │       ├── file-64.gif
│   │   │   │   │       │   │   │   │       ├── folder-16.gif
│   │   │   │   │       │   │   │   │       ├── folder-64.gif
│   │   │   │   │       │   │   │   │       └── go-up.gif
│   │   │   │   │       │   │   │   ├── filemanager
│   │   │   │   │       │   │   │   │   ├── filemanager.js
│   │   │   │   │       │   │   │   │   └── images
│   │   │   │   │       │   │   │   │       ├── file-16.gif
│   │   │   │   │       │   │   │   │       ├── file-64.gif
│   │   │   │   │       │   │   │   │       ├── folder-16.gif
│   │   │   │   │       │   │   │   │       ├── folder-64.gif
│   │   │   │   │       │   │   │   │       └── go-up.gif
│   │   │   │   │       │   │   │   ├── flash
│   │   │   │   │       │   │   │   │   └── flash.js
│   │   │   │   │       │   │   │   ├── flash.html
│   │   │   │   │       │   │   │   ├── image
│   │   │   │   │       │   │   │   │   ├── image.html
│   │   │   │   │       │   │   │   │   ├── image.js
│   │   │   │   │       │   │   │   │   └── images
│   │   │   │   │       │   │   │   │       ├── align_left.gif
│   │   │   │   │       │   │   │   │       ├── align_right.gif
│   │   │   │   │       │   │   │   │       ├── align_top.gif
│   │   │   │   │       │   │   │   │       ├── refresh.gif
│   │   │   │   │       │   │   │   │       └── refresh.png
│   │   │   │   │       │   │   │   ├── insertfile
│   │   │   │   │       │   │   │   │   └── insertfile.js
│   │   │   │   │       │   │   │   ├── lineheight
│   │   │   │   │       │   │   │   │   └── lineheight.js
│   │   │   │   │       │   │   │   ├── link
│   │   │   │   │       │   │   │   │   ├── link.html
│   │   │   │   │       │   │   │   │   └── link.js
│   │   │   │   │       │   │   │   ├── map
│   │   │   │   │       │   │   │   │   ├── map.html
│   │   │   │   │       │   │   │   │   └── map.js
│   │   │   │   │       │   │   │   ├── media
│   │   │   │   │       │   │   │   │   └── media.js
│   │   │   │   │       │   │   │   ├── media.html
│   │   │   │   │       │   │   │   ├── multiimage
│   │   │   │   │       │   │   │   │   ├── images
│   │   │   │   │       │   │   │   │   │   ├── image.png
│   │   │   │   │       │   │   │   │   │   ├── select-files-en.png
│   │   │   │   │       │   │   │   │   │   ├── select-files-zh_CN.png
│   │   │   │   │       │   │   │   │   │   └── swfupload.swf
│   │   │   │   │       │   │   │   │   └── multiimage.js
│   │   │   │   │       │   │   │   ├── pagebreak
│   │   │   │   │       │   │   │   │   └── pagebreak.js
│   │   │   │   │       │   │   │   ├── plainpaste
│   │   │   │   │       │   │   │   │   └── plainpaste.js
│   │   │   │   │       │   │   │   ├── plainpaste.html
│   │   │   │   │       │   │   │   ├── preview
│   │   │   │   │       │   │   │   │   └── preview.js
│   │   │   │   │       │   │   │   ├── quickformat
│   │   │   │   │       │   │   │   │   └── quickformat.js
│   │   │   │   │       │   │   │   ├── table
│   │   │   │   │       │   │   │   │   └── table.js
│   │   │   │   │       │   │   │   ├── template
│   │   │   │   │       │   │   │   │   ├── html
│   │   │   │   │       │   │   │   │   │   ├── 1.html
│   │   │   │   │       │   │   │   │   │   ├── 2.html
│   │   │   │   │       │   │   │   │   │   └── 3.html
│   │   │   │   │       │   │   │   │   └── template.js
│   │   │   │   │       │   │   │   ├── wordpaste
│   │   │   │   │       │   │   │   │   └── wordpaste.js
│   │   │   │   │       │   │   │   └── wordpaste.html
│   │   │   │   │       │   │   └── themes
│   │   │   │   │       │   │       ├── common
│   │   │   │   │       │   │       │   ├── anchor.gif
│   │   │   │   │       │   │       │   ├── blank.gif
│   │   │   │   │       │   │       │   ├── flash.gif
│   │   │   │   │       │   │       │   ├── loading.gif
│   │   │   │   │       │   │       │   ├── media.gif
│   │   │   │   │       │   │       │   └── rm.gif
│   │   │   │   │       │   │       ├── default
│   │   │   │   │       │   │       │   ├── background.png
│   │   │   │   │       │   │       │   ├── default.css
│   │   │   │   │       │   │       │   └── default.png
│   │   │   │   │       │   │       ├── qq
│   │   │   │   │       │   │       │   ├── editor.gif
│   │   │   │   │       │   │       │   └── qq.css
│   │   │   │   │       │   │       └── simple
│   │   │   │   │       │   │           └── simple.css
│   │   │   │   │       │   ├── lay
│   │   │   │   │       │   │   └── modules
│   │   │   │   │       │   │       ├── carousel.js
│   │   │   │   │       │   │       ├── code.js
│   │   │   │   │       │   │       ├── element.js
│   │   │   │   │       │   │       ├── flow.js
│   │   │   │   │       │   │       ├── form.js
│   │   │   │   │       │   │       ├── jquery.js
│   │   │   │   │       │   │       ├── laydate.js
│   │   │   │   │       │   │       ├── layedit.js
│   │   │   │   │       │   │       ├── layer.js
│   │   │   │   │       │   │       ├── laypage.js
│   │   │   │   │       │   │       ├── laytpl.js
│   │   │   │   │       │   │       ├── mobile.js
│   │   │   │   │       │   │       ├── table.js
│   │   │   │   │       │   │       ├── tree.js
│   │   │   │   │       │   │       ├── upload.js
│   │   │   │   │       │   │       └── util.js
│   │   │   │   │       │   ├── laydate
│   │   │   │   │       │   │   ├── laydate.js
│   │   │   │   │       │   │   ├── need
│   │   │   │   │       │   │   │   └── laydate.css
│   │   │   │   │       │   │   ├── skins
│   │   │   │   │       │   │   │   ├── dahong
│   │   │   │   │       │   │   │   │   ├── icon.png
│   │   │   │   │       │   │   │   │   └── laydate.css
│   │   │   │   │       │   │   │   ├── default
│   │   │   │   │       │   │   │   │   ├── icon.png
│   │   │   │   │       │   │   │   │   └── laydate.css
│   │   │   │   │       │   │   │   └── molv
│   │   │   │   │       │   │   │       ├── icon.png
│   │   │   │   │       │   │   │       └── laydate.css
│   │   │   │   │       │   │   └── theme
│   │   │   │   │       │   │       └── default
│   │   │   │   │       │   │           ├── font
│   │   │   │   │       │   │           │   ├── iconfont.eot
│   │   │   │   │       │   │           │   ├── iconfont.svg
│   │   │   │   │       │   │           │   ├── iconfont.ttf
│   │   │   │   │       │   │           │   └── iconfont.woff
│   │   │   │   │       │   │           └── laydate.css
│   │   │   │   │       │   ├── layui.all.js
│   │   │   │   │       │   ├── layui.js
│   │   │   │   │       │   ├── qscms.js
│   │   │   │   │       │   ├── statement
│   │   │   │   │       │   │   ├── Pie2D.swf
│   │   │   │   │       │   │   ├── Pie3D.swf
│   │   │   │   │       │   │   ├── area2D.swf
│   │   │   │   │       │   │   ├── meal_log_pie.xml
│   │   │   │   │       │   │   └── userreg_30_days.xml
│   │   │   │   │       │   └── zeroclipboard
│   │   │   │   │       │       ├── ZeroClipboard.js
│   │   │   │   │       │       ├── ZeroClipboard.min.js
│   │   │   │   │       │       └── ZeroClipboard.swf
│   │   │   │   │       ├── select_color.html
│   │   │   │   │       ├── showmsg.html
│   │   │   │   │       └── sub_menu_btn.html
│   │   │   │   └── index.html
│   │   │   └── index.html
│   │   ├── Common
│   │   │   ├── Behavior
│   │   │   │   ├── CheckIpbanBehavior.class.php
│   │   │   │   ├── CheckLangBehavior.class.php
│   │   │   │   ├── ContentReplaceBehavior.class.php
│   │   │   │   ├── CronRunBehavior.class.php
│   │   │   │   ├── IsMobileBehavior.class.php
│   │   │   │   ├── IsSslBehavior.class.php
│   │   │   │   └── index.html
│   │   │   ├── Common
│   │   │   │   ├── function.php
│   │   │   │   └── index.html
│   │   │   ├── Conf
│   │   │   │   ├── config.php
│   │   │   │   ├── db.php
│   │   │   │   ├── html_cache.php
│   │   │   │   ├── index.html
│   │   │   │   ├── pwdhash.php
│   │   │   │   ├── sub_domain.php
│   │   │   │   ├── sys_url.php
│   │   │   │   ├── tags.php
│   │   │   │   └── url.php
│   │   │   ├── Controller
│   │   │   │   ├── BackendController.class.php
│   │   │   │   ├── BaseController.class.php
│   │   │   │   ├── ConfigbaseController.class.php
│   │   │   │   ├── FrontendController.class.php
│   │   │   │   ├── UserbaseController.class.php
│   │   │   │   └── index.html
│   │   │   ├── Cron
│   │   │   │   ├── AutoApplyJobs.class.php
│   │   │   │   ├── AutoRefreshJobs.class.php
│   │   │   │   ├── AutoRefreshResume.class.php
│   │   │   │   ├── AutoSubscriptionPush.class.php
│   │   │   │   ├── AutoSubscriptionPushBaidu.class.php
│   │   │   │   ├── ClearCache.class.php
│   │   │   │   ├── ClearExpiredSetmeal.class.php
│   │   │   │   ├── ClearOrder.class.php
│   │   │   │   ├── ClearPromotion.class.php
│   │   │   │   ├── ClearShareAllowance.class.php
│   │   │   │   ├── MakeBaiduxml.class.php
│   │   │   │   ├── MembersLog.class.php
│   │   │   │   ├── RemindExpiredGift.class.php
│   │   │   │   └── RemindLogin.class.php
│   │   │   ├── Lang
│   │   │   │   ├── index.html
│   │   │   │   └── zh-cn
│   │   │   │       ├── ad.php
│   │   │   │       ├── ad_category.php
│   │   │   │       ├── admin.php
│   │   │   │       ├── admin_log.php
│   │   │   │       ├── admin_role_group.php
│   │   │   │       ├── adv_resume.php
│   │   │   │       ├── article.php
│   │   │   │       ├── article_category.php
│   │   │   │       ├── article_property.php
│   │   │   │       ├── audit_reason.php
│   │   │   │       ├── category.php
│   │   │   │       ├── category_district.php
│   │   │   │       ├── category_group.php
│   │   │   │       ├── category_jobs.php
│   │   │   │       ├── category_major.php
│   │   │   │       ├── common.php
│   │   │   │       ├── company_down_resume.php
│   │   │   │       ├── company_favorites.php
│   │   │   │       ├── company_img.php
│   │   │   │       ├── company_interview.php
│   │   │   │       ├── company_praise.php
│   │   │   │       ├── company_profile.php
│   │   │   │       ├── company_report.php
│   │   │   │       ├── consultant.php
│   │   │   │       ├── crons.php
│   │   │   │       ├── explain.php
│   │   │   │       ├── explain_category.php
│   │   │   │       ├── feedback.php
│   │   │   │       ├── gift.php
│   │   │   │       ├── help.php
│   │   │   │       ├── help_category.php
│   │   │   │       ├── hotword.php
│   │   │   │       ├── hrtools.php
│   │   │   │       ├── hrtools_category.php
│   │   │   │       ├── im_message.php
│   │   │   │       ├── index.html
│   │   │   │       ├── jobs.php
│   │   │   │       ├── jobs_contact.php
│   │   │   │       ├── jobs_search.php
│   │   │   │       ├── jobs_search_key.php
│   │   │   │       ├── jobs_tag.php
│   │   │   │       ├── jobs_tmp.php
│   │   │   │       ├── link.php
│   │   │   │       ├── link_category.php
│   │   │   │       ├── locoyspider.php
│   │   │   │       ├── members.php
│   │   │   │       ├── members_appeal.php
│   │   │   │       ├── members_charge_log.php
│   │   │   │       ├── members_handsel.php
│   │   │   │       ├── members_info.php
│   │   │   │       ├── members_log.php
│   │   │   │       ├── members_points.php
│   │   │   │       ├── members_points_rule.php
│   │   │   │       ├── members_setmeal.php
│   │   │   │       ├── msg.php
│   │   │   │       ├── navigation.php
│   │   │   │       ├── navigation_category.php
│   │   │   │       ├── notice.php
│   │   │   │       ├── notice_category.php
│   │   │   │       ├── order.php
│   │   │   │       ├── order_invoice.php
│   │   │   │       ├── order_invoice_category.php
│   │   │   │       ├── page.php
│   │   │   │       ├── payment.php
│   │   │   │       ├── personal_favorites.php
│   │   │   │       ├── personal_jobs_apply.php
│   │   │   │       ├── personal_service_stick.php
│   │   │   │       ├── personal_service_tag.php
│   │   │   │       ├── personal_service_tag_category.php
│   │   │   │       ├── personal_shield_company.php
│   │   │   │       ├── pms.php
│   │   │   │       ├── pms_sys.php
│   │   │   │       ├── pms_sys_log.php
│   │   │   │       ├── promotion.php
│   │   │   │       ├── refresh_log.php
│   │   │   │       ├── report.php
│   │   │   │       ├── report_resume.php
│   │   │   │       ├── resume.php
│   │   │   │       ├── resume_credent.php
│   │   │   │       ├── resume_education.php
│   │   │   │       ├── resume_entrust.php
│   │   │   │       ├── resume_img.php
│   │   │   │       ├── resume_language.php
│   │   │   │       ├── resume_outward.php
│   │   │   │       ├── resume_project.php
│   │   │   │       ├── resume_search_key.php
│   │   │   │       ├── resume_search_rtime.php
│   │   │   │       ├── resume_training.php
│   │   │   │       ├── resume_work.php
│   │   │   │       ├── setmeal.php
│   │   │   │       ├── share_allowance.php
│   │   │   │       ├── share_allowance_blacklist.php
│   │   │   │       ├── share_allowance_partake.php
│   │   │   │       ├── sms.php
│   │   │   │       ├── sms_config.php
│   │   │   │       ├── sms_oauth.php
│   │   │   │       ├── sms_template.php
│   │   │   │       ├── smsqueue.php
│   │   │   │       ├── subsite.php
│   │   │   │       ├── syslog.php
│   │   │   │       ├── text.php
│   │   │   │       ├── tpl.php
│   │   │   │       ├── view_jobs.php
│   │   │   │       ├── view_resume.php
│   │   │   │       ├── weixin_menu.php
│   │   │   │       └── weixin_msg_list.php
│   │   │   ├── Model
│   │   │   │   ├── AdCategoryModel.class.php
│   │   │   │   ├── AdModel.class.php
│   │   │   │   ├── AdminAuthGroupModel.class.php
│   │   │   │   ├── AdminAuthModel.class.php
│   │   │   │   ├── AdminLogModel.class.php
│   │   │   │   ├── AdminMenuModel.class.php
│   │   │   │   ├── AdminModel.class.php
│   │   │   │   ├── AdminRoleModel.class.php
│   │   │   │   ├── AdvResumeCredentModel.class.php
│   │   │   │   ├── AdvResumeEducationModel.class.php
│   │   │   │   ├── AdvResumeImgModel.class.php
│   │   │   │   ├── AdvResumeLanguageModel.class.php
│   │   │   │   ├── AdvResumeModel.class.php
│   │   │   │   ├── AdvResumeTrainingModel.class.php
│   │   │   │   ├── AdvResumeWorkModel.class.php
│   │   │   │   ├── ApplyModel.class.php
│   │   │   │   ├── ArticleCategoryModel.class.php
│   │   │   │   ├── ArticleModel.class.php
│   │   │   │   ├── ArticlePropertyModel.class.php
│   │   │   │   ├── AuditReasonModel.class.php
│   │   │   │   ├── AuthenticationModel.class.php
│   │   │   │   ├── BadwordModel.class.php
│   │   │   │   ├── BaiduSubmiturlModel.class.php
│   │   │   │   ├── BaiduxmlModel.class.php
│   │   │   │   ├── CategoryDistrictModel.class.php
│   │   │   │   ├── CategoryGroupModel.class.php
│   │   │   │   ├── CategoryJobsModel.class.php
│   │   │   │   ├── CategoryMajorModel.class.php
│   │   │   │   ├── CategoryModel.class.php
│   │   │   │   ├── CompanyDownResumeModel.class.php
│   │   │   │   ├── CompanyFavoritesModel.class.php
│   │   │   │   ├── CompanyImgModel.class.php
│   │   │   │   ├── CompanyInterviewModel.class.php
│   │   │   │   ├── CompanyPraiseModel.class.php
│   │   │   │   ├── CompanyProfileModel.class.php
│   │   │   │   ├── CompanyStatisticsModel.class.php
│   │   │   │   ├── CompanyTplModel.class.php
│   │   │   │   ├── ConfigModel.class.php
│   │   │   │   ├── ConsultantModel.class.php
│   │   │   │   ├── CronsModel.class.php
│   │   │   │   ├── ExplainCategoryModel.class.php
│   │   │   │   ├── ExplainModel.class.php
│   │   │   │   ├── FeedbackModel.class.php
│   │   │   │   ├── GiftModel.class.php
│   │   │   │   ├── HelpCategoryModel.class.php
│   │   │   │   ├── HelpModel.class.php
│   │   │   │   ├── HotwordModel.class.php
│   │   │   │   ├── HrtoolsCategoryModel.class.php
│   │   │   │   ├── HrtoolsModel.class.php
│   │   │   │   ├── ImMessageModel.class.php
│   │   │   │   ├── ImUserModel.class.php
│   │   │   │   ├── JobsContactModel.class.php
│   │   │   │   ├── JobsModel.class.php
│   │   │   │   ├── JobsSearchKeyModel.class.php
│   │   │   │   ├── JobsSearchModel.class.php
│   │   │   │   ├── JobsTagModel.class.php
│   │   │   │   ├── JobsTmpModel.class.php
│   │   │   │   ├── LikeRecordModel.class.php
│   │   │   │   ├── LinkCategoryModel.class.php
│   │   │   │   ├── LinkModel.class.php
│   │   │   │   ├── MembersAppealModel.class.php
│   │   │   │   ├── MembersBindModel.class.php
│   │   │   │   ├── MembersHandselModel.class.php
│   │   │   │   ├── MembersLogModel.class.php
│   │   │   │   ├── MembersModel.class.php
│   │   │   │   ├── MembersPointsModel.class.php
│   │   │   │   ├── MembersPointsRuleModel.class.php
│   │   │   │   ├── MembersSetmealModel.class.php
│   │   │   │   ├── MenuModel.class.php
│   │   │   │   ├── MsgModel.class.php
│   │   │   │   ├── NavigationCategoryModel.class.php
│   │   │   │   ├── NavigationModel.class.php
│   │   │   │   ├── NoticeCategoryModel.class.php
│   │   │   │   ├── NoticeModel.class.php
│   │   │   │   ├── OauthModel.class.php
│   │   │   │   ├── OrderInvoiceCategoryModel.class.php
│   │   │   │   ├── OrderInvoiceModel.class.php
│   │   │   │   ├── OrderModel.class.php
│   │   │   │   ├── PageModel.class.php
│   │   │   │   ├── PaymentModel.class.php
│   │   │   │   ├── PersonalFavoritesModel.class.php
│   │   │   │   ├── PersonalFocusCompanyModel.class.php
│   │   │   │   ├── PersonalJobsApplyModel.class.php
│   │   │   │   ├── PersonalServiceStickLogModel.class.php
│   │   │   │   ├── PersonalServiceStickModel.class.php
│   │   │   │   ├── PersonalServiceTagCategoryModel.class.php
│   │   │   │   ├── PersonalServiceTagLogModel.class.php
│   │   │   │   ├── PersonalServiceTagModel.class.php
│   │   │   │   ├── PersonalShieldCompanyModel.class.php
│   │   │   │   ├── PmsModel.class.php
│   │   │   │   ├── PmsSysModel.class.php
│   │   │   │   ├── PromotionModel.class.php
│   │   │   │   ├── RefreshLogModel.class.php
│   │   │   │   ├── ReportModel.class.php
│   │   │   │   ├── ReportResumeModel.class.php
│   │   │   │   ├── ResumeCredentModel.class.php
│   │   │   │   ├── ResumeEducationModel.class.php
│   │   │   │   ├── ResumeEntrustModel.class.php
│   │   │   │   ├── ResumeImgModel.class.php
│   │   │   │   ├── ResumeIndexModel.class.php
│   │   │   │   ├── ResumeLanguageModel.class.php
│   │   │   │   ├── ResumeModel.class.php
│   │   │   │   ├── ResumeOutwardModel.class.php
│   │   │   │   ├── ResumeProjectModel.class.php
│   │   │   │   ├── ResumeTplModel.class.php
│   │   │   │   ├── ResumeTrainingModel.class.php
│   │   │   │   ├── ResumeWorkModel.class.php
│   │   │   │   ├── SetmealIncrementModel.class.php
│   │   │   │   ├── SetmealModel.class.php
│   │   │   │   ├── ShareAllowanceBlacklistModel.class.php
│   │   │   │   ├── ShareAllowanceModel.class.php
│   │   │   │   ├── ShareAllowancePartakeModel.class.php
│   │   │   │   ├── SmsConfigModel.class.php
│   │   │   │   ├── SmsModel.class.php
│   │   │   │   ├── SmsTemplatesModel.class.php
│   │   │   │   ├── SmsqueueModel.class.php
│   │   │   │   ├── SubsiteModel.class.php
│   │   │   │   ├── SyslogModel.class.php
│   │   │   │   ├── TaskLogModel.class.php
│   │   │   │   ├── TaskModel.class.php
│   │   │   │   ├── TextModel.class.php
│   │   │   │   ├── TplModel.class.php
│   │   │   │   ├── UcConfigModel.class.php
│   │   │   │   ├── VideoInterviewModel.class.php
│   │   │   │   ├── ViewJobsModel.class.php
│   │   │   │   ├── ViewResumeModel.class.php
│   │   │   │   ├── WeixinConfigModel.class.php
│   │   │   │   ├── WeixinMenuModel.class.php
│   │   │   │   ├── WeixinMsgListModel.class.php
│   │   │   │   └── WeixinTplMsgModel.class.php
│   │   │   ├── ORG
│   │   │   │   ├── Dir.class.php
│   │   │   │   ├── Http.class.php
│   │   │   │   ├── Image.class.php
│   │   │   │   ├── Input.class.php
│   │   │   │   ├── IpLocation
│   │   │   │   │   └── UTFWry.dat
│   │   │   │   ├── IpLocation.class.php
│   │   │   │   ├── JSMin.class.php
│   │   │   │   ├── Page.class.php
│   │   │   │   ├── Qrcode.class.php
│   │   │   │   ├── SPWord.class.php
│   │   │   │   ├── SphinxClient.class.php
│   │   │   │   ├── String.class.php
│   │   │   │   ├── TLSSigAPIv2.class.php
│   │   │   │   ├── ThinkImage
│   │   │   │   │   └── Driver
│   │   │   │   │       ├── BMP.class.php.php
│   │   │   │   │       ├── GIF.class.php
│   │   │   │   │       ├── ImageGd.class.php
│   │   │   │   │       └── ImageImagick.class.php
│   │   │   │   ├── ThinkImage.class.php
│   │   │   │   ├── Tree.class.php
│   │   │   │   ├── UploadFile.class.php
│   │   │   │   ├── Url.class.php
│   │   │   │   ├── font
│   │   │   │   │   └── font.ttf
│   │   │   │   ├── qiniu.class.php
│   │   │   │   └── qiniuSDK
│   │   │   │       ├── CHANGELOG.md
│   │   │   │       ├── CONTRIBUTING.md
│   │   │   │       ├── LICENSE
│   │   │   │       ├── README.md
│   │   │   │       ├── autoload.php
│   │   │   │       ├── composer.json
│   │   │   │       ├── examples
│   │   │   │       │   ├── README.md
│   │   │   │       │   ├── auth.php
│   │   │   │       │   ├── bucket_mgr.php
│   │   │   │       │   ├── bucket_mgr_init.php
│   │   │   │       │   ├── callback.php
│   │   │   │       │   ├── cdn_manager.php
│   │   │   │       │   ├── download_token.php
│   │   │   │       │   ├── fetch.php
│   │   │   │       │   ├── file_copy.php
│   │   │   │       │   ├── file_delete.php
│   │   │   │       │   ├── file_move.php
│   │   │   │       │   ├── file_stat.php
│   │   │   │       │   ├── image_url_builder.php
│   │   │   │       │   ├── list_file.php
│   │   │   │       │   ├── mkzip.php
│   │   │   │       │   ├── notify.php
│   │   │   │       │   ├── persistent_fop.php
│   │   │   │       │   ├── persistent_fop_init.php
│   │   │   │       │   ├── persistent_fop_status.php
│   │   │   │       │   ├── pfop_vframe.php
│   │   │   │       │   ├── pfop_watermark.php
│   │   │   │       │   ├── php-logo.png
│   │   │   │       │   ├── qetag.php
│   │   │   │       │   ├── up.php
│   │   │   │       │   ├── upload.php
│   │   │   │       │   ├── upload_and_callback.php
│   │   │   │       │   ├── upload_and_pfop.php
│   │   │   │       │   ├── upload_mgr_init.php
│   │   │   │       │   └── upload_token.php
│   │   │   │       ├── phpunit.xml.dist
│   │   │   │       ├── src
│   │   │   │       │   └── Qiniu
│   │   │   │       │       ├── Auth.php
│   │   │   │       │       ├── Cdn
│   │   │   │       │       │   └── CdnManager.php
│   │   │   │       │       ├── Config.php
│   │   │   │       │       ├── Etag.php
│   │   │   │       │       ├── Http
│   │   │   │       │       │   ├── Client.php
│   │   │   │       │       │   ├── Error.php
│   │   │   │       │       │   ├── Request.php
│   │   │   │       │       │   └── Response.php
│   │   │   │       │       ├── Processing
│   │   │   │       │       │   ├── ImageUrlBuilder.php
│   │   │   │       │       │   ├── Operation.php
│   │   │   │       │       │   └── PersistentFop.php
│   │   │   │       │       ├── Storage
│   │   │   │       │       │   ├── BucketManager.php
│   │   │   │       │       │   ├── FormUploader.php
│   │   │   │       │       │   ├── ResumeUploader.php
│   │   │   │       │       │   └── UploadManager.php
│   │   │   │       │       ├── Zone.php
│   │   │   │       │       └── functions.php
│   │   │   │       └── tests
│   │   │   │           ├── Qiniu
│   │   │   │           │   └── Tests
│   │   │   │           │       ├── AuthTest.php
│   │   │   │           │       ├── Base64Test.php
│   │   │   │           │       ├── BucketTest.php
│   │   │   │           │       ├── Crc32Test.php
│   │   │   │           │       ├── DownloadTest.php
│   │   │   │           │       ├── EtagTest.php
│   │   │   │           │       ├── FopTest.php
│   │   │   │           │       ├── FormUpTest.php
│   │   │   │           │       ├── HttpTest.php
│   │   │   │           │       ├── ImageUrlBuilderTest.php
│   │   │   │           │       ├── PfopTest.php
│   │   │   │           │       ├── ResumeUpTest.php
│   │   │   │           │       └── ZoneTest.php
│   │   │   │           └── bootstrap.php
│   │   │   ├── index.html
│   │   │   ├── qscmslib
│   │   │   │   ├── Jssdk.class.php
│   │   │   │   ├── baiduXML.class.php
│   │   │   │   ├── captcha
│   │   │   │   │   ├── GeetestLib.class.php
│   │   │   │   │   ├── TencentLib.class.php
│   │   │   │   │   └── VaptchaLib.class.php
│   │   │   │   ├── captcha.class.php
│   │   │   │   ├── encrypt_method
│   │   │   │   │   ├── 0.php
│   │   │   │   │   ├── 1.php
│   │   │   │   │   ├── 2.php
│   │   │   │   │   └── 4.php
│   │   │   │   ├── gate
│   │   │   │   │   └── gate_config.php
│   │   │   │   ├── get_dir_file.class.php
│   │   │   │   ├── im.class.php
│   │   │   │   ├── index.html
│   │   │   │   ├── ipcloud.class.php
│   │   │   │   ├── oauth
│   │   │   │   │   ├── qq
│   │   │   │   │   │   ├── info.php
│   │   │   │   │   │   ├── qq.class.php
│   │   │   │   │   │   └── qq.php
│   │   │   │   │   ├── sina
│   │   │   │   │   │   ├── info.php
│   │   │   │   │   │   ├── saetv2.ex.class.php
│   │   │   │   │   │   └── sina.php
│   │   │   │   │   ├── taobao
│   │   │   │   │   │   ├── info.php
│   │   │   │   │   │   ├── taobao.class.php
│   │   │   │   │   │   └── taobao.php
│   │   │   │   │   └── weixin
│   │   │   │   │       ├── weixin.class.php
│   │   │   │   │       └── weixin.php
│   │   │   │   ├── oauth.class.php
│   │   │   │   ├── passport
│   │   │   │   │   ├── default.php
│   │   │   │   │   └── sitegroup.php
│   │   │   │   ├── passport.class.php
│   │   │   │   ├── pay
│   │   │   │   │   ├── alipay
│   │   │   │   │   │   ├── AppPay
│   │   │   │   │   │   │   ├── AopSdk.php
│   │   │   │   │   │   │   ├── aop
│   │   │   │   │   │   │   │   ├── AlipayMobilePublicMultiMediaClient.php
│   │   │   │   │   │   │   │   ├── AlipayMobilePublicMultiMediaExecute.php
│   │   │   │   │   │   │   │   ├── AopClient.class.php
│   │   │   │   │   │   │   │   ├── AopEncrypt.php
│   │   │   │   │   │   │   │   ├── EncryptParseItem.php
│   │   │   │   │   │   │   │   ├── EncryptResponseData.php
│   │   │   │   │   │   │   │   ├── SignData.php
│   │   │   │   │   │   │   │   ├── request
│   │   │   │   │   │   │   │   │   └── AlipayTradeAppPayRequest.class.php
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │       └── TestImage.php
│   │   │   │   │   │   │   ├── lotusphp_runtime
│   │   │   │   │   │   │   │   ├── Autoloader
│   │   │   │   │   │   │   │   │   └── Autoloader.php
│   │   │   │   │   │   │   │   ├── Cache
│   │   │   │   │   │   │   │   │   ├── Adapter
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapter.php
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapterApc.php
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapterEAccelerator.php
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapterFile.php
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapterMemcache.php
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapterMemcached.php
│   │   │   │   │   │   │   │   │   │   ├── CacheAdapterPhps.php
│   │   │   │   │   │   │   │   │   │   └── CacheAdapterXcache.php
│   │   │   │   │   │   │   │   │   ├── Cache.php
│   │   │   │   │   │   │   │   │   ├── CacheAdapterFactory.php
│   │   │   │   │   │   │   │   │   ├── CacheConfigBuilder.php
│   │   │   │   │   │   │   │   │   ├── CacheConnectionManager.php
│   │   │   │   │   │   │   │   │   ├── CacheHandle.php
│   │   │   │   │   │   │   │   │   └── QueryEngine
│   │   │   │   │   │   │   │   │       └── TableDataGateway
│   │   │   │   │   │   │   │   │           └── CacheTableDataGateway.php
│   │   │   │   │   │   │   │   ├── Captcha
│   │   │   │   │   │   │   │   │   ├── Captcha.php
│   │   │   │   │   │   │   │   │   ├── CaptchaImageEngine.php
│   │   │   │   │   │   │   │   │   └── fonts
│   │   │   │   │   │   │   │   │       ├── AntykwaBold.ttf
│   │   │   │   │   │   │   │   │       ├── Candice.ttf
│   │   │   │   │   │   │   │   │       ├── Ding-DongDaddyO.ttf
│   │   │   │   │   │   │   │   │       ├── Duality.ttf
│   │   │   │   │   │   │   │   │       ├── Jura.ttf
│   │   │   │   │   │   │   │   │       ├── StayPuft.ttf
│   │   │   │   │   │   │   │   │       ├── TimesNewRomanBold.ttf
│   │   │   │   │   │   │   │   │       └── VeraSansBold.ttf
│   │   │   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   │   │   ├── ConfigExpression.php
│   │   │   │   │   │   │   │   ├── Cookie
│   │   │   │   │   │   │   │   │   └── Cookie.php
│   │   │   │   │   │   │   │   ├── DB
│   │   │   │   │   │   │   │   │   ├── Adapter
│   │   │   │   │   │   │   │   │   │   ├── ConnectionAdapter
│   │   │   │   │   │   │   │   │   │   │   ├── DbConnectionAdapter.php
│   │   │   │   │   │   │   │   │   │   │   ├── DbConnectionAdapterMysql.php
│   │   │   │   │   │   │   │   │   │   │   ├── DbConnectionAdapterMysqli.php
│   │   │   │   │   │   │   │   │   │   │   ├── DbConnectionAdapterPdo.php
│   │   │   │   │   │   │   │   │   │   │   ├── DbConnectionAdapterPgsql.php
│   │   │   │   │   │   │   │   │   │   │   └── DbConnectionAdapterSqlite.php
│   │   │   │   │   │   │   │   │   │   └── SqlAdapter
│   │   │   │   │   │   │   │   │   │       ├── DbSqlAdapter.php
│   │   │   │   │   │   │   │   │   │       ├── DbSqlAdapterMysql.php
│   │   │   │   │   │   │   │   │   │       ├── DbSqlAdapterPgsql.php
│   │   │   │   │   │   │   │   │   │       └── DbSqlAdapterSqlite.php
│   │   │   │   │   │   │   │   │   ├── Db.php
│   │   │   │   │   │   │   │   │   ├── DbAdapterFactory.php
│   │   │   │   │   │   │   │   │   ├── DbConfigBuilder.php
│   │   │   │   │   │   │   │   │   ├── DbConnectionManager.php
│   │   │   │   │   │   │   │   │   ├── DbHandle.php
│   │   │   │   │   │   │   │   │   ├── DbSqlExpression.php
│   │   │   │   │   │   │   │   │   └── QueryEngine
│   │   │   │   │   │   │   │   │       ├── SqlMap
│   │   │   │   │   │   │   │   │       │   ├── AbstractDbSqlMapFilterObject.php
│   │   │   │   │   │   │   │   │       │   ├── DbSqlMapClient.php
│   │   │   │   │   │   │   │   │       │   └── DbSqlMapResultFactory.php
│   │   │   │   │   │   │   │   │       └── TableDataGateway
│   │   │   │   │   │   │   │   │           ├── DbTableDataGateway.php
│   │   │   │   │   │   │   │   │           ├── DbTableRelation.php
│   │   │   │   │   │   │   │   │           └── DbWhereCondition.php
│   │   │   │   │   │   │   │   ├── Inflector
│   │   │   │   │   │   │   │   │   └── Inflector.php
│   │   │   │   │   │   │   │   ├── Logger
│   │   │   │   │   │   │   │   │   └── Logger.php
│   │   │   │   │   │   │   │   ├── Lotus.php
│   │   │   │   │   │   │   │   ├── MVC
│   │   │   │   │   │   │   │   │   ├── Action.php
│   │   │   │   │   │   │   │   │   ├── Component.php
│   │   │   │   │   │   │   │   │   ├── Context.php
│   │   │   │   │   │   │   │   │   ├── Dispatcher.php
│   │   │   │   │   │   │   │   │   ├── TemplateView.php
│   │   │   │   │   │   │   │   │   └── View.php
│   │   │   │   │   │   │   │   ├── ObjectUtil
│   │   │   │   │   │   │   │   │   └── ObjectUtil.php
│   │   │   │   │   │   │   │   ├── Pagination
│   │   │   │   │   │   │   │   │   └── Pagination.php
│   │   │   │   │   │   │   │   ├── RBAC
│   │   │   │   │   │   │   │   │   └── Rbac.php
│   │   │   │   │   │   │   │   ├── Router
│   │   │   │   │   │   │   │   │   └── Router.php
│   │   │   │   │   │   │   │   ├── Session
│   │   │   │   │   │   │   │   │   ├── Session.php
│   │   │   │   │   │   │   │   │   ├── SessionStore
│   │   │   │   │   │   │   │   │   └── Store
│   │   │   │   │   │   │   │   │       ├── SessionStoreFile.php
│   │   │   │   │   │   │   │   │       ├── SessionStoreMemcache.php
│   │   │   │   │   │   │   │   │       ├── SessionStoreMysql.php
│   │   │   │   │   │   │   │   │       └── SessionStoreSqlite.php
│   │   │   │   │   │   │   │   ├── Store.php
│   │   │   │   │   │   │   │   ├── StoreFile.php
│   │   │   │   │   │   │   │   ├── StoreMemory.php
│   │   │   │   │   │   │   │   ├── Url
│   │   │   │   │   │   │   │   │   └── Url.php
│   │   │   │   │   │   │   │   ├── Validator
│   │   │   │   │   │   │   │   │   ├── Validator.php
│   │   │   │   │   │   │   │   │   └── ValidatorDtd.php
│   │   │   │   │   │   │   │   ├── XML
│   │   │   │   │   │   │   │   │   └── Xml.php
│   │   │   │   │   │   │   │   └── shortcut.php
│   │   │   │   │   │   │   └── version.txt
│   │   │   │   │   │   ├── Corefunction.php
│   │   │   │   │   │   ├── Md5function.php
│   │   │   │   │   │   ├── Notify.php
│   │   │   │   │   │   ├── Submit.php
│   │   │   │   │   │   └── alipay.class.php
│   │   │   │   │   ├── tenpay
│   │   │   │   │   │   ├── PayRequestHandler.class.php
│   │   │   │   │   │   ├── PayResponseHandler.class.php
│   │   │   │   │   │   ├── RequestHandler.class.php
│   │   │   │   │   │   ├── ResponseHandler.class.php
│   │   │   │   │   │   └── tenpay.class.php
│   │   │   │   │   └── wxpay
│   │   │   │   │       ├── WxPay.Api.php
│   │   │   │   │       ├── WxPay.Config.php
│   │   │   │   │       ├── WxPay.Data.php
│   │   │   │   │       ├── WxPay.Exception.php
│   │   │   │   │       ├── WxPay.H5Pay.php
│   │   │   │   │       ├── WxPay.JsApiPay.php
│   │   │   │   │       ├── WxPay.MchPackagePay.php
│   │   │   │   │       ├── WxPay.MchPay.php
│   │   │   │   │       ├── WxPay.MicroPay.php
│   │   │   │   │       ├── WxPay.NativePay.php
│   │   │   │   │       ├── WxPay.Notify.php
│   │   │   │   │       ├── cert
│   │   │   │   │       │   ├── apiclient_cert.p12
│   │   │   │   │       │   ├── apiclient_cert.pem
│   │   │   │   │       │   ├── apiclient_key.pem
│   │   │   │   │       │   ├── rootca.pem
│   │   │   │   │       │   └── 证书使用说明.txt
│   │   │   │   │       └── wxpay.class.php
│   │   │   │   ├── pay.class.php
│   │   │   │   ├── phpzip.class.php
│   │   │   │   ├── pinyin.class.php
│   │   │   │   ├── push
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── jpush
│   │   │   │   │       ├── AdminClient.php
│   │   │   │   │       ├── Client.php
│   │   │   │   │       ├── Config.php
│   │   │   │   │       ├── DevicePayload.php
│   │   │   │   │       ├── Exceptions
│   │   │   │   │       │   ├── APIConnectionException.php
│   │   │   │   │       │   ├── APIRequestException.php
│   │   │   │   │       │   ├── JPushException.php
│   │   │   │   │       │   └── ServiceNotAvaliable.php
│   │   │   │   │       ├── Http.php
│   │   │   │   │       ├── PushPayload.php
│   │   │   │   │       ├── ReportPayload.php
│   │   │   │   │       ├── SchedulePayload.php
│   │   │   │   │       ├── index.html
│   │   │   │   │       ├── jpush.class.php
│   │   │   │   │       └── version.php
│   │   │   │   ├── push.class.php
│   │   │   │   ├── sms
│   │   │   │   │   ├── alidayu
│   │   │   │   │   │   ├── Autoloader.php
│   │   │   │   │   │   ├── AutoloaderDayu.php
│   │   │   │   │   │   ├── TopSdk.php
│   │   │   │   │   │   ├── alidayu.class.php
│   │   │   │   │   │   ├── aliyun
│   │   │   │   │   │   │   └── AliyunClient.php
│   │   │   │   │   │   ├── test.php
│   │   │   │   │   │   └── top
│   │   │   │   │   │       ├── ApplicationVar.php
│   │   │   │   │   │       ├── ClusterTopClient.php
│   │   │   │   │   │       ├── HttpdnsGetRequest.php
│   │   │   │   │   │       ├── RequestCheckUtil.php
│   │   │   │   │   │       ├── ResultSet.php
│   │   │   │   │   │       ├── SpiUtils.php
│   │   │   │   │   │       ├── TopClient.php
│   │   │   │   │   │       ├── TopLogger.php
│   │   │   │   │   │       ├── domain
│   │   │   │   │   │       │   ├── Area.php
│   │   │   │   │   │       │   ├── BizResult.php
│   │   │   │   │   │       │   ├── FcPartnerSmsDetailDto.php
│   │   │   │   │   │       │   ├── KfcSearchResult.php
│   │   │   │   │   │       │   ├── Subtask.php
│   │   │   │   │   │       │   └── Task.php
│   │   │   │   │   │       ├── httpdns.conf
│   │   │   │   │   │       └── request
│   │   │   │   │   │           ├── AlibabaAliqinFcSmsNumQueryRequest.php
│   │   │   │   │   │           ├── AlibabaAliqinFcSmsNumSendRequest.php
│   │   │   │   │   │           ├── AlibabaAliqinFcTtsNumSinglecallRequest.php
│   │   │   │   │   │           ├── AlibabaAliqinFcVoiceNumDoublecallRequest.php
│   │   │   │   │   │           ├── AlibabaAliqinFcVoiceNumSinglecallRequest.php
│   │   │   │   │   │           ├── AlibabaGeoipGetRequest.php
│   │   │   │   │   │           ├── AppipGetRequest.php
│   │   │   │   │   │           ├── AreasGetRequest.php
│   │   │   │   │   │           ├── HttpdnsGetRequest.php
│   │   │   │   │   │           ├── KfcKeywordSearchRequest.php
│   │   │   │   │   │           ├── TimeGetRequest.php
│   │   │   │   │   │           ├── TopAuthTokenCreateRequest.php
│   │   │   │   │   │           ├── TopAuthTokenRefreshRequest.php
│   │   │   │   │   │           ├── TopIpoutGetRequest.php
│   │   │   │   │   │           ├── TopatsResultGetRequest.php
│   │   │   │   │   │           └── TopatsTaskDeleteRequest.php
│   │   │   │   │   ├── dingdongyu
│   │   │   │   │   │   └── dingdongyu.class.php
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── qscms
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── qscms.class.php
│   │   │   │   │   └── sioo
│   │   │   │   │       └── sioo.class.php
│   │   │   │   ├── sms.class.php
│   │   │   │   ├── talent.class.php
│   │   │   │   ├── user_visitor.class.php
│   │   │   │   ├── weixin.class.php
│   │   │   │   ├── word.class.php
│   │   │   │   ├── wxBizMsgCrypt
│   │   │   │   │   ├── ErrorCode.class.php
│   │   │   │   │   ├── PKCS7Encoder.class.php
│   │   │   │   │   ├── Prpcrypt.class.php
│   │   │   │   │   ├── SHA1.class.php
│   │   │   │   │   ├── WXBizMsgCrypt.class.php
│   │   │   │   │   └── XMLParse.class.php
│   │   │   │   └── wx_oauth.class.php
│   │   │   └── qscmstag
│   │   │       ├── adTag.class.php
│   │   │       ├── careerTag.class.php
│   │   │       ├── career_showTag.class.php
│   │   │       ├── classifyTag.class.php
│   │   │       ├── company_jobs_listTag.class.php
│   │   │       ├── company_listTag.class.php
│   │   │       ├── company_showTag.class.php
│   │   │       ├── explain_listTag.class.php
│   │   │       ├── explain_showTag.class.php
│   │   │       ├── goods_exchange_listTag.class.php
│   │   │       ├── goods_listTag.class.php
│   │   │       ├── goods_showTag.class.php
│   │   │       ├── gworker_jobs_listTag.class.php
│   │   │       ├── gworker_jobs_showTag.class.php
│   │   │       ├── help_categoryTag.class.php
│   │   │       ├── help_listTag.class.php
│   │   │       ├── help_showTag.class.php
│   │   │       ├── hotwordTag.class.php
│   │   │       ├── house_rent_listTag.class.php
│   │   │       ├── house_rent_showTag.class.php
│   │   │       ├── house_seek_listTag.class.php
│   │   │       ├── house_seek_showTag.class.php
│   │   │       ├── hrtools_categoryTag.class.php
│   │   │       ├── hrtools_listTag.class.php
│   │   │       ├── index.html
│   │   │       ├── interviewTag.class.php
│   │   │       ├── interview_showTag.class.php
│   │   │       ├── jobfair_exhibitors_listTag.class.php
│   │   │       ├── jobfair_listTag.class.php
│   │   │       ├── jobfair_showTag.class.php
│   │   │       ├── jobs_listTag.class.php
│   │   │       ├── jobs_showTag.class.php
│   │   │       ├── linkTag.class.php
│   │   │       ├── loadTag.class.php
│   │   │       ├── navTag.class.php
│   │   │       ├── news_categoryTag.class.php
│   │   │       ├── news_listTag.class.php
│   │   │       ├── news_propertyTag.class.php
│   │   │       ├── news_showTag.class.php
│   │   │       ├── notice_listTag.class.php
│   │   │       ├── notice_showTag.class.php
│   │   │       ├── pageinfoTag.class.php
│   │   │       ├── parttime_jobs_listTag.class.php
│   │   │       ├── parttime_jobs_showTag.class.php
│   │   │       ├── resume_listTag.class.php
│   │   │       ├── resume_showTag.class.php
│   │   │       ├── school_election_listTag.class.php
│   │   │       ├── school_election_showTag.class.php
│   │   │       ├── school_listTag.class.php
│   │   │       ├── school_showTag.class.php
│   │   │       ├── school_talk_listTag.class.php
│   │   │       ├── school_talk_showTag.class.php
│   │   │       ├── senior_jobfair_exhibitors_listTag.class.php
│   │   │       ├── senior_jobfair_listTag.class.php
│   │   │       ├── senior_jobfair_showTag.class.php
│   │   │       ├── store_recruit_listTag.class.php
│   │   │       ├── store_recruit_showTag.class.php
│   │   │       ├── store_tenement_listTag.class.php
│   │   │       ├── store_tenement_showTag.class.php
│   │   │       ├── store_transfer_listTag.class.php
│   │   │       ├── store_transfer_showTag.class.php
│   │   │       ├── subjectTag.class.php
│   │   │       ├── subject_companyTag.class.php
│   │   │       ├── subject_personalTag.class.php
│   │   │       ├── subject_showTag.class.php
│   │   │       ├── subsiteTag.class.php
│   │   │       └── textTag.class.php
│   │   ├── Home
│   │   │   ├── Common
│   │   │   │   └── index.html
│   │   │   ├── Conf
│   │   │   │   ├── config.php
│   │   │   │   └── index.html
│   │   │   ├── Controller
│   │   │   │   ├── AbcController.class.php
│   │   │   │   ├── AccountMigrationController.class.php
│   │   │   │   ├── AdvPersonalController.class.php
│   │   │   │   ├── AjaxCommonController.class.php
│   │   │   │   ├── AjaxCompanyController.class.php
│   │   │   │   ├── AjaxPersonalController.class.php
│   │   │   │   ├── ApiController.class.php
│   │   │   │   ├── BeidiaoController.class.php
│   │   │   │   ├── CallbackController.class.php
│   │   │   │   ├── CaptchaController.class.php
│   │   │   │   ├── CompanyController.class.php
│   │   │   │   ├── CompanyServiceController.class.php
│   │   │   │   ├── CreateQrcodeController.class.php
│   │   │   │   ├── DownloadController.class.php
│   │   │   │   ├── EmptyController.class.php
│   │   │   │   ├── ExplainController.class.php
│   │   │   │   ├── HelpController.class.php
│   │   │   │   ├── HrtoolsController.class.php
│   │   │   │   ├── IndexController.class.php
│   │   │   │   ├── JobsController.class.php
│   │   │   │   ├── MController.class.php
│   │   │   │   ├── MembersController.class.php
│   │   │   │   ├── NewsController.class.php
│   │   │   │   ├── NoticeController.class.php
│   │   │   │   ├── PersonalController.class.php
│   │   │   │   ├── PersonalServiceController.class.php
│   │   │   │   ├── QrcodeController.class.php
│   │   │   │   ├── ResumeController.class.php
│   │   │   │   ├── SchoolController.class.php
│   │   │   │   ├── SitegroupController.class.php
│   │   │   │   ├── SubsiteController.class.php
│   │   │   │   ├── SuggestController.class.php
│   │   │   │   ├── UploadController.class.php
│   │   │   │   ├── ViController.class.php
│   │   │   │   ├── WeixinController.class.php
│   │   │   │   └── index.html
│   │   │   ├── Install
│   │   │   │   ├── index.html
│   │   │   │   ├── install_version.php
│   │   │   │   ├── module_ico.jpg
│   │   │   │   ├── upgrade_log.txt
│   │   │   │   └── version.php
│   │   │   ├── Lang
│   │   │   │   ├── index.html
│   │   │   │   └── zh-cn
│   │   │   │       ├── index.html
│   │   │   │       └── school.php
│   │   │   ├── Model
│   │   │   │   └── index.html
│   │   │   ├── View
│   │   │   │   ├── default
│   │   │   │   │   ├── AccountMigration
│   │   │   │   │   │   ├── apply_finish.html
│   │   │   │   │   │   ├── auth_mobile.html
│   │   │   │   │   │   ├── cancellation.html
│   │   │   │   │   │   ├── check_mobile_fail.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── migration_done.html
│   │   │   │   │   ├── AdvPersonal
│   │   │   │   │   │   ├── adv_index.html
│   │   │   │   │   │   └── adv_resume.html
│   │   │   │   │   ├── AjaxCommon
│   │   │   │   │   │   ├── ajax_login.html
│   │   │   │   │   │   ├── ajax_regisiter.html
│   │   │   │   │   │   ├── apply_job_percent_tip.html
│   │   │   │   │   │   ├── batch_delivery_fail.html
│   │   │   │   │   │   ├── batch_delivery_success.html
│   │   │   │   │   │   ├── create_resume_success.html
│   │   │   │   │   │   ├── header_min.html
│   │   │   │   │   │   ├── index_jobs_list.html
│   │   │   │   │   │   ├── index_news_list.html
│   │   │   │   │   │   ├── index_resume_list.html
│   │   │   │   │   │   ├── login.html
│   │   │   │   │   │   ├── report_job.html
│   │   │   │   │   │   ├── report_resume.html
│   │   │   │   │   │   ├── resume_add_dig.html
│   │   │   │   │   │   └── sub_header_min.html
│   │   │   │   │   ├── Callback
│   │   │   │   │   │   └── wx_scan_success.html
│   │   │   │   │   ├── Company
│   │   │   │   │   │   ├── ajax_tpl
│   │   │   │   │   │   │   ├── ajax_com_info_saved.html
│   │   │   │   │   │   │   ├── ajax_complaint_consultant.html
│   │   │   │   │   │   │   ├── ajax_get_statistics.html
│   │   │   │   │   │   │   ├── ajax_interview.html
│   │   │   │   │   │   │   ├── ajax_job_refresh.html
│   │   │   │   │   │   │   ├── ajax_jobs_stick_emergency.html
│   │   │   │   │   │   │   ├── ajax_remark_img.html
│   │   │   │   │   │   │   ├── ajax_resume_download.html
│   │   │   │   │   │   │   ├── ajax_resume_list.html
│   │   │   │   │   │   │   ├── ajax_rpo.html
│   │   │   │   │   │   │   ├── ajax_show_interview.html
│   │   │   │   │   │   │   ├── ajax_show_message.html
│   │   │   │   │   │   │   ├── ajax_show_video_interview.html
│   │   │   │   │   │   │   └── statistics_list.html
│   │   │   │   │   │   ├── allowance.html
│   │   │   │   │   │   ├── com_auth.html
│   │   │   │   │   │   ├── com_img.html
│   │   │   │   │   │   ├── com_info.html
│   │   │   │   │   │   ├── company_tpl.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── index_footer.html
│   │   │   │   │   │   ├── index_header.html
│   │   │   │   │   │   ├── jobfair_enact.html
│   │   │   │   │   │   ├── jobfair_list.html
│   │   │   │   │   │   ├── jobs_add.html
│   │   │   │   │   │   ├── jobs_apply.html
│   │   │   │   │   │   ├── jobs_interview.html
│   │   │   │   │   │   ├── jobs_list.html
│   │   │   │   │   │   ├── jobs_list_all.html
│   │   │   │   │   │   ├── jobs_tmp.html
│   │   │   │   │   │   ├── jobs_viewlog.html
│   │   │   │   │   │   ├── left_complaint.html
│   │   │   │   │   │   ├── left_jobfair.html
│   │   │   │   │   │   ├── left_jobs.html
│   │   │   │   │   │   ├── left_resumes.html
│   │   │   │   │   │   ├── left_seniorjobfair.html
│   │   │   │   │   │   ├── left_service.html
│   │   │   │   │   │   ├── left_user.html
│   │   │   │   │   │   ├── microposte_jobs.html
│   │   │   │   │   │   ├── microposte_list.html
│   │   │   │   │   │   ├── mobile_recruit.html
│   │   │   │   │   │   ├── mobile_recruit_statistics.html
│   │   │   │   │   │   ├── order_list.html
│   │   │   │   │   │   ├── pms_consult.html
│   │   │   │   │   │   ├── pms_sys.html
│   │   │   │   │   │   ├── resume_down.html
│   │   │   │   │   │   ├── resume_favorites.html
│   │   │   │   │   │   ├── resume_viewlog.html
│   │   │   │   │   │   ├── seniorjobfair_enact.html
│   │   │   │   │   │   ├── seniorjobfair_list.html
│   │   │   │   │   │   ├── service
│   │   │   │   │   │   │   ├── explain.html
│   │   │   │   │   │   │   ├── famous_add.html
│   │   │   │   │   │   │   ├── gifts.html
│   │   │   │   │   │   │   ├── increment.html
│   │   │   │   │   │   │   ├── increment_add_auto_refresh_jobs.html
│   │   │   │   │   │   │   ├── increment_add_resume_sms.html
│   │   │   │   │   │   │   ├── increment_add_stick_emergency.html
│   │   │   │   │   │   │   ├── increment_add_tpl.html
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   ├── order_detail.html
│   │   │   │   │   │   │   ├── order_detail_nopay.html
│   │   │   │   │   │   │   ├── order_list.html
│   │   │   │   │   │   │   ├── order_list_goods.html
│   │   │   │   │   │   │   ├── order_pay_finish.html
│   │   │   │   │   │   │   ├── points.html
│   │   │   │   │   │   │   ├── points_add.html
│   │   │   │   │   │   │   ├── points_detail.html
│   │   │   │   │   │   │   ├── rpo.html
│   │   │   │   │   │   │   ├── rpo_list.html
│   │   │   │   │   │   │   ├── setmeal_add.html
│   │   │   │   │   │   │   ├── setmeal_detail.html
│   │   │   │   │   │   │   ├── share_allowance.html
│   │   │   │   │   │   │   └── share_allowance_explain.html
│   │   │   │   │   │   ├── statistics_apply.html
│   │   │   │   │   │   ├── statistics_viewjobs.html
│   │   │   │   │   │   ├── statistics_visitor.html
│   │   │   │   │   │   ├── subject_list.html
│   │   │   │   │   │   ├── user_loginlog.html
│   │   │   │   │   │   ├── user_security.html
│   │   │   │   │   │   └── video_interview.html
│   │   │   │   │   ├── Config
│   │   │   │   │   │   ├── config_ads.php
│   │   │   │   │   │   ├── info.txt
│   │   │   │   │   │   └── thumbnail.jpg
│   │   │   │   │   ├── Emailtpl
│   │   │   │   │   │   └── word_resume.html
│   │   │   │   │   ├── Explain
│   │   │   │   │   │   └── explain_show.html
│   │   │   │   │   ├── Help
│   │   │   │   │   │   ├── help_list.html
│   │   │   │   │   │   ├── help_show.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Hrtools
│   │   │   │   │   │   ├── hrtools_list.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Index
│   │   │   │   │   │   ├── ajax_recommend_jobs.html
│   │   │   │   │   │   ├── ajax_recommend_resume.html
│   │   │   │   │   │   ├── ajax_user_info.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── subsite.html
│   │   │   │   │   ├── Jobs
│   │   │   │   │   │   ├── company_list.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── jobs_list.html
│   │   │   │   │   │   └── jobs_map.html
│   │   │   │   │   ├── M
│   │   │   │   │   │   ├── android.html
│   │   │   │   │   │   ├── ios.html
│   │   │   │   │   │   ├── touch.html
│   │   │   │   │   │   └── weixin.html
│   │   │   │   │   ├── Members
│   │   │   │   │   │   ├── agreement.html
│   │   │   │   │   │   ├── ajax_auth_mobile.html
│   │   │   │   │   │   ├── ajax_modify_pwd.html
│   │   │   │   │   │   ├── ajax_modify_uname.html
│   │   │   │   │   │   ├── ajax_warning.html
│   │   │   │   │   │   ├── apilogin_binding.html
│   │   │   │   │   │   ├── appeal_user.html
│   │   │   │   │   │   ├── choose_members.html
│   │   │   │   │   │   ├── company_add.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── login.html
│   │   │   │   │   │   ├── members_agreement.html
│   │   │   │   │   │   ├── reg_email_activate.html
│   │   │   │   │   │   ├── user_getpass.html
│   │   │   │   │   │   ├── user_retrieve_email.html
│   │   │   │   │   │   ├── user_setpass.html
│   │   │   │   │   │   └── user_setpass_sucess.html
│   │   │   │   │   ├── News
│   │   │   │   │   │   ├── ajax_new_article_list.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── news_list.html
│   │   │   │   │   │   └── news_show.html
│   │   │   │   │   ├── Notice
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── notice_show.html
│   │   │   │   │   ├── Personal
│   │   │   │   │   │   ├── ajax_tpl
│   │   │   │   │   │   │   ├── ajax_bind_weixin.html
│   │   │   │   │   │   │   ├── ajax_change_resume_tpl.html
│   │   │   │   │   │   │   ├── ajax_create_resume.html
│   │   │   │   │   │   │   ├── ajax_entrust_resume.html
│   │   │   │   │   │   │   ├── ajax_entrust_resume_cancel.html
│   │   │   │   │   │   │   ├── ajax_get_credent_list.html
│   │   │   │   │   │   │   ├── ajax_get_education_list.html
│   │   │   │   │   │   │   ├── ajax_get_language_list.html
│   │   │   │   │   │   │   ├── ajax_get_project_list.html
│   │   │   │   │   │   │   ├── ajax_get_training_list.html
│   │   │   │   │   │   │   ├── ajax_get_work_list.html
│   │   │   │   │   │   │   ├── ajax_jobs_list.html
│   │   │   │   │   │   │   ├── ajax_language_edit_list.html
│   │   │   │   │   │   │   ├── ajax_refresh_resume.html
│   │   │   │   │   │   │   ├── ajax_resume_stick.html
│   │   │   │   │   │   │   ├── ajax_resume_tag.html
│   │   │   │   │   │   │   └── ajax_show_message.html
│   │   │   │   │   │   ├── allowance.html
│   │   │   │   │   │   ├── attention_com.html
│   │   │   │   │   │   ├── attention_jobs.html
│   │   │   │   │   │   ├── attention_me.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── index_footer.html
│   │   │   │   │   │   ├── index_left_nav.html
│   │   │   │   │   │   ├── invite_friend.html
│   │   │   │   │   │   ├── jobs_apply.html
│   │   │   │   │   │   ├── jobs_favorites.html
│   │   │   │   │   │   ├── jobs_interview.html
│   │   │   │   │   │   ├── jobs_matching_list.html
│   │   │   │   │   │   ├── msg_feedback.html
│   │   │   │   │   │   ├── msg_pms.html
│   │   │   │   │   │   ├── outward.html
│   │   │   │   │   │   ├── resume_add.html
│   │   │   │   │   │   ├── resume_check.html
│   │   │   │   │   │   ├── resume_guidance.html
│   │   │   │   │   │   ├── resume_list.html
│   │   │   │   │   │   ├── resume_outward.html
│   │   │   │   │   │   ├── resume_privacy.html
│   │   │   │   │   │   ├── service
│   │   │   │   │   │   │   ├── increment.html
│   │   │   │   │   │   │   ├── increment_add_stick.html
│   │   │   │   │   │   │   ├── increment_add_tag.html
│   │   │   │   │   │   │   ├── increment_add_tpl.html
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   ├── order_detail.html
│   │   │   │   │   │   │   ├── order_list.html
│   │   │   │   │   │   │   ├── order_list_goods.html
│   │   │   │   │   │   │   └── task.html
│   │   │   │   │   │   ├── share_allowance_partake.html
│   │   │   │   │   │   ├── user_avatar.html
│   │   │   │   │   │   ├── user_loginlog.html
│   │   │   │   │   │   ├── user_safety.html
│   │   │   │   │   │   └── video_interview.html
│   │   │   │   │   ├── Resume
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── resume_list.html
│   │   │   │   │   ├── School
│   │   │   │   │   │   ├── left_complaint.html
│   │   │   │   │   │   ├── left_talk.html
│   │   │   │   │   │   ├── talk_add.html
│   │   │   │   │   │   ├── talk_edit.html
│   │   │   │   │   │   └── talk_list.html
│   │   │   │   │   ├── Subsite
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Suggest
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── Vi
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── main.html
│   │   │   │   │   │   └── test.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── public
│   │   │   │   │       ├── 404.html
│   │   │   │   │       ├── banner
│   │   │   │   │       │   ├── about.jpg
│   │   │   │   │       │   ├── help.jpg
│   │   │   │   │       │   ├── login_banner_1.jpg
│   │   │   │   │       │   ├── login_banner_2.jpg
│   │   │   │   │       │   ├── login_banner_3.jpg
│   │   │   │   │       │   └── news.jpg
│   │   │   │   │       ├── css
│   │   │   │   │       │   ├── common.css
│   │   │   │   │       │   ├── common_ajax_dialog.css
│   │   │   │   │       │   ├── company
│   │   │   │   │       │   │   ├── common.css
│   │   │   │   │       │   │   ├── company_account.css
│   │   │   │   │       │   │   ├── company_ajax_dialog.css
│   │   │   │   │       │   │   ├── company_index.css
│   │   │   │   │       │   │   ├── company_jobfair.css
│   │   │   │   │       │   │   ├── company_jobmoney.css
│   │   │   │   │       │   │   ├── company_jobs.css
│   │   │   │   │       │   │   ├── company_points.css
│   │   │   │   │       │   │   ├── company_resumes.css
│   │   │   │   │       │   │   ├── company_rpo.css
│   │   │   │   │       │   │   ├── company_service.css
│   │   │   │   │       │   │   ├── company_user.css
│   │   │   │   │       │   │   ├── gifts.css
│   │   │   │   │       │   │   ├── img
│   │   │   │   │       │   │   │   ├── jjdq.png
│   │   │   │   │       │   │   │   ├── li_price.png
│   │   │   │   │       │   │   │   ├── whb1.png
│   │   │   │   │       │   │   │   ├── whb2.png
│   │   │   │   │       │   │   │   ├── whb3.png
│   │   │   │   │       │   │   │   ├── whb4.png
│   │   │   │   │       │   │   │   ├── whb5.png
│   │   │   │   │       │   │   │   ├── xyhzx.png
│   │   │   │   │       │   │   │   ├── xyhzx1.png
│   │   │   │   │       │   │   │   ├── ygq.png
│   │   │   │   │       │   │   │   ├── yhj_close.png
│   │   │   │   │       │   │   │   ├── ysy.png
│   │   │   │   │       │   │   │   └── zxyhj.png
│   │   │   │   │       │   │   ├── subject_new.css
│   │   │   │   │       │   │   ├── whb_template.css
│   │   │   │   │       │   │   └── whb_vocation.css
│   │   │   │   │       │   ├── explain.css
│   │   │   │   │       │   ├── help.css
│   │   │   │   │       │   ├── hrtools.css
│   │   │   │   │       │   ├── index.css
│   │   │   │   │       │   ├── jobmoney.css
│   │   │   │   │       │   ├── jobs.css
│   │   │   │   │       │   ├── m.css
│   │   │   │   │       │   ├── members
│   │   │   │   │       │   │   └── common.css
│   │   │   │   │       │   ├── news.css
│   │   │   │   │       │   ├── notice.css
│   │   │   │   │       │   ├── personal
│   │   │   │   │       │   │   ├── common.css
│   │   │   │   │       │   │   ├── personal_ajax_dialog.css
│   │   │   │   │       │   │   ├── personal_favorites.css
│   │   │   │   │       │   │   ├── personal_index.css
│   │   │   │   │       │   │   ├── personal_job.css
│   │   │   │   │       │   │   ├── personal_jobmoney.css
│   │   │   │   │       │   │   ├── personal_resume.css
│   │   │   │   │       │   │   └── personal_user.css
│   │   │   │   │       │   ├── resume.css
│   │   │   │   │       │   ├── selectmenu.css
│   │   │   │   │       │   ├── slider
│   │   │   │   │       │   │   ├── nivo-slider.css
│   │   │   │   │       │   │   └── themes
│   │   │   │   │       │   │       └── default
│   │   │   │   │       │   │           ├── arrows.png
│   │   │   │   │       │   │           ├── bullets.png
│   │   │   │   │       │   │           ├── default.css
│   │   │   │   │       │   │           └── loading.gif
│   │   │   │   │       │   ├── suggest.css
│   │   │   │   │       │   ├── swiper.min.css
│   │   │   │   │       │   └── vi.css
│   │   │   │   │       ├── flash
│   │   │   │   │       │   ├── ZeroClipboard.swf
│   │   │   │   │       │   ├── photodefault.jpg
│   │   │   │   │       │   └── resumelogo.swf
│   │   │   │   │       ├── footer.html
│   │   │   │   │       ├── footer_index.html
│   │   │   │   │       ├── footer_min.html
│   │   │   │   │       ├── header.html
│   │   │   │   │       ├── header_m.html
│   │   │   │   │       ├── header_min.html
│   │   │   │   │       ├── header_other.html
│   │   │   │   │       ├── images
│   │   │   │   │       │   ├── 01.jpg
│   │   │   │   │       │   ├── 02.png
│   │   │   │   │       │   ├── 03.png
│   │   │   │   │       │   ├── 04.png
│   │   │   │   │       │   ├── 05.png
│   │   │   │   │       │   ├── 07.png
│   │   │   │   │       │   ├── 08.png
│   │   │   │   │       │   ├── 09.png
│   │   │   │   │       │   ├── 100.png
│   │   │   │   │       │   ├── 101.png
│   │   │   │   │       │   ├── 103.png
│   │   │   │   │       │   ├── 104.png
│   │   │   │   │       │   ├── 105.png
│   │   │   │   │       │   ├── 106.png
│   │   │   │   │       │   ├── 107.png
│   │   │   │   │       │   ├── 108.jpg
│   │   │   │   │       │   ├── 109.png
│   │   │   │   │       │   ├── 11.png
│   │   │   │   │       │   ├── 110.png
│   │   │   │   │       │   ├── 111.png
│   │   │   │   │       │   ├── 113.png
│   │   │   │   │       │   ├── 114.png
│   │   │   │   │       │   ├── 115.png
│   │   │   │   │       │   ├── 116.png
│   │   │   │   │       │   ├── 117.png
│   │   │   │   │       │   ├── 118.png
│   │   │   │   │       │   ├── 119.png
│   │   │   │   │       │   ├── 12.png
│   │   │   │   │       │   ├── 120.png
│   │   │   │   │       │   ├── 121.png
│   │   │   │   │       │   ├── 122.png
│   │   │   │   │       │   ├── 123.png
│   │   │   │   │       │   ├── 124.png
│   │   │   │   │       │   ├── 125.png
│   │   │   │   │       │   ├── 126.png
│   │   │   │   │       │   ├── 127.png
│   │   │   │   │       │   ├── 128.png
│   │   │   │   │       │   ├── 129.png
│   │   │   │   │       │   ├── 13.png
│   │   │   │   │       │   ├── 130.png
│   │   │   │   │       │   ├── 131.jpg
│   │   │   │   │       │   ├── 132.png
│   │   │   │   │       │   ├── 133.png
│   │   │   │   │       │   ├── 134.gif
│   │   │   │   │       │   ├── 135.png
│   │   │   │   │       │   ├── 136.png
│   │   │   │   │       │   ├── 137.jpg
│   │   │   │   │       │   ├── 137.png
│   │   │   │   │       │   ├── 138.png
│   │   │   │   │       │   ├── 139.png
│   │   │   │   │       │   ├── 14.png
│   │   │   │   │       │   ├── 140.png
│   │   │   │   │       │   ├── 141.png
│   │   │   │   │       │   ├── 142.png
│   │   │   │   │       │   ├── 143.png
│   │   │   │   │       │   ├── 144.png
│   │   │   │   │       │   ├── 145.png
│   │   │   │   │       │   ├── 146.png
│   │   │   │   │       │   ├── 147.png
│   │   │   │   │       │   ├── 148.png
│   │   │   │   │       │   ├── 149.png
│   │   │   │   │       │   ├── 15.png
│   │   │   │   │       │   ├── 150.png
│   │   │   │   │       │   ├── 151.png
│   │   │   │   │       │   ├── 156.png
│   │   │   │   │       │   ├── 157.png
│   │   │   │   │       │   ├── 158.png
│   │   │   │   │       │   ├── 159.png
│   │   │   │   │       │   ├── 16.png
│   │   │   │   │       │   ├── 160.png
│   │   │   │   │       │   ├── 161.png
│   │   │   │   │       │   ├── 162.png
│   │   │   │   │       │   ├── 163.png
│   │   │   │   │       │   ├── 164.png
│   │   │   │   │       │   ├── 165.jpg
│   │   │   │   │       │   ├── 166.jpg
│   │   │   │   │       │   ├── 167.jpg
│   │   │   │   │       │   ├── 168.jpg
│   │   │   │   │       │   ├── 169.png
│   │   │   │   │       │   ├── 17.png
│   │   │   │   │       │   ├── 170.png
│   │   │   │   │       │   ├── 171.jpg
│   │   │   │   │       │   ├── 172.png
│   │   │   │   │       │   ├── 173.png
│   │   │   │   │       │   ├── 174.jpg
│   │   │   │   │       │   ├── 175.png
│   │   │   │   │       │   ├── 176.png
│   │   │   │   │       │   ├── 177.png
│   │   │   │   │       │   ├── 178.png
│   │   │   │   │       │   ├── 179.jpg
│   │   │   │   │       │   ├── 18.png
│   │   │   │   │       │   ├── 180.png
│   │   │   │   │       │   ├── 181.jpg
│   │   │   │   │       │   ├── 182.jpg
│   │   │   │   │       │   ├── 183.png
│   │   │   │   │       │   ├── 184.jpg
│   │   │   │   │       │   ├── 185.jpg
│   │   │   │   │       │   ├── 186.jpg
│   │   │   │   │       │   ├── 187.jpg
│   │   │   │   │       │   ├── 188.jpg
│   │   │   │   │       │   ├── 189.jpg
│   │   │   │   │       │   ├── 19.png
│   │   │   │   │       │   ├── 190.jpg
│   │   │   │   │       │   ├── 191.jpg
│   │   │   │   │       │   ├── 192.jpg
│   │   │   │   │       │   ├── 193.jpg
│   │   │   │   │       │   ├── 194.jpg
│   │   │   │   │       │   ├── 195.png
│   │   │   │   │       │   ├── 196.png
│   │   │   │   │       │   ├── 197.png
│   │   │   │   │       │   ├── 199.png
│   │   │   │   │       │   ├── 20.png
│   │   │   │   │       │   ├── 200.png
│   │   │   │   │       │   ├── 201.png
│   │   │   │   │       │   ├── 202.png
│   │   │   │   │       │   ├── 203.png
│   │   │   │   │       │   ├── 204.png
│   │   │   │   │       │   ├── 205.png
│   │   │   │   │       │   ├── 206.png
│   │   │   │   │       │   ├── 207.png
│   │   │   │   │       │   ├── 208.png
│   │   │   │   │       │   ├── 209.png
│   │   │   │   │       │   ├── 21.png
│   │   │   │   │       │   ├── 210.png
│   │   │   │   │       │   ├── 211.png
│   │   │   │   │       │   ├── 212.png
│   │   │   │   │       │   ├── 213.png
│   │   │   │   │       │   ├── 214.png
│   │   │   │   │       │   ├── 215.png
│   │   │   │   │       │   ├── 216.png
│   │   │   │   │       │   ├── 217.png
│   │   │   │   │       │   ├── 218.jpg
│   │   │   │   │       │   ├── 219.png
│   │   │   │   │       │   ├── 22.png
│   │   │   │   │       │   ├── 220.png
│   │   │   │   │       │   ├── 221.png
│   │   │   │   │       │   ├── 222.png
│   │   │   │   │       │   ├── 223.jpg
│   │   │   │   │       │   ├── 224.jpg
│   │   │   │   │       │   ├── 225.png
│   │   │   │   │       │   ├── 226.png
│   │   │   │   │       │   ├── 227.png
│   │   │   │   │       │   ├── 228.png
│   │   │   │   │       │   ├── 229.png
│   │   │   │   │       │   ├── 23.png
│   │   │   │   │       │   ├── 230.png
│   │   │   │   │       │   ├── 231.png
│   │   │   │   │       │   ├── 232.png
│   │   │   │   │       │   ├── 233.png
│   │   │   │   │       │   ├── 234.png
│   │   │   │   │       │   ├── 235.png
│   │   │   │   │       │   ├── 236.png
│   │   │   │   │       │   ├── 237.png
│   │   │   │   │       │   ├── 238.png
│   │   │   │   │       │   ├── 239.png
│   │   │   │   │       │   ├── 24.png
│   │   │   │   │       │   ├── 240.png
│   │   │   │   │       │   ├── 241.png
│   │   │   │   │       │   ├── 242.png
│   │   │   │   │       │   ├── 243.png
│   │   │   │   │       │   ├── 244.png
│   │   │   │   │       │   ├── 245.png
│   │   │   │   │       │   ├── 246.png
│   │   │   │   │       │   ├── 247.png
│   │   │   │   │       │   ├── 248.png
│   │   │   │   │       │   ├── 249.png
│   │   │   │   │       │   ├── 25.png
│   │   │   │   │       │   ├── 250.png
│   │   │   │   │       │   ├── 251.png
│   │   │   │   │       │   ├── 252.png
│   │   │   │   │       │   ├── 253.png
│   │   │   │   │       │   ├── 254.png
│   │   │   │   │       │   ├── 255.png
│   │   │   │   │       │   ├── 256.png
│   │   │   │   │       │   ├── 257.png
│   │   │   │   │       │   ├── 258.png
│   │   │   │   │       │   ├── 259.png
│   │   │   │   │       │   ├── 26.png
│   │   │   │   │       │   ├── 260.png
│   │   │   │   │       │   ├── 261.png
│   │   │   │   │       │   ├── 262.png
│   │   │   │   │       │   ├── 263.png
│   │   │   │   │       │   ├── 264.png
│   │   │   │   │       │   ├── 265.png
│   │   │   │   │       │   ├── 266.png
│   │   │   │   │       │   ├── 267.png
│   │   │   │   │       │   ├── 268.jpg
│   │   │   │   │       │   ├── 269.gif
│   │   │   │   │       │   ├── 27.png
│   │   │   │   │       │   ├── 270.png
│   │   │   │   │       │   ├── 271.png
│   │   │   │   │       │   ├── 272.png
│   │   │   │   │       │   ├── 273.jpg
│   │   │   │   │       │   ├── 274.png
│   │   │   │   │       │   ├── 275.gif
│   │   │   │   │       │   ├── 276.gif
│   │   │   │   │       │   ├── 276.png
│   │   │   │   │       │   ├── 278.gif
│   │   │   │   │       │   ├── 278.png
│   │   │   │   │       │   ├── 279.gif
│   │   │   │   │       │   ├── 279.png
│   │   │   │   │       │   ├── 28.png
│   │   │   │   │       │   ├── 280.png
│   │   │   │   │       │   ├── 281.png
│   │   │   │   │       │   ├── 282.png
│   │   │   │   │       │   ├── 283.png
│   │   │   │   │       │   ├── 284.png
│   │   │   │   │       │   ├── 285.png
│   │   │   │   │       │   ├── 286.png
│   │   │   │   │       │   ├── 287.png
│   │   │   │   │       │   ├── 288.png
│   │   │   │   │       │   ├── 289.png
│   │   │   │   │       │   ├── 29.png
│   │   │   │   │       │   ├── 290.png
│   │   │   │   │       │   ├── 291.png
│   │   │   │   │       │   ├── 292.png
│   │   │   │   │       │   ├── 30.png
│   │   │   │   │       │   ├── 31.png
│   │   │   │   │       │   ├── 32.png
│   │   │   │   │       │   ├── 33.png
│   │   │   │   │       │   ├── 34.png
│   │   │   │   │       │   ├── 35.png
│   │   │   │   │       │   ├── 36.png
│   │   │   │   │       │   ├── 37.png
│   │   │   │   │       │   ├── 38.png
│   │   │   │   │       │   ├── 39.png
│   │   │   │   │       │   ├── 40.png
│   │   │   │   │       │   ├── 41.png
│   │   │   │   │       │   ├── 42.png
│   │   │   │   │       │   ├── 43.png
│   │   │   │   │       │   ├── 44.png
│   │   │   │   │       │   ├── 45.png
│   │   │   │   │       │   ├── 46.png
│   │   │   │   │       │   ├── 47.png
│   │   │   │   │       │   ├── 48.png
│   │   │   │   │       │   ├── 49.png
│   │   │   │   │       │   ├── 50.png
│   │   │   │   │       │   ├── 51.png
│   │   │   │   │       │   ├── 52.png
│   │   │   │   │       │   ├── 53.png
│   │   │   │   │       │   ├── 54.png
│   │   │   │   │       │   ├── 55.png
│   │   │   │   │       │   ├── 56.png
│   │   │   │   │       │   ├── 57.png
│   │   │   │   │       │   ├── 58.png
│   │   │   │   │       │   ├── 59.png
│   │   │   │   │       │   ├── 60.png
│   │   │   │   │       │   ├── 61.png
│   │   │   │   │       │   ├── 62.png
│   │   │   │   │       │   ├── 63.png
│   │   │   │   │       │   ├── 64.png
│   │   │   │   │       │   ├── 65.png
│   │   │   │   │       │   ├── 68.png
│   │   │   │   │       │   ├── 69.png
│   │   │   │   │       │   ├── 70.png
│   │   │   │   │       │   ├── 71.png
│   │   │   │   │       │   ├── 72.png
│   │   │   │   │       │   ├── 73.png
│   │   │   │   │       │   ├── 74.png
│   │   │   │   │       │   ├── 75.png
│   │   │   │   │       │   ├── 76.png
│   │   │   │   │       │   ├── 78.png
│   │   │   │   │       │   ├── 79.png
│   │   │   │   │       │   ├── 80.png
│   │   │   │   │       │   ├── 81.png
│   │   │   │   │       │   ├── 82.png
│   │   │   │   │       │   ├── 83.png
│   │   │   │   │       │   ├── 84.png
│   │   │   │   │       │   ├── 85.png
│   │   │   │   │       │   ├── 86.png
│   │   │   │   │       │   ├── 87.png
│   │   │   │   │       │   ├── 88.png
│   │   │   │   │       │   ├── 89.png
│   │   │   │   │       │   ├── 91.png
│   │   │   │   │       │   ├── 92.png
│   │   │   │   │       │   ├── 93.png
│   │   │   │   │       │   ├── 94.png
│   │   │   │   │       │   ├── 95.png
│   │   │   │   │       │   ├── 96.png
│   │   │   │   │       │   ├── 97.png
│   │   │   │   │       │   ├── 98.gif
│   │   │   │   │       │   ├── 99.png
│   │   │   │   │       │   ├── business_license.png
│   │   │   │   │       │   ├── combanner.png
│   │   │   │   │       │   ├── emergency.png
│   │   │   │   │       │   ├── index
│   │   │   │   │       │   │   ├── 9r_lik.png
│   │   │   │   │       │   │   ├── arrow_up.png
│   │   │   │   │       │   │   ├── cho_bg.png
│   │   │   │   │       │   │   ├── cho_bg_1.png
│   │   │   │   │       │   │   ├── cho_bt.png
│   │   │   │   │       │   │   ├── fixed_sw_ic.png
│   │   │   │   │       │   │   ├── fixed_sw_ic_s.png
│   │   │   │   │       │   │   ├── fot_link_bg.png
│   │   │   │   │       │   │   ├── h_ico_job.png
│   │   │   │   │       │   │   ├── h_ico_res.png
│   │   │   │   │       │   │   ├── h_ico_tel.png
│   │   │   │   │       │   │   ├── holiday
│   │   │   │   │       │   │   │   ├── chunjie.jpg
│   │   │   │   │       │   │   │   ├── duanwu.jpg
│   │   │   │   │       │   │   │   ├── guoqing.jpg
│   │   │   │   │       │   │   │   ├── laodong.jpg
│   │   │   │   │       │   │   │   └── zhongqiu.jpg
│   │   │   │   │       │   │   ├── jna_arr.png
│   │   │   │   │       │   │   ├── job_cat_bg.png
│   │   │   │   │       │   │   ├── job_jp.png
│   │   │   │   │       │   │   ├── job_tj.png
│   │   │   │   │       │   │   ├── list_square.png
│   │   │   │   │       │   │   ├── logo.gif
│   │   │   │   │       │   │   ├── nav_more_allowance.png
│   │   │   │   │       │   │   ├── nav_more_gworker.png
│   │   │   │   │       │   │   ├── nav_more_hr.png
│   │   │   │   │       │   │   ├── nav_more_hr_cha.png
│   │   │   │   │       │   │   ├── nav_more_interview.png
│   │   │   │   │       │   │   ├── nav_more_jobfair.png
│   │   │   │   │       │   │   ├── nav_more_kao.png
│   │   │   │   │       │   │   ├── nav_more_lianzhi.png
│   │   │   │   │       │   │   ├── nav_more_mall.png
│   │   │   │   │       │   │   ├── nav_more_near.png
│   │   │   │   │       │   │   ├── nav_more_news.png
│   │   │   │   │       │   │   ├── nav_more_onlie_jobfair.png
│   │   │   │   │       │   │   ├── nav_more_part_time.png
│   │   │   │   │       │   │   ├── nav_more_school.png
│   │   │   │   │       │   │   ├── nav_more_store.png
│   │   │   │   │       │   │   ├── nav_new.png
│   │   │   │   │       │   │   ├── new_1.png
│   │   │   │   │       │   │   ├── new_2.png
│   │   │   │   │       │   │   ├── new_3.png
│   │   │   │   │       │   │   ├── new_4.png
│   │   │   │   │       │   │   ├── new_lik.png
│   │   │   │   │       │   │   ├── no_avatar.png
│   │   │   │   │       │   │   ├── notice_bg.png
│   │   │   │   │       │   │   ├── o_qq_1.png
│   │   │   │   │       │   │   ├── o_qq_2.png
│   │   │   │   │       │   │   ├── o_wb_1.png
│   │   │   │   │       │   │   ├── o_wb_2.png
│   │   │   │   │       │   │   ├── o_wx_1.png
│   │   │   │   │       │   │   ├── o_wx_2.png
│   │   │   │   │       │   │   ├── on_img.png
│   │   │   │   │       │   │   ├── qr_bg1.png
│   │   │   │   │       │   │   ├── qr_bg2.png
│   │   │   │   │       │   │   ├── sou_layer_arr.png
│   │   │   │   │       │   │   └── wag_dis.png
│   │   │   │   │       │   ├── index_top_bg.jpg
│   │   │   │   │       │   ├── jobmoney.png
│   │   │   │   │       │   ├── jol_new_ic1.png
│   │   │   │   │       │   ├── jol_new_ic2.png
│   │   │   │   │       │   ├── jol_new_ic3.png
│   │   │   │   │       │   ├── jol_new_ic4.png
│   │   │   │   │       │   ├── loading.gif
│   │   │   │   │       │   ├── loading_upload.gif
│   │   │   │   │       │   ├── logo.gif
│   │   │   │   │       │   ├── logo_other.png
│   │   │   │   │       │   ├── logo_user.png
│   │   │   │   │       │   ├── microposte
│   │   │   │   │       │   │   ├── 1_1_bg.jpg
│   │   │   │   │       │   │   ├── 1_2_bg.jpg
│   │   │   │   │       │   │   ├── 1_3_bg.jpg
│   │   │   │   │       │   │   ├── 2_1_bg.jpg
│   │   │   │   │       │   │   ├── 2_2_bg.jpg
│   │   │   │   │       │   │   ├── 2_3_bg.jpg
│   │   │   │   │       │   │   ├── 3_1_bg.jpg
│   │   │   │   │       │   │   ├── 3_2_bg.jpg
│   │   │   │   │       │   │   ├── 3_3_bg.jpg
│   │   │   │   │       │   │   ├── 4_1_bg.jpg
│   │   │   │   │       │   │   ├── 4_2_bg.jpg
│   │   │   │   │       │   │   ├── 4_3_bg.jpg
│   │   │   │   │       │   │   ├── 5_1_bg.jpg
│   │   │   │   │       │   │   ├── 5_2_bg.jpg
│   │   │   │   │       │   │   ├── 5_3_bg.jpg
│   │   │   │   │       │   │   ├── 6_1_bg.jpg
│   │   │   │   │       │   │   ├── 6_2_bg.jpg
│   │   │   │   │       │   │   ├── 6_3_bg.jpg
│   │   │   │   │       │   │   ├── 7_1_bg.jpg
│   │   │   │   │       │   │   ├── 7_2_bg.jpg
│   │   │   │   │       │   │   ├── 7_3_bg.jpg
│   │   │   │   │       │   │   ├── 8_1_bg.jpg
│   │   │   │   │       │   │   ├── 8_2_bg.jpg
│   │   │   │   │       │   │   └── 8_3_bg.jpg
│   │   │   │   │       │   ├── na_mo_d_arr.png
│   │   │   │   │       │   ├── na_mo_u_arr.png
│   │   │   │   │       │   ├── nab_qq1.png
│   │   │   │   │       │   ├── nab_qq2.png
│   │   │   │   │       │   ├── nab_wb1.png
│   │   │   │   │       │   ├── nab_wb2.png
│   │   │   │   │       │   ├── nab_wx1.png
│   │   │   │   │       │   ├── nab_wx2.png
│   │   │   │   │       │   ├── nebanner.jpg
│   │   │   │   │       │   ├── nebanner.png
│   │   │   │   │       │   ├── nibanner.jpg
│   │   │   │   │       │   ├── nl_con_bg.jpg
│   │   │   │   │       │   ├── pay_alipay.png
│   │   │   │   │       │   ├── pay_remittance.png
│   │   │   │   │       │   ├── pay_wxpay.png
│   │   │   │   │       │   ├── rpo_bg.png
│   │   │   │   │       │   ├── rpo_circle.png
│   │   │   │   │       │   ├── rpo_step.png
│   │   │   │   │       │   ├── sebanner1.jpg
│   │   │   │   │       │   ├── sebanner2.jpg
│   │   │   │   │       │   ├── sebanner3.jpg
│   │   │   │   │       │   ├── sebanner4.jpg
│   │   │   │   │       │   ├── sebanner5.jpg
│   │   │   │   │       │   ├── star_employer_title.png
│   │   │   │   │       │   ├── star_hide.jpg
│   │   │   │   │       │   ├── star_hide_hover.jpg
│   │   │   │   │       │   ├── star_more.jpg
│   │   │   │   │       │   ├── star_more_hover.jpg
│   │   │   │   │       │   ├── star_refresh.png
│   │   │   │   │       │   ├── star_refresh_hover.png
│   │   │   │   │       │   ├── stick.png
│   │   │   │   │       │   └── vi
│   │   │   │   │       │       ├── 1.png
│   │   │   │   │       │       ├── 10.png
│   │   │   │   │       │       ├── 11.png
│   │   │   │   │       │       ├── 12.png
│   │   │   │   │       │       ├── 13.png
│   │   │   │   │       │       ├── 14.png
│   │   │   │   │       │       ├── 15.png
│   │   │   │   │       │       ├── 16.png
│   │   │   │   │       │       ├── 17.png
│   │   │   │   │       │       ├── 18.png
│   │   │   │   │       │       ├── 2.png
│   │   │   │   │       │       ├── 3.png
│   │   │   │   │       │       ├── 4.png
│   │   │   │   │       │       ├── 5.png
│   │   │   │   │       │       ├── 6.png
│   │   │   │   │       │       ├── 7.png
│   │   │   │   │       │       ├── 8.png
│   │   │   │   │       │       ├── 9.png
│   │   │   │   │       │       ├── music.mp3
│   │   │   │   │       │       ├── network.png
│   │   │   │   │       │       ├── network_check.png
│   │   │   │   │       │       ├── sub_d1_bg.jpg
│   │   │   │   │       │       ├── test_play.png
│   │   │   │   │       │       ├── test_playing.png
│   │   │   │   │       │       └── vi_logo.png
│   │   │   │   │       ├── js
│   │   │   │   │       │   ├── PIE.js
│   │   │   │   │       │   ├── ajaxfileupload.js
│   │   │   │   │       │   ├── bluebird.js
│   │   │   │   │       │   ├── company
│   │   │   │   │       │   │   ├── ZeroClipboard.js
│   │   │   │   │       │   │   ├── ZeroClipboard.swf
│   │   │   │   │       │   │   ├── fusioncharts
│   │   │   │   │       │   │   │   ├── fusioncharts.charts.js
│   │   │   │   │       │   │   │   ├── fusioncharts.js
│   │   │   │   │       │   │   │   ├── fusioncharts.theme.fint.js
│   │   │   │   │       │   │   │   └── fusioncharts.theme.zune.js
│   │   │   │   │       │   │   ├── jquery.baidumap.js
│   │   │   │   │       │   │   ├── jquery.common.js
│   │   │   │   │       │   │   ├── jquery.vtip-min.js
│   │   │   │   │       │   │   └── jquery.zclip.min.js
│   │   │   │   │       │   ├── emailAutoComplete.js
│   │   │   │   │       │   ├── gt.js
│   │   │   │   │       │   ├── htmlspecialchars.js
│   │   │   │   │       │   ├── jquery.allselected.js
│   │   │   │   │       │   ├── jquery.autocomplete.js
│   │   │   │   │       │   ├── jquery.common.js
│   │   │   │   │       │   ├── jquery.cookie.js
│   │   │   │   │       │   ├── jquery.dig.city.js
│   │   │   │   │       │   ├── jquery.disappear.tooltip.js
│   │   │   │   │       │   ├── jquery.dropdown.js
│   │   │   │   │       │   ├── jquery.form.js
│   │   │   │   │       │   ├── jquery.highlight-3.js
│   │   │   │   │       │   ├── jquery.hoverdir.js
│   │   │   │   │       │   ├── jquery.index.js
│   │   │   │   │       │   ├── jquery.jobslist.js
│   │   │   │   │       │   ├── jquery.lazyload.min.js
│   │   │   │   │       │   ├── jquery.listitem.js
│   │   │   │   │       │   ├── jquery.login.js
│   │   │   │   │       │   ├── jquery.mapjob.js
│   │   │   │   │       │   ├── jquery.min.js
│   │   │   │   │       │   ├── jquery.modal.dialog.js
│   │   │   │   │       │   ├── jquery.modal.fastresume.js
│   │   │   │   │       │   ├── jquery.modal.jobmoney.js
│   │   │   │   │       │   ├── jquery.modal.userselectlayer.js
│   │   │   │   │       │   ├── jquery.nivo.slider.pack.js
│   │   │   │   │       │   ├── jquery.placeholder.min.js
│   │   │   │   │       │   ├── jquery.resumelist.js
│   │   │   │   │       │   ├── jquery.search.city.js
│   │   │   │   │       │   ├── jquery.tooltip.js
│   │   │   │   │       │   ├── jquery.user.city.js
│   │   │   │   │       │   ├── jquery.validate.js
│   │   │   │   │       │   ├── jquery.vticker-min.js
│   │   │   │   │       │   ├── laydate
│   │   │   │   │       │   │   ├── laydate.js
│   │   │   │   │       │   │   └── theme
│   │   │   │   │       │   │       └── default
│   │   │   │   │       │   │           ├── font
│   │   │   │   │       │   │           │   ├── iconfont.eot
│   │   │   │   │       │   │           │   ├── iconfont.svg
│   │   │   │   │       │   │           │   ├── iconfont.ttf
│   │   │   │   │       │   │           │   └── iconfont.woff
│   │   │   │   │       │   │           └── laydate.css
│   │   │   │   │       │   ├── layer
│   │   │   │   │       │   │   ├── layer.js
│   │   │   │   │       │   │   ├── mobile
│   │   │   │   │       │   │   │   ├── layer.js
│   │   │   │   │       │   │   │   └── need
│   │   │   │   │       │   │   │       └── layer.css
│   │   │   │   │       │   │   └── theme
│   │   │   │   │       │   │       └── default
│   │   │   │   │       │   │           ├── icon-ext.png
│   │   │   │   │       │   │           ├── icon.png
│   │   │   │   │       │   │           ├── layer.css
│   │   │   │   │       │   │           ├── loading-0.gif
│   │   │   │   │       │   │           ├── loading-1.gif
│   │   │   │   │       │   │           └── loading-2.gif
│   │   │   │   │       │   ├── members
│   │   │   │   │       │   │   ├── jquery.common.js
│   │   │   │   │       │   │   ├── jquery.pwdalert.js
│   │   │   │   │       │   │   ├── jquery.validate.appeal.js
│   │   │   │   │       │   │   ├── jquery.validate.binding.js
│   │   │   │   │       │   │   ├── jquery.validate.getpass.js
│   │   │   │   │       │   │   ├── jquery.validate.regcompany.js
│   │   │   │   │       │   │   ├── jquery.validate.regpersonal.js
│   │   │   │   │       │   │   └── jquery.validate.uc.js
│   │   │   │   │       │   ├── personal
│   │   │   │   │       │   │   ├── jquery.common.js
│   │   │   │   │       │   │   └── jquery.fixed.sidebar.js
│   │   │   │   │       │   ├── qscms.js
│   │   │   │   │       │   ├── rem.js
│   │   │   │   │       │   ├── swiper.min.js
│   │   │   │   │       │   ├── vaptcha.js
│   │   │   │   │       │   └── vi
│   │   │   │   │       │       ├── GenerateTestUserSig.js
│   │   │   │   │       │       ├── handle.js
│   │   │   │   │       │       ├── lib-generate-test-usersig.min.js
│   │   │   │   │       │       ├── rtc-client.js
│   │   │   │   │       │       ├── selectmenu.min.js
│   │   │   │   │       │       ├── trtc.js
│   │   │   │   │       │       └── utils.js
│   │   │   │   │       ├── meta.html
│   │   │   │   │       └── showmsg.html
│   │   │   │   ├── index.html
│   │   │   │   ├── tpl_company
│   │   │   │   │   └── default
│   │   │   │   │       ├── com_jobs_list.html
│   │   │   │   │       ├── com_show.html
│   │   │   │   │       ├── css
│   │   │   │   │       │   └── jobs.css
│   │   │   │   │       ├── images
│   │   │   │   │       │   ├── 01.png
│   │   │   │   │       │   ├── 02.png
│   │   │   │   │       │   ├── 03.png
│   │   │   │   │       │   ├── 04.png
│   │   │   │   │       │   ├── 05.png
│   │   │   │   │       │   ├── 06.png
│   │   │   │   │       │   ├── 07.png
│   │   │   │   │       │   ├── 08.png
│   │   │   │   │       │   ├── 09.png
│   │   │   │   │       │   ├── 10.png
│   │   │   │   │       │   ├── 11.png
│   │   │   │   │       │   ├── 12.png
│   │   │   │   │       │   ├── 13.png
│   │   │   │   │       │   ├── 14.png
│   │   │   │   │       │   ├── 15.png
│   │   │   │   │       │   ├── 16.png
│   │   │   │   │       │   ├── 17.png
│   │   │   │   │       │   ├── nebanner.jpg
│   │   │   │   │       │   ├── newarr.png
│   │   │   │   │       │   └── qcc.png
│   │   │   │   │       ├── info.txt
│   │   │   │   │       ├── jobs_show.html
│   │   │   │   │       ├── js
│   │   │   │   │       │   └── jquery.cxscroll.js
│   │   │   │   │       └── thumbnail.jpg
│   │   │   │   └── tpl_resume
│   │   │   │       └── default
│   │   │   │           ├── css
│   │   │   │           │   └── resume.css
│   │   │   │           ├── images
│   │   │   │           │   ├── 01.png
│   │   │   │           │   ├── 02.png
│   │   │   │           │   ├── 03.png
│   │   │   │           │   ├── 04.png
│   │   │   │           │   ├── 05.png
│   │   │   │           │   ├── 06.png
│   │   │   │           │   ├── 07.png
│   │   │   │           │   ├── 08.png
│   │   │   │           │   ├── 09.png
│   │   │   │           │   ├── 10.png
│   │   │   │           │   ├── 11.gif
│   │   │   │           │   └── 11.png
│   │   │   │           ├── info.txt
│   │   │   │           ├── resume_show.html
│   │   │   │           └── thumbnail.jpg
│   │   │   └── index.html
│   │   └── index.html
│   ├── ThinkPHP
│   │   ├── Common
│   │   │   └── functions.php
│   │   ├── Conf
│   │   │   ├── convention.php
│   │   │   └── debug.php
│   │   ├── LICENSE.txt
│   │   ├── Lang
│   │   │   ├── en-us.php
│   │   │   ├── pt-br.php
│   │   │   ├── zh-cn.php
│   │   │   └── zh-tw.php
│   │   ├── Library
│   │   │   ├── Behavior
│   │   │   │   ├── BuildLiteBehavior.class.php
│   │   │   │   ├── CheckLangBehavior.class.php
│   │   │   │   ├── ContentReplaceBehavior.class.php
│   │   │   │   ├── ParseTemplateBehavior.class.php
│   │   │   │   ├── ReadHtmlCacheBehavior.class.php
│   │   │   │   ├── ShowPageTraceBehavior.class.php
│   │   │   │   ├── ShowRuntimeBehavior.class.php
│   │   │   │   ├── TokenBuildBehavior.class.php
│   │   │   │   └── WriteHtmlCacheBehavior.class.php
│   │   │   ├── Think
│   │   │   │   ├── App.class.php
│   │   │   │   ├── Build.class.php
│   │   │   │   ├── Cache
│   │   │   │   │   └── Driver
│   │   │   │   │       ├── Apachenote.class.php
│   │   │   │   │       ├── Apc.class.php
│   │   │   │   │       ├── Db.class.php
│   │   │   │   │       ├── Eaccelerator.class.php
│   │   │   │   │       ├── File.class.php
│   │   │   │   │       ├── Memcache.class.php
│   │   │   │   │       ├── Memcached.class.php
│   │   │   │   │       ├── Memcachesae.class.php
│   │   │   │   │       ├── Redis.class.php
│   │   │   │   │       ├── Shmop.class.php
│   │   │   │   │       ├── Sqlite.class.php
│   │   │   │   │       ├── Wincache.class.php
│   │   │   │   │       └── Xcache.class.php
│   │   │   │   ├── Cache.class.php
│   │   │   │   ├── Controller.class.php
│   │   │   │   ├── Db
│   │   │   │   │   ├── Driver
│   │   │   │   │   │   ├── Firebird.class.php
│   │   │   │   │   │   ├── Mongo.class.php
│   │   │   │   │   │   ├── Mysql.class.php
│   │   │   │   │   │   ├── Oracle.class.php
│   │   │   │   │   │   ├── Pgsql.class.php
│   │   │   │   │   │   ├── Sqlite.class.php
│   │   │   │   │   │   └── Sqlsrv.class.php
│   │   │   │   │   ├── Driver.class.php
│   │   │   │   │   └── Lite.class.php
│   │   │   │   ├── Db.class.php
│   │   │   │   ├── Dispatcher.class.php
│   │   │   │   ├── Exception.class.php
│   │   │   │   ├── Hook.class.php
│   │   │   │   ├── Log
│   │   │   │   │   └── Driver
│   │   │   │   │       ├── File.class.php
│   │   │   │   │       └── Sae.class.php
│   │   │   │   ├── Log.class.php
│   │   │   │   ├── Model
│   │   │   │   │   └── RelationModel.class.php
│   │   │   │   ├── Model.class.php
│   │   │   │   ├── Route.class.php
│   │   │   │   ├── Storage
│   │   │   │   │   └── Driver
│   │   │   │   │       ├── File.class.php
│   │   │   │   │       └── Sae.class.php
│   │   │   │   ├── Storage.class.php
│   │   │   │   ├── Template
│   │   │   │   │   ├── Driver
│   │   │   │   │   │   ├── Ease.class.php
│   │   │   │   │   │   ├── Lite.class.php
│   │   │   │   │   │   ├── Mobile.class.php
│   │   │   │   │   │   ├── Smart.class.php
│   │   │   │   │   │   └── Smarty.class.php
│   │   │   │   │   ├── TagLib
│   │   │   │   │   │   ├── Cx.class.php
│   │   │   │   │   │   ├── Html.class.php
│   │   │   │   │   │   └── Qscms.class.php
│   │   │   │   │   └── TagLib.class.php
│   │   │   │   ├── Template.class.php
│   │   │   │   ├── Think.class.php
│   │   │   │   └── View.class.php
│   │   │   └── Vendor
│   │   │       ├── README.txt
│   │   │       ├── Taobaotop
│   │   │       │   ├── Logger.php
│   │   │       │   ├── RequestCheckUtil.php
│   │   │       │   └── TopClient.php
│   │   │       ├── WxPayPubHelper
│   │   │       │   ├── SDKRuntimeException.php
│   │   │       │   ├── WxPay.pub.config.php
│   │   │       │   ├── WxPayPubHelper.php
│   │   │       │   └── cert
│   │   │       │       ├── apiclient_cert.p12
│   │   │       │       ├── apiclient_cert.pem
│   │   │       │       ├── apiclient_key.pem
│   │   │       │       ├── rootca.pem
│   │   │       │       └── 证书使用说明.txt
│   │   │       ├── index.html
│   │   │       ├── phpqrcode
│   │   │       │   ├── CHANGELOG
│   │   │       │   ├── INSTALL
│   │   │       │   ├── LICENSE
│   │   │       │   ├── README
│   │   │       │   ├── VERSION
│   │   │       │   ├── bindings
│   │   │       │   │   └── tcpdf
│   │   │       │   │       └── qrcode.php
│   │   │       │   ├── index.php
│   │   │       │   ├── phpqrcode.php
│   │   │       │   ├── qrbitstream.php
│   │   │       │   ├── qrconfig.php
│   │   │       │   ├── qrconst.php
│   │   │       │   ├── qrencode.php
│   │   │       │   ├── qrimage.php
│   │   │       │   ├── qrinput.php
│   │   │       │   ├── qrlib.php
│   │   │       │   ├── qrmask.php
│   │   │       │   ├── qrrscode.php
│   │   │       │   ├── qrspec.php
│   │   │       │   ├── qrsplit.php
│   │   │       │   ├── qrtools.php
│   │   │       │   └── tools
│   │   │       │       ├── merge.bat
│   │   │       │       ├── merge.php
│   │   │       │       ├── merge.sh
│   │   │       │       ├── merged_config.php
│   │   │       │       └── merged_header.php
│   │   │       └── pscws4
│   │   │           ├── pscws4.class.php
│   │   │           └── xdb_r.class.php
│   │   ├── Mode
│   │   │   └── common.php
│   │   ├── ThinkPHP.php
│   │   ├── Tpl
│   │   │   ├── dispatch_jump.tpl
│   │   │   ├── page_trace.tpl
│   │   │   └── think_exception.tpl
│   │   └── logo.png
│   ├── data
│   │   ├── backup
│   │   │   ├── database
│   │   │   │   └── index.html
│   │   │   ├── index.html
│   │   │   └── tpl
│   │   │       └── index.html
│   │   ├── rewrite
│   │   │   ├── 74cms_3_7.php
│   │   │   └── 74cms_min.php
│   │   ├── scws
│   │   │   ├── dict.utf8.xdb
│   │   │   ├── rules.ini
│   │   │   └── rules.utf8.ini
│   │   └── upload
│   │       ├── captcha
│   │       │   └── index.html
│   │       ├── link_logo
│   │       │   ├── 74cms.gif
│   │       │   ├── 74lietou.gif
│   │       │   ├── 7yun.gif
│   │       │   └── bbs.jpg
│   │       ├── mobilerecruit
│   │       │   ├── 1.jpg
│   │       │   ├── 2.jpg
│   │       │   ├── 3.jpg
│   │       │   ├── 4.jpg
│   │       │   ├── 5.jpg
│   │       │   └── 6.jpg
│   │       ├── personal_increment
│   │       │   ├── goods.png
│   │       │   ├── stick.png
│   │       │   ├── tag.png
│   │       │   └── tpl.png
│   │       ├── resource
│   │       │   ├── 2.png
│   │       │   ├── 3.png
│   │       │   ├── 4.png
│   │       │   ├── 5.png
│   │       │   ├── auth.png
│   │       │   ├── default_ad.png
│   │       │   ├── famous.png
│   │       │   ├── famous_img.png
│   │       │   ├── hrtools_img
│   │       │   │   ├── 1.jpg
│   │       │   │   ├── 10.jpg
│   │       │   │   ├── 11.jpg
│   │       │   │   ├── 2.jpg
│   │       │   │   ├── 3.jpg
│   │       │   │   ├── 4.jpg
│   │       │   │   ├── 5.jpg
│   │       │   │   ├── 6.jpg
│   │       │   │   ├── 7.jpg
│   │       │   │   ├── 8.jpg
│   │       │   │   ├── 9.jpg
│   │       │   │   └── hr.jpg
│   │       │   ├── logo.gif
│   │       │   ├── logo_mobile.png
│   │       │   ├── no_img_news.png
│   │       │   ├── no_logo.png
│   │       │   ├── no_logo_mob.png
│   │       │   ├── no_photo_female.png
│   │       │   ├── no_photo_male.png
│   │       │   ├── report.png
│   │       │   ├── store_no_pic.jpg
│   │       │   ├── weixin_default_pic.png
│   │       │   ├── weixin_first_pic.gif
│   │       │   ├── weixin_img.jpg
│   │       │   └── weixinapp_nav
│   │       │       ├── companylist.png
│   │       │       ├── map.png
│   │       │       ├── nearbyjobs.png
│   │       │       └── subject.png
│   │       ├── setmeal_img
│   │       │   ├── 2.png
│   │       │   ├── 3.png
│   │       │   ├── 4.png
│   │       │   └── 5.png
│   │       └── weixin
│   │           ├── weixin_default_pic.png
│   │           ├── weixin_first_pic.gif
│   │           └── weixin_img.jpg
│   ├── favicon.ico
│   ├── index.php
│   ├── install
│   │   ├── Common
│   │   │   ├── Common
│   │   │   │   ├── function.php
│   │   │   │   └── index.html
│   │   │   ├── Conf
│   │   │   │   ├── config.php
│   │   │   │   └── index.html
│   │   │   └── index.html
│   │   ├── Data
│   │   │   ├── city_cate_list_id.php
│   │   │   ├── city_cate_list_spell.php
│   │   │   ├── city_search_cate.php
│   │   │   ├── install_version.php
│   │   │   ├── sql-data.sql
│   │   │   ├── sql-hotword.sql
│   │   │   ├── sql-hrtools.sql
│   │   │   ├── sql-structure.sql
│   │   │   └── sql_category_district.sql
│   │   ├── Home
│   │   │   ├── Common
│   │   │   │   ├── function.php
│   │   │   │   └── index.html
│   │   │   ├── Conf
│   │   │   │   ├── config.php
│   │   │   │   └── index.html
│   │   │   ├── Controller
│   │   │   │   ├── IndexController.class.php
│   │   │   │   └── index.html
│   │   │   ├── Model
│   │   │   │   └── index.html
│   │   │   ├── View
│   │   │   │   └── default
│   │   │   │       ├── Index
│   │   │   │       │   ├── header.html
│   │   │   │       │   ├── index.html
│   │   │   │       │   ├── step1.html
│   │   │   │       │   ├── step2.html
│   │   │   │       │   ├── step3.html
│   │   │   │       │   └── step4.html
│   │   │   │       ├── index.html
│   │   │   │       └── public
│   │   │   │           ├── images
│   │   │   │           │   ├── 142.png
│   │   │   │           │   └── 143.png
│   │   │   │           └── showmsg.html
│   │   │   └── index.html
│   │   ├── Public
│   │   │   ├── css
│   │   │   │   └── css.css
│   │   │   ├── images
│   │   │   │   ├── 242.png
│   │   │   │   ├── 243.png
│   │   │   │   ├── 44.png
│   │   │   │   ├── bottom.gif
│   │   │   │   ├── bottom.png
│   │   │   │   ├── head.jpg
│   │   │   │   ├── install.gif
│   │   │   │   ├── install.png
│   │   │   │   ├── install_complete.gif
│   │   │   │   ├── install_error.gif
│   │   │   │   ├── install_step.gif
│   │   │   │   ├── install_step.png
│   │   │   │   └── loading.gif
│   │   │   └── js
│   │   │       ├── city.js
│   │   │       ├── jquery.default.city.js
│   │   │       ├── jquery.js
│   │   │       └── openlayer.js
│   │   └── index.html
│   ├── install.php
│   └── static
│       └── api
│           ├── css
│           │   ├── imgshare.css
│           │   ├── like.css
│           │   ├── select_share.css
│           │   ├── share_popup.css
│           │   ├── share_style0_16.css
│           │   ├── share_style0_24.css
│           │   ├── share_style0_32.css
│           │   ├── share_style1_16.css
│           │   ├── share_style1_24.css
│           │   ├── share_style1_32.css
│           │   ├── share_style2.css
│           │   ├── share_style2_16.css
│           │   ├── share_style2_24.css
│           │   ├── share_style2_32.css
│           │   ├── share_style4.css
│           │   ├── slide_share.css
│           │   └── weixin_popup.css
│           ├── img
│           │   └── share
│           │       ├── icons_0_16.png
│           │       ├── icons_0_24.png
│           │       ├── icons_0_32.png
│           │       ├── icons_1_16.png
│           │       ├── icons_1_24.png
│           │       ├── icons_1_32.png
│           │       ├── icons_2_16.png
│           │       ├── icons_2_24.png
│           │       ├── icons_2_32.png
│           │       ├── l0.gif
│           │       ├── l1.gif
│           │       ├── l2.gif
│           │       ├── l3.gif
│           │       ├── l4.gif
│           │       ├── l5.gif
│           │       ├── l6.gif
│           │       ├── l7.gif
│           │       ├── l8.gif
│           │       ├── pop_c.gif
│           │       ├── r0.gif
│           │       ├── r1.gif
│           │       ├── r2.gif
│           │       ├── r3.gif
│           │       ├── r4.gif
│           │       ├── r5.gif
│           │       ├── r6.gif
│           │       ├── r7.gif
│           │       ├── r8.gif
│           │       ├── sc.png
│           │       ├── selectshare_close.png
│           │       └── share-search-icon.png
│           └── js
│               ├── base
│               │   ├── class.js
│               │   └── tangram.js
│               ├── component
│               │   ├── animate.js
│               │   ├── anticheat.js
│               │   ├── comm_tools.js
│               │   ├── partners.js
│               │   ├── pop_base.js
│               │   ├── pop_dialog.js
│               │   ├── pop_popup.js
│               │   ├── pop_popup_slide.js
│               │   └── qrcode.js
│               ├── conf
│               │   ├── const.js
│               │   └── define.js
│               ├── share
│               │   ├── api_base.js
│               │   ├── combine_api.js
│               │   ├── image_api.js
│               │   ├── like_api.js
│               │   ├── likeshare.js
│               │   ├── select_api.js
│               │   ├── share_api.js
│               │   └── slide_api.js
│               ├── share.js
│               ├── start
│               │   └── router.js
│               ├── trans
│               │   ├── data.js
│               │   ├── logger.js
│               │   ├── trans.js
│               │   ├── trans_bdxc.js
│               │   ├── trans_bdysc.js
│               │   └── trans_weixin.js
│               └── view
│                   ├── image_view.js
│                   ├── like_view.js
│                   ├── select_view.js
│                   ├── share_view.js
│                   ├── slide_view.js
│                   └── view_base.js
├── 基于thinkphp的人才招聘源码.zip
├── 安装说明.txt
└── 伪静态规则
    ├── httpd.ini
    ├── web.config
    └── 使用说明.txt

402 directories, 3048 files


实例下载地址

基于thinkphp的人才招聘源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警