在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 考核管理系统

考核管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.43M
  • 下载次数:8
  • 浏览次数:209
  • 发布时间:2022-02-06
  • 实例类别:一般编程问题
  • 发 布 人:cilon
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 考核

实例介绍

【实例简介】考核管理系统


  • 员工只能查询本人的考核结果。

  • 单位管理人员可以查询所设定部门员工的考核明细,可以上报本部门考核数据。

  • EXCEL数据导入、导出。

  • 设置公告和留言板,方便和员工互动交流。

  • 后台设置超级管理员和考核管理员两级权限。

  • 可自行设定考核项目,不同部门可以设置不同的考核项目。

  • 系统既可以安装在局域网服务器上,也可安装在互联网服务器上。

  • 适用对象:需要为员工提供考核查询的大中型企事业单位、政府机关。


【实例截图】

from clipboard

【核心代码】

.
├── __MACOSX
│   └── web
│       ├── App_Browsers
│       ├── TempImages
│       ├── admin
│       ├── adminm
│       │   └── sb
│       ├── bin
│       ├── cg
│       │   ├── admin
│       │   └── show
│       ├── css
│       │   ├── admincss
│       │   │   ├── deskimgs
│       │   │   └── images
│       │   ├── images
│       │   └── images0
│       ├── dc
│       │   ├── admin
│       │   ├── open
│       │   └── show
│       ├── gz
│       │   ├── admin
│       │   └── show
│       ├── install
│       ├── js
│       ├── kh
│       │   ├── admin
│       │   └── show
│       ├── kindeditor
│       │   ├── asp.net
│       │   │   └── bin
│       │   ├── attached
│       │   ├── lang
│       │   ├── plugins
│       │   │   ├── anchor
│       │   │   ├── autoheight
│       │   │   ├── baidumap
│       │   │   ├── clearhtml
│       │   │   ├── code
│       │   │   ├── emoticons
│       │   │   │   └── images
│       │   │   ├── filemanager
│       │   │   │   └── images
│       │   │   ├── fixtoolbar
│       │   │   ├── flash
│       │   │   ├── image
│       │   │   │   └── images
│       │   │   ├── insertfile
│       │   │   ├── lineheight
│       │   │   ├── link
│       │   │   ├── map
│       │   │   ├── media
│       │   │   ├── multiimage
│       │   │   │   └── images
│       │   │   ├── pagebreak
│       │   │   ├── plainpaste
│       │   │   ├── preview
│       │   │   ├── quickformat
│       │   │   ├── table
│       │   │   ├── template
│       │   │   │   └── html
│       │   │   └── wordpaste
│       │   ├── src
│       │   └── themes
│       │       ├── common
│       │       ├── default
│       │       ├── qq
│       │       └── simple
│       ├── kq
│       │   ├── admin
│       │   └── show
│       ├── m
│       │   ├── cg
│       │   ├── dc
│       │   ├── dcopen
│       │   ├── forget
│       │   ├── gz
│       │   ├── kh
│       │   ├── kq
│       │   ├── rl
│       │   ├── sb
│       │   ├── wx
│       │   └── ys
│       ├── navigation
│       │   ├── admin
│       │   ├── cg
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── dc
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── gz
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── kh
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── kq
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── other
│       │   │   └── wx
│       │   ├── rl
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── sb
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── sy
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── wx
│       │   │   ├── admin
│       │   │   └── show
│       │   ├── ys
│       │   │   ├── admin
│       │   │   └── show
│       │   └── yw
│       ├── rl
│       │   ├── admin
│       │   └── show
│       ├── sb
│       │   ├── admin
│       │   └── show
│       ├── share
│       │   ├── ic
│       │   ├── login1
│       │   ├── login2
│       │   └── wechat
│       │       ├── getuseropenid
│       │       └── wechatbind
│       ├── sy
│       │   ├── admin
│       │   └── show
│       ├── wx
│       │   ├── admin
│       │   └── show
│       ├── ys
│       │   ├── admin
│       │   └── show
│       └── yw
├── web
│   ├── App_Browsers
│   │   └── browsers.browser
│   ├── Global.asax
│   ├── TempImages
│   │   └── TextFile1.txt
│   ├── Web.config
│   ├── admin
│   │   ├── default.aspx
│   │   ├── login_contactset.aspx
│   │   ├── login_databack.aspx
│   │   ├── login_departmentandpost.aspx
│   │   ├── login_desk.aspx
│   │   ├── login_exception.aspx
│   │   ├── login_guestbook.aspx
│   │   ├── login_manager.aspx
│   │   ├── login_managerlog.aspx
│   │   ├── login_notice.aspx
│   │   ├── login_permissions.aspx
│   │   ├── login_staff.aspx
│   │   ├── login_staff_del.aspx
│   │   ├── login_stafflog.aspx
│   │   ├── login_staffprint.aspx
│   │   ├── login_staffupload.aspx
│   │   ├── login_systemset.aspx
│   │   └── login_xieyi.aspx
│   ├── adminm
│   │   ├── default.aspx
│   │   ├── main.aspx
│   │   ├── sb
│   │   │   ├── get.aspx
│   │   │   ├── inventory.aspx
│   │   │   ├── lend.aspx
│   │   │   ├── main.aspx
│   │   │   ├── return.aspx
│   │   │   ├── return_device.aspx
│   │   │   ├── searchlend.aspx
│   │   │   └── searchstorage.aspx
│   │   └── staff.aspx
│   ├── bin
│   │   ├── CGBLL.dll
│   │   ├── CGDAL_SQL.dll
│   │   ├── DCBLL.dll
│   │   ├── DCDAL_SQL.dll
│   │   ├── FluentScheduler.dll
│   │   ├── GZBLL.dll
│   │   ├── GZDAL_SQL.dll
│   │   ├── KHBLL.dll
│   │   ├── KHDAL_SQL.dll
│   │   ├── KQBLL.dll
│   │   ├── KQDAL_SQL.dll
│   │   ├── LSBLL.dll
│   │   ├── LSDAL_SQL.dll
│   │   ├── LSModel.dll
│   │   ├── LSOABLL01.dll
│   │   ├── LitJSON.dll
│   │   ├── Microsoft.SqlServer.ConnectionInfo.dll
│   │   ├── Microsoft.SqlServer.Management.Sdk.Sfc.dll
│   │   ├── Microsoft.SqlServer.Smo.dll
│   │   ├── Microsoft.SqlServer.SmoExtended.dll
│   │   ├── Microsoft.SqlServer.SqlClrProvider.dll
│   │   ├── Microsoft.SqlServer.SqlEnum.dll
│   │   ├── NPOI.OOXML.dll
│   │   ├── NPOI.OpenXml4Net.dll
│   │   ├── NPOI.OpenXmlFormats.dll
│   │   ├── NPOI.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── RLBLL.dll
│   │   ├── RLDAL_SQL.dll
│   │   ├── SBBLL.dll
│   │   ├── SBDAL_SQL.dll
│   │   ├── SYBLL.dll
│   │   ├── SYDAL_SQL.dll
│   │   ├── System.Net.Http.WebRequest.dll
│   │   ├── System.Net.Http.dll
│   │   ├── WXBLL.dll
│   │   ├── WXDAL_SQL.dll
│   │   ├── Web.dll
│   │   ├── YSBLL.dll
│   │   ├── YSDAL_SQL.dll
│   │   ├── qcloudsms_csharp.dll
│   │   ├── zxing.dll
│   │   └── zxing.presentation.dll
│   ├── cg
│   │   ├── admin
│   │   │   ├── login_bidagent.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_permissions_cg.aspx
│   │   │   ├── login_permissions_cw.aspx
│   │   │   ├── login_permissions_cwgl.aspx
│   │   │   ├── login_permissions_gl.aspx
│   │   │   ├── login_permissions_ht.aspx
│   │   │   ├── login_permissions_sq.aspx
│   │   │   └── login_system.aspx
│   │   └── show
│   │       ├── BidAgentAdd.aspx
│   │       ├── PayView.aspx
│   │       ├── QuotaAllocation.aspx
│   │       ├── Supplement.aspx
│   │       ├── SupplementAppList.aspx
│   │       ├── SupplementAppprocessing.aspx
│   │       ├── SupplementBid.aspx
│   │       ├── SupplementCheck.aspx
│   │       ├── SupplementCheckM.aspx
│   │       ├── SupplementCheckSearch.aspx
│   │       ├── SupplementCheckSearchM.aspx
│   │       ├── SupplementCheckView.aspx
│   │       ├── SupplementCheckViewM.aspx
│   │       ├── SupplementContract.aspx
│   │       ├── SupplementPay.aspx
│   │       ├── SupplementPmcheckapp.aspx
│   │       ├── SupplementSearch.aspx
│   │       ├── SupplementView.aspx
│   │       ├── application.aspx
│   │       ├── applicationcheck.aspx
│   │       ├── applicationchecksearch.aspx
│   │       ├── applicationprint.aspx
│   │       ├── applicationsearch1.aspx
│   │       ├── applicationserch.aspx
│   │       ├── appprocessing.aspx
│   │       ├── bid.aspx
│   │       ├── bidedit.aspx
│   │       ├── bidserch.aspx
│   │       ├── bidview.aspx
│   │       ├── contactsview.aspx
│   │       ├── contract.aspx
│   │       ├── contractcheck.aspx
│   │       ├── contractchecksearch.aspx
│   │       ├── contractedit1.aspx
│   │       ├── contractedit2.aspx
│   │       ├── contractsearch.aspx
│   │       ├── desk.aspx
│   │       ├── directprocurement.aspx
│   │       ├── maintenance.aspx
│   │       ├── maintenanceadd.aspx
│   │       ├── maintenanceview.aspx
│   │       ├── pay.aspx
│   │       ├── payadd.aspx
│   │       ├── permissionsCG.aspx
│   │       ├── permissionsCW.aspx
│   │       ├── permissionsHT.aspx
│   │       ├── permissionsSQ.aspx
│   │       ├── pmcheckappadd.aspx
│   │       ├── pmcheckappedit.aspx
│   │       ├── pmcheckview.aspx
│   │       ├── pmlist.aspx
│   │       ├── pmview.aspx
│   │       └── quota.aspx
│   ├── css
│   │   ├── admincss
│   │   │   ├── desk.css
│   │   │   ├── deskimgs
│   │   │   │   ├── add.png
│   │   │   │   ├── archive.png
│   │   │   │   ├── baoxiu.png
│   │   │   │   ├── blue_external_drive_backup.png
│   │   │   │   ├── book.png
│   │   │   │   ├── books.png
│   │   │   │   ├── caigou.png
│   │   │   │   ├── clear.png
│   │   │   │   ├── dangan.png
│   │   │   │   ├── globe.png
│   │   │   │   ├── gongzi.png
│   │   │   │   ├── import.png
│   │   │   │   ├── in_box.png
│   │   │   │   ├── kaohe.png
│   │   │   │   ├── kaoqing.png
│   │   │   │   ├── math.png
│   │   │   │   ├── notice_board.png
│   │   │   │   ├── out_box.png
│   │   │   │   ├── palette.png
│   │   │   │   ├── printers.png
│   │   │   │   ├── process_info.png
│   │   │   │   ├── recent_items.png
│   │   │   │   ├── report_check.png
│   │   │   │   ├── science.png
│   │   │   │   ├── search_good.png
│   │   │   │   ├── setting.png
│   │   │   │   ├── shebei.png
│   │   │   │   ├── shouke.png
│   │   │   │   ├── sign_up.png
│   │   │   │   ├── software_update.png
│   │   │   │   ├── stats.png
│   │   │   │   ├── storage_files.png
│   │   │   │   ├── time.png
│   │   │   │   ├── triangle_12_2x.png
│   │   │   │   ├── user_group.png
│   │   │   │   ├── view_detailed.png
│   │   │   │   └── wunjuan.png
│   │   │   ├── images
│   │   │   │   ├── Login_but.gif
│   │   │   │   ├── OK.jpg
│   │   │   │   ├── admin_login.gif
│   │   │   │   ├── arrow.gif
│   │   │   │   ├── bg.gif
│   │   │   │   ├── buttom-copy-bg.gif
│   │   │   │   ├── buttom-left.gif
│   │   │   │   ├── buttom_bgs.gif
│   │   │   │   ├── buttom_left2.gif
│   │   │   │   ├── buttom_right2.gif
│   │   │   │   ├── cen_botton.png
│   │   │   │   ├── cen_cen.png
│   │   │   │   ├── cen_top.png
│   │   │   │   ├── close.gif
│   │   │   │   ├── content-bg-line.gif
│   │   │   │   ├── content-bg.gif
│   │   │   │   ├── dian.gif
│   │   │   │   ├── g.gif
│   │   │   │   ├── left-top-right.gif
│   │   │   │   ├── login-buttom-bg.gif
│   │   │   │   ├── login-content-bg.gif
│   │   │   │   ├── login-top-bg.gif
│   │   │   │   ├── login-wel.gif
│   │   │   │   ├── login_bg.jpg
│   │   │   │   ├── luck.gif
│   │   │   │   ├── mail_leftbg.gif
│   │   │   │   ├── mail_rightbg.gif
│   │   │   │   ├── map1.gif
│   │   │   │   ├── map10.gif
│   │   │   │   ├── map11.gif
│   │   │   │   ├── map2.gif
│   │   │   │   ├── map3.gif
│   │   │   │   ├── map4.gif
│   │   │   │   ├── map5.gif
│   │   │   │   ├── map6.gif
│   │   │   │   ├── map7.gif
│   │   │   │   ├── map8.gif
│   │   │   │   ├── map9.gif
│   │   │   │   ├── menu_bg.gif
│   │   │   │   ├── menu_bg1.gif
│   │   │   │   ├── menu_bg2.gif
│   │   │   │   ├── menu_bgs.gif
│   │   │   │   ├── menu_topimg.gif
│   │   │   │   ├── menu_topline.gif
│   │   │   │   ├── mime.gif
│   │   │   │   ├── nav-right-bg.gif
│   │   │   │   ├── news-title-bg.gif
│   │   │   │   ├── ok.gif
│   │   │   │   ├── password.gif
│   │   │   │   ├── pdf.gif
│   │   │   │   ├── top-right.gif
│   │   │   │   ├── top_bt.jpg
│   │   │   │   ├── ts.gif
│   │   │   │   ├── user-info.gif
│   │   │   │   ├── usercontrol.gif
│   │   │   │   ├── vie.gif
│   │   │   │   └── word.gif
│   │   │   └── skin.css
│   │   ├── base.css
│   │   ├── css.css
│   │   ├── css_0.css
│   │   ├── cssmain.css
│   │   ├── defaultfloatdiv.css
│   │   ├── images
│   │   │   ├── Validator.jpg
│   │   │   ├── adfsg.png
│   │   │   ├── adsfghfh.png
│   │   │   ├── adsgffdh.png
│   │   │   ├── afsgg.jpg
│   │   │   ├── arrow.gif
│   │   │   ├── asarf.png
│   │   │   ├── asdfg.png
│   │   │   ├── asdfrsg.png
│   │   │   ├── asfg.png
│   │   │   ├── asfgg.png
│   │   │   ├── asfghh.png
│   │   │   ├── asfsg.png
│   │   │   ├── asfsgy.png
│   │   │   ├── asgdfh.png
│   │   │   ├── asgdfh02.png
│   │   │   ├── atghtj.png
│   │   │   ├── bg2.jpg
│   │   │   ├── bg3.jpg
│   │   │   ├── bg4.jpg
│   │   │   ├── bg9.jpg
│   │   │   ├── bj01.jpg
│   │   │   ├── bj02.jpg
│   │   │   ├── bj03.jpg
│   │   │   ├── calendar.gif
│   │   │   ├── close.gif
│   │   │   ├── close_1.gif
│   │   │   ├── close_def.png
│   │   │   ├── close_hov.png
│   │   │   ├── close_off.gif
│   │   │   ├── close_on.gif
│   │   │   ├── drop1.gif
│   │   │   ├── drop2.gif
│   │   │   ├── dsgsfh.png
│   │   │   ├── err.png
│   │   │   ├── excel.jpg
│   │   │   ├── exit.png
│   │   │   ├── fasdfg.png
│   │   │   ├── fontSizeBg.png
│   │   │   ├── gdshdfh.png
│   │   │   ├── gfdhgh.png
│   │   │   ├── home.png
│   │   │   ├── input_password.png
│   │   │   ├── input_username.png
│   │   │   ├── left1.gif
│   │   │   ├── left2.gif
│   │   │   ├── liBg.png
│   │   │   ├── login-bg.png
│   │   │   ├── menu15Pic1.png
│   │   │   ├── menu15Pic2.png
│   │   │   ├── menu15Pic3.png
│   │   │   ├── menu15Pic4.png
│   │   │   ├── menu15Pic5.png
│   │   │   ├── menu15Pic6.png
│   │   │   ├── nophoto.jpg
│   │   │   ├── nopic360.gif
│   │   │   ├── nopic60.gif
│   │   │   ├── open.gif
│   │   │   ├── open_on.gif
│   │   │   ├── print.png
│   │   │   ├── right1.gif
│   │   │   ├── right2.gif
│   │   │   ├── right_top.png
│   │   │   ├── safsfh.jpg
│   │   │   ├── shixian.png
│   │   │   └── xuxian.png
│   │   ├── images0
│   │   │   ├── exit.png
│   │   │   ├── ico07.gif
│   │   │   ├── nav04.gif
│   │   │   ├── next.png
│   │   │   ├── out.gif
│   │   │   ├── png-0210.png
│   │   │   ├── top.gif
│   │   │   ├── user_all_bg.gif
│   │   │   ├── user_bottom_c.gif
│   │   │   ├── user_bottom_l.gif
│   │   │   ├── user_bottom_r.gif
│   │   │   ├── user_botton.gif
│   │   │   ├── user_login_name.gif
│   │   │   ├── user_login_password.gif
│   │   │   ├── user_login_validatecode.gif
│   │   │   ├── user_main_c.gif
│   │   │   ├── user_main_l.gif
│   │   │   ├── user_main_r.gif
│   │   │   ├── user_top_c.gif
│   │   │   ├── user_top_l.gif
│   │   │   └── user_top_r.gif
│   │   ├── jquery-1.11.2.min.js
│   │   ├── login.css
│   │   ├── popcalendar.js
│   │   └── reset.css
│   ├── dc
│   │   ├── admin
│   │   │   ├── login_dc.aspx
│   │   │   ├── login_dccreate.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_project.aspx
│   │   │   ├── login_project_view.aspx
│   │   │   ├── login_runtime.aspx
│   │   │   └── login_title.aspx
│   │   ├── open
│   │   │   └── default.aspx
│   │   └── show
│   │       ├── dc.aspx
│   │       └── desk.aspx
│   ├── default.aspx
│   ├── gz
│   │   ├── admin
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_projectA.aspx
│   │   │   ├── login_projectB.aspx
│   │   │   ├── login_viewcolumnnum.aspx
│   │   │   ├── login_wage.aspx
│   │   │   ├── login_wageclear.aspx
│   │   │   ├── login_wageprint.aspx
│   │   │   ├── login_wagesum.aspx
│   │   │   └── login_wageupload.aspx
│   │   └── show
│   │       ├── departmentwage.aspx
│   │       ├── departmentwageprint.aspx
│   │       ├── departmentwagesum.aspx
│   │       ├── departmentwageupdate.aspx
│   │       ├── desk.aspx
│   │       ├── projectB.aspx
│   │       ├── wage.aspx
│   │       ├── wageic.aspx
│   │       └── wageprint.aspx
│   ├── install
│   │   └── default.aspx
│   ├── js
│   │   ├── base.js
│   │   ├── hideShowPassword.min.js
│   │   ├── jquery.min.js
│   │   ├── md5.js
│   │   ├── modernizr.custom.js
│   │   └── touch.js
│   ├── kh
│   │   ├── admin
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_kh.aspx
│   │   │   ├── login_khprint.aspx
│   │   │   ├── login_khsetdate.aspx
│   │   │   ├── login_khupload.aspx
│   │   │   └── login_khxiangmu.aspx
│   │   └── show
│   │       ├── departmentevaluate.aspx
│   │       ├── departmentkh.aspx
│   │       ├── desk.aspx
│   │       ├── kh.aspx
│   │       ├── kh_addsummary.aspx
│   │       ├── kh_evaluate.aspx
│   │       ├── khprint.aspx
│   │       └── khupload.aspx
│   ├── kindeditor
│   │   ├── Gruntfile.js
│   │   ├── asp.net
│   │   │   ├── bin
│   │   │   │   └── LitJSON.dll
│   │   │   ├── file_manager_json.ashx
│   │   │   └── upload_json.ashx
│   │   ├── attached
│   │   │   └── TextFile1.txt
│   │   ├── changelog.txt
│   │   ├── kindeditor-all-min.js
│   │   ├── kindeditor-all.js
│   │   ├── lang
│   │   │   ├── ar.js
│   │   │   ├── en.js
│   │   │   ├── ko.js
│   │   │   ├── ru.js
│   │   │   ├── zh-CN.js
│   │   │   └── zh-TW.js
│   │   ├── license.txt
│   │   ├── plugins
│   │   │   ├── anchor
│   │   │   │   └── anchor.js
│   │   │   ├── autoheight
│   │   │   │   └── autoheight.js
│   │   │   ├── baidumap
│   │   │   │   ├── baidumap.js
│   │   │   │   ├── index.html
│   │   │   │   └── map.html
│   │   │   ├── clearhtml
│   │   │   │   └── clearhtml.js
│   │   │   ├── code
│   │   │   │   ├── code.js
│   │   │   │   ├── prettify.css
│   │   │   │   └── prettify.js
│   │   │   ├── emoticons
│   │   │   │   ├── 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
│   │   │   ├── filemanager
│   │   │   │   ├── filemanager.js
│   │   │   │   └── images
│   │   │   │       ├── file-16.gif
│   │   │   │       ├── file-64.gif
│   │   │   │       ├── folder-16.gif
│   │   │   │       ├── folder-64.gif
│   │   │   │       └── go-up.gif
│   │   │   ├── fixtoolbar
│   │   │   │   └── fixtoolbar.js
│   │   │   ├── flash
│   │   │   │   └── flash.js
│   │   │   ├── image
│   │   │   │   ├── image.js
│   │   │   │   └── images
│   │   │   │       ├── align_left.gif
│   │   │   │       ├── align_right.gif
│   │   │   │       ├── align_top.gif
│   │   │   │       └── refresh.png
│   │   │   ├── insertfile
│   │   │   │   └── insertfile.js
│   │   │   ├── lineheight
│   │   │   │   └── lineheight.js
│   │   │   ├── link
│   │   │   │   └── link.js
│   │   │   ├── map
│   │   │   │   ├── map.html
│   │   │   │   └── map.js
│   │   │   ├── media
│   │   │   │   └── media.js
│   │   │   ├── multiimage
│   │   │   │   ├── images
│   │   │   │   │   ├── image.png
│   │   │   │   │   ├── select-files-en.png
│   │   │   │   │   ├── select-files-zh-CN.png
│   │   │   │   │   ├── select-files-zh_CN.png
│   │   │   │   │   └── swfupload.swf
│   │   │   │   └── multiimage.js
│   │   │   ├── pagebreak
│   │   │   │   └── pagebreak.js
│   │   │   ├── plainpaste
│   │   │   │   └── plainpaste.js
│   │   │   ├── preview
│   │   │   │   └── preview.js
│   │   │   ├── quickformat
│   │   │   │   └── quickformat.js
│   │   │   ├── table
│   │   │   │   └── table.js
│   │   │   ├── template
│   │   │   │   ├── html
│   │   │   │   │   ├── 1.html
│   │   │   │   │   ├── 2.html
│   │   │   │   │   └── 3.html
│   │   │   │   └── template.js
│   │   │   └── wordpaste
│   │   │       └── wordpaste.js
│   │   ├── src
│   │   │   ├── ajax.js
│   │   │   ├── cmd.js
│   │   │   ├── colorpicker.js
│   │   │   ├── config.js
│   │   │   ├── core.js
│   │   │   ├── dialog.js
│   │   │   ├── edit.js
│   │   │   ├── event.js
│   │   │   ├── footer.js
│   │   │   ├── header.js
│   │   │   ├── html.js
│   │   │   ├── main.js
│   │   │   ├── menu.js
│   │   │   ├── node.js
│   │   │   ├── range.js
│   │   │   ├── selector.js
│   │   │   ├── tabs.js
│   │   │   ├── toolbar.js
│   │   │   ├── uploadbutton.js
│   │   │   └── widget.js
│   │   └── 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
│   ├── kq
│   │   ├── admin
│   │   │   ├── login_attendance.aspx
│   │   │   ├── login_attendancelist.aspx
│   │   │   ├── login_attendancelistsum.aspx
│   │   │   ├── login_attendancelistupload.aspx
│   │   │   ├── login_attendanceprint.aspx
│   │   │   ├── login_attendanceupload.aspx
│   │   │   ├── login_attlistcheck.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_projectB.aspx
│   │   │   ├── login_staffip.aspx
│   │   │   └── login_system.aspx
│   │   └── show
│   │       ├── attendance.aspx
│   │       ├── attendancelist.aspx
│   │       ├── attendanceprint.aspx
│   │       ├── de_attlistcheck.aspx
│   │       ├── departmentattendance.aspx
│   │       ├── departmentattendancelist.aspx
│   │       ├── departmentattendancelistsum.aspx
│   │       ├── departmentattendanceprint.aspx
│   │       └── desk.aspx
│   ├── m
│   │   ├── back.ascx
│   │   ├── cg
│   │   │   ├── application.aspx
│   │   │   ├── applicationcheck.aspx
│   │   │   ├── applicationchecksearch.aspx
│   │   │   ├── applicationserch.aspx
│   │   │   ├── contractcheck.aspx
│   │   │   └── contractchecksearch.aspx
│   │   ├── dc
│   │   │   └── dc.aspx
│   │   ├── dcopen
│   │   │   └── default.aspx
│   │   ├── default.aspx
│   │   ├── example.aspx
│   │   ├── forget
│   │   │   └── default.aspx
│   │   ├── guestbook.aspx
│   │   ├── gz
│   │   │   ├── example.aspx
│   │   │   └── wage.aspx
│   │   ├── kh
│   │   │   ├── kh.aspx
│   │   │   └── kh_evaluate.aspx
│   │   ├── kq
│   │   │   ├── attendance.aspx
│   │   │   └── attendancelist.aspx
│   │   ├── m_firstlogin.aspx
│   │   ├── main.aspx
│   │   ├── main_other.aspx
│   │   ├── notice.aspx
│   │   ├── rl
│   │   │   └── rlview.aspx
│   │   ├── sb
│   │   │   ├── overview.aspx
│   │   │   ├── preget.aspx
│   │   │   └── prelend.aspx
│   │   ├── staffinfo.aspx
│   │   ├── wx
│   │   │   ├── manager_processing.aspx
│   │   │   ├── manager_receiving.aspx
│   │   │   ├── manager_repair.aspx
│   │   │   ├── manager_repairreport_staff.aspx
│   │   │   ├── manamger_repairquery.aspx
│   │   │   ├── manamger_repairquery_repairman.aspx
│   │   │   └── repairreport.aspx
│   │   └── ys
│   │       ├── application.aspx
│   │       ├── applicationfinished.aspx
│   │       ├── applicationsearch.aspx
│   │       ├── check.aspx
│   │       ├── checksearch.aspx
│   │       ├── handle.aspx
│   │       └── handlesearch.aspx
│   ├── navigation
│   │   ├── admin
│   │   │   ├── left.aspx
│   │   │   ├── main.aspx
│   │   │   └── main1.aspx
│   │   ├── cg
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── dc
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── gz
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── kh
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── kq
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── other
│   │   │   ├── main.aspx
│   │   │   └── wx
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── rl
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── sb
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── sy
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── wx
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   ├── ys
│   │   │   ├── admin
│   │   │   │   ├── left.aspx
│   │   │   │   └── main.aspx
│   │   │   └── show
│   │   │       ├── left.aspx
│   │   │       └── main.aspx
│   │   └── yw
│   │       ├── left.aspx
│   │       └── main.aspx
│   ├── packages.config
│   ├── rl
│   │   ├── admin
│   │   │   ├── login_checkarchivaldata.aspx
│   │   │   ├── login_checkassess.aspx
│   │   │   ├── login_checkworkexperience.aspx
│   │   │   ├── login_contract.aspx
│   │   │   ├── login_contractprint.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_inquire.aspx
│   │   │   ├── login_inquire_assess.aspx
│   │   │   ├── login_inquire_otherinfo.aspx
│   │   │   ├── login_inquire_workexperience.aspx
│   │   │   ├── login_inquireprint.aspx
│   │   │   ├── login_projectB.aspx
│   │   │   ├── login_rledit.aspx
│   │   │   ├── login_rlfielddictset.aspx
│   │   │   ├── login_rlupload.aspx
│   │   │   ├── login_rlupload_assess.aspx
│   │   │   ├── login_rlupload_other.aspx
│   │   │   ├── login_rlview.aspx
│   │   │   ├── login_rlviewprint.aspx
│   │   │   ├── login_staffupdate.aspx
│   │   │   └── login_upload.aspx
│   │   └── show
│   │       ├── desk.aspx
│   │       ├── edit.aspx
│   │       ├── edit_archivaldata.aspx
│   │       ├── edit_assess.aspx
│   │       ├── edit_workexperience.aspx
│   │       ├── editqita.aspx
│   │       └── rlview.aspx
│   ├── sb
│   │   ├── admin
│   │   │   ├── login_Categories.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_get.aspx
│   │   │   ├── login_getprint.aspx
│   │   │   ├── login_inventory.aspx
│   │   │   ├── login_inventoryselect.aspx
│   │   │   ├── login_inventorystar.aspx
│   │   │   ├── login_keeping.aspx
│   │   │   ├── login_lend.aspx
│   │   │   ├── login_lenddatechange.aspx
│   │   │   ├── login_lendprint.aspx
│   │   │   ├── login_loss.aspx
│   │   │   ├── login_loss_check.aspx
│   │   │   ├── login_overview.aspx
│   │   │   ├── login_permissions_gl.aspx
│   │   │   ├── login_permissions_lb.aspx
│   │   │   ├── login_permissions_sh.aspx
│   │   │   ├── login_return.aspx
│   │   │   ├── login_returnprint.aspx
│   │   │   ├── login_sbprint.aspx
│   │   │   ├── login_search_get.aspx
│   │   │   ├── login_search_keeping.aspx
│   │   │   ├── login_search_keeping2.aspx
│   │   │   ├── login_search_lend.aspx
│   │   │   ├── login_search_loss.aspx
│   │   │   ├── login_search_return.aspx
│   │   │   ├── login_search_storage.aspx
│   │   │   ├── login_storageedit.aspx
│   │   │   ├── login_storageedit_check.aspx
│   │   │   ├── login_storageedit_seach.aspx
│   │   │   ├── login_storageedit_seach_1.aspx
│   │   │   ├── login_system.aspx
│   │   │   ├── login_testing_lend.aspx
│   │   │   ├── login_testing_return.aspx
│   │   │   ├── login_testing_search.aspx
│   │   │   ├── login_userLocation.aspx
│   │   │   ├── login_warehousing_audit.aspx
│   │   │   ├── login_warehousing_audit_nopass.aspx
│   │   │   ├── login_warehousing_edit.aspx
│   │   │   ├── login_warehousing_into.aspx
│   │   │   ├── login_warehousing_serch.aspx
│   │   │   └── login_warehousing_upload.aspx
│   │   └── show
│   │       ├── desk.aspx
│   │       ├── jh_get.aspx
│   │       ├── jh_getprint.aspx
│   │       ├── jh_lend.aspx
│   │       ├── jh_lenddatechange.aspx
│   │       ├── jh_lendprint.aspx
│   │       ├── jh_return.aspx
│   │       ├── jh_returnprint.aspx
│   │       ├── jh_sbprint.aspx
│   │       ├── jh_search_get.aspx
│   │       ├── jh_search_lend.aspx
│   │       ├── jh_search_return.aspx
│   │       ├── jh_search_storage.aspx
│   │       ├── loss.aspx
│   │       ├── loss_checked.aspx
│   │       ├── loss_finalchecked.aspx
│   │       ├── overview.aspx
│   │       ├── preget.aspx
│   │       ├── prelend.aspx
│   │       ├── search_get.aspx
│   │       ├── search_lend.aspx
│   │       ├── search_loss.aspx
│   │       ├── search_return.aspx
│   │       ├── search_yanqi.aspx
│   │       ├── storageedit_check.aspx
│   │       ├── warehousing_checked.aspx
│   │       └── warehousing_nopass_checked.aspx
│   ├── share
│   │   ├── WebForm1.aspx
│   │   ├── attendance.xls
│   │   ├── code2d.aspx
│   │   ├── defaulthead.aspx
│   │   ├── err.htm
│   │   ├── firstlogin.aspx
│   │   ├── foot.ascx
│   │   ├── gongzi.xls
│   │   ├── head.aspx
│   │   ├── ic
│   │   │   └── default.aspx
│   │   ├── img.aspx
│   │   ├── imgcode2d.aspx
│   │   ├── imgcode2d_print.aspx
│   │   ├── imgshow.aspx
│   │   ├── kaohe.xls
│   │   ├── leftsub.aspx
│   │   ├── leftsub_admin.aspx
│   │   ├── leftsub_com.aspx
│   │   ├── login1
│   │   │   └── default.aspx
│   │   ├── login2
│   │   │   ├── bootstrap.css
│   │   │   ├── chuangzhicg.png
│   │   │   ├── chuangzhidc.png
│   │   │   ├── chuangzhigz.png
│   │   │   ├── chuangzhikh.png
│   │   │   ├── chuangzhikq.png
│   │   │   ├── chuangzhioa.png
│   │   │   ├── chuangzhirl.png
│   │   │   ├── chuangzhisb.png
│   │   │   ├── chuangzhisk.png
│   │   │   ├── chuangzhiwx.png
│   │   │   ├── chuangzhiwy.png
│   │   │   ├── default.aspx
│   │   │   └── misc-pages.css
│   │   ├── quit.htm
│   │   ├── rlzy.xls
│   │   ├── rlzy_assess.xls
│   │   ├── ruku.xls
│   │   ├── wechat
│   │   │   ├── getcodeimg.aspx
│   │   │   ├── getuseropenid
│   │   │   │   └── default.aspx
│   │   │   ├── wechatbind
│   │   │   │   └── default.aspx
│   │   │   └── weixin.jpg
│   │   └── yuangong.xls
│   ├── sy
│   │   ├── admin
│   │   │   ├── login_att.aspx
│   │   │   ├── login_class.aspx
│   │   │   ├── login_clear.aspx
│   │   │   ├── login_course.aspx
│   │   │   ├── login_course_add.aspx
│   │   │   ├── login_course_st_add.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_lab.aspx
│   │   │   ├── login_labplansearch.aspx
│   │   │   ├── login_labplansearch_zy.aspx
│   │   │   ├── login_overview.aspx
│   │   │   ├── login_plan.aspx
│   │   │   ├── login_planbbs.aspx
│   │   │   ├── login_semester.aspx
│   │   │   ├── login_semester_plan.aspx
│   │   │   ├── login_semester_sum.aspx
│   │   │   ├── login_st_att.aspx
│   │   │   ├── login_st_course.aspx
│   │   │   ├── login_st_course_add.aspx
│   │   │   ├── login_st_overview.aspx
│   │   │   ├── login_st_plan.aspx
│   │   │   ├── login_st_semester_plan.aspx
│   │   │   ├── login_st_semester_sum.aspx
│   │   │   ├── login_st_suibi.aspx
│   │   │   ├── login_st_teachercheck.aspx
│   │   │   ├── login_suibi.aspx
│   │   │   └── login_teachercheck.aspx
│   │   └── show
│   │       ├── desk.aspx
│   │       ├── m_labplan.aspx
│   │       ├── m_labplanchangesearch.aspx
│   │       ├── m_labplanchangesearch_zy.aspx
│   │       ├── m_labplansearch.aspx
│   │       ├── m_labplansearch_zy.aspx
│   │       ├── m_overview.aspx
│   │       ├── m_plan.aspx
│   │       ├── m_planbbs.aspx
│   │       ├── m_semester_plan.aspx
│   │       ├── m_semester_sum.aspx
│   │       ├── m_st_overview.aspx
│   │       ├── m_st_plan.aspx
│   │       ├── m_st_semester_plan.aspx
│   │       ├── m_st_semester_sum.aspx
│   │       ├── m_st_teachercheck.aspx
│   │       ├── m_st_teacherchecklist.aspx
│   │       ├── m_st_teacherset.aspx
│   │       ├── m_teachercheck.aspx
│   │       ├── m_teacherchecklist.aspx
│   │       ├── m_teacherset.aspx
│   │       ├── plan.aspx
│   │       ├── planbbs.aspx
│   │       ├── planbbsdetails.aspx
│   │       ├── planbbsdetailsview.aspx
│   │       ├── plandetails.aspx
│   │       ├── plandetails_pt.aspx
│   │       ├── plandetails_zy.aspx
│   │       ├── plandetailsview_pt1.aspx
│   │       ├── plandetailsview_sy1.aspx
│   │       ├── plandetailsview_zy1.aspx
│   │       ├── planprint.aspx
│   │       ├── select_plan.aspx
│   │       ├── selectclass.aspx
│   │       ├── semester_plan.aspx
│   │       ├── semester_plan_v.aspx
│   │       ├── semester_sum.aspx
│   │       ├── st_plan.aspx
│   │       ├── st_plandetails.aspx
│   │       ├── st_plandetails_pt.aspx
│   │       ├── st_plandetails_zy.aspx
│   │       ├── st_plandetailsview_pt.aspx
│   │       ├── st_plandetailsview_sy.aspx
│   │       ├── st_plandetailsview_zy.aspx
│   │       ├── st_select_plan.aspx
│   │       ├── st_selectclass.aspx
│   │       ├── st_semester_plan.aspx
│   │       ├── st_semester_sum.aspx
│   │       ├── st_teachercheck.aspx
│   │       ├── suibiprint.aspx
│   │       └── teachercheck.aspx
│   ├── wx
│   │   ├── admin
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_evaluate.aspx
│   │   │   ├── login_repairprint.aspx
│   │   │   ├── login_repairquery.aspx
│   │   │   └── login_system.aspx
│   │   └── show
│   │       ├── desk.aspx
│   │       ├── evaluate.aspx
│   │       ├── processing.aspx
│   │       ├── receiving.aspx
│   │       ├── repair.aspx
│   │       ├── repairprint.aspx
│   │       ├── repairquery.aspx
│   │       ├── repairquery_repairman.aspx
│   │       ├── repairreport.aspx
│   │       ├── repairreport_staff.aspx
│   │       └── repairreportquery.aspx
│   ├── ys
│   │   ├── admin
│   │   │   ├── login_applicationprint.aspx
│   │   │   ├── login_applicationsearch.aspx
│   │   │   ├── login_categories.aspx
│   │   │   ├── login_department.aspx
│   │   │   ├── login_desk.aspx
│   │   │   ├── login_place.aspx
│   │   │   └── login_worker.aspx
│   │   └── show
│   │       ├── application.aspx
│   │       ├── applicationfinished.aspx
│   │       ├── applicationsearch.aspx
│   │       ├── check.aspx
│   │       ├── checksearch.aspx
│   │       ├── desk.aspx
│   │       ├── handle.aspx
│   │       └── handlesearch.aspx
│   └── yw
│       ├── desk.aspx
│       ├── guestbook.aspx
│       ├── guestbook_manage.aspx
│       ├── loginlog.aspx
│       ├── notice.aspx
│       ├── notice_manage.aspx
│       ├── staff_manage.aspx
│       ├── staffinfo.aspx
│       ├── staffpassword.aspx
│       └── staffprint.aspx
└── 好例子网_web.zip

283 directories, 978 files


标签: 考核

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警