9-7本科毕业设计外文翻译(附外文原文)封面内容摘要:
tore data are automatically generated ``beneath the covers39。 39。 . More sophisticated mappings are also provided, for example, where rows of multiple tables are bined in a Java class. As interest in JDBC has grown, more developers have been working on JDBCbased tools to make building programs easier, as well. Programmers have also been writing applications that make accessing a database easier for the end user. For example, an application might present a menu of database tasks from which to choose. After a task is selected, the application presents prompts and blanks for filling in information needed to carry out the selected task. With the requested input typed in, the application then automatically invokes the necessary SQL mands. With the help of such an application, users can perform database tasks even when they have little or no knowledge of SQL syntax. JDBC versus ODBC and other APIs At this point, Microsoft39。 s ODBC (Open DataBase Connectivity) API is probably the most widely used programming interface for accessing relational databases. It offers the ability to connect to almost all databases on almost all platforms. So why not just use ODBC from Java? The answer is that you can use ODBC from Java, but this is best done with the help of JDBC in the form of the JDBCODBC Bridge. The question now bees, ``Why do you need JDBC?39。 39。 There are several answers to this question: ODBC is not appropriate for direct use from Java because it uses a C interface. Calls from Java to native C code have a number of drawbacks in the security, implementation, robustness, and automatic portability of applications. A literal translation of the ODBC C API into a Java API would not be desirable. For example, Java has no pointers, and ODBC makes copious use of them, including the notoriously errorprone generic pointer ``void *39。 39。 . You can think of JDBC as ODBC translated into an objectoriented interface that is natural for Java programmers. ODBC is hard to learn. It mixes simple and advanced features together, and it has plex options even for simple queries. JDBC, on the other hand, was designed to keep simple things simple while allowing more advanced capabilities where required. A Java API like JDBC is needed in order to enable a ``pure Java39。 39。 solution. When ODBC is used, the ODBC driver manager and drivers must be manually installed on every client machine. When the JDBC driver is written pletely in Java, however, JDBC code is automatically installable, portable, and secure on all Java platforms from work puters to mainframes. In summary, the JDBC API is a natural Java interface to the basic SQL abstractions and concepts. It builds on ODBC rather than starting from scratch, so programmers familiar with ODBC will find it very easy to learn JDBC. JDBC retains the basic design features of ODBC。 in fact, both interfaces are based on the X/Open SQL CLI (Call Level Interface). The big difference is that JDBC builds on and reinforces the style and virtues of Java, and, of course, it is easy to use. More recently, Microsoft has introduced new APIs beyond ODBC: RDO, ADO, DAO, and OLE DB. These designs move in the same direction as JDBC in many ways, for example, in being objectoriented interfaces to databases based on classes that can be implemented on ODBC. However, we did not see functionality in any of these interfaces pelling enough to make them an alternative basis to ODBC, especially with the ODBC driver market wellestablished. Mostly they represent a thin veneer on ODBC. This is not to say that JDBC does not need to evolve from the initial release described in this book。 we discuss a few directions in ``The Future of JDBC39。 39。 in Appendix B. However, we feel that most new functionality belongs in higherlevel APIs such as the object/relational mappings and embedded SQL we mentioned earlier in ``JDBC Is a Lowlevel API and a Base for Higherlevel APIs.39。 39。 Twotier and Threetier Models The JDBC API supports both twotier and threetier models for database access. In the twotier model, a Java applet or application talks directly to the database. This requires a JDBC driver that can municate with the particular database management system being accessed. A user39。 s SQL statements are delivered to the database, and the results of those statements are sent back to the user. The database may be located on another machine to which the user is connected via a work. This is referred to as a client/server configuration, with the user39。 s machine as the client, and the machine housing the database as the server. The work can be an intra, which, for example, connects employees within a corporation, or it can be the Inter. In the threetier model, mands are sent to a ``middle tier39。 39。 of services, which then send SQL statements to the database. The database processes the SQL statements and sends the results back to the middle tier, which then sends them to the user. MIS directors find the threetier model very attractive because the middle tier makes it possible to maintain control over access and the kinds of updates that can be made to corporate data. Another advantage is that when there is a middle tier, the user can employ an easytouse higherlevel API which is translated by the middle tier into the appropriate lowlevel calls. Finally, in many cases the threetier architecture can provide performance advantages. Until now the middle tier has typically been written in languages such as C or C++, which offer fast performance. However, with the introduction of optimizing pilers that translate Java bytecode into efficient machinespecific code, it is being practical to implement the middle tier in Java. This is a big plus, making it possible to take advantage of Java39。 s robustness, multithreading, and security featur。9-7本科毕业设计外文翻译(附外文原文)封面
相关推荐
查询商品 手机用户 订单 订单添加 手机用户 订单确认 店铺用户 用户 用户添加 手机用户 用户修改 手机用户 用户删除 手机用户(管理员) 产品特色 即地手机软件具有很强的实用性,手机用户不需要再麻木地寻找商品,直接可以在软件系统根据商品搜索店铺,然后直接去店铺就可以了。 还为那些宅的用户提供方便,可以直接在软件系统中搜索商品,然后订购,让店铺老板直接送货上门,就跟定快餐一样方便。 产品范围
分封顶 3 分; 评估 前 3 年, 获得省级科研成果二等奖第一作者、国家发明专利 1 项以上得 1 分。 9 学术 骨干( 20) 数量 5 有明确的学术骨干,从事急诊专业 5 年且副高职称≥ 3 人得 5 分,能够满足急诊(但人数 3)可持续发展的需要得 3 分。 学术地位 5 任包括中华级杂志期刊编委通信编委及全国青年委员:每 项每人职务得 2 分,不符合需要不得分。 临床能力 5
案管理制度和建设项目职业卫生“三同时”档案、职业卫生管理档案、 职业卫生宣传培训档案、职业病危害因素监测与检测评价档案、用人单位职业健康 监护管 理档案、劳动者个人职业健康监护档案等六部分档案内容及管理情况。 职业健康监护评价 应按照划分的评价单元,分析项目存在的职业病危害因素及作业人员接触水平, 按 GBZ 188 的规定界定开展职业健康监护的职业病危害因素(包括粉尘、噪声、高温、酸 雾、锰
ndroid 联盟中来。 而且开放性可以缩短开发周期, 降低开发成本。 它给了用户更高的自由度, 用户可以 随心所欲的 来设置手机界面, Android 甚至还有 各种不同 的启动器来供用户自己选择,让自己的手机与众不同。 选择多样化, 由于Android 的开放性,众多的 生产 厂商为了迎合 广大的用户 推出 多种多样 的新产品。 Android 系统的功能特征 (l)无界限的应用程序
本项目节水措施综述 a 生产用水密闭循环 造纸车间设有白水回收系统。 纸机浓白水、稀白水首先分别直接回用,多余部分送 白水回收装置 处理,回收的浆料回用于配浆系统 ,澄清水用于浆料调浓、纸机喷水系统和废纸制浆车间。 废纸制浆车间使用造纸车间处理后的澄清白水,车间白水循环利用,生产废水经污水处理场处理达到使用标准后回用于造纸车间。 b 在制浆,浆料的输送、精浆、净化
按采购人的要求统一标识; 配置保洁人员须有 7人以上(含 7人),薪金 不得低于 /年 /人 (含 /年 /人,包工人工资、节日 加班 补贴、保险费、工具费等一切费用)。 保洁人员只属于中标单位的雇员,任何劳资关系的确立与处理、社会综合保险、工伤意外保险、计划生育等均由中标单位负责承担,工资、奖金、工伤 11 意外赔偿等由中标单位支付。 中标单位不得无故拖欠雇员的工资。 必须配备 有 铲车