在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Java图形界面-MySQL-增删改查

Java图形界面-MySQL-增删改查

一般编程问题

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

实例介绍

【实例简介】
基于Java 的选课系统: 具体的要求: 1、 本系统有三类用户,教师,学生,管理员,各自的功能如下: (1) 教师: 所包含功能为: A, 注册功能:主要信息包括:用户名,密码,教师姓名,年龄,性别,专业,职称; B, 修改个人信息:包括姓名,联系方式(邮箱,qq,和手机密码); C, 发布本学期开设的课程,本界面的内容包括:课程名称,课程学时,课程要求,课程要讲的内容,考核方式。 D, 查看某一门课程的选课情况(看有哪些学生选课),用表格展示; E, 将选择自己课程的学生以Excel 的形式导出; (2) 学生: A, 注册功能:主要信息包括:用户名,密码,姓名,年龄,性别,专业,班级,学
【实例截图】
【核心代码】
Java图形界面-MySQL-增删改查
├── java大作业.docx
├── jxl.jar
├── LastTest
│   ├── bin
│   │   ├── jiemian
│   │   │   ├── chakankaike$1.class
│   │   │   ├── chakankaike.class
│   │   │   ├── chakanxuanke.class
│   │   │   ├── denglu$1.class
│   │   │   ├── denglu$2.class
│   │   │   ├── denglu$3.class
│   │   │   ├── denglu$4.class
│   │   │   ├── DengluAdmin$1.class
│   │   │   ├── DengluAdmin$2.class
│   │   │   ├── DengluAdmin.class
│   │   │   ├── denglu.class
│   │   │   ├── DengluStudent$1.class
│   │   │   ├── DengluStudent$2.class
│   │   │   ├── DengluStudent$3.class
│   │   │   ├── DengluStudent.class
│   │   │   ├── DengluTeacher$1.class
│   │   │   ├── DengluTeacher$2.class
│   │   │   ├── DengluTeacher$3.class
│   │   │   ├── DengluTeacher$4.class
│   │   │   ├── DengluTeacher.class
│   │   │   ├── fabukecheng$1.class
│   │   │   ├── fabukecheng.class
│   │   │   ├── LoginCheck.class
│   │   │   ├── xuanke$1.class
│   │   │   ├── xuanke$2.class
│   │   │   ├── xuanke.class
│   │   │   ├── ZhuceStudent$1.class
│   │   │   ├── ZhuceStudent.class
│   │   │   ├── ZhuceTeacher$1.class
│   │   │   └── ZhuceTeacher.class
│   │   ├── model
│   │   │   ├── dao
│   │   │   │   ├── CourseDAO.class
│   │   │   │   ├── SelectDAO.class
│   │   │   │   ├── StudentDAO.class
│   │   │   │   └── TeacherDAO.class
│   │   │   ├── process
│   │   │   │   └── ExoprtExcel.class
│   │   │   └── vo
│   │   │   ├── Course.class
│   │   │   ├── Student.class
│   │   │   └── Teacher.class
│   │   ├── util
│   │   │   └── db
│   │   │   └── DBManager.class
│   │   └── view
│   │   ├── MainFrame.class
│   │   └── TeacherInfo.class
│   └── src
│   ├── jiemian
│   │   ├── chakankaike.java
│   │   ├── chakanxuanke.java
│   │   ├── DengluAdmin.java
│   │   ├── denglu.java
│   │   ├── DengluStudent.java
│   │   ├── DengluTeacher.java
│   │   ├── fabukecheng.java
│   │   ├── LoginCheck.java
│   │   ├── xuanke.java
│   │   ├── ZhuceStudent.java
│   │   └── ZhuceTeacher.java
│   ├── model
│   │   ├── dao
│   │   │   ├── CourseDAO.java
│   │   │   ├── SelectDAO.java
│   │   │   ├── StudentDAO.java
│   │   │   └── TeacherDAO.java
│   │   ├── process
│   │   │   └── ExoprtExcel.java
│   │   └── vo
│   │   ├── Course.java
│   │   ├── Student.java
│   │   └── Teacher.java
│   ├── util
│   │   └── db
│   │   └── DBManager.java
│   └── view
│   ├── MainFrame.java
│   └── TeacherInfo.java
├── mysql-connector-java-5.1.6-bin.jar
├── MySQL-Front.lnk
├── UniServer4_1
│   └── UniServer
│   ├── disk_start.vbs
│   ├── Server_Start.bat
│   ├── Stop.bat
│   ├── udrive
│   │   ├── cgi-bin
│   │   │   └── test.pl
│   │   ├── docs
│   │   │   ├── CHANGE LOG.txt
│   │   │   ├── desktop.ini
│   │   │   ├── Enable SSL.txt
│   │   │   ├── Install Options.txt
│   │   │   ├── LICENSE.txt
│   │   │   ├── Move Server.txt
│   │   │   ├── READ ME.txt
│   │   │   ├── SERVER STRUCTURE.txt
│   │   │   └── SRC
│   │   │   ├── logo.bmp
│   │   │   ├── pskill.c
│   │   │   ├── unicontroller.c
│   │   │   ├── unidelay.c
│   │   │   ├── uniserv.c
│   │   │   └── uslogo.ico
│   │   ├── home
│   │   │   ├── admin
│   │   │   │   ├── program
│   │   │   │   │   ├── apanel_stop_servers.bat
│   │   │   │   │   ├── Close.bat
│   │   │   │   │   ├── get_port.pl
│   │   │   │   │   ├── pskill.exe
│   │   │   │   │   ├── unicon.txt
│   │   │   │   │   ├── unidelay.exe
│   │   │   │   │   └── uniserv.exe
│   │   │   │   └── www
│   │   │   │   ├── aconfig.php
│   │   │   │   ├── apsetup.php
│   │   │   │   ├── cgi-bin
│   │   │   │   │   └── includes
│   │   │   │   │   └── lang
│   │   │   │   │   └── en
│   │   │   │   │   ├── cgienv.cgi
│   │   │   │   │   ├── dserver.cgi
│   │   │   │   │   ├── elog.cgi
│   │   │   │   │   ├── footer.pm
│   │   │   │   │   ├── header.pm
│   │   │   │   │   ├── key_gen.cgi
│   │   │   │   │   ├── mysql_restore.cgi
│   │   │   │   │   ├── rmysql.cgi
│   │   │   │   │   ├── rs.cgi
│   │   │   │   │   ├── rserver.cgi
│   │   │   │   │   ├── secure.pm
│   │   │   │   │   ├── smysql.cgi
│   │   │   │   │   ├── sserver.cgi
│   │   │   │   │   └── u2w.cgi
│   │   │   │   ├── css
│   │   │   │   │   └── main.css
│   │   │   │   ├── downloads.php
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── header.php
│   │   │   │   ├── images
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   └── logo.jpg
│   │   │   │   ├── includes
│   │   │   │   │   ├── basic.inc
│   │   │   │   │   ├── code.php
│   │   │   │   │   ├── config.inc
│   │   │   │   │   ├── config.inc.php
│   │   │   │   │   ├── doc.inc
│   │   │   │   │   ├── footer.php
│   │   │   │   │   ├── header.php
│   │   │   │   │   ├── java.inc
│   │   │   │   │   ├── lang
│   │   │   │   │   │   └── en.php
│   │   │   │   │   ├── lang.inc
│   │   │   │   │   ├── misc.inc
│   │   │   │   │   ├── plugin.inc
│   │   │   │   │   ├── python.inc
│   │   │   │   │   ├── secure.php
│   │   │   │   │   ├── server.inc
│   │   │   │   │   └── tool.inc
│   │   │   │   ├── index.php
│   │   │   │   ├── js
│   │   │   │   │   └── main.js
│   │   │   │   ├── keycert.php
│   │   │   │   ├── lang.php
│   │   │   │   ├── migrate.php
│   │   │   │   ├── mqsetup.php
│   │   │   │   ├── mysql_password
│   │   │   │   ├── mysqlrestore.php
│   │   │   │   ├── navigation.php
│   │   │   │   ├── pconfig.php
│   │   │   │   ├── phpinfo.php
│   │   │   │   ├── phpMyAdmin
│   │   │   │   │   ├── browse_foreigners.php
│   │   │   │   │   ├── bs_change_mime_type.php
│   │   │   │   │   ├── bs_disp_as_mime_type.php
│   │   │   │   │   ├── bs_play_media.php
│   │   │   │   │   ├── calendar.php
│   │   │   │   │   ├── ChangeLog
│   │   │   │   │   ├── changelog.php
│   │   │   │   │   ├── chk_rel.php
│   │   │   │   │   ├── config.inc.php
│   │   │   │   │   ├── config.sample.inc.php
│   │   │   │   │   ├── CREDITS
│   │   │   │   │   ├── db_create.php
│   │   │   │   │   ├── db_datadict.php
│   │   │   │   │   ├── db_export.php
│   │   │   │   │   ├── db_import.php
│   │   │   │   │   ├── db_operations.php
│   │   │   │   │   ├── db_printview.php
│   │   │   │   │   ├── db_qbe.php
│   │   │   │   │   ├── db_search.php
│   │   │   │   │   ├── db_sql.php
│   │   │   │   │   ├── db_structure.php
│   │   │   │   │   ├── docs.css
│   │   │   │   │   ├── Documentation.html
│   │   │   │   │   ├── Documentation.txt
│   │   │   │   │   ├── error.php
│   │   │   │   │   ├── export.php
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── import.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   ├── INSTALL
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   ├── dom-drag.js
│   │   │   │   │   │   ├── functions.js
│   │   │   │   │   │   ├── indexes.js
│   │   │   │   │   │   ├── keyhandler.js
│   │   │   │   │   │   ├── mooRainbow
│   │   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   │   ├── moor_arrows.gif
│   │   │   │   │   │   │   │   ├── moor_boverlay.png
│   │   │   │   │   │   │   │   ├── moor_cursor.gif
│   │   │   │   │   │   │   │   ├── moor_slider.png
│   │   │   │   │   │   │   │   ├── moor_woverlay.png
│   │   │   │   │   │   │   │   └── rainbow.png
│   │   │   │   │   │   │   ├── mooRainbow.css
│   │   │   │   │   │   │   └── mooRainbow.js
│   │   │   │   │   │   ├── mootools-domready-rainbow.js
│   │   │   │   │   │   ├── mootools.js
│   │   │   │   │   │   ├── navigation.js
│   │   │   │   │   │   ├── querywindow.js
│   │   │   │   │   │   ├── server_privileges.js
│   │   │   │   │   │   ├── tbl_change.js
│   │   │   │   │   │   └── tooltip.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── add_message_file.sh
│   │   │   │   │   │   ├── add_message.sh
│   │   │   │   │   │   ├── check_lang.sh
│   │   │   │   │   │   ├── english-utf-8.inc.php
│   │   │   │   │   │   ├── remove_message.sh
│   │   │   │   │   │   ├── sort_lang.sh
│   │   │   │   │   │   └── translatecount.sh
│   │   │   │   │   ├── libraries
│   │   │   │   │   │   ├── auth
│   │   │   │   │   │   │   ├── config.auth.lib.php
│   │   │   │   │   │   │   ├── cookie.auth.lib.php
│   │   │   │   │   │   │   ├── http.auth.lib.php
│   │   │   │   │   │   │   ├── signon.auth.lib.php
│   │   │   │   │   │   │   └── swekey
│   │   │   │   │   │   │   ├── authentication.inc.php
│   │   │   │   │   │   │   ├── musbe-ca.crt
│   │   │   │   │   │   │   ├── swekey.auth.lib.php
│   │   │   │   │   │   │   └── swekey.php
│   │   │   │   │   │   ├── blobstreaming.lib.php
│   │   │   │   │   │   ├── blowfish.php
│   │   │   │   │   │   ├── bookmark.lib.php
│   │   │   │   │   │   ├── charset_conversion.lib.php
│   │   │   │   │   │   ├── check_user_privileges.lib.php
│   │   │   │   │   │   ├── cleanup.lib.php
│   │   │   │   │   │   ├── common.inc.php
│   │   │   │   │   │   ├── common.lib.php
│   │   │   │   │   │   ├── Config.class.php
│   │   │   │   │   │   ├── config.default.php
│   │   │   │   │   │   ├── core.lib.php
│   │   │   │   │   │   ├── database_interface.lib.php
│   │   │   │   │   │   ├── db_common.inc.php
│   │   │   │   │   │   ├── db_events.inc.php
│   │   │   │   │   │   ├── dbg
│   │   │   │   │   │   │   └── setup.php
│   │   │   │   │   │   ├── dbi
│   │   │   │   │   │   │   ├── mysql.dbi.lib.php
│   │   │   │   │   │   │   └── mysqli.dbi.lib.php
│   │   │   │   │   │   ├── db_info.inc.php
│   │   │   │   │   │   ├── db_links.inc.php
│   │   │   │   │   │   ├── db_routines.inc.php
│   │   │   │   │   │   ├── db_table_exists.lib.php
│   │   │   │   │   │   ├── display_change_password.lib.php
│   │   │   │   │   │   ├── display_create_database.lib.php
│   │   │   │   │   │   ├── display_create_table.lib.php
│   │   │   │   │   │   ├── display_export.lib.php
│   │   │   │   │   │   ├── display_import.lib.php
│   │   │   │   │   │   ├── display_select_lang.lib.php
│   │   │   │   │   │   ├── display_tbl.lib.php
│   │   │   │   │   │   ├── display_tbl_links.lib.php
│   │   │   │   │   │   ├── engines
│   │   │   │   │   │   │   ├── bdb.lib.php
│   │   │   │   │   │   │   ├── berkeleydb.lib.php
│   │   │   │   │   │   │   ├── binlog.lib.php
│   │   │   │   │   │   │   ├── innobase.lib.php
│   │   │   │   │   │   │   ├── innodb.lib.php
│   │   │   │   │   │   │   ├── memory.lib.php
│   │   │   │   │   │   │   ├── merge.lib.php
│   │   │   │   │   │   │   ├── mrg_myisam.lib.php
│   │   │   │   │   │   │   ├── myisam.lib.php
│   │   │   │   │   │   │   ├── ndbcluster.lib.php
│   │   │   │   │   │   │   └── pbxt.lib.php
│   │   │   │   │   │   ├── Error.class.php
│   │   │   │   │   │   ├── Error_Handler.class.php
│   │   │   │   │   │   ├── export
│   │   │   │   │   │   │   ├── codegen.php
│   │   │   │   │   │   │   ├── csv.php
│   │   │   │   │   │   │   ├── excel.php
│   │   │   │   │   │   │   ├── htmlexcel.php
│   │   │   │   │   │   │   ├── htmlword.php
│   │   │   │   │   │   │   ├── latex.php
│   │   │   │   │   │   │   ├── ods.php
│   │   │   │   │   │   │   ├── odt.php
│   │   │   │   │   │   │   ├── pdf.php
│   │   │   │   │   │   │   ├── sql.php
│   │   │   │   │   │   │   ├── texytext.php
│   │   │   │   │   │   │   ├── xls.php
│   │   │   │   │   │   │   ├── xml.php
│   │   │   │   │   │   │   └── yaml.php
│   │   │   │   │   │   ├── File.class.php
│   │   │   │   │   │   ├── file_listing.php
│   │   │   │   │   │   ├── footer.inc.php
│   │   │   │   │   │   ├── grab_globals.lib.php
│   │   │   │   │   │   ├── header_http.inc.php
│   │   │   │   │   │   ├── header.inc.php
│   │   │   │   │   │   ├── header_meta_style.inc.php
│   │   │   │   │   │   ├── header_printview.inc.php
│   │   │   │   │   │   ├── header_scripts.inc.php
│   │   │   │   │   │   ├── iconv_wrapper.lib.php
│   │   │   │   │   │   ├── import
│   │   │   │   │   │   │   ├── csv.php
│   │   │   │   │   │   │   ├── docsql.php
│   │   │   │   │   │   │   ├── ldi.php
│   │   │   │   │   │   │   ├── README
│   │   │   │   │   │   │   └── sql.php
│   │   │   │   │   │   ├── import.lib.php
│   │   │   │   │   │   ├── Index.class.php
│   │   │   │   │   │   ├── information_schema_relations.lib.php
│   │   │   │   │   │   ├── ip_allow_deny.lib.php
│   │   │   │   │   │   ├── js_escape.lib.php
│   │   │   │   │   │   ├── kanji-encoding.lib.php
│   │   │   │   │   │   ├── List.class.php
│   │   │   │   │   │   ├── List_Database.class.php
│   │   │   │   │   │   ├── Message.class.php
│   │   │   │   │   │   ├── mult_submits.inc.php
│   │   │   │   │   │   ├── mysql_charsets.lib.php
│   │   │   │   │   │   ├── navigation_header.inc.php
│   │   │   │   │   │   ├── ob.lib.php
│   │   │   │   │   │   ├── opendocument.lib.php
│   │   │   │   │   │   ├── parse_analyze.lib.php
│   │   │   │   │   │   ├── Partition.class.php
│   │   │   │   │   │   ├── plugin_interface.lib.php
│   │   │   │   │   │   ├── PMA.php
│   │   │   │   │   │   ├── relation_cleanup.lib.php
│   │   │   │   │   │   ├── relation.lib.php
│   │   │   │   │   │   ├── sanitizing.lib.php
│   │   │   │   │   │   ├── select_lang.lib.php
│   │   │   │   │   │   ├── select_server.lib.php
│   │   │   │   │   │   ├── server_common.inc.php
│   │   │   │   │   │   ├── server_links.inc.php
│   │   │   │   │   │   ├── session.inc.php
│   │   │   │   │   │   ├── sqlparser.data.php
│   │   │   │   │   │   ├── sqlparser.lib.php
│   │   │   │   │   │   ├── sql_query_form.lib.php
│   │   │   │   │   │   ├── sqlvalidator.class.php
│   │   │   │   │   │   ├── sqlvalidator.lib.php
│   │   │   │   │   │   ├── StorageEngine.class.php
│   │   │   │   │   │   ├── string.lib.php
│   │   │   │   │   │   ├── string_mb.lib.php
│   │   │   │   │   │   ├── string_native.lib.php
│   │   │   │   │   │   ├── string_type_ctype.lib.php
│   │   │   │   │   │   ├── string_type_native.lib.php
│   │   │   │   │   │   ├── Table.class.php
│   │   │   │   │   │   ├── tbl_common.php
│   │   │   │   │   │   ├── tbl_info.inc.php
│   │   │   │   │   │   ├── tbl_links.inc.php
│   │   │   │   │   │   ├── tbl_properties.inc.php
│   │   │   │   │   │   ├── tbl_replace_fields.inc.php
│   │   │   │   │   │   ├── tbl_triggers.lib.php
│   │   │   │   │   │   ├── tcpdf
│   │   │   │   │   │   │   ├── font
│   │   │   │   │   │   │   │   ├── dejavusans-bold.ctg.z
│   │   │   │   │   │   │   │   ├── dejavusans-bold.z
│   │   │   │   │   │   │   │   ├── dejavusansb.php
│   │   │   │   │   │   │   │   ├── dejavusans.ctg.z
│   │   │   │   │   │   │   │   ├── dejavusans.php
│   │   │   │   │   │   │   │   ├── dejavusans.z
│   │   │   │   │   │   │   │   ├── dejavuserif-bold.ctg.z
│   │   │   │   │   │   │   │   ├── dejavuserif-bold.z
│   │   │   │   │   │   │   │   ├── dejavuserifb.php
│   │   │   │   │   │   │   │   ├── dejavuserif.ctg.z
│   │   │   │   │   │   │   │   ├── dejavuserif.php
│   │   │   │   │   │   │   │   ├── dejavuserif.z
│   │   │   │   │   │   │   │   └── LICENSE
│   │   │   │   │   │   │   ├── LICENSE.TXT
│   │   │   │   │   │   │   ├── tcpdf.php
│   │   │   │   │   │   │   └── unicode_data.php
│   │   │   │   │   │   ├── Theme.class.php
│   │   │   │   │   │   ├── Theme_Manager.class.php
│   │   │   │   │   │   ├── transformations
│   │   │   │   │   │   │   ├── application_octetstream__download.inc.php
│   │   │   │   │   │   │   ├── application_octetstream__hex.inc.php
│   │   │   │   │   │   │   ├── generator.sh
│   │   │   │   │   │   │   ├── global.inc.php
│   │   │   │   │   │   │   ├── image_jpeg__inline.inc.php
│   │   │   │   │   │   │   ├── image_jpeg__link.inc.php
│   │   │   │   │   │   │   ├── image_png__inline.inc.php
│   │   │   │   │   │   │   ├── README
│   │   │   │   │   │   │   ├── TEMPLATE
│   │   │   │   │   │   │   ├── template_generator_mimetype.sh
│   │   │   │   │   │   │   ├── template_generator.sh
│   │   │   │   │   │   │   ├── TEMPLATE_MIMETYPE
│   │   │   │   │   │   │   ├── text_plain__dateformat.inc.php
│   │   │   │   │   │   │   ├── text_plain__external.inc.php
│   │   │   │   │   │   │   ├── text_plain__formatted.inc.php
│   │   │   │   │   │   │   ├── text_plain__imagelink.inc.php
│   │   │   │   │   │   │   ├── text_plain__link.inc.php
│   │   │   │   │   │   │   ├── text_plain__longToIpv4.inc.php
│   │   │   │   │   │   │   ├── text_plain__sql.inc.php
│   │   │   │   │   │   │   └── text_plain__substr.inc.php
│   │   │   │   │   │   ├── transformations.lib.php
│   │   │   │   │   │   ├── url_generating.lib.php
│   │   │   │   │   │   ├── zip_extension.lib.php
│   │   │   │   │   │   └── zip.lib.php
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── license.php
│   │   │   │   │   ├── main.php
│   │   │   │   │   ├── navigation.php
│   │   │   │   │   ├── pdf_pages.php
│   │   │   │   │   ├── pdf_schema.php
│   │   │   │   │   ├── phpinfo.php
│   │   │   │   │   ├── phpmyadmin.css.php
│   │   │   │   │   ├── pmd
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── 2leftarrow_m.png
│   │   │   │   │   │   │   ├── 2leftarrow.png
│   │   │   │   │   │   │   ├── 2rightarrow_m.png
│   │   │   │   │   │   │   ├── 2rightarrow.png
│   │   │   │   │   │   │   ├── ang_direct.png
│   │   │   │   │   │   │   ├── bord.png
│   │   │   │   │   │   │   ├── bottom.png
│   │   │   │   │   │   │   ├── def.png
│   │   │   │   │   │   │   ├── display_field.png
│   │   │   │   │   │   │   ├── downarrow1.png
│   │   │   │   │   │   │   ├── downarrow2_m.png
│   │   │   │   │   │   │   ├── downarrow2.png
│   │   │   │   │   │   │   ├── exec.png
│   │   │   │   │   │   │   ├── exec_small.png
│   │   │   │   │   │   │   ├── favicon.ico
│   │   │   │   │   │   │   ├── grid.png
│   │   │   │   │   │   │   ├── help.png
│   │   │   │   │   │   │   ├── help_relation.png
│   │   │   │   │   │   │   ├── pdf.png
│   │   │   │   │   │   │   ├── relation.png
│   │   │   │   │   │   │   ├── reload.png
│   │   │   │   │   │   │   ├── resize.png
│   │   │   │   │   │   │   ├── rightarrow1.png
│   │   │   │   │   │   │   ├── rightarrow2.png
│   │   │   │   │   │   │   ├── save.png
│   │   │   │   │   │   │   ├── table.png
│   │   │   │   │   │   │   └── uparrow2_m.png
│   │   │   │   │   │   ├── scripts
│   │   │   │   │   │   │   ├── ajax.js
│   │   │   │   │   │   │   ├── iecanvas.js
│   │   │   │   │   │   │   └── move.js
│   │   │   │   │   │   └── styles
│   │   │   │   │   │   └── default
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── 1.png
│   │   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   │   ├── 4.png
│   │   │   │   │   │   │   ├── 5.png
│   │   │   │   │   │   │   ├── 6.png
│   │   │   │   │   │   │   ├── 7.png
│   │   │   │   │   │   │   ├── 8.png
│   │   │   │   │   │   │   ├── FieldKey_small.png
│   │   │   │   │   │   │   ├── Field_small_char.png
│   │   │   │   │   │   │   ├── Field_small_date.png
│   │   │   │   │   │   │   ├── Field_small_int.png
│   │   │   │   │   │   │   ├── Field_small.png
│   │   │   │   │   │   │   ├── Header_Linked.png
│   │   │   │   │   │   │   ├── Header.png
│   │   │   │   │   │   │   ├── left_panel_butt.png
│   │   │   │   │   │   │   ├── left_panel_tab.png
│   │   │   │   │   │   │   ├── small_tab.png
│   │   │   │   │   │   │   └── top_panel.png
│   │   │   │   │   │   └── style1.css
│   │   │   │   │   ├── pmd_common.php
│   │   │   │   │   ├── pmd_display_field.php
│   │   │   │   │   ├── pmd_general.php
│   │   │   │   │   ├── pmd_help.php
│   │   │   │   │   ├── pmd_pdf.php
│   │   │   │   │   ├── pmd_relation_new.php
│   │   │   │   │   ├── pmd_relation_upd.php
│   │   │   │   │   ├── pmd_save_pos.php
│   │   │   │   │   ├── print.css
│   │   │   │   │   ├── querywindow.php
│   │   │   │   │   ├── README
│   │   │   │   │   ├── readme.php
│   │   │   │   │   ├── README.VENDOR
│   │   │   │   │   ├── RELEASE-DATE-3.1.3
│   │   │   │   │   ├── RELEASE-DATE-3.1.3.1
│   │   │   │   │   ├── robots.txt
│   │   │   │   │   ├── scripts
│   │   │   │   │   │   ├── check_lang.php
│   │   │   │   │   │   ├── convertcfg.pl
│   │   │   │   │   │   ├── create-release.sh
│   │   │   │   │   │   ├── create_tables.sql
│   │   │   │   │   │   ├── decode_bug.php
│   │   │   │   │   │   ├── find_unused_messages.sh
│   │   │   │   │   │   ├── lang-cleanup.sh
│   │   │   │   │   │   ├── remove_control_m.sh
│   │   │   │   │   │   ├── signon.php
│   │   │   │   │   │   ├── upgrade.pl
│   │   │   │   │   │   └── upgrade_tables_mysql_4_1_2+.sql
│   │   │   │   │   ├── server_binlog.php
│   │   │   │   │   ├── server_collations.php
│   │   │   │   │   ├── server_databases.php
│   │   │   │   │   ├── server_engines.php
│   │   │   │   │   ├── server_export.php
│   │   │   │   │   ├── server_import.php
│   │   │   │   │   ├── server_privileges.php
│   │   │   │   │   ├── server_processlist.php
│   │   │   │   │   ├── server_sql.php
│   │   │   │   │   ├── server_status.php
│   │   │   │   │   ├── server_variables.php
│   │   │   │   │   ├── show_config_errors.php
│   │   │   │   │   ├── sql.php
│   │   │   │   │   ├── tbl_addfield.php
│   │   │   │   │   ├── tbl_alter.php
│   │   │   │   │   ├── tbl_change.php
│   │   │   │   │   ├── tbl_create.php
│   │   │   │   │   ├── tbl_export.php
│   │   │   │   │   ├── tbl_import.php
│   │   │   │   │   ├── tbl_indexes.php
│   │   │   │   │   ├── tbl_move_copy.php
│   │   │   │   │   ├── tbl_operations.php
│   │   │   │   │   ├── tbl_printview.php
│   │   │   │   │   ├── tbl_relation.php
│   │   │   │   │   ├── tbl_replace.php
│   │   │   │   │   ├── tbl_row_action.php
│   │   │   │   │   ├── tbl_select.php
│   │   │   │   │   ├── tbl_sql.php
│   │   │   │   │   ├── tbl_structure.php
│   │   │   │   │   ├── themes
│   │   │   │   │   │   ├── darkblue_orange
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   └── theme_right.css.php
│   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   ├── arrow_ltr.png
│   │   │   │   │   │   │   │   ├── arrow_rtl.png
│   │   │   │   │   │   │   │   ├── asc_order.png
│   │   │   │   │   │   │   │   ├── b_bookmark.png
│   │   │   │   │   │   │   │   ├── b_browse.png
│   │   │   │   │   │   │   │   ├── b_calendar.png
│   │   │   │   │   │   │   │   ├── b_comment.png
│   │   │   │   │   │   │   │   ├── bd_browse.png
│   │   │   │   │   │   │   │   ├── b_dbstatistics.png
│   │   │   │   │   │   │   │   ├── bd_deltbl.png
│   │   │   │   │   │   │   │   ├── bd_drop.png
│   │   │   │   │   │   │   │   ├── b_deltbl.png
│   │   │   │   │   │   │   │   ├── bd_empty.png
│   │   │   │   │   │   │   │   ├── bd_firstpage.png
│   │   │   │   │   │   │   │   ├── bd_ftext.png
│   │   │   │   │   │   │   │   ├── bd_index.png
│   │   │   │   │   │   │   │   ├── bd_insrow.png
│   │   │   │   │   │   │   │   ├── bd_lastpage.png
│   │   │   │   │   │   │   │   ├── bd_nextpage.png
│   │   │   │   │   │   │   │   ├── b_docs.png
│   │   │   │   │   │   │   │   ├── b_docsql.png
│   │   │   │   │   │   │   │   ├── bd_prevpage.png
│   │   │   │   │   │   │   │   ├── bd_primary.png
│   │   │   │   │   │   │   │   ├── b_drop.png
│   │   │   │   │   │   │   │   ├── bd_sbrowse.png
│   │   │   │   │   │   │   │   ├── bd_select.png
│   │   │   │   │   │   │   │   ├── bd_unique.png
│   │   │   │   │   │   │   │   ├── b_edit.png
│   │   │   │   │   │   │   │   ├── b_empty.png
│   │   │   │   │   │   │   │   ├── b_engine.png
│   │   │   │   │   │   │   │   ├── b_export.png
│   │   │   │   │   │   │   │   ├── b_firstpage.png
│   │   │   │   │   │   │   │   ├── b_ftext.png
│   │   │   │   │   │   │   │   ├── b_help.png
│   │   │   │   │   │   │   │   ├── b_home.png
│   │   │   │   │   │   │   │   ├── b_import.png
│   │   │   │   │   │   │   │   ├── b_index.png
│   │   │   │   │   │   │   │   ├── b_info.png
│   │   │   │   │   │   │   │   ├── b_insrow.png
│   │   │   │   │   │   │   │   ├── b_lastpage.png
│   │   │   │   │   │   │   │   ├── b_minus.png
│   │   │   │   │   │   │   │   ├── b_newdb.png
│   │   │   │   │   │   │   │   ├── b_newtbl.png
│   │   │   │   │   │   │   │   ├── b_nextpage.png
│   │   │   │   │   │   │   │   ├── b_pdfdoc.png
│   │   │   │   │   │   │   │   ├── b_plus.png
│   │   │   │   │   │   │   │   ├── b_prevpage.png
│   │   │   │   │   │   │   │   ├── b_primary.png
│   │   │   │   │   │   │   │   ├── b_print.png
│   │   │   │   │   │   │   │   ├── b_props.png
│   │   │   │   │   │   │   │   ├── b_relations.png
│   │   │   │   │   │   │   │   ├── b_save.png
│   │   │   │   │   │   │   │   ├── b_sbrowse.png
│   │   │   │   │   │   │   │   ├── b_sdb.png
│   │   │   │   │   │   │   │   ├── b_search.png
│   │   │   │   │   │   │   │   ├── b_selboard.png
│   │   │   │   │   │   │   │   ├── b_select.png
│   │   │   │   │   │   │   │   ├── b_sqldoc.png
│   │   │   │   │   │   │   │   ├── b_sqlhelp.png
│   │   │   │   │   │   │   │   ├── b_sql.png
│   │   │   │   │   │   │   │   ├── b_tblanalyse.png
│   │   │   │   │   │   │   │   ├── b_tblexport.png
│   │   │   │   │   │   │   │   ├── b_tblimport.png
│   │   │   │   │   │   │   │   ├── b_tblops.png
│   │   │   │   │   │   │   │   ├── b_tbloptimize.png
│   │   │   │   │   │   │   │   ├── b_tipp.png
│   │   │   │   │   │   │   │   ├── b_unique.png
│   │   │   │   │   │   │   │   ├── b_usradd.png
│   │   │   │   │   │   │   │   ├── b_usrcheck.png
│   │   │   │   │   │   │   │   ├── b_usrdrop.png
│   │   │   │   │   │   │   │   ├── b_usredit.png
│   │   │   │   │   │   │   │   ├── b_usrlist.png
│   │   │   │   │   │   │   │   ├── b_view.png
│   │   │   │   │   │   │   │   ├── b_views.png
│   │   │   │   │   │   │   │   ├── error.ico
│   │   │   │   │   │   │   │   ├── item_ltr.png
│   │   │   │   │   │   │   │   ├── item.png
│   │   │   │   │   │   │   │   ├── item_rtl.png
│   │   │   │   │   │   │   │   ├── logo_left.png
│   │   │   │   │   │   │   │   ├── logo_right.png
│   │   │   │   │   │   │   │   ├── php_sym.png
│   │   │   │   │   │   │   │   ├── pma_logo2.png
│   │   │   │   │   │   │   │   ├── s_asci.png
│   │   │   │   │   │   │   │   ├── s_asc.png
│   │   │   │   │   │   │   │   ├── s_attention.png
│   │   │   │   │   │   │   │   ├── s_cancel2.png
│   │   │   │   │   │   │   │   ├── s_cancel.png
│   │   │   │   │   │   │   │   ├── s_db.png
│   │   │   │   │   │   │   │   ├── s_desc.png
│   │   │   │   │   │   │   │   ├── s_error2.png
│   │   │   │   │   │   │   │   ├── s_error.png
│   │   │   │   │   │   │   │   ├── s_fulltext.png
│   │   │   │   │   │   │   │   ├── s_host.png
│   │   │   │   │   │   │   │   ├── s_info.png
│   │   │   │   │   │   │   │   ├── s_lang.png
│   │   │   │   │   │   │   │   ├── s_loggoff.png
│   │   │   │   │   │   │   │   ├── s_notice.png
│   │   │   │   │   │   │   │   ├── s_okay.png
│   │   │   │   │   │   │   │   ├── spacer.png
│   │   │   │   │   │   │   │   ├── s_partialtext.png
│   │   │   │   │   │   │   │   ├── s_passwd.png
│   │   │   │   │   │   │   │   ├── s_process.png
│   │   │   │   │   │   │   │   ├── s_really.png
│   │   │   │   │   │   │   │   ├── s_reload.png
│   │   │   │   │   │   │   │   ├── s_rights.png
│   │   │   │   │   │   │   │   ├── s_status.png
│   │   │   │   │   │   │   │   ├── s_success.png
│   │   │   │   │   │   │   │   ├── s_tbl.png
│   │   │   │   │   │   │   │   ├── s_theme.png
│   │   │   │   │   │   │   │   ├── s_vars.png
│   │   │   │   │   │   │   │   ├── s_views.png
│   │   │   │   │   │   │   │   ├── s_warn.png
│   │   │   │   │   │   │   │   ├── tbl_header.png
│   │   │   │   │   │   │   │   ├── tbl_th.png
│   │   │   │   │   │   │   │   └── window-new.png
│   │   │   │   │   │   │   ├── info.inc.php
│   │   │   │   │   │   │   ├── layout.inc.php
│   │   │   │   │   │   │   └── screen.png
│   │   │   │   │   │   └── original
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── theme_left.css.php
│   │   │   │   │   │   │   ├── theme_print.css.php
│   │   │   │   │   │   │   └── theme_right.css.php
│   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   ├── arrow_ltr.png
│   │   │   │   │   │   │   ├── arrow_rtl.png
│   │   │   │   │   │   │   ├── asc_order.png
│   │   │   │   │   │   │   ├── b_bookmark.png
│   │   │   │   │   │   │   ├── b_browse.png
│   │   │   │   │   │   │   ├── b_calendar.png
│   │   │   │   │   │   │   ├── b_comment.png
│   │   │   │   │   │   │   ├── bd_browse.png
│   │   │   │   │   │   │   ├── b_dbstatistics.png
│   │   │   │   │   │   │   ├── bd_deltbl.png
│   │   │   │   │   │   │   ├── bd_drop.png
│   │   │   │   │   │   │   ├── b_deltbl.png
│   │   │   │   │   │   │   ├── bd_empty.png
│   │   │   │   │   │   │   ├── bd_firstpage.png
│   │   │   │   │   │   │   ├── bd_ftext.png
│   │   │   │   │   │   │   ├── bd_index.png
│   │   │   │   │   │   │   ├── bd_insrow.png
│   │   │   │   │   │   │   ├── bd_lastpage.png
│   │   │   │   │   │   │   ├── bd_nextpage.png
│   │   │   │   │   │   │   ├── b_docs.png
│   │   │   │   │   │   │   ├── b_docsql.png
│   │   │   │   │   │   │   ├── bd_prevpage.png
│   │   │   │   │   │   │   ├── bd_primary.png
│   │   │   │   │   │   │   ├── b_drop.png
│   │   │   │   │   │   │   ├── bd_sbrowse.png
│   │   │   │   │   │   │   ├── bd_select.png
│   │   │   │   │   │   │   ├── bd_unique.png
│   │   │   │   │   │   │   ├── b_edit.png
│   │   │   │   │   │   │   ├── b_empty.png
│   │   │   │   │   │   │   ├── b_engine.png
│   │   │   │   │   │   │   ├── b_export.png
│   │   │   │   │   │   │   ├── b_firstpage.png
│   │   │   │   │   │   │   ├── b_ftext.png
│   │   │   │   │   │   │   ├── b_help.png
│   │   │   │   │   │   │   ├── b_home.png
│   │   │   │   │   │   │   ├── b_import.png
│   │   │   │   │   │   │   ├── b_index.png
│   │   │   │   │   │   │   ├── b_info.png
│   │   │   │   │   │   │   ├── b_insrow.png
│   │   │   │   │   │   │   ├── b_lastpage.png
│   │   │   │   │   │   │   ├── b_minus.png
│   │   │   │   │   │   │   ├── b_newdb.png
│   │   │   │   │   │   │   ├── b_newtbl.png
│   │   │   │   │   │   │   ├── b_nextpage.png
│   │   │   │   │   │   │   ├── b_pdfdoc.png
│   │   │   │   │   │   │   ├── b_plus.png
│   │   │   │   │   │   │   ├── b_prevpage.png
│   │   │   │   │   │   │   ├── b_primary.png
│   │   │   │   │   │   │   ├── b_print.png
│   │   │   │   │   │   │   ├── b_props.png
│   │   │   │   │   │   │   ├── b_relations.png
│   │   │   │   │   │   │   ├── b_save.png
│   │   │   │   │   │   │   ├── b_sbrowse.png
│   │   │   │   │   │   │   ├── b_sdb.png
│   │   │   │   │   │   │   ├── b_search.png
│   │   │   │   │   │   │   ├── b_selboard.png
│   │   │   │   │   │   │   ├── b_select.png
│   │   │   │   │   │   │   ├── b_sqldoc.png
│   │   │   │   │   │   │   ├── b_sqlhelp.png
│   │   │   │   │   │   │   ├── b_sql.png
│   │   │   │   │   │   │   ├── b_tblanalyse.png
│   │   │   │   │   │   │   ├── b_tblexport.png
│   │   │   │   │   │   │   ├── b_tblimport.png
│   │   │   │   │   │   │   ├── b_tblops.png
│   │   │   │   │   │   │   ├── b_tbloptimize.png
│   │   │   │   │   │   │   ├── b_tipp.png
│   │   │   │   │   │   │   ├── b_unique.png
│   │   │   │   │   │   │   ├── b_usradd.png
│   │   │   │   │   │   │   ├── b_usrcheck.png
│   │   │   │   │   │   │   ├── b_usrdrop.png
│   │   │   │   │   │   │   ├── b_usredit.png
│   │   │   │   │   │   │   ├── b_usrlist.png
│   │   │   │   │   │   │   ├── b_view.png
│   │   │   │   │   │   │   ├── b_views.png
│   │   │   │   │   │   │   ├── error.ico
│   │   │   │   │   │   │   ├── item_ltr.png
│   │   │   │   │   │   │   ├── item.png
│   │   │   │   │   │   │   ├── item_rtl.png
│   │   │   │   │   │   │   ├── logo_left.png
│   │   │   │   │   │   │   ├── logo_right.png
│   │   │   │   │   │   │   ├── php_sym.png
│   │   │   │   │   │   │   ├── pma_logo2.png
│   │   │   │   │   │   │   ├── s_asci.png
│   │   │   │   │   │   │   ├── s_asc.png
│   │   │   │   │   │   │   ├── s_attention.png
│   │   │   │   │   │   │   ├── s_cancel2.png
│   │   │   │   │   │   │   ├── s_cancel.png
│   │   │   │   │   │   │   ├── s_db.png
│   │   │   │   │   │   │   ├── s_desc.png
│   │   │   │   │   │   │   ├── s_error2.png
│   │   │   │   │   │   │   ├── s_error.png
│   │   │   │   │   │   │   ├── s_fulltext.png
│   │   │   │   │   │   │   ├── s_host.png
│   │   │   │   │   │   │   ├── s_info.png
│   │   │   │   │   │   │   ├── s_lang.png
│   │   │   │   │   │   │   ├── s_loggoff.png
│   │   │   │   │   │   │   ├── s_notice.png
│   │   │   │   │   │   │   ├── s_okay.png
│   │   │   │   │   │   │   ├── spacer.png
│   │   │   │   │   │   │   ├── s_partialtext.png
│   │   │   │   │   │   │   ├── s_passwd.png
│   │   │   │   │   │   │   ├── s_process.png
│   │   │   │   │   │   │   ├── s_really.png
│   │   │   │   │   │   │   ├── s_reload.png
│   │   │   │   │   │   │   ├── s_rights.png
│   │   │   │   │   │   │   ├── s_status.png
│   │   │   │   │   │   │   ├── s_success.png
│   │   │   │   │   │   │   ├── s_tbl.png
│   │   │   │   │   │   │   ├── s_theme.png
│   │   │   │   │   │   │   ├── s_vars.png
│   │   │   │   │   │   │   ├── s_views.png
│   │   │   │   │   │   │   ├── s_warn.png
│   │   │   │   │   │   │   ├── vertical_line.png
│   │   │   │   │   │   │   └── window-new.png
│   │   │   │   │   │   ├── info.inc.php
│   │   │   │   │   │   ├── layout.inc.php
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── themes.php
│   │   │   │   │   ├── TODO
│   │   │   │   │   ├── transformation_overview.php
│   │   │   │   │   ├── transformation_wrapper.php
│   │   │   │   │   ├── translators.html
│   │   │   │   │   ├── user_password.php
│   │   │   │   │   ├── view_create.php
│   │   │   │   │   └── webapp.php
│   │   │   │   ├── plugins
│   │   │   │   │   ├── eaccelerator
│   │   │   │   │   │   └── control.php
│   │   │   │   │   └── pear
│   │   │   │   │   ├── go_pear.php
│   │   │   │   │   └── uniform_server_index.php
│   │   │   │   ├── psetup.php
│   │   │   │   ├── redirect.html
│   │   │   │   ├── security.php
│   │   │   │   ├── sslpsetup.php
│   │   │   │   ├── start.php
│   │   │   │   ├── stop.php
│   │   │   │   ├── update.php
│   │   │   │   └── vhost.php
│   │   │   └── desktop.ini
│   │   ├── htpasswd
│   │   │   ├── home
│   │   │   │   └── admin
│   │   │   │   └── www
│   │   │   ├── ssl
│   │   │   └── www
│   │   ├── plugins
│   │   │   ├── key_cert_gen
│   │   │   │   ├── gen
│   │   │   │   │   ├── libeay32.dll
│   │   │   │   │   ├── openssl.cnf
│   │   │   │   │   ├── openssl.exe
│   │   │   │   │   ├── server.csr
│   │   │   │   │   ├── ssleay32.dll
│   │   │   │   │   └── zlib1.dll
│   │   │   │   ├── Run.bat
│   │   │   │   ├── server.csr
│   │   │   │   └── ssl_gen.pl
│   │   │   ├── move_servers
│   │   │   │   ├── move_server.pl
│   │   │   │   └── Run.bat
│   │   │   ├── restore_mysql_password
│   │   │   │   ├── restore.sql
│   │   │   │   └── Run.bat
│   │   │   └── Services
│   │   │   ├── files
│   │   │   │   ├── Install.bat
│   │   │   │   └── Uninstall.bat
│   │   │   ├── READ ME.txt
│   │   │   ├── Run.bat
│   │   │   └── w2c1.pl
│   │   ├── RECYCLER
│   │   │   └── S-1-5-21-1078081533-796845957-839522115-1004
│   │   │   ├── desktop.ini
│   │   │   ├── Dz1.txt
│   │   │   └── INFO2
│   │   ├── ssl
│   │   │   ├── css
│   │   │   │   └── style.css
│   │   │   ├── desktop.ini
│   │   │   ├── favicon.ico
│   │   │   ├── images
│   │   │   │   └── logo.jpg
│   │   │   ├── index.php
│   │   │   ├── personalcert
│   │   │   │   ├── 2index.php
│   │   │   │   ├── css
│   │   │   │   │   └── style.css
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── images
│   │   │   │   │   └── logo.jpg
│   │   │   │   └── index.php
│   │   │   └── test
│   │   │   ├── favicon.ico
│   │   │   └── index.php
│   │   ├── usb_server_start.bat
│   │   ├── usb_server_stop.bat
│   │   ├── usr
│   │   │   ├── bin
│   │   │   │   ├── perl510.dll
│   │   │   │   └── perl.exe
│   │   │   ├── lib
│   │   │   │   ├── auto
│   │   │   │   │   ├── attrs
│   │   │   │   │   │   ├── attrs.bs
│   │   │   │   │   │   ├── attrs.dll
│   │   │   │   │   │   ├── attrs.exp
│   │   │   │   │   │   └── attrs.lib
│   │   │   │   │   ├── B
│   │   │   │   │   │   ├── B.bs
│   │   │   │   │   │   ├── B.dll
│   │   │   │   │   │   ├── B.exp
│   │   │   │   │   │   ├── B.lib
│   │   │   │   │   │   └── C
│   │   │   │   │   │   ├── C.bs
│   │   │   │   │   │   ├── C.dll
│   │   │   │   │   │   ├── C.exp
│   │   │   │   │   │   └── C.lib
│   │   │   │   │   ├── ByteLoader
│   │   │   │   │   │   ├── ByteLoader.bs
│   │   │   │   │   │   ├── ByteLoader.dll
│   │   │   │   │   │   ├── ByteLoader.exp
│   │   │   │   │   │   └── ByteLoader.lib
│   │   │   │   │   ├── Cwd
│   │   │   │   │   │   ├── Cwd.bs
│   │   │   │   │   │   ├── Cwd.dll
│   │   │   │   │   │   ├── Cwd.exp
│   │   │   │   │   │   └── Cwd.lib
│   │   │   │   │   ├── Data
│   │   │   │   │   │   ├── Dump
│   │   │   │   │   │   └── Dumper
│   │   │   │   │   │   ├── Dumper.bs
│   │   │   │   │   │   ├── Dumper.dll
│   │   │   │   │   │   ├── Dumper.exp
│   │   │   │   │   │   └── Dumper.lib
│   │   │   │   │   ├── Devel
│   │   │   │   │   │   ├── DProf
│   │   │   │   │   │   │   ├── DProf.bs
│   │   │   │   │   │   │   ├── DProf.dll
│   │   │   │   │   │   │   ├── DProf.exp
│   │   │   │   │   │   │   └── DProf.lib
│   │   │   │   │   │   ├── Peek
│   │   │   │   │   │   │   ├── Peek.bs
│   │   │   │   │   │   │   ├── Peek.dll
│   │   │   │   │   │   │   ├── Peek.exp
│   │   │   │   │   │   │   └── Peek.lib
│   │   │   │   │   │   └── PPPort
│   │   │   │   │   │   ├── PPPort.bs
│   │   │   │   │   │   ├── PPPort.dll
│   │   │   │   │   │   ├── PPPort.exp
│   │   │   │   │   │   └── PPPort.lib
│   │   │   │   │   ├── Digest
│   │   │   │   │   │   ├── HMAC
│   │   │   │   │   │   ├── MD2
│   │   │   │   │   │   │   ├── MD2.bs
│   │   │   │   │   │   │   ├── MD2.dll
│   │   │   │   │   │   │   ├── MD2.exp
│   │   │   │   │   │   │   └── MD2.lib
│   │   │   │   │   │   ├── MD4
│   │   │   │   │   │   │   ├── MD4.bs
│   │   │   │   │   │   │   ├── MD4.dll
│   │   │   │   │   │   │   ├── MD4.exp
│   │   │   │   │   │   │   └── MD4.lib
│   │   │   │   │   │   ├── MD5
│   │   │   │   │   │   │   ├── MD5.bs
│   │   │   │   │   │   │   ├── MD5.dll
│   │   │   │   │   │   │   ├── MD5.exp
│   │   │   │   │   │   │   └── MD5.lib
│   │   │   │   │   │   ├── SHA
│   │   │   │   │   │   │   ├── SHA.bs
│   │   │   │   │   │   │   ├── SHA.dll
│   │   │   │   │   │   │   ├── SHA.exp
│   │   │   │   │   │   │   └── SHA.lib
│   │   │   │   │   │   └── SHA1
│   │   │   │   │   │   ├── SHA1.bs
│   │   │   │   │   │   ├── SHA1.dll
│   │   │   │   │   │   ├── SHA1.exp
│   │   │   │   │   │   └── SHA1.lib
│   │   │   │   │   ├── DynaLoader
│   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   ├── dl_expandspec.al
│   │   │   │   │   │   ├── dl_findfile.al
│   │   │   │   │   │   └── dl_find_symbol_anywhere.al
│   │   │   │   │   ├── Encode
│   │   │   │   │   │   ├── Byte
│   │   │   │   │   │   │   ├── Byte.bs
│   │   │   │   │   │   │   ├── Byte.dll
│   │   │   │   │   │   │   ├── Byte.exp
│   │   │   │   │   │   │   └── Byte.lib
│   │   │   │   │   │   ├── CN
│   │   │   │   │   │   │   ├── CN.bs
│   │   │   │   │   │   │   ├── CN.dll
│   │   │   │   │   │   │   ├── CN.exp
│   │   │   │   │   │   │   └── CN.lib
│   │   │   │   │   │   ├── EBCDIC
│   │   │   │   │   │   │   ├── EBCDIC.bs
│   │   │   │   │   │   │   ├── EBCDIC.dll
│   │   │   │   │   │   │   ├── EBCDIC.exp
│   │   │   │   │   │   │   └── EBCDIC.lib
│   │   │   │   │   │   ├── Encode.bs
│   │   │   │   │   │   ├── Encode.dll
│   │   │   │   │   │   ├── Encode.exp
│   │   │   │   │   │   ├── Encode.lib
│   │   │   │   │   │   ├── JP
│   │   │   │   │   │   │   ├── JP.bs
│   │   │   │   │   │   │   ├── JP.dll
│   │   │   │   │   │   │   ├── JP.exp
│   │   │   │   │   │   │   └── JP.lib
│   │   │   │   │   │   ├── KR
│   │   │   │   │   │   │   ├── KR.bs
│   │   │   │   │   │   │   ├── KR.dll
│   │   │   │   │   │   │   ├── KR.exp
│   │   │   │   │   │   │   └── KR.lib
│   │   │   │   │   │   ├── Symbol
│   │   │   │   │   │   │   ├── Symbol.bs
│   │   │   │   │   │   │   ├── Symbol.dll
│   │   │   │   │   │   │   ├── Symbol.exp
│   │   │   │   │   │   │   └── Symbol.lib
│   │   │   │   │   │   ├── TW
│   │   │   │   │   │   │   ├── TW.bs
│   │   │   │   │   │   │   ├── TW.dll
│   │   │   │   │   │   │   ├── TW.exp
│   │   │   │   │   │   │   └── TW.lib
│   │   │   │   │   │   └── Unicode
│   │   │   │   │   │   ├── Unicode.bs
│   │   │   │   │   │   ├── Unicode.dll
│   │   │   │   │   │   ├── Unicode.exp
│   │   │   │   │   │   └── Unicode.lib
│   │   │   │   │   ├── Fcntl
│   │   │   │   │   │   ├── Fcntl.bs
│   │   │   │   │   │   ├── Fcntl.dll
│   │   │   │   │   │   ├── Fcntl.exp
│   │   │   │   │   │   └── Fcntl.lib
│   │   │   │   │   ├── File
│   │   │   │   │   │   ├── CounterFile
│   │   │   │   │   │   ├── Glob
│   │   │   │   │   │   │   ├── Glob.bs
│   │   │   │   │   │   │   ├── Glob.dll
│   │   │   │   │   │   │   ├── Glob.exp
│   │   │   │   │   │   │   └── Glob.lib
│   │   │   │   │   │   ├── HomeDir
│   │   │   │   │   │   ├── Next
│   │   │   │   │   │   └── Which
│   │   │   │   │   ├── Filter
│   │   │   │   │   │   └── Util
│   │   │   │   │   │   └── Call
│   │   │   │   │   │   ├── Call.bs
│   │   │   │   │   │   ├── Call.dll
│   │   │   │   │   │   ├── Call.exp
│   │   │   │   │   │   └── Call.lib
│   │   │   │   │   ├── IO
│   │   │   │   │   │   ├── Compress
│   │   │   │   │   │   │   ├── Base
│   │   │   │   │   │   │   └── Zlib
│   │   │   │   │   │   ├── IO.bs
│   │   │   │   │   │   ├── IO.dll
│   │   │   │   │   │   ├── IO.exp
│   │   │   │   │   │   ├── IO.lib
│   │   │   │   │   │   ├── String
│   │   │   │   │   │   └── Zlib
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── Util
│   │   │   │   │   │   ├── Util.bs
│   │   │   │   │   │   ├── Util.dll
│   │   │   │   │   │   ├── Util.exp
│   │   │   │   │   │   └── Util.lib
│   │   │   │   │   ├── MIME
│   │   │   │   │   │   └── Base64
│   │   │   │   │   │   ├── Base64.bs
│   │   │   │   │   │   ├── Base64.dll
│   │   │   │   │   │   ├── Base64.exp
│   │   │   │   │   │   └── Base64.lib
│   │   │   │   │   ├── Opcode
│   │   │   │   │   │   ├── Opcode.bs
│   │   │   │   │   │   ├── Opcode.dll
│   │   │   │   │   │   ├── Opcode.exp
│   │   │   │   │   │   └── Opcode.lib
│   │   │   │   │   ├── PerlIO
│   │   │   │   │   │   ├── encoding
│   │   │   │   │   │   │   ├── encoding.bs
│   │   │   │   │   │   │   ├── encoding.dll
│   │   │   │   │   │   │   ├── encoding.exp
│   │   │   │   │   │   │   └── encoding.lib
│   │   │   │   │   │   ├── scalar
│   │   │   │   │   │   │   ├── scalar.bs
│   │   │   │   │   │   │   ├── scalar.dll
│   │   │   │   │   │   │   ├── scalar.exp
│   │   │   │   │   │   │   └── scalar.lib
│   │   │   │   │   │   └── via
│   │   │   │   │   │   ├── via.bs
│   │   │   │   │   │   ├── via.dll
│   │   │   │   │   │   ├── via.exp
│   │   │   │   │   │   └── via.lib
│   │   │   │   │   ├── POSIX
│   │   │   │   │   │   ├── abs.al
│   │   │   │   │   │   ├── alarm.al
│   │   │   │   │   │   ├── assert.al
│   │   │   │   │   │   ├── atan2.al
│   │   │   │   │   │   ├── atexit.al
│   │   │   │   │   │   ├── atof.al
│   │   │   │   │   │   ├── atoi.al
│   │   │   │   │   │   ├── atol.al
│   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   ├── bsearch.al
│   │   │   │   │   │   ├── calloc.al
│   │   │   │   │   │   ├── chdir.al
│   │   │   │   │   │   ├── chmod.al
│   │   │   │   │   │   ├── chown.al
│   │   │   │   │   │   ├── clearerr.al
│   │   │   │   │   │   ├── closedir.al
│   │   │   │   │   │   ├── cos.al
│   │   │   │   │   │   ├── creat.al
│   │   │   │   │   │   ├── div.al
│   │   │   │   │   │   ├── errno.al
│   │   │   │   │   │   ├── execl.al
│   │   │   │   │   │   ├── execle.al
│   │   │   │   │   │   ├── execlp.al
│   │   │   │   │   │   ├── execv.al
│   │   │   │   │   │   ├── execve.al
│   │   │   │   │   │   ├── execvp.al
│   │   │   │   │   │   ├── exit.al
│   │   │   │   │   │   ├── exp.al
│   │   │   │   │   │   ├── fabs.al
│   │   │   │   │   │   ├── fclose.al
│   │   │   │   │   │   ├── fcntl.al
│   │   │   │   │   │   ├── fdopen.al
│   │   │   │   │   │   ├── feof.al
│   │   │   │   │   │   ├── ferror.al
│   │   │   │   │   │   ├── fflush.al
│   │   │   │   │   │   ├── fgetc.al
│   │   │   │   │   │   ├── fgetpos.al
│   │   │   │   │   │   ├── fgets.al
│   │   │   │   │   │   ├── fileno.al
│   │   │   │   │   │   ├── fopen.al
│   │   │   │   │   │   ├── fork.al
│   │   │   │   │   │   ├── fprintf.al
│   │   │   │   │   │   ├── fputc.al
│   │   │   │   │   │   ├── fputs.al
│   │   │   │   │   │   ├── fread.al
│   │   │   │   │   │   ├── free.al
│   │   │   │   │   │   ├── freopen.al
│   │   │   │   │   │   ├── fscanf.al
│   │   │   │   │   │   ├── fseek.al
│   │   │   │   │   │   ├── fsetpos.al
│   │   │   │   │   │   ├── fstat.al
│   │   │   │   │   │   ├── fsync.al
│   │   │   │   │   │   ├── ftell.al
│   │   │   │   │   │   ├── fwrite.al
│   │   │   │   │   │   ├── getc.al
│   │   │   │   │   │   ├── getchar.al
│   │   │   │   │   │   ├── getegid.al
│   │   │   │   │   │   ├── getenv.al
│   │   │   │   │   │   ├── geteuid.al
│   │   │   │   │   │   ├── getgid.al
│   │   │   │   │   │   ├── getgrgid.al
│   │   │   │   │   │   ├── getgrnam.al
│   │   │   │   │   │   ├── getgroups.al
│   │   │   │   │   │   ├── getlogin.al
│   │   │   │   │   │   ├── getpgrp.al
│   │   │   │   │   │   ├── getpid.al
│   │   │   │   │   │   ├── getppid.al
│   │   │   │   │   │   ├── getpwnam.al
│   │   │   │   │   │   ├── getpwuid.al
│   │   │   │   │   │   ├── gets.al
│   │   │   │   │   │   ├── getuid.al
│   │   │   │   │   │   ├── gmtime.al
│   │   │   │   │   │   ├── isatty.al
│   │   │   │   │   │   ├── kill.al
│   │   │   │   │   │   ├── labs.al
│   │   │   │   │   │   ├── ldiv.al
│   │   │   │   │   │   ├── link.al
│   │   │   │   │   │   ├── load_imports.al
│   │   │   │   │   │   ├── localtime.al
│   │   │   │   │   │   ├── log.al
│   │   │   │   │   │   ├── longjmp.al
│   │   │   │   │   │   ├── malloc.al
│   │   │   │   │   │   ├── memchr.al
│   │   │   │   │   │   ├── memcmp.al
│   │   │   │   │   │   ├── memcpy.al
│   │   │   │   │   │   ├── memmove.al
│   │   │   │   │   │   ├── memset.al
│   │   │   │   │   │   ├── mkdir.al
│   │   │   │   │   │   ├── offsetof.al
│   │   │   │   │   │   ├── opendir.al
│   │   │   │   │   │   ├── perror.al
│   │   │   │   │   │   ├── POSIX.bs
│   │   │   │   │   │   ├── POSIX.dll
│   │   │   │   │   │   ├── POSIX.exp
│   │   │   │   │   │   ├── POSIX.lib
│   │   │   │   │   │   ├── pow.al
│   │   │   │   │   │   ├── printf.al
│   │   │   │   │   │   ├── putc.al
│   │   │   │   │   │   ├── putchar.al
│   │   │   │   │   │   ├── puts.al
│   │   │   │   │   │   ├── qsort.al
│   │   │   │   │   │   ├── raise.al
│   │   │   │   │   │   ├── rand.al
│   │   │   │   │   │   ├── readdir.al
│   │   │   │   │   │   ├── realloc.al
│   │   │   │   │   │   ├── redef.al
│   │   │   │   │   │   ├── remove.al
│   │   │   │   │   │   ├── rename.al
│   │   │   │   │   │   ├── rewind.al
│   │   │   │   │   │   ├── rewinddir.al
│   │   │   │   │   │   ├── rmdir.al
│   │   │   │   │   │   ├── scanf.al
│   │   │   │   │   │   ├── setbuf.al
│   │   │   │   │   │   ├── setjmp.al
│   │   │   │   │   │   ├── setvbuf.al
│   │   │   │   │   │   ├── SigAction
│   │   │   │   │   │   │   ├── flags.al
│   │   │   │   │   │   │   ├── handler.al
│   │   │   │   │   │   │   ├── mask.al
│   │   │   │   │   │   │   ├── new.al
│   │   │   │   │   │   │   └── safe.al
│   │   │   │   │   │   ├── siglongjmp.al
│   │   │   │   │   │   ├── SigRt
│   │   │   │   │   │   │   ├── _check.al
│   │   │   │   │   │   │   ├── CLEAR.al
│   │   │   │   │   │   │   ├── _croak.al
│   │   │   │   │   │   │   ├── DELETE.al
│   │   │   │   │   │   │   ├── _exist.al
│   │   │   │   │   │   │   ├── EXISTS.al
│   │   │   │   │   │   │   ├── FETCH.al
│   │   │   │   │   │   │   ├── _getsig.al
│   │   │   │   │   │   │   ├── _init.al
│   │   │   │   │   │   │   ├── new.al
│   │   │   │   │   │   │   ├── SCALAR.al
│   │   │   │   │   │   │   └── STORE.al
│   │   │   │   │   │   ├── sigsetjmp.al
│   │   │   │   │   │   ├── sin.al
│   │   │   │   │   │   ├── sleep.al
│   │   │   │   │   │   ├── sprintf.al
│   │   │   │   │   │   ├── sqrt.al
│   │   │   │   │   │   ├── srand.al
│   │   │   │   │   │   ├── sscanf.al
│   │   │   │   │   │   ├── stat.al
│   │   │   │   │   │   ├── strcat.al
│   │   │   │   │   │   ├── strchr.al
│   │   │   │   │   │   ├── strcmp.al
│   │   │   │   │   │   ├── strcpy.al
│   │   │   │   │   │   ├── strcspn.al
│   │   │   │   │   │   ├── strerror.al
│   │   │   │   │   │   ├── strlen.al
│   │   │   │   │   │   ├── strncat.al
│   │   │   │   │   │   ├── strncmp.al
│   │   │   │   │   │   ├── strncpy.al
│   │   │   │   │   │   ├── strpbrk.al
│   │   │   │   │   │   ├── strrchr.al
│   │   │   │   │   │   ├── strspn.al
│   │   │   │   │   │   ├── strstr.al
│   │   │   │   │   │   ├── strtok.al
│   │   │   │   │   │   ├── system.al
│   │   │   │   │   │   ├── time.al
│   │   │   │   │   │   ├── tmpfile.al
│   │   │   │   │   │   ├── tolower.al
│   │   │   │   │   │   ├── toupper.al
│   │   │   │   │   │   ├── umask.al
│   │   │   │   │   │   ├── ungetc.al
│   │   │   │   │   │   ├── unimpl.al
│   │   │   │   │   │   ├── unlink.al
│   │   │   │   │   │   ├── usage.al
│   │   │   │   │   │   ├── utime.al
│   │   │   │   │   │   ├── vfprintf.al
│   │   │   │   │   │   ├── vprintf.al
│   │   │   │   │   │   ├── vsprintf.al
│   │   │   │   │   │   ├── wait.al
│   │   │   │   │   │   └── waitpid.al
│   │   │   │   │   ├── re
│   │   │   │   │   │   ├── re.bs
│   │   │   │   │   │   ├── re.dll
│   │   │   │   │   │   ├── re.exp
│   │   │   │   │   │   └── re.lib
│   │   │   │   │   ├── sdbm
│   │   │   │   │   │   └── extralibs.ld
│   │   │   │   │   ├── SDBM_File
│   │   │   │   │   │   ├── SDBM_File.bs
│   │   │   │   │   │   ├── SDBM_File.dll
│   │   │   │   │   │   ├── SDBM_File.exp
│   │   │   │   │   │   └── SDBM_File.lib
│   │   │   │   │   ├── Socket
│   │   │   │   │   │   ├── Socket.bs
│   │   │   │   │   │   ├── Socket.dll
│   │   │   │   │   │   ├── Socket.exp
│   │   │   │   │   │   └── Socket.lib
│   │   │   │   │   ├── Storable
│   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   ├── BIN_VERSION_NV.al
│   │   │   │   │   │   ├── BIN_WRITE_VERSION_NV.al
│   │   │   │   │   │   ├── CAN_FLOCK.al
│   │   │   │   │   │   ├── fd_retrieve.al
│   │   │   │   │   │   ├── file_magic.al
│   │   │   │   │   │   ├── _freeze.al
│   │   │   │   │   │   ├── freeze.al
│   │   │   │   │   │   ├── lock_nstore.al
│   │   │   │   │   │   ├── lock_retrieve.al
│   │   │   │   │   │   ├── lock_store.al
│   │   │   │   │   │   ├── logcarp.al
│   │   │   │   │   │   ├── logcroak.al
│   │   │   │   │   │   ├── nfreeze.al
│   │   │   │   │   │   ├── nstore.al
│   │   │   │   │   │   ├── nstore_fd.al
│   │   │   │   │   │   ├── read_magic.al
│   │   │   │   │   │   ├── _retrieve.al
│   │   │   │   │   │   ├── retrieve.al
│   │   │   │   │   │   ├── show_file_magic.al
│   │   │   │   │   │   ├── Storable.bs
│   │   │   │   │   │   ├── Storable.dll
│   │   │   │   │   │   ├── Storable.exp
│   │   │   │   │   │   ├── Storable.lib
│   │   │   │   │   │   ├── _store.al
│   │   │   │   │   │   ├── store.al
│   │   │   │   │   │   ├── _store_fd.al
│   │   │   │   │   │   ├── store_fd.al
│   │   │   │   │   │   └── thaw.al
│   │   │   │   │   ├── Sys
│   │   │   │   │   │   └── Hostname
│   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   ├── Hostname.bs
│   │   │   │   │   │   ├── Hostname.dll
│   │   │   │   │   │   ├── Hostname.exp
│   │   │   │   │   │   └── Hostname.lib
│   │   │   │   │   ├── Thread
│   │   │   │   │   │   ├── Queue
│   │   │   │   │   │   ├── Semaphore
│   │   │   │   │   │   ├── Thread.bs
│   │   │   │   │   │   ├── Thread.dll
│   │   │   │   │   │   ├── Thread.exp
│   │   │   │   │   │   └── Thread.lib
│   │   │   │   │   ├── threads
│   │   │   │   │   │   ├── shared
│   │   │   │   │   │   │   ├── shared.bs
│   │   │   │   │   │   │   ├── shared.dll
│   │   │   │   │   │   │   ├── shared.exp
│   │   │   │   │   │   │   └── shared.lib
│   │   │   │   │   │   ├── threads.bs
│   │   │   │   │   │   ├── threads.dll
│   │   │   │   │   │   ├── threads.exp
│   │   │   │   │   │   └── threads.lib
│   │   │   │   │   ├── Time
│   │   │   │   │   │   ├── HiRes
│   │   │   │   │   │   │   ├── HiRes.bs
│   │   │   │   │   │   │   ├── HiRes.dll
│   │   │   │   │   │   │   ├── HiRes.exp
│   │   │   │   │   │   │   └── HiRes.lib
│   │   │   │   │   │   └── Piece
│   │   │   │   │   │   ├── Piece.bs
│   │   │   │   │   │   ├── Piece.dll
│   │   │   │   │   │   ├── Piece.exp
│   │   │   │   │   │   └── Piece.lib
│   │   │   │   │   ├── Unicode
│   │   │   │   │   │   ├── Normalize
│   │   │   │   │   │   │   ├── Normalize.bs
│   │   │   │   │   │   │   ├── Normalize.dll
│   │   │   │   │   │   │   ├── Normalize.exp
│   │   │   │   │   │   │   └── Normalize.lib
│   │   │   │   │   │   └── String
│   │   │   │   │   │   ├── String.bs
│   │   │   │   │   │   ├── String.dll
│   │   │   │   │   │   ├── String.exp
│   │   │   │   │   │   └── String.lib
│   │   │   │   │   ├── Win32
│   │   │   │   │   │   ├── API
│   │   │   │   │   │   │   ├── API.bs
│   │   │   │   │   │   │   ├── API.dll
│   │   │   │   │   │   │   ├── API.exp
│   │   │   │   │   │   │   ├── API.lib
│   │   │   │   │   │   │   └── Callback
│   │   │   │   │   │   │   ├── Callback.bs
│   │   │   │   │   │   │   ├── Callback.dll
│   │   │   │   │   │   │   ├── Callback.exp
│   │   │   │   │   │   │   └── Callback.lib
│   │   │   │   │   │   ├── AuthenticateUser
│   │   │   │   │   │   │   ├── AuthenticateUser.bs
│   │   │   │   │   │   │   ├── AuthenticateUser.dll
│   │   │   │   │   │   │   ├── AuthenticateUser.exp
│   │   │   │   │   │   │   ├── AuthenticateUser.lib
│   │   │   │   │   │   │   └── autosplit.ix
│   │   │   │   │   │   ├── ChangeNotify
│   │   │   │   │   │   │   ├── ChangeNotify.bs
│   │   │   │   │   │   │   ├── ChangeNotify.dll
│   │   │   │   │   │   │   ├── ChangeNotify.exp
│   │   │   │   │   │   │   └── ChangeNotify.lib
│   │   │   │   │   │   ├── Clipboard
│   │   │   │   │   │   │   ├── Clipboard.bs
│   │   │   │   │   │   │   ├── Clipboard.dll
│   │   │   │   │   │   │   ├── Clipboard.exp
│   │   │   │   │   │   │   └── Clipboard.lib
│   │   │   │   │   │   ├── Console
│   │   │   │   │   │   │   ├── Console.bs
│   │   │   │   │   │   │   ├── Console.dll
│   │   │   │   │   │   │   ├── Console.exp
│   │   │   │   │   │   │   └── Console.lib
│   │   │   │   │   │   ├── Event
│   │   │   │   │   │   │   ├── Event.bs
│   │   │   │   │   │   │   ├── Event.dll
│   │   │   │   │   │   │   ├── Event.exp
│   │   │   │   │   │   │   └── Event.lib
│   │   │   │   │   │   ├── EventLog
│   │   │   │   │   │   │   ├── EventLog.bs
│   │   │   │   │   │   │   ├── EventLog.dll
│   │   │   │   │   │   │   ├── EventLog.exp
│   │   │   │   │   │   │   └── EventLog.lib
│   │   │   │   │   │   ├── File
│   │   │   │   │   │   │   ├── File.bs
│   │   │   │   │   │   │   ├── File.dll
│   │   │   │   │   │   │   ├── File.exp
│   │   │   │   │   │   │   └── File.lib
│   │   │   │   │   │   ├── FileSecurity
│   │   │   │   │   │   │   ├── FileSecurity.bs
│   │   │   │   │   │   │   ├── FileSecurity.dll
│   │   │   │   │   │   │   ├── FileSecurity.exp
│   │   │   │   │   │   │   └── FileSecurity.lib
│   │   │   │   │   │   ├── Internet
│   │   │   │   │   │   │   ├── Internet.bs
│   │   │   │   │   │   │   ├── Internet.dll
│   │   │   │   │   │   │   ├── Internet.exp
│   │   │   │   │   │   │   └── Internet.lib
│   │   │   │   │   │   ├── IPC
│   │   │   │   │   │   │   ├── IPC.bs
│   │   │   │   │   │   │   ├── IPC.dll
│   │   │   │   │   │   │   ├── IPC.exp
│   │   │   │   │   │   │   └── IPC.lib
│   │   │   │   │   │   ├── Job
│   │   │   │   │   │   │   ├── Job.bs
│   │   │   │   │   │   │   ├── Job.dll
│   │   │   │   │   │   │   ├── Job.exp
│   │   │   │   │   │   │   └── Job.lib
│   │   │   │   │   │   ├── Mutex
│   │   │   │   │   │   │   ├── Mutex.bs
│   │   │   │   │   │   │   ├── Mutex.dll
│   │   │   │   │   │   │   ├── Mutex.exp
│   │   │   │   │   │   │   └── Mutex.lib
│   │   │   │   │   │   ├── NetAdmin
│   │   │   │   │   │   │   ├── NetAdmin.bs
│   │   │   │   │   │   │   ├── NetAdmin.dll
│   │   │   │   │   │   │   ├── NetAdmin.exp
│   │   │   │   │   │   │   └── NetAdmin.lib
│   │   │   │   │   │   ├── NetResource
│   │   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   │   ├── NetResource.bs
│   │   │   │   │   │   │   ├── NetResource.dll
│   │   │   │   │   │   │   ├── NetResource.exp
│   │   │   │   │   │   │   └── NetResource.lib
│   │   │   │   │   │   ├── ODBC
│   │   │   │   │   │   │   ├── ODBC.bs
│   │   │   │   │   │   │   ├── ODBC.dll
│   │   │   │   │   │   │   ├── ODBC.exp
│   │   │   │   │   │   │   └── ODBC.lib
│   │   │   │   │   │   ├── OLE
│   │   │   │   │   │   │   ├── OLE.bs
│   │   │   │   │   │   │   ├── OLE.dll
│   │   │   │   │   │   │   ├── OLE.exp
│   │   │   │   │   │   │   └── OLE.lib
│   │   │   │   │   │   ├── PerfLib
│   │   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   │   ├── PerfLib.bs
│   │   │   │   │   │   │   ├── PerfLib.dll
│   │   │   │   │   │   │   ├── PerfLib.exp
│   │   │   │   │   │   │   └── PerfLib.lib
│   │   │   │   │   │   ├── Pipe
│   │   │   │   │   │   │   ├── Pipe.bs
│   │   │   │   │   │   │   ├── Pipe.dll
│   │   │   │   │   │   │   ├── Pipe.exp
│   │   │   │   │   │   │   └── Pipe.lib
│   │   │   │   │   │   ├── Process
│   │   │   │   │   │   │   ├── Process.bs
│   │   │   │   │   │   │   ├── Process.dll
│   │   │   │   │   │   │   ├── Process.exp
│   │   │   │   │   │   │   └── Process.lib
│   │   │   │   │   │   ├── Registry
│   │   │   │   │   │   │   ├── Registry.bs
│   │   │   │   │   │   │   ├── Registry.dll
│   │   │   │   │   │   │   ├── Registry.exp
│   │   │   │   │   │   │   └── Registry.lib
│   │   │   │   │   │   ├── Semaphore
│   │   │   │   │   │   │   ├── Semaphore.bs
│   │   │   │   │   │   │   ├── Semaphore.dll
│   │   │   │   │   │   │   ├── Semaphore.exp
│   │   │   │   │   │   │   └── Semaphore.lib
│   │   │   │   │   │   ├── Service
│   │   │   │   │   │   │   ├── Service.bs
│   │   │   │   │   │   │   ├── Service.dll
│   │   │   │   │   │   │   ├── Service.exp
│   │   │   │   │   │   │   └── Service.lib
│   │   │   │   │   │   ├── Shortcut
│   │   │   │   │   │   │   ├── Shortcut.bs
│   │   │   │   │   │   │   ├── Shortcut.dll
│   │   │   │   │   │   │   ├── Shortcut.exp
│   │   │   │   │   │   │   └── Shortcut.lib
│   │   │   │   │   │   ├── Sound
│   │   │   │   │   │   │   ├── Sound.bs
│   │   │   │   │   │   │   ├── Sound.dll
│   │   │   │   │   │   │   ├── Sound.exp
│   │   │   │   │   │   │   └── Sound.lib
│   │   │   │   │   │   ├── TieRegistry
│   │   │   │   │   │   ├── Win32.bs
│   │   │   │   │   │   ├── Win32.dll
│   │   │   │   │   │   ├── Win32.dll.AAA
│   │   │   │   │   │   ├── Win32.exp
│   │   │   │   │   │   ├── Win32.lib
│   │   │   │   │   │   └── WinError
│   │   │   │   │   │   ├── WinError.bs
│   │   │   │   │   │   ├── WinError.dll
│   │   │   │   │   │   ├── WinError.exp
│   │   │   │   │   │   └── WinError.lib
│   │   │   │   │   └── XS
│   │   │   │   │   ├── APItest
│   │   │   │   │   │   ├── APItest.bs
│   │   │   │   │   │   ├── APItest.dll
│   │   │   │   │   │   ├── APItest.exp
│   │   │   │   │   │   └── APItest.lib
│   │   │   │   │   └── Typemap
│   │   │   │   │   ├── Typemap.bs
│   │   │   │   │   ├── Typemap.dll
│   │   │   │   │   ├── Typemap.exp
│   │   │   │   │   └── Typemap.lib
│   │   │   │   ├── AutoLoader.pm
│   │   │   │   ├── base.pm
│   │   │   │   ├── Carp
│   │   │   │   │   ├── Clan.pm
│   │   │   │   │   ├── Clan.pod
│   │   │   │   │   └── Heavy.pm
│   │   │   │   ├── Carp.pm
│   │   │   │   ├── CGI
│   │   │   │   │   ├── Apache.pm
│   │   │   │   │   ├── Carp.pm
│   │   │   │   │   ├── Cookie.pm
│   │   │   │   │   ├── Fast.pm
│   │   │   │   │   ├── Pretty.pm
│   │   │   │   │   ├── Push.pm
│   │   │   │   │   ├── Switch.pm
│   │   │   │   │   └── Util.pm
│   │   │   │   ├── CGI.pm
│   │   │   │   ├── Config_heavy.pl
│   │   │   │   ├── Config.pm
│   │   │   │   ├── constant.pm
│   │   │   │   ├── CPAN
│   │   │   │   │   ├── API
│   │   │   │   │   │   └── HOWTO.pm
│   │   │   │   │   ├── Config.pm
│   │   │   │   │   ├── Debug.pm
│   │   │   │   │   ├── DeferedCode.pm
│   │   │   │   │   ├── FirstTime.pm
│   │   │   │   │   ├── HandleConfig.pm
│   │   │   │   │   ├── Kwalify
│   │   │   │   │   │   ├── distroprefs.dd
│   │   │   │   │   │   └── distroprefs.yml
│   │   │   │   │   ├── Kwalify.pm
│   │   │   │   │   ├── Nox.pm
│   │   │   │   │   ├── Queue.pm
│   │   │   │   │   ├── Tarzip.pm
│   │   │   │   │   └── Version.pm
│   │   │   │   ├── Cwd.pm
│   │   │   │   ├── DynaLoader.pm
│   │   │   │   ├── Exporter
│   │   │   │   │   └── Heavy.pm
│   │   │   │   ├── Exporter.pm
│   │   │   │   ├── Fcntl.pm
│   │   │   │   ├── File
│   │   │   │   │   ├── Basename.pm
│   │   │   │   │   ├── CheckTree.pm
│   │   │   │   │   ├── Compare.pm
│   │   │   │   │   ├── Copy.pm
│   │   │   │   │   ├── CounterFile.pm
│   │   │   │   │   ├── DosGlob.pm
│   │   │   │   │   ├── Fetch.pm
│   │   │   │   │   ├── Find.pm
│   │   │   │   │   ├── GlobMapper.pm
│   │   │   │   │   ├── Glob.pm
│   │   │   │   │   ├── HomeDir
│   │   │   │   │   │   ├── Darwin.pm
│   │   │   │   │   │   ├── Driver.pm
│   │   │   │   │   │   ├── MacOS9.pm
│   │   │   │   │   │   ├── Unix.pm
│   │   │   │   │   │   └── Windows.pm
│   │   │   │   │   ├── HomeDir.pm
│   │   │   │   │   ├── Listing.pm
│   │   │   │   │   ├── Next.pm
│   │   │   │   │   ├── Path.pm
│   │   │   │   │   ├── Spec
│   │   │   │   │   │   ├── Cygwin.pm
│   │   │   │   │   │   ├── Epoc.pm
│   │   │   │   │   │   ├── Functions.pm
│   │   │   │   │   │   ├── Mac.pm
│   │   │   │   │   │   ├── OS2.pm
│   │   │   │   │   │   ├── Unix.pm
│   │   │   │   │   │   ├── VMS.pm
│   │   │   │   │   │   └── Win32.pm
│   │   │   │   │   ├── Spec.pm
│   │   │   │   │   ├── stat.pm
│   │   │   │   │   ├── Temp.pm
│   │   │   │   │   └── Which.pm
│   │   │   │   ├── integer.pm
│   │   │   │   ├── lib.pm
│   │   │   │   ├── overload.pm
│   │   │   │   ├── Socket.pm
│   │   │   │   ├── strict.pm
│   │   │   │   ├── Time
│   │   │   │   │   ├── gmtime.pm
│   │   │   │   │   ├── HiRes.pm
│   │   │   │   │   ├── Local.pm
│   │   │   │   │   ├── localtime.pm
│   │   │   │   │   ├── Piece.pm
│   │   │   │   │   ├── Seconds.pm
│   │   │   │   │   └── tm.pm
│   │   │   │   ├── vars.pm
│   │   │   │   ├── warnings
│   │   │   │   │   └── register.pm
│   │   │   │   ├── warnings.pm
│   │   │   │   └── XSLoader.pm
│   │   │   └── local
│   │   │   ├── apache2
│   │   │   │   ├── bin
│   │   │   │   │   ├── Apache.exe
│   │   │   │   │   ├── htdigest.exe
│   │   │   │   │   ├── htpasswd.exe
│   │   │   │   │   ├── libapr-1.dll
│   │   │   │   │   ├── libapriconv-1.dll
│   │   │   │   │   ├── libaprutil-1.dll
│   │   │   │   │   ├── libeay32.dll
│   │   │   │   │   ├── libhttpd.dll
│   │   │   │   │   ├── libmcrypt.dll
│   │   │   │   │   ├── logresolve.exe
│   │   │   │   │   ├── msvcr71.dll
│   │   │   │   │   ├── rotatelogs.exe
│   │   │   │   │   ├── ssleay32.dll
│   │   │   │   │   ├── wintty.exe
│   │   │   │   │   └── zlib1.dll
│   │   │   │   ├── conf
│   │   │   │   │   ├── charset.conv
│   │   │   │   │   ├── httpd.conf
│   │   │   │   │   ├── magic
│   │   │   │   │   ├── mime.types
│   │   │   │   │   └── ssl.conf
│   │   │   │   ├── icons
│   │   │   │   │   ├── a.gif
│   │   │   │   │   ├── alert.black.gif
│   │   │   │   │   ├── alert.black.png
│   │   │   │   │   ├── alert.red.gif
│   │   │   │   │   ├── alert.red.png
│   │   │   │   │   ├── apache_pb2_ani.gif
│   │   │   │   │   ├── apache_pb2.gif
│   │   │   │   │   ├── apache_pb2.png
│   │   │   │   │   ├── apache_pb.gif
│   │   │   │   │   ├── apache_pb.png
│   │   │   │   │   ├── a.png
│   │   │   │   │   ├── back.gif
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── ball.gray.gif
│   │   │   │   │   ├── ball.gray.png
│   │   │   │   │   ├── ball.red.gif
│   │   │   │   │   ├── ball.red.png
│   │   │   │   │   ├── binary.gif
│   │   │   │   │   ├── binary.png
│   │   │   │   │   ├── binhex.gif
│   │   │   │   │   ├── binhex.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── blank.png
│   │   │   │   │   ├── bomb.gif
│   │   │   │   │   ├── bomb.png
│   │   │   │   │   ├── box1.gif
│   │   │   │   │   ├── box1.png
│   │   │   │   │   ├── box2.gif
│   │   │   │   │   ├── box2.png
│   │   │   │   │   ├── broken.gif
│   │   │   │   │   ├── broken.png
│   │   │   │   │   ├── burst.gif
│   │   │   │   │   ├── burst.png
│   │   │   │   │   ├── c.gif
│   │   │   │   │   ├── comp.blue.gif
│   │   │   │   │   ├── comp.blue.png
│   │   │   │   │   ├── comp.gray.gif
│   │   │   │   │   ├── comp.gray.png
│   │   │   │   │   ├── compressed.gif
│   │   │   │   │   ├── compressed.png
│   │   │   │   │   ├── continued.gif
│   │   │   │   │   ├── continued.png
│   │   │   │   │   ├── c.png
│   │   │   │   │   ├── dir.gif
│   │   │   │   │   ├── dir.png
│   │   │   │   │   ├── diskimg.gif
│   │   │   │   │   ├── diskimg.png
│   │   │   │   │   ├── down.gif
│   │   │   │   │   ├── down.png
│   │   │   │   │   ├── dvi.gif
│   │   │   │   │   ├── dvi.png
│   │   │   │   │   ├── f.gif
│   │   │   │   │   ├── folder.gif
│   │   │   │   │   ├── folder.open.gif
│   │   │   │   │   ├── folder.open.png
│   │   │   │   │   ├── folder.png
│   │   │   │   │   ├── folder.sec.gif
│   │   │   │   │   ├── folder.sec.png
│   │   │   │   │   ├── forward.gif
│   │   │   │   │   ├── forward.png
│   │   │   │   │   ├── f.png
│   │   │   │   │   ├── generic.gif
│   │   │   │   │   ├── generic.png
│   │   │   │   │   ├── generic.red.gif
│   │   │   │   │   ├── generic.red.png
│   │   │   │   │   ├── generic.sec.gif
│   │   │   │   │   ├── generic.sec.png
│   │   │   │   │   ├── hand.right.gif
│   │   │   │   │   ├── hand.right.png
│   │   │   │   │   ├── hand.up.gif
│   │   │   │   │   ├── hand.up.png
│   │   │   │   │   ├── icon.sheet.gif
│   │   │   │   │   ├── icon.sheet.png
│   │   │   │   │   ├── image1.gif
│   │   │   │   │   ├── image1.png
│   │   │   │   │   ├── image2.gif
│   │   │   │   │   ├── image2.png
│   │   │   │   │   ├── image3.gif
│   │   │   │   │   ├── image3.png
│   │   │   │   │   ├── index.gif
│   │   │   │   │   ├── index.png
│   │   │   │   │   ├── layout.gif
│   │   │   │   │   ├── layout.png
│   │   │   │   │   ├── left.gif
│   │   │   │   │   ├── left.png
│   │   │   │   │   ├── link.gif
│   │   │   │   │   ├── link.png
│   │   │   │   │   ├── movie.gif
│   │   │   │   │   ├── movie.png
│   │   │   │   │   ├── patch.gif
│   │   │   │   │   ├── patch.png
│   │   │   │   │   ├── pdf.gif
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── p.gif
│   │   │   │   │   ├── pie0.gif
│   │   │   │   │   ├── pie0.png
│   │   │   │   │   ├── pie1.gif
│   │   │   │   │   ├── pie1.png
│   │   │   │   │   ├── pie2.gif
│   │   │   │   │   ├── pie2.png
│   │   │   │   │   ├── pie3.gif
│   │   │   │   │   ├── pie3.png
│   │   │   │   │   ├── pie4.gif
│   │   │   │   │   ├── pie4.png
│   │   │   │   │   ├── pie5.gif
│   │   │   │   │   ├── pie5.png
│   │   │   │   │   ├── pie6.gif
│   │   │   │   │   ├── pie6.png
│   │   │   │   │   ├── pie7.gif
│   │   │   │   │   ├── pie7.png
│   │   │   │   │   ├── pie8.gif
│   │   │   │   │   ├── pie8.png
│   │   │   │   │   ├── portal.gif
│   │   │   │   │   ├── portal.png
│   │   │   │   │   ├── p.png
│   │   │   │   │   ├── ps.gif
│   │   │   │   │   ├── ps.png
│   │   │   │   │   ├── quill.gif
│   │   │   │   │   ├── quill.png
│   │   │   │   │   ├── right.gif
│   │   │   │   │   ├── right.png
│   │   │   │   │   ├── screw1.gif
│   │   │   │   │   ├── screw1.png
│   │   │   │   │   ├── screw2.gif
│   │   │   │   │   ├── screw2.png
│   │   │   │   │   ├── script.gif
│   │   │   │   │   ├── script.png
│   │   │   │   │   ├── small
│   │   │   │   │   │   ├── back.gif
│   │   │   │   │   │   ├── back.png
│   │   │   │   │   │   ├── binary.gif
│   │   │   │   │   │   ├── binary.png
│   │   │   │   │   │   ├── binhex.gif
│   │   │   │   │   │   ├── binhex.png
│   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   ├── blank.png
│   │   │   │   │   │   ├── broken.gif
│   │   │   │   │   │   ├── broken.png
│   │   │   │   │   │   ├── burst.gif
│   │   │   │   │   │   ├── burst.png
│   │   │   │   │   │   ├── comp1.gif
│   │   │   │   │   │   ├── comp1.png
│   │   │   │   │   │   ├── comp2.gif
│   │   │   │   │   │   ├── comp2.png
│   │   │   │   │   │   ├── compressed.gif
│   │   │   │   │   │   ├── compressed.png
│   │   │   │   │   │   ├── continued.gif
│   │   │   │   │   │   ├── continued.png
│   │   │   │   │   │   ├── dir2.gif
│   │   │   │   │   │   ├── dir2.png
│   │   │   │   │   │   ├── dir.gif
│   │   │   │   │   │   ├── dir.png
│   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   ├── doc.png
│   │   │   │   │   │   ├── forward.gif
│   │   │   │   │   │   ├── forward.png
│   │   │   │   │   │   ├── generic2.gif
│   │   │   │   │   │   ├── generic2.png
│   │   │   │   │   │   ├── generic3.gif
│   │   │   │   │   │   ├── generic3.png
│   │   │   │   │   │   ├── generic.gif
│   │   │   │   │   │   ├── generic.png
│   │   │   │   │   │   ├── image2.gif
│   │   │   │   │   │   ├── image2.png
│   │   │   │   │   │   ├── image.gif
│   │   │   │   │   │   ├── image.png
│   │   │   │   │   │   ├── index.gif
│   │   │   │   │   │   ├── index.png
│   │   │   │   │   │   ├── key.gif
│   │   │   │   │   │   ├── key.png
│   │   │   │   │   │   ├── movie.gif
│   │   │   │   │   │   ├── movie.png
│   │   │   │   │   │   ├── patch.gif
│   │   │   │   │   │   ├── patch.png
│   │   │   │   │   │   ├── ps.gif
│   │   │   │   │   │   ├── ps.png
│   │   │   │   │   │   ├── rainbow.gif
│   │   │   │   │   │   ├── rainbow.png
│   │   │   │   │   │   ├── sound2.gif
│   │   │   │   │   │   ├── sound2.png
│   │   │   │   │   │   ├── sound.gif
│   │   │   │   │   │   ├── sound.png
│   │   │   │   │   │   ├── tar.gif
│   │   │   │   │   │   ├── tar.png
│   │   │   │   │   │   ├── text.gif
│   │   │   │   │   │   ├── text.png
│   │   │   │   │   │   ├── transfer.gif
│   │   │   │   │   │   ├── transfer.png
│   │   │   │   │   │   ├── unknown.gif
│   │   │   │   │   │   ├── unknown.png
│   │   │   │   │   │   ├── uu.gif
│   │   │   │   │   │   └── uu.png
│   │   │   │   │   ├── sound1.gif
│   │   │   │   │   ├── sound1.png
│   │   │   │   │   ├── sound2.gif
│   │   │   │   │   ├── sound2.png
│   │   │   │   │   ├── sphere1.gif
│   │   │   │   │   ├── sphere1.png
│   │   │   │   │   ├── sphere2.gif
│   │   │   │   │   ├── sphere2.png
│   │   │   │   │   ├── tar.gif
│   │   │   │   │   ├── tar.png
│   │   │   │   │   ├── tex.gif
│   │   │   │   │   ├── tex.png
│   │   │   │   │   ├── text.gif
│   │   │   │   │   ├── text.png
│   │   │   │   │   ├── transfer.gif
│   │   │   │   │   ├── transfer.png
│   │   │   │   │   ├── unknown.gif
│   │   │   │   │   ├── unknown.png
│   │   │   │   │   ├── up.gif
│   │   │   │   │   ├── up.png
│   │   │   │   │   ├── uuencoded.gif
│   │   │   │   │   ├── uuencoded.png
│   │   │   │   │   ├── uu.gif
│   │   │   │   │   ├── uu.png
│   │   │   │   │   ├── world1.gif
│   │   │   │   │   ├── world1.png
│   │   │   │   │   ├── world2.gif
│   │   │   │   │   └── world2.png
│   │   │   │   ├── LICENSE.txt
│   │   │   │   └── modules
│   │   │   │   ├── mod_actions.so
│   │   │   │   ├── mod_alias.so
│   │   │   │   ├── mod_asis.so
│   │   │   │   ├── mod_auth_basic.so
│   │   │   │   ├── mod_auth_digest.so
│   │   │   │   ├── mod_authn_default.so
│   │   │   │   ├── mod_authn_file.so
│   │   │   │   ├── mod_authz_default.so
│   │   │   │   ├── mod_authz_groupfile.so
│   │   │   │   ├── mod_authz_host.so
│   │   │   │   ├── mod_authz_user.so
│   │   │   │   ├── mod_autoindex.so
│   │   │   │   ├── mod_cache.so
│   │   │   │   ├── mod_cgi.so
│   │   │   │   ├── mod_dav_fs.so
│   │   │   │   ├── mod_dav_lock.so
│   │   │   │   ├── mod_dav.so
│   │   │   │   ├── mod_deflate.so
│   │   │   │   ├── mod_dir.so
│   │   │   │   ├── mod_env.so
│   │   │   │   ├── mod_expires.so
│   │   │   │   ├── mod_headers.so
│   │   │   │   ├── mod_include.so
│   │   │   │   ├── mod_info.so
│   │   │   │   ├── mod_isapi.so
│   │   │   │   ├── mod_log_config.so
│   │   │   │   ├── mod_mime.so
│   │   │   │   ├── mod_negotiation.so
│   │   │   │   ├── mod_rewrite.so
│   │   │   │   ├── mod_setenvif.so
│   │   │   │   ├── mod_ssl.so
│   │   │   │   ├── mod_status.so
│   │   │   │   ├── mod_userdir.so
│   │   │   │   ├── mod_version.so
│   │   │   │   └── mod_vhost_alias.so
│   │   │   ├── mysql
│   │   │   │   ├── bin
│   │   │   │   │   ├── libmysql.dll
│   │   │   │   │   ├── mysqladmin.exe
│   │   │   │   │   ├── mysqld-opt.exe
│   │   │   │   │   └── mysql.exe
│   │   │   │   ├── data
│   │   │   │   │   ├── mysql
│   │   │   │   │   │   ├── columns_priv.frm
│   │   │   │   │   │   ├── columns_priv.MYD
│   │   │   │   │   │   ├── columns_priv.MYI
│   │   │   │   │   │   ├── db.frm
│   │   │   │   │   │   ├── db.MYD
│   │   │   │   │   │   ├── db.MYI
│   │   │   │   │   │   ├── event.frm
│   │   │   │   │   │   ├── event.MYD
│   │   │   │   │   │   ├── event.MYI
│   │   │   │   │   │   ├── func.frm
│   │   │   │   │   │   ├── func.MYD
│   │   │   │   │   │   ├── func.MYI
│   │   │   │   │   │   ├── general_log.CSM
│   │   │   │   │   │   ├── general_log.CSV
│   │   │   │   │   │   ├── general_log.frm
│   │   │   │   │   │   ├── help_category.frm
│   │   │   │   │   │   ├── help_category.MYD
│   │   │   │   │   │   ├── help_category.MYI
│   │   │   │   │   │   ├── help_keyword.frm
│   │   │   │   │   │   ├── help_keyword.MYD
│   │   │   │   │   │   ├── help_keyword.MYI
│   │   │   │   │   │   ├── help_relation.frm
│   │   │   │   │   │   ├── help_relation.MYD
│   │   │   │   │   │   ├── help_relation.MYI
│   │   │   │   │   │   ├── help_topic.frm
│   │   │   │   │   │   ├── help_topic.MYD
│   │   │   │   │   │   ├── help_topic.MYI
│   │   │   │   │   │   ├── host.frm
│   │   │   │   │   │   ├── host.MYD
│   │   │   │   │   │   ├── host.MYI
│   │   │   │   │   │   ├── ndb_binlog_index.frm
│   │   │   │   │   │   ├── ndb_binlog_index.MYD
│   │   │   │   │   │   ├── ndb_binlog_index.MYI
│   │   │   │   │   │   ├── plugin.frm
│   │   │   │   │   │   ├── plugin.MYD
│   │   │   │   │   │   ├── plugin.MYI
│   │   │   │   │   │   ├── proc.frm
│   │   │   │   │   │   ├── proc.MYD
│   │   │   │   │   │   ├── proc.MYI
│   │   │   │   │   │   ├── procs_priv.frm
│   │   │   │   │   │   ├── procs_priv.MYD
│   │   │   │   │   │   ├── procs_priv.MYI
│   │   │   │   │   │   ├── servers.frm
│   │   │   │   │   │   ├── servers.MYD
│   │   │   │   │   │   ├── servers.MYI
│   │   │   │   │   │   ├── slow_log.CSM
│   │   │   │   │   │   ├── slow_log.CSV
│   │   │   │   │   │   ├── slow_log.frm
│   │   │   │   │   │   ├── tables_priv.frm
│   │   │   │   │   │   ├── tables_priv.MYD
│   │   │   │   │   │   ├── tables_priv.MYI
│   │   │   │   │   │   ├── time_zone.frm
│   │   │   │   │   │   ├── time_zone_leap_second.frm
│   │   │   │   │   │   ├── time_zone_leap_second.MYD
│   │   │   │   │   │   ├── time_zone_leap_second.MYI
│   │   │   │   │   │   ├── time_zone.MYD
│   │   │   │   │   │   ├── time_zone.MYI
│   │   │   │   │   │   ├── time_zone_name.frm
│   │   │   │   │   │   ├── time_zone_name.MYD
│   │   │   │   │   │   ├── time_zone_name.MYI
│   │   │   │   │   │   ├── time_zone_transition.frm
│   │   │   │   │   │   ├── time_zone_transition.MYD
│   │   │   │   │   │   ├── time_zone_transition.MYI
│   │   │   │   │   │   ├── time_zone_transition_type.frm
│   │   │   │   │   │   ├── time_zone_transition_type.MYD
│   │   │   │   │   │   ├── time_zone_transition_type.MYI
│   │   │   │   │   │   ├── user.frm
│   │   │   │   │   │   ├── user.MYD
│   │   │   │   │   │   └── user.MYI
│   │   │   │   │   ├── mysql.err
│   │   │   │   │   ├── mysystem
│   │   │   │   │   │   ├── course.frm
│   │   │   │   │   │   ├── course.MYD
│   │   │   │   │   │   ├── course.MYI
│   │   │   │   │   │   └── db.opt
│   │   │   │   │   ├── phpmyadmin
│   │   │   │   │   │   ├── pma_bookmark.frm
│   │   │   │   │   │   ├── pma_bookmark.MYD
│   │   │   │   │   │   ├── pma_bookmark.MYI
│   │   │   │   │   │   ├── pma_column_info.frm
│   │   │   │   │   │   ├── pma_column_info.MYD
│   │   │   │   │   │   ├── pma_column_info.MYI
│   │   │   │   │   │   ├── pma_designer_coords.frm
│   │   │   │   │   │   ├── pma_designer_coords.MYD
│   │   │   │   │   │   ├── pma_designer_coords.MYI
│   │   │   │   │   │   ├── pma_history.frm
│   │   │   │   │   │   ├── pma_history.MYD
│   │   │   │   │   │   ├── pma_history.MYI
│   │   │   │   │   │   ├── pma_pdf_pages.frm
│   │   │   │   │   │   ├── pma_pdf_pages.MYD
│   │   │   │   │   │   ├── pma_pdf_pages.MYI
│   │   │   │   │   │   ├── pma_relation.frm
│   │   │   │   │   │   ├── pma_relation.MYD
│   │   │   │   │   │   ├── pma_relation.MYI
│   │   │   │   │   │   ├── pma_table_coords.frm
│   │   │   │   │   │   ├── pma_table_coords.MYD
│   │   │   │   │   │   ├── pma_table_coords.MYI
│   │   │   │   │   │   ├── pma_table_info.frm
│   │   │   │   │   │   ├── pma_table_info.MYD
│   │   │   │   │   │   └── pma_table_info.MYI
│   │   │   │   │   ├── topu
│   │   │   │   │   │   ├── db.opt
│   │   │   │   │   │   ├── systeminfo.frm
│   │   │   │   │   │   ├── systeminfo.MYD
│   │   │   │   │   │   ├── systeminfo.MYI
│   │   │   │   │   │   ├── tb_topo_dot1dtpfdbtable.frm
│   │   │   │   │   │   ├── tb_topo_dot1dtpfdbtable.MYD
│   │   │   │   │   │   ├── tb_topo_dot1dtpfdbtable.MYI
│   │   │   │   │   │   ├── tb_topo_iftable.frm
│   │   │   │   │   │   ├── tb_topo_iftable.MYD
│   │   │   │   │   │   ├── tb_topo_iftable.MYI
│   │   │   │   │   │   ├── tb_topo_ipnettomediatable.frm
│   │   │   │   │   │   ├── tb_topo_ipnettomediatable.MYD
│   │   │   │   │   │   ├── tb_topo_ipnettomediatable.MYI
│   │   │   │   │   │   ├── topoinfo.frm
│   │   │   │   │   │   ├── topoinfo.MYD
│   │   │   │   │   │   ├── topoinfo.MYI
│   │   │   │   │   │   ├── topu.frm
│   │   │   │   │   │   ├── topu.MYD
│   │   │   │   │   │   └── topu.MYI
│   │   │   │   │   └── xksystem
│   │   │   │   │   ├── course.frm
│   │   │   │   │   ├── course.MYD
│   │   │   │   │   ├── course.MYI
│   │   │   │   │   ├── db.opt
│   │   │   │   │   ├── student.frm
│   │   │   │   │   ├── student.MYD
│   │   │   │   │   ├── student.MYI
│   │   │   │   │   ├── teacher.frm
│   │   │   │   │   ├── teacher.MYD
│   │   │   │   │   ├── teacher.MYI
│   │   │   │   │   ├── xuanke.frm
│   │   │   │   │   ├── xuanke.MYD
│   │   │   │   │   └── xuanke.MYI
│   │   │   │   ├── my.cnf
│   │   │   │   ├── mysqlrun.bat
│   │   │   │   ├── mysqlstop.bat
│   │   │   │   ├── README.txt
│   │   │   │   └── share
│   │   │   │   ├── charsets
│   │   │   │   │   ├── armscii8.xml
│   │   │   │   │   ├── ascii.xml
│   │   │   │   │   ├── cp1250.xml
│   │   │   │   │   ├── cp1251.xml
│   │   │   │   │   ├── cp1256.xml
│   │   │   │   │   ├── cp1257.xml
│   │   │   │   │   ├── cp850.xml
│   │   │   │   │   ├── cp852.xml
│   │   │   │   │   ├── cp866.xml
│   │   │   │   │   ├── dec8.xml
│   │   │   │   │   ├── geostd8.xml
│   │   │   │   │   ├── greek.xml
│   │   │   │   │   ├── hebrew.xml
│   │   │   │   │   ├── hp8.xml
│   │   │   │   │   ├── Index.xml
│   │   │   │   │   ├── keybcs2.xml
│   │   │   │   │   ├── koi8r.xml
│   │   │   │   │   ├── koi8u.xml
│   │   │   │   │   ├── languages.html
│   │   │   │   │   ├── latin1.xml
│   │   │   │   │   ├── latin2.xml
│   │   │   │   │   ├── latin5.xml
│   │   │   │   │   ├── latin7.xml
│   │   │   │   │   ├── macce.xml
│   │   │   │   │   ├── macroman.xml
│   │   │   │   │   ├── README
│   │   │   │   │   └── swe7.xml
│   │   │   │   └── english
│   │   │   │   └── errmsg.sys
│   │   │   └── php
│   │   │   ├── extensions
│   │   │   │   ├── eaccelerator.dll
│   │   │   │   ├── php_curl.dll
│   │   │   │   ├── php_gd2.dll
│   │   │   │   ├── php_mbstring.dll
│   │   │   │   ├── php_mcrypt.dll
│   │   │   │   ├── php_mysql.dll
│   │   │   │   ├── php_mysqli.dll
│   │   │   │   ├── php_openssl.dll
│   │   │   │   ├── php_pdo.dll
│   │   │   │   ├── php_sockets.dll
│   │   │   │   ├── php_sqlite.dll
│   │   │   │   ├── php_xmlrpc.dll
│   │   │   │   └── php_zip.dll
│   │   │   ├── libmcrypt.dll
│   │   │   ├── libmysql.dll
│   │   │   ├── php5apache2_2.dll
│   │   │   ├── php5apache2_2_filter.dll
│   │   │   ├── php5ts.dll
│   │   │   ├── php.exe
│   │   │   ├── php.gif
│   │   │   └── php.ini
│   │   └── www
│   │   ├── css
│   │   │   └── style.css
│   │   ├── desktop.ini
│   │   ├── favicon.ico
│   │   ├── images
│   │   │   └── logo.jpg
│   │   └── index.php
│   └── UniController.exe
└── 使用说明.txt

238 directories, 1833 files

标签:

实例下载地址

Java图形界面-MySQL-增删改查

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警