登录
首页 » 数据结构 » 最好用的数据库管理助手,帮助大家方便管理和使用数据库

最好用的数据库管理助手,帮助大家方便管理和使用数据库

于 2022-02-11 发布 文件大小:427.60 kB
0 225
下载积分: 2 下载次数: 1

代码说明:

最好用的数据库管理助手,帮助大家方便管理和使用数据库-The best use of database management assistant to help facilitate the management and use of U.S. data

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。 2. 用MISDBA用户登录MISDB库。 3. 在IS...
    1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。 2. 用MISDBA用户登录MISDB数据库。 3. 在ISQL中,输入第9章提供的SQL语句;或者根据表9-1至表9-8在SQL Explorer中自行创建数据表。数据库创建后需要分配LOGIN和MATER用户的访问权限。 4. 根据表9-9和表9-10设置初始数据,另外需要在PERSON数据表中设置一个用于登录系统的用户(ID=’MAT’,PASSWD=’PASSWORD’,AUTHORITY=’7’,STATE=’F’),同时在PART表中添加ID为’0000000000’的零件,名称为“。 5. 除了修改数据库连接的属性,还需要修改数据模块中LOGIN方法的相关用户密码。 -1. In addition two IBConsole users LOGIN and Mater. passwords are PASSWORD. 2. User login with MISDBA MISDB database. 3. In ISQL, the importation of Chapter 9 of SQL; Or, according to Table 9-1 to Table 9-8 in SQL Explorer to create data sheets. After creating the database needs and Mater distribution LOGIN user access permissions. 4. According to Table 9-9 and Table 9-10 initial data set, Another need PERSON data tables set up a registration system for users (ID = "MAT" PASSWD = "PASSWORD" AUTHORITY ="7 ", STATE = "F"), PART table at the same time adding ID to"0000000000 "parts, name. " 5. In add
    2022-08-02 16:54:09下载
    积分:1
  • 宿舍信息管理系统
    本系统服务的对象不仅是管理人员,还包括注册用户。因此本系统分为两个大的模块,一是用户模块,二是管理人员模块。用户在登陆页面选择注册,注册一个自己的账号,才能进入用户模块。用户模块向用户查提供了宿舍信息查询方式,用于不同要求的查询方法。用户可通过查询界面输入所需要的学生或者宿舍的信息,经过数据库内数据的筛选,可以得到所查询的结果。管理人员通过输入帐号及密码可进入管理人员模块。该模块有查询模块、管理员管理、宿舍调度管理。管理人员可以应实际要求,对学生、宿舍等数据进行添加、删除、修改操作。  
    2022-10-12 06:10:03下载
    积分:1
  • 多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子组进行合并...
    多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子数组进行合并-Multi-thread two hours sorting method, recursive generate a new thread, each thread is a parent produces two sub-threads, then the parent thread to merge the two sub-arrays
    2022-03-23 16:15:57下载
    积分:1
  • 这个是中一定有的哈夫曼的实验
    这个是数据结构中一定有的哈夫曼的实验-this is the data structure will have to Huffman experiments
    2022-06-02 21:00:59下载
    积分:1
  • 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过...
    这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
    2022-03-30 22:24:58下载
    积分:1
  • 具有n 个顶点的无向网络G的每个生成树刚好具有n
    具有n 个顶点的无向网络G的每个生成树刚好具有n-1条边,采用三种不同的贪婪策略来选择这n-1条边。-n vertices to the non-G network spanning tree just with each n-1 edge, using three different strategies to choose greed that n-1 edge.
    2022-04-16 04:01:43下载
    积分:1
  • c语言源代码(全)相当经典
    c语言数据结构源代码(全)相当经典-c language data structure source code (all) is a classic
    2022-12-09 19:05:03下载
    积分:1
  • Computing+for+Numerical+Methods+Using+Visual+C++
    基于c++的各种算法,能是你在较短时间内掌握编程的精髓-Computing+for+Numerical+Methods+Using+Visual+C++
    2023-02-16 20:05:04下载
    积分:1
  • data structure c
    数据结构c++-书的一些源代码-data structure c-some of the source code
    2022-01-30 17:25:38下载
    积分:1
  • 本书是作者编程经验的晶,由发表在杂志上的专栏文章成,每一章内容相对独立,但都是编程过程中的有机组成部分。本书内容包括问题定义、算法、、程序验证与测试...
    本书是作者编程经验的结晶,由发表在杂志上的专栏文章构成,每一章内容相对独立,但都是编程过程中的有机组成部分。本书内容包括问题定义、算法、数据结构、程序验证与测试、程序优化与效率问题,以及这些技巧在排序、查找和字符串处理等方面的几个实际应用。本书每章末尾都附带有相关内容的问题,附录中给出了一些问题的提示和解答。仔细思考问题或与同事进行讨论,可以巩固所学知识,将作者的经验应用到自己的编程实践中。-This book is the author of the crystallization of programming experience, published in the journal by the column consists of the contents of each chapter is relatively independent, but they are in the process of programming an integral part. The book includes problem definition, algorithms, data structures, program verification and testing, process optimization and efficiency issues, as well as these skills in sorting, string search and deal with several aspects of practical application. The book comes at the end of each chapter has relevant content issues, the appendix gives some tips and answers to the problem. Think carefully about questions or discussion with colleagues, you can consolidate the knowledge acquired will be applied to the author
    2022-02-04 06:11:35下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载