在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 骑士PHP人才系统(74CMS)源代码 v3.0

骑士PHP人才系统(74CMS)源代码 v3.0

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.70M
  • 下载次数:4
  • 浏览次数:104
  • 发布时间:2020-08-08
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
 骑士CMS-PHP人才系统源码,功能模块专业,系统以招聘求职模块与诸多实用辅助模块组成,专业、强大、实用、易用。在布局上科学严谨,给用户赏心悦目的视觉感受,而且程序开源免费、安全稳定,拥有WEB2.0新技术使系统拥有一流的用户体验。
【实例截图】
【核心代码】
74cms
└── codefans.net
└── 74cms-v3.0
├── upload
│   ├── admin
│   │   ├── admin_ad.php
│   │   ├── admin_ajax.php
│   │   ├── admin_article.php
│   │   ├── admin_captcha.php
│   │   ├── admin_category.php
│   │   ├── admin_clearcache.php
│   │   ├── admin_company.php
│   │   ├── admin_database.php
│   │   ├── admin_explain.php
│   │   ├── admin_feedback.php
│   │   ├── admin_html.php
│   │   ├── admin_index.php
│   │   ├── admin_left.php
│   │   ├── admin_link.php
│   │   ├── admin_locoyspider.php
│   │   ├── admin_login.php
│   │   ├── admin_mail.php
│   │   ├── admin_mode.php
│   │   ├── admin_nav.php
│   │   ├── admin_notice.php
│   │   ├── admin_page.php
│   │   ├── admin_pay.php
│   │   ├── admin_personal.php
│   │   ├── admin_set.php
│   │   ├── admin_templates.php
│   │   ├── admin_uc_setting.php
│   │   ├── admin_users.php
│   │   ├── api
│   │   │   └── locoyspider.php
│   │   ├── css
│   │   │   ├── common.css
│   │   │   ├── date_input.css
│   │   │   └── xmlcolors.css
│   │   ├── data
│   │   │   └── captcha
│   │   │   ├── captcha_bg1.gif
│   │   │   ├── captcha_bg1.jpg
│   │   │   ├── captcha_bg2.gif
│   │   │   ├── captcha_bg2.jpg
│   │   │   ├── captcha_bg3.gif
│   │   │   ├── captcha_bg3.jpg
│   │   │   ├── captcha_bg4.gif
│   │   │   ├── captcha_bg4.jpg
│   │   │   ├── captcha_bg5.gif
│   │   │   └── captcha_bg5.jpg
│   │   ├── images
│   │   │   ├── act_add.gif
│   │   │   ├── admin_left_li.gif
│   │   │   ├── admin_submit.jpg
│   │   │   ├── admin_tit_bg.jpg
│   │   │   ├── ajax_loader.gif
│   │   │   ├── cat_left1.gif
│   │   │   ├── cat_left2.gif
│   │   │   ├── close_frame.gif
│   │   │   ├── color_box_bg.gif
│   │   │   ├── comment_alert.gif
│   │   │   ├── go_back.gif
│   │   │   ├── input_bg.gif
│   │   │   ├── left_d.gif
│   │   │   ├── left_e.gif
│   │   │   ├── login_a.jpg
│   │   │   ├── login_bg.jpg
│   │   │   ├── login_logo.gif
│   │   │   ├── logo_in.png
│   │   │   ├── main_a_bg.jpg
│   │   │   ├── main_b_bg.jpg
│   │   │   ├── open_frame.gif
│   │   │   ├── right_big.gif
│   │   │   ├── search.gif
│   │   │   ├── sehbg.gif
│   │   │   ├── tabsbg.gif
│   │   │   └── top_nav_dot.gif
│   │   ├── include
│   │   │   ├── admin_ad_fun.php
│   │   │   ├── admin_article_fun.php
│   │   │   ├── admin_category_fun.php
│   │   │   ├── admin_common.fun.php
│   │   │   ├── admin_common.inc.php
│   │   │   ├── admin_company_fun.php
│   │   │   ├── admin_database.fun.php
│   │   │   ├── admin_explain_fun.php
│   │   │   ├── admin_feedback_fun.php
│   │   │   ├── admin_link_fun.php
│   │   │   ├── admin_locoyspider_fun.php
│   │   │   ├── admin_nav_fun.php
│   │   │   ├── admin_notice_fun.php
│   │   │   ├── admin_page_fun.php
│   │   │   ├── admin_pay_fun.php
│   │   │   ├── admin_personal_fun.php
│   │   │   ├── admin_phpzip.php
│   │   │   ├── admin_Smarty.inc.php
│   │   │   ├── admin_templates_fun.php
│   │   │   ├── admin_uc_fun.php
│   │   │   ├── admin_user_fun.php
│   │   │   ├── admin_users_fun.php
│   │   │   ├── captcha.php
│   │   │   └── upload_img.php
│   │   ├── index.php
│   │   ├── js
│   │   │   ├── codemirror
│   │   │   │   ├── css
│   │   │   │   │   ├── csscolors.css
│   │   │   │   │   ├── jscolors.css
│   │   │   │   │   ├── sparqlcolors.css
│   │   │   │   │   └── xmlcolors.css
│   │   │   │   └── js
│   │   │   │   ├── codemirror.js
│   │   │   │   ├── editor.js
│   │   │   │   ├── highlight.js
│   │   │   │   ├── mirrorframe.js
│   │   │   │   ├── parsecss.js
│   │   │   │   ├── parsedummy.js
│   │   │   │   ├── parsehtmlmixed.js
│   │   │   │   ├── parsejavascript.js
│   │   │   │   ├── parsesparql.js
│   │   │   │   ├── parsexml.js
│   │   │   │   ├── select.js
│   │   │   │   ├── stringstream.js
│   │   │   │   ├── tokenizejavascript.js
│   │   │   │   ├── tokenize.js
│   │   │   │   ├── undo.js
│   │   │   │   ├── unittests.js
│   │   │   │   └── util.js
│   │   │   ├── common.js
│   │   │   ├── jquery.date_input.js
│   │   │   ├── jquery.grid.rowSizing.pack.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.QSdialog.js
│   │   │   └── jquery.vtip-min.js
│   │   ├── kindeditor
│   │   │   ├── kindeditor.js
│   │   │   ├── kindeditor-min.js
│   │   │   ├── license.txt
│   │   │   ├── php
│   │   │   │   ├── demo.php
│   │   │   │   ├── file_manager_json.php
│   │   │   │   ├── JSON.php
│   │   │   │   └── upload_json.php
│   │   │   ├── plugins
│   │   │   │   ├── about.html
│   │   │   │   ├── advtable
│   │   │   │   │   └── advtable.html
│   │   │   │   ├── emoticons
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 100.gif
│   │   │   │   │   ├── 101.gif
│   │   │   │   │   ├── 102.gif
│   │   │   │   │   ├── 103.gif
│   │   │   │   │   ├── 104.gif
│   │   │   │   │   ├── 105.gif
│   │   │   │   │   ├── 106.gif
│   │   │   │   │   ├── 107.gif
│   │   │   │   │   ├── 108.gif
│   │   │   │   │   ├── 109.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 110.gif
│   │   │   │   │   ├── 111.gif
│   │   │   │   │   ├── 112.gif
│   │   │   │   │   ├── 113.gif
│   │   │   │   │   ├── 114.gif
│   │   │   │   │   ├── 115.gif
│   │   │   │   │   ├── 116.gif
│   │   │   │   │   ├── 117.gif
│   │   │   │   │   ├── 118.gif
│   │   │   │   │   ├── 119.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 120.gif
│   │   │   │   │   ├── 121.gif
│   │   │   │   │   ├── 122.gif
│   │   │   │   │   ├── 123.gif
│   │   │   │   │   ├── 124.gif
│   │   │   │   │   ├── 125.gif
│   │   │   │   │   ├── 126.gif
│   │   │   │   │   ├── 127.gif
│   │   │   │   │   ├── 128.gif
│   │   │   │   │   ├── 129.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 130.gif
│   │   │   │   │   ├── 131.gif
│   │   │   │   │   ├── 132.gif
│   │   │   │   │   ├── 133.gif
│   │   │   │   │   ├── 134.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 41.gif
│   │   │   │   │   ├── 42.gif
│   │   │   │   │   ├── 43.gif
│   │   │   │   │   ├── 44.gif
│   │   │   │   │   ├── 45.gif
│   │   │   │   │   ├── 46.gif
│   │   │   │   │   ├── 47.gif
│   │   │   │   │   ├── 48.gif
│   │   │   │   │   ├── 49.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 50.gif
│   │   │   │   │   ├── 51.gif
│   │   │   │   │   ├── 52.gif
│   │   │   │   │   ├── 53.gif
│   │   │   │   │   ├── 54.gif
│   │   │   │   │   ├── 55.gif
│   │   │   │   │   ├── 56.gif
│   │   │   │   │   ├── 57.gif
│   │   │   │   │   ├── 58.gif
│   │   │   │   │   ├── 59.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 60.gif
│   │   │   │   │   ├── 61.gif
│   │   │   │   │   ├── 62.gif
│   │   │   │   │   ├── 63.gif
│   │   │   │   │   ├── 64.gif
│   │   │   │   │   ├── 65.gif
│   │   │   │   │   ├── 66.gif
│   │   │   │   │   ├── 67.gif
│   │   │   │   │   ├── 68.gif
│   │   │   │   │   ├── 69.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 70.gif
│   │   │   │   │   ├── 71.gif
│   │   │   │   │   ├── 72.gif
│   │   │   │   │   ├── 73.gif
│   │   │   │   │   ├── 74.gif
│   │   │   │   │   ├── 75.gif
│   │   │   │   │   ├── 76.gif
│   │   │   │   │   ├── 77.gif
│   │   │   │   │   ├── 78.gif
│   │   │   │   │   ├── 79.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 80.gif
│   │   │   │   │   ├── 81.gif
│   │   │   │   │   ├── 82.gif
│   │   │   │   │   ├── 83.gif
│   │   │   │   │   ├── 84.gif
│   │   │   │   │   ├── 85.gif
│   │   │   │   │   ├── 86.gif
│   │   │   │   │   ├── 87.gif
│   │   │   │   │   ├── 88.gif
│   │   │   │   │   ├── 89.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 90.gif
│   │   │   │   │   ├── 91.gif
│   │   │   │   │   ├── 92.gif
│   │   │   │   │   ├── 93.gif
│   │   │   │   │   ├── 94.gif
│   │   │   │   │   ├── 95.gif
│   │   │   │   │   ├── 96.gif
│   │   │   │   │   ├── 97.gif
│   │   │   │   │   ├── 98.gif
│   │   │   │   │   ├── 99.gif
│   │   │   │   │   ├── 9.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
│   │   │   │   ├── flash.html
│   │   │   │   ├── image
│   │   │   │   │   ├── image.html
│   │   │   │   │   └── images
│   │   │   │   │   ├── align_left.gif
│   │   │   │   │   ├── align_right.gif
│   │   │   │   │   ├── align_top.gif
│   │   │   │   │   └── refresh.gif
│   │   │   │   ├── link
│   │   │   │   │   └── link.html
│   │   │   │   ├── media.html
│   │   │   │   ├── plainpaste.html
│   │   │   │   └── wordpaste.html
│   │   │   └── skins
│   │   │   ├── common
│   │   │   │   ├── blank.gif
│   │   │   │   ├── editor.css
│   │   │   │   ├── flash.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── media.gif
│   │   │   │   └── rm.gif
│   │   │   ├── default
│   │   │   │   └── default.gif
│   │   │   └── default.css
│   │   └── templates
│   │   └── default
│   │   ├── ads
│   │   │   ├── admin_ad_add.htm
│   │   │   ├── admin_ad_category_add.htm
│   │   │   ├── admin_ad_category_edit.htm
│   │   │   ├── admin_ad_category.htm
│   │   │   ├── admin_ad_edit.htm
│   │   │   ├── admin_ad_list.htm
│   │   │   └── admin_ad_nav.htm
│   │   ├── article
│   │   │   ├── admin_article_add.htm
│   │   │   ├── admin_article_category_add.htm
│   │   │   ├── admin_article_category_edit.htm
│   │   │   ├── admin_article_category.htm
│   │   │   ├── admin_article_edit.htm
│   │   │   ├── admin_article.htm
│   │   │   ├── admin_article_nav.htm
│   │   │   ├── admin_article_property_add.htm
│   │   │   ├── admin_article_property_edit.htm
│   │   │   └── admin_article_property.htm
│   │   ├── category
│   │   │   ├── admin_category_add.htm
│   │   │   ├── admin_category_district_add.htm
│   │   │   ├── admin_category_district_edit.htm
│   │   │   ├── admin_category_district.htm
│   │   │   ├── admin_category_edit.htm
│   │   │   ├── admin_category_group_add.htm
│   │   │   ├── admin_category_group_edit.htm
│   │   │   ├── admin_category_group.htm
│   │   │   ├── admin_category_jobs_add.htm
│   │   │   ├── admin_category_jobs_edit.htm
│   │   │   ├── admin_category_jobs.htm
│   │   │   └── admin_category_list.htm
│   │   ├── company
│   │   │   ├── admin_company_jobs_batch.htm
│   │   │   ├── admin_company_jobs_edit.htm
│   │   │   ├── admin_company_jobs.htm
│   │   │   ├── admin_company_list.htm
│   │   │   ├── admin_company_profile_edit.htm
│   │   │   ├── admin_company_user_add.htm
│   │   │   ├── admin_company_user_edit.htm
│   │   │   ├── admin_company_user_list.htm
│   │   │   ├── admin_order_list.htm
│   │   │   ├── admin_order_set.htm
│   │   │   └── admin_order_show.htm
│   │   ├── database
│   │   │   ├── admin_database_backup.htm
│   │   │   ├── admin_database_nav.htm
│   │   │   └── admin_database_restore.htm
│   │   ├── explain
│   │   │   ├── admin_explain_add.htm
│   │   │   ├── admin_explain_category_add.htm
│   │   │   ├── admin_explain_category_edit.htm
│   │   │   ├── admin_explain_category.htm
│   │   │   ├── admin_explain_edit.htm
│   │   │   ├── admin_explain.htm
│   │   │   └── admin_explain_nav.htm
│   │   ├── feedback
│   │   │   ├── admin_feedback_suggest_list.htm
│   │   │   ├── admin_feedback_suggest_reply.htm
│   │   │   └── admin_report_list.htm
│   │   ├── html
│   │   │   ├── admin_html_make.htm
│   │   │   └── admin_html_output.htm
│   │   ├── link
│   │   │   ├── admin_link_add.htm
│   │   │   ├── admin_link_category_add.htm
│   │   │   ├── admin_link_category_edit.htm
│   │   │   ├── admin_link_category.htm
│   │   │   ├── admin_link_edit.htm
│   │   │   ├── admin_link.htm
│   │   │   └── admin_link_nav.htm
│   │   ├── locoyspider
│   │   │   ├── admin_locoyspider_company.htm
│   │   │   ├── admin_locoyspider.htm
│   │   │   ├── admin_locoyspider_jobs.htm
│   │   │   ├── admin_locoyspider_nav.htm
│   │   │   ├── admin_locoyspider_news.htm
│   │   │   └── admin_locoyspider_user.htm
│   │   ├── mail
│   │   │   ├── admin_mail_nav.htm
│   │   │   ├── admin_mail_set.htm
│   │   │   ├── admin_mail_templates_edit.htm
│   │   │   └── admin_mail_templates.htm
│   │   ├── mode
│   │   │   ├── admin_mode.htm
│   │   │   ├── admin_mode_meal_add.htm
│   │   │   ├── admin_mode_meal_edit.htm
│   │   │   ├── admin_mode_meal.htm
│   │   │   ├── admin_mode_nav.htm
│   │   │   └── admin_mode_points.htm
│   │   ├── nav
│   │   │   ├── admin_nav_add.htm
│   │   │   ├── admin_nav_category_add.htm
│   │   │   ├── admin_nav_category_edit.htm
│   │   │   ├── admin_nav_category.htm
│   │   │   ├── admin_nav_edit.htm
│   │   │   ├── admin_nav.htm
│   │   │   └── admin_nav_nav.htm
│   │   ├── notice
│   │   │   ├── admin_notice_add.htm
│   │   │   ├── admin_notice_category_add.htm
│   │   │   ├── admin_notice_category_edit.htm
│   │   │   ├── admin_notice_category.htm
│   │   │   ├── admin_notice_edit.htm
│   │   │   ├── admin_notice.htm
│   │   │   └── admin_notice_nav.htm
│   │   ├── page
│   │   │   ├── admin_page_add.htm
│   │   │   ├── admin_page_edit.htm
│   │   │   ├── admin_page.htm
│   │   │   └── admin_page_nav.htm
│   │   ├── pay
│   │   │   ├── admin_payment_action.htm
│   │   │   └── admin_payment_list.htm
│   │   ├── personal
│   │   │   ├── admin_personal_resume_batch.htm
│   │   │   ├── admin_personal_resume.htm
│   │   │   ├── admin_personal_user_add.htm
│   │   │   ├── admin_personal_user_edit.htm
│   │   │   └── admin_personal_user_list.htm
│   │   ├── set
│   │   │   ├── admin_set_agreement.htm
│   │   │   ├── admin_set_company.htm
│   │   │   ├── admin_set_config.htm
│   │   │   ├── admin_set_config_nav.htm
│   │   │   ├── admin_set_filter.htm
│   │   │   ├── admin_set_link.htm
│   │   │   ├── admin_set_map.htm
│   │   │   └── admin_set_personal.htm
│   │   ├── sys
│   │   │   ├── admin_clear_cache.htm
│   │   │   ├── admin_footer.htm
│   │   │   ├── admin_header.htm
│   │   │   ├── admin_index.htm
│   │   │   ├── admin_left_ad.htm
│   │   │   ├── admin_left_article.htm
│   │   │   ├── admin_left_company.htm
│   │   │   ├── admin_left_feedback.htm
│   │   │   ├── admin_left_index.htm
│   │   │   ├── admin_left_personal.htm
│   │   │   ├── admin_left_set.htm
│   │   │   ├── admin_left_templates.htm
│   │   │   ├── admin_left_tools.htm
│   │   │   ├── admin_left_users.htm
│   │   │   ├── admin_login.htm
│   │   │   ├── admin_main.htm
│   │   │   ├── admin_select_color.htm
│   │   │   ├── admin_showmsg.htm
│   │   │   ├── admin_sotp.htm
│   │   │   └── admin_top.htm
│   │   ├── tpl
│   │   │   ├── admin_templates_file_edit.htm
│   │   │   ├── admin_templates_file_list.htm
│   │   │   └── admin_templates_list.htm
│   │   ├── uc
│   │   │   ├── admin_uc_install.htm
│   │   │   └── admin_uc_setting.htm
│   │   └── users
│   │   ├── admin_users_add.htm
│   │   ├── admin_users_edit.htm
│   │   ├── admin_users_edit_pwd.htm
│   │   ├── admin_users_list.htm
│   │   ├── admin_users_log.htm
│   │   └── admin_users_set.htm
│   ├── agreement
│   │   └── index.php
│   ├── api
│   │   ├── uc_client
│   │   │   ├── client.php
│   │   │   ├── control
│   │   │   │   ├── app.php
│   │   │   │   ├── cache.php
│   │   │   │   ├── domain.php
│   │   │   │   ├── feed.php
│   │   │   │   ├── friend.php
│   │   │   │   ├── index.htm
│   │   │   │   ├── mail.php
│   │   │   │   ├── pm.php
│   │   │   │   ├── tag.php
│   │   │   │   └── user.php
│   │   │   ├── data
│   │   │   │   ├── cache
│   │   │   │   │   ├── apps.php
│   │   │   │   │   ├── badwords.php
│   │   │   │   │   ├── index.htm
│   │   │   │   │   └── settings.php
│   │   │   │   └── index.htm
│   │   │   ├── index.htm
│   │   │   ├── lib
│   │   │   │   ├── db.class.php
│   │   │   │   ├── index.htm
│   │   │   │   ├── sendmail.inc.php
│   │   │   │   ├── uccode.class.php
│   │   │   │   └── xml.class.php
│   │   │   └── model
│   │   │   ├── app.php
│   │   │   ├── base.php
│   │   │   ├── cache.php
│   │   │   ├── domain.php
│   │   │   ├── friend.php
│   │   │   ├── index.htm
│   │   │   ├── mail.php
│   │   │   ├── misc.php
│   │   │   ├── note.php
│   │   │   ├── pm.php
│   │   │   ├── tag.php
│   │   │   └── user.php
│   │   └── uc.php
│   ├── company
│   │   ├── company-map.php
│   │   └── company-show.php
│   ├── data
│   │   ├── ads
│   │   │   └── vcastr.swf
│   │   ├── avatar
│   │   │   ├── _no_photo.gif
│   │   │   └── no_photo.gif
│   │   ├── backup
│   │   │   └── index.htm
│   │   ├── filetpl.php
│   │   ├── images
│   │   │   ├── logo.gif
│   │   │   └── wap_logo.gif
│   │   ├── logo
│   │   │   └── no_logo.gif
│   │   └── photo
│   │   └── thumb
│   │   └── no_photo.gif
│   ├── explain
│   │   └── explain-show.php
│   ├── famous
│   │   └── index.php
│   ├── headhunting
│   │   └── headhunting-list.php
│   ├── include
│   │   ├── 74cms_version.php
│   │   ├── common.fun.php
│   │   ├── common.inc.php
│   │   ├── fun_company.php
│   │   ├── fun_make_html.php
│   │   ├── fun_personal.php
│   │   ├── fun_user.php
│   │   ├── fun_wap.php
│   │   ├── gdbmp.php
│   │   ├── imageresize.class.php
│   │   ├── mysql.class.php
│   │   ├── page.class.php
│   │   ├── payment
│   │   │   ├── alipay.php
│   │   │   ├── chinabank.php
│   │   │   ├── logo
│   │   │   │   ├── alipay.gif
│   │   │   │   ├── chinabank.gif
│   │   │   │   ├── remittance.gif
│   │   │   │   └── tenpay.gif
│   │   │   ├── remittance.php
│   │   │   ├── respond_alipay.php
│   │   │   ├── respond_chinabank.php
│   │   │   ├── respond_tenpay.php
│   │   │   └── tenpay.php
│   │   ├── plus.common.inc.php
│   │   ├── smarty
│   │   │   ├── Config_File.class.php
│   │   │   ├── internals
│   │   │   │   ├── core.assemble_plugin_filepath.php
│   │   │   │   ├── core.assign_smarty_interface.php
│   │   │   │   ├── core.create_dir_structure.php
│   │   │   │   ├── core.display_debug_console.php
│   │   │   │   ├── core.get_include_path.php
│   │   │   │   ├── core.get_microtime.php
│   │   │   │   ├── core.get_php_resource.php
│   │   │   │   ├── core.is_secure.php
│   │   │   │   ├── core.is_trusted.php
│   │   │   │   ├── core.load_plugins.php
│   │   │   │   ├── core.load_resource_plugin.php
│   │   │   │   ├── core.process_cached_inserts.php
│   │   │   │   ├── core.process_compiled_include.php
│   │   │   │   ├── core.read_cache_file.php
│   │   │   │   ├── core.rm_auto.php
│   │   │   │   ├── core.rmdir.php
│   │   │   │   ├── core.run_insert_handler.php
│   │   │   │   ├── core.smarty_include_php.php
│   │   │   │   ├── core.write_cache_file.php
│   │   │   │   ├── core.write_compiled_include.php
│   │   │   │   ├── core.write_compiled_resource.php
│   │   │   │   └── core.write_file.php
│   │   │   ├── plugins
│   │   │   │   ├── block.php.php
│   │   │   │   ├── block.textformat.php
│   │   │   │   ├── compiler.assign.php
│   │   │   │   ├── function.assign_debug_info.php
│   │   │   │   ├── function.config_load.php
│   │   │   │   ├── function.counter.php
│   │   │   │   ├── function.cycle.php
│   │   │   │   ├── function.debug.php
│   │   │   │   ├── function.eval.php
│   │   │   │   ├── function.fetch.php
│   │   │   │   ├── function.html_checkboxes.php
│   │   │   │   ├── function.html_image.php
│   │   │   │   ├── function.html_options.php
│   │   │   │   ├── function.html_radios.php
│   │   │   │   ├── function.html_select_date.php
│   │   │   │   ├── function.html_select_time.php
│   │   │   │   ├── function.html_table.php
│   │   │   │   ├── function.mailto.php
│   │   │   │   ├── function.math.php
│   │   │   │   ├── function.popup_init.php
│   │   │   │   ├── function.popup.php
│   │   │   │   ├── function.qishi_ad.php
│   │   │   │   ├── function.qishi_company_list.php
│   │   │   │   ├── function.qishi_company_show.php
│   │   │   │   ├── function.qishi_explain_list.php
│   │   │   │   ├── function.qishi_explain_show.php
│   │   │   │   ├── function.qishi_get_classify.php
│   │   │   │   ├── function.qishi_jobs_contrast.php
│   │   │   │   ├── function.qishi_jobs_list.php
│   │   │   │   ├── function.qishi_jobs_show.php
│   │   │   │   ├── function.qishi_link.php
│   │   │   │   ├── function.qishi_nav.php
│   │   │   │   ├── function.qishi_news_category.php
│   │   │   │   ├── function.qishi_news_list.php
│   │   │   │   ├── function.qishi_news_property.php
│   │   │   │   ├── function.qishi_news_show.php
│   │   │   │   ├── function.qishi_notice_list.php
│   │   │   │   ├── function.qishi_notice_show.php
│   │   │   │   ├── function.qishi_pageinfo.php
│   │   │   │   ├── function.qishi_resume_list.php
│   │   │   │   ├── function.qishi_resume_show.php
│   │   │   │   ├── modifier.capitalize.php
│   │   │   │   ├── modifier.cat.php
│   │   │   │   ├── modifiercompiler.cat.php
│   │   │   │   ├── modifiercompiler.count_characters.php
│   │   │   │   ├── modifiercompiler.count_paragraphs.php
│   │   │   │   ├── modifiercompiler.count_sentences.php
│   │   │   │   ├── modifiercompiler.count_words.php
│   │   │   │   ├── modifiercompiler.default.php
│   │   │   │   ├── modifiercompiler.indent.php
│   │   │   │   ├── modifiercompiler.lower.php
│   │   │   │   ├── modifiercompiler.noprint.php
│   │   │   │   ├── modifiercompiler.string_format.php
│   │   │   │   ├── modifiercompiler.strip.php
│   │   │   │   ├── modifiercompiler.strip_tags.php
│   │   │   │   ├── modifiercompiler.upper.php
│   │   │   │   ├── modifiercompiler.wordwrap.php
│   │   │   │   ├── modifier.count_characters.php
│   │   │   │   ├── modifier.count_paragraphs.php
│   │   │   │   ├── modifier.count_sentences.php
│   │   │   │   ├── modifier.count_words.php
│   │   │   │   ├── modifier.date_format.php
│   │   │   │   ├── modifier.debug_print_var.php
│   │   │   │   ├── modifier.default.php
│   │   │   │   ├── modifier.escape.php
│   │   │   │   ├── modifier.in_array.php
│   │   │   │   ├── modifier.indent.php
│   │   │   │   ├── modifier.lower.php
│   │   │   │   ├── modifier.nl2br.php
│   │   │   │   ├── modifier.qishi_parse_url.php
│   │   │   │   ├── modifier.qishi_url.php
│   │   │   │   ├── modifier.rawurlencode.php
│   │   │   │   ├── modifier.regex_replace.php
│   │   │   │   ├── modifier.replace.php
│   │   │   │   ├── modifier.spacify.php
│   │   │   │   ├── modifier.string_format.php
│   │   │   │   ├── modifier.strip.php
│   │   │   │   ├── modifier.strip_tags.php
│   │   │   │   ├── modifier.truncate.php
│   │   │   │   ├── modifier.upper.php
│   │   │   │   ├── modifier.wordwrap.php
│   │   │   │   ├── outputfilter.trimwhitespace.php
│   │   │   │   ├── shared.escape_special_chars.php
│   │   │   │   ├── shared.make_timestamp.php
│   │   │   │   ├── shared.mb_str_replace.php
│   │   │   │   └── variablefilter.htmlspecialchars.php
│   │   │   ├── Smarty.class.php
│   │   │   └── Smarty_Compiler.class.php
│   │   ├── Smarty.inc.php
│   │   └── upload_img.php
│   ├── index.php
│   ├── install
│   │   ├── include
│   │   │   ├── common.fun.php
│   │   │   └── common.inc.php
│   │   ├── index.php
│   │   ├── sql-data.sql
│   │   ├── sql-structure.sql
│   │   └── templates
│   │   ├── css
│   │   │   └── common.css
│   │   ├── foot.htm
│   │   ├── header.htm
│   │   ├── images
│   │   │   ├── bg.jpg
│   │   │   ├── dot.gif
│   │   │   ├── link_bg.gif
│   │   │   ├── loading.gif
│   │   │   └── logo.gif
│   │   ├── js
│   │   │   ├── jquery.js
│   │   │   └── openlayer.js
│   │   ├── left.htm
│   │   ├── showmsg.htm
│   │   ├── step1.htm
│   │   ├── step2.htm
│   │   ├── step3.htm
│   │   ├── step5.htm
│   │   └── tip.htm
│   ├── jobs
│   │   ├── index.php
│   │   ├── jobs-contrast.php
│   │   ├── jobs-list.php
│   │   └── jobs-show.php
│   ├── link
│   │   └── add_link.php
│   ├── news
│   │   ├── index.php
│   │   ├── news-list.php
│   │   └── news-show.php
│   ├── notice
│   │   ├── notice-list.php
│   │   └── notice-show.php
│   ├── phpmailer
│   │   ├── class.phpmailer.php
│   │   ├── class.pop3.php
│   │   ├── class.smtp.php
│   │   └── language
│   │   ├── phpmailer.lang-ar.php
│   │   ├── phpmailer.lang-br.php
│   │   ├── phpmailer.lang-ca.php
│   │   ├── phpmailer.lang-ch.php
│   │   ├── phpmailer.lang-cz.php
│   │   ├── phpmailer.lang-de.php
│   │   ├── phpmailer.lang-dk.php
│   │   ├── phpmailer.lang-en.php
│   │   ├── phpmailer.lang-es.php
│   │   ├── phpmailer.lang-et.php
│   │   ├── phpmailer.lang-fi.php
│   │   ├── phpmailer.lang-fo.php
│   │   ├── phpmailer.lang-fr.php
│   │   ├── phpmailer.lang-hu.php
│   │   ├── phpmailer.lang-it.php
│   │   ├── phpmailer.lang-ja.php
│   │   ├── phpmailer.lang-nl.php
│   │   ├── phpmailer.lang-no.php
│   │   ├── phpmailer.lang-pl.php
│   │   ├── phpmailer.lang-ro.php
│   │   ├── phpmailer.lang-ru.php
│   │   ├── phpmailer.lang-se.php
│   │   ├── phpmailer.lang-tr.php
│   │   ├── phpmailer.lang-zh_cn.php
│   │   └── phpmailer.lang-zh.php
│   ├── plus
│   │   ├── ajax.php
│   │   └── asyn_mail.php
│   ├── resume
│   │   ├── index.php
│   │   ├── resume-list.php
│   │   └── resume-show.php
│   ├── robots.txt
│   ├── templates
│   │   └── default
│   │   ├── 404.htm
│   │   ├── agreement
│   │   │   └── agreement.htm
│   │   ├── company-show.htm
│   │   ├── css
│   │   │   ├── agreement.css
│   │   │   ├── common.css
│   │   │   ├── date_input.css
│   │   │   ├── default.css
│   │   │   ├── explain.css
│   │   │   ├── famous.css
│   │   │   ├── jobs.css
│   │   │   ├── link.css
│   │   │   ├── news.css
│   │   │   ├── notice.css
│   │   │   ├── resume.css
│   │   │   ├── user.css
│   │   │   └── wap.css
│   │   ├── explain-show.htm
│   │   ├── famous.htm
│   │   ├── footer.htm
│   │   ├── header.htm
│   │   ├── headhunting-list.htm
│   │   ├── images
│   │   │   ├── 01.gif
│   │   │   ├── 02.gif
│   │   │   ├── 03.jpg
│   │   │   ├── 04.jpg
│   │   │   ├── 05.gif
│   │   │   ├── 06.gif
│   │   │   ├── 07.gif
│   │   │   ├── 08.gif
│   │   │   ├── 09.gif
│   │   │   ├── 10.jpg
│   │   │   ├── 11.png
│   │   │   ├── 12.png
│   │   │   ├── 13.png
│   │   │   ├── 14.gif
│   │   │   ├── 15.gif
│   │   │   ├── 16.jpg
│   │   │   ├── 17.gif
│   │   │   ├── 18.gif
│   │   │   ├── 19.gif
│   │   │   ├── 20.gif
│   │   │   ├── 21.gif
│   │   │   ├── 22.gif
│   │   │   ├── 23.gif
│   │   │   ├── 24.png
│   │   │   ├── 25.gif
│   │   │   ├── 26.gif
│   │   │   ├── 27.gif
│   │   │   ├── 28.gif
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.jpg
│   │   │   ├── 36.jpg
│   │   │   ├── 37.gif
│   │   │   ├── 38.jpg
│   │   │   ├── 39.png
│   │   │   ├── 40.png
│   │   │   ├── 41.jpg
│   │   │   ├── 42.gif
│   │   │   ├── 43.gif
│   │   │   ├── 44.gif
│   │   │   ├── 45.gif
│   │   │   ├── 46.gif
│   │   │   ├── 47.gif
│   │   │   ├── 48.png
│   │   │   ├── 49.png
│   │   │   ├── 50.png
│   │   │   ├── 51.gif
│   │   │   ├── 52.gif
│   │   │   ├── 53.gif
│   │   │   ├── 54.gif
│   │   │   ├── 55.gif
│   │   │   ├── 56.gif
│   │   │   ├── 57.gif
│   │   │   ├── 58.gif
│   │   │   ├── 59.gif
│   │   │   ├── 60.gif
│   │   │   ├── 61.gif
│   │   │   ├── 62.gif
│   │   │   ├── 63.gif
│   │   │   ├── 64.gif
│   │   │   ├── 65.gif
│   │   │   ├── 66.gif
│   │   │   ├── 67.jpg
│   │   │   ├── 68.gif
│   │   │   ├── 69.gif
│   │   │   ├── 70.gif
│   │   │   ├── +c.gif
│   │   │   ├── _c.gif
│   │   │   ├── +h.gif
│   │   │   ├── _h.gif
│   │   │   ├── info.txt
│   │   │   ├── share
│   │   │   │   ├── 1.gif
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 3.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── thumbnail.jpg
│   │   │   └── Thumbs.db
│   │   ├── index.htm
│   │   ├── jobs-contrast.htm
│   │   ├── jobs-header.htm
│   │   ├── jobs.htm
│   │   ├── jobs-list.htm
│   │   ├── jobs-show.htm
│   │   ├── js
│   │   │   ├── image.cut.js
│   │   │   ├── image.drag.js
│   │   │   ├── jquery.date_input.js
│   │   │   ├── jquery.dialog.js
│   │   │   ├── jquery.highlight-3.js
│   │   │   ├── jquery.idTabs.min.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.KinSlideshow.min.js
│   │   │   ├── jquery.selectlayer.js
│   │   │   ├── jquery.user.select.js
│   │   │   ├── jquery.validate.min.js
│   │   │   └── jquery.vtip-min.js
│   │   ├── link
│   │   │   └── add.htm
│   │   ├── member_company_points
│   │   │   ├── company_addheadhunting.htm
│   │   │   ├── company_addjobs.htm
│   │   │   ├── company_apply_jobs.htm
│   │   │   ├── company_auth.htm
│   │   │   ├── company_avatars.htm
│   │   │   ├── company_down_resume.htm
│   │   │   ├── company_editheadhunting.htm
│   │   │   ├── company_editjobs.htm
│   │   │   ├── company_favorites.htm
│   │   │   ├── company_feedback.htm
│   │   │   ├── company_index.htm
│   │   │   ├── company_interview.htm
│   │   │   ├── company_jobs.htm
│   │   │   ├── company_logo.htm
│   │   │   ├── company_map_open.htm
│   │   │   ├── company_map_set.htm
│   │   │   ├── company_notice.htm
│   │   │   ├── company_notice_show.htm
│   │   │   ├── company_order_add.htm
│   │   │   ├── company_order_list.htm
│   │   │   ├── company_order_pay.htm
│   │   │   ├── company_password.htm
│   │   │   ├── company_points_report.htm
│   │   │   ├── company_points_rule.htm
│   │   │   ├── company_profile.htm
│   │   │   ├── company_recommend.htm
│   │   │   ├── company_userprofile.htm
│   │   │   ├── company_user_status.htm
│   │   │   ├── header.htm
│   │   │   └── left.htm
│   │   ├── member_personal
│   │   │   ├── header.htm
│   │   │   ├── left.htm
│   │   │   ├── personal_apply_jobs.htm
│   │   │   ├── personal_avatars.htm
│   │   │   ├── personal_favorites.htm
│   │   │   ├── personal_feedback.htm
│   │   │   ├── personal_index.htm
│   │   │   ├── personal_interview.htm
│   │   │   ├── personal_notice.htm
│   │   │   ├── personal_notice_show.htm
│   │   │   ├── personal_password.htm
│   │   │   ├── personal_report.htm
│   │   │   ├── personal_resume_education_edit.htm
│   │   │   ├── personal_resume.htm
│   │   │   ├── personal_resume_list.htm
│   │   │   ├── personal_resume_make1.htm
│   │   │   ├── personal_resume_make2.htm
│   │   │   ├── personal_resume_make3.htm
│   │   │   ├── personal_resume_make4.htm
│   │   │   ├── personal_resume_make5.htm
│   │   │   ├── personal_resume_make6.htm
│   │   │   ├── personal_resume_make7.htm
│   │   │   ├── personal_resume_photo_cutting.htm
│   │   │   ├── personal_resume_privacy.htm
│   │   │   ├── personal_resume_training_edit.htm
│   │   │   ├── personal_resume_work_edit.htm
│   │   │   ├── personal_right.htm
│   │   │   ├── personal_talent.htm
│   │   │   ├── personal_userprofile.htm
│   │   │   └── personal_user_status.htm
│   │   ├── news.htm
│   │   ├── news-list.htm
│   │   ├── news-show.htm
│   │   ├── notice-list.htm
│   │   ├── notice-show.htm
│   │   ├── plus
│   │   │   ├── count.htm
│   │   │   ├── login_activate.htm
│   │   │   ├── login_form.htm
│   │   │   ├── login_success.htm
│   │   │   ├── top_login_activate.htm
│   │   │   ├── top_login_form.htm
│   │   │   └── top_login_success.htm
│   │   ├── resume-header.htm
│   │   ├── resume.htm
│   │   ├── resume-list.htm
│   │   ├── resume-show.htm
│   │   ├── showmsg.htm
│   │   ├── top_nav.htm
│   │   ├── user
│   │   │   ├── activate.htm
│   │   │   ├── footer.htm
│   │   │   ├── getpass.htm
│   │   │   ├── header.htm
│   │   │   ├── login.htm
│   │   │   ├── reg_form.htm
│   │   │   └── reg.htm
│   │   ├── wap
│   │   │   ├── footer.htm
│   │   │   ├── header.htm
│   │   │   ├── index.htm
│   │   │   ├── wap-classify.htm
│   │   │   ├── wap-company-show.htm
│   │   │   ├── wap.htm
│   │   │   ├── wap-jobs-list.htm
│   │   │   ├── wap-jobs-show.htm
│   │   │   ├── wap-login.htm
│   │   │   ├── wap-reg.htm
│   │   │   ├── wap-showmsg.htm
│   │   │   ├── wap-user-favorites.htm
│   │   │   └── wap-user-index.htm
│   │   └── warning.htm
│   ├── user
│   │   ├── add_favorites.php
│   │   ├── add_resume_pool.php
│   │   ├── apply_jobs.php
│   │   ├── download_resume.php
│   │   ├── getpass.php
│   │   ├── invited_interview.php
│   │   ├── login.php
│   │   ├── reg.php
│   │   ├── user_company_points.php
│   │   └── user_personal.php
│   └── wap
│   ├── css
│   │   └── common.css
│   ├── index.php
│   ├── wap_add_favorites.php
│   ├── wap-classify.php
│   ├── wap-company-show.php
│   ├── wap-jobs-list.php
│   ├── wap-jobs-show.php
│   ├── wap_login.php
│   ├── wap.php
│   ├── wap_reg.php
│   └── wap_user.php
├── 伪静态规则
│   ├── httpd.ini
│   └── 使用说明.txt
├── 安装说明.txt
└── 版本更新日志.txt

108 directories, 931 files

标签:

实例下载地址

骑士PHP人才系统(74CMS)源代码 v3.0

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警