Location:
Search - eclipse 3.5
Search list
Description: 【SSD7】-EX3答案(queries.sql)2008-08-01 16:48/*1.Display the ID, first name, and joining date of each member whose ID begins with the letters "A%B" or "A&B" and who joined the library no later than Nov. 30, 1997. */ SELECT libid,fname,Join_date FROM MEMBER4 WHERE (libid like 'A\%B%' escape '\' or libid like 'A&B%') and Join_date 1 AND SUM(Qty) > 10 ORDER BY SUM(Qty) ASC /*3.List the IDs and first names of all the members who have read less than 5% of the total number of books read from the library, in non-decreasing order of the number of books read by each.*/ SELECT member4.libid,fname,SUM(TimesRead) AS TotalTimesRead FROM MEMBER4 INNER JOIN READ_BY4 ON MEMBER4.libid = READ_BY4.libid GROUP BY MEMBER4.libid,fname HAVING SUM(TimesRead) 1) ORDER BY fname ASC; /*5.List the names of the suppliers and their respective average quantities of title orders received, whose average quantities of title orders received is more than the average quantity of an order in the system.*/ SELECT SUPPLIER4.name,AVG(Qty) AS Avg_qty FROM SUPPLIER4 INNER JOIN (ORDERED4 INNER JOIN PURCHASE_ORDER4 ON PURCHASE_ORDER4.PoNum = ORDERED4.PoNum) ON SUPPLIER4.Supplier_Id = ORDERED4.Supplier_Id GROUP BY SUPPLIER4.name,ORDERED4.Supplier_Id HAVING AVG(Qty) > (SELECT AVG(Qty) FROM PURCHASE_ORDER4) /*6.List alphabetically the first names and IDs of all the male members of the library who joined before Oct. 10, 1995, who have read only five or fewer different titles, and who have not read the same title twice or more*/ SELECT MEMBER4.fname,MEMBER4.libid,READ_BY4.TimesRead,COUNT (DISTINCT CallNumber) FROM MEMBER4 INNER JOIN READ_BY4 ON MEMBER4.libid = READ_BY4.libid WHERE MEMBER4.Gender = 'M' AND Join_date < '1995-10-10'AND TimesRead < 2 GROUP BY MEMBER4.fname,MEMBER4.libid,READ_BY4.TimesRead HAVING COUNT (DISTINCT CallNumber) <= 5
Platform: |
Size: 873693 |
Author: c978645312@163.com |
Hits:
Description: GEF 图形编辑框架,是Eclipse旗下一个重要的插件,用于开发图形界面。这是系列教程源码之5-3。-Graphics Editor Framework GEF is an important Eclipse s plug-ins for the development of graphical interface. This is a series of tutorials source 5-3.
Platform: |
Size: 51200 |
Author: 潘小雨 |
Hits:
Description: 用JAVA实现的计算器:采用Eclipse 3.1开发,基于JDK 1.5.可进行+、-、*、/、求余、开平方运算-using the JAVA Calculator : Eclipse 3.1 development, Based on JDK 1.5. may I request for ,-,*,/,, square root computation
Platform: |
Size: 8192 |
Author: miracleboy |
Hits:
Description: 博客管理系统。安装说明:
1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog,然后在SQL Server查询分析器中运行doc目录下db.sql创建所有表;
2、将工程导入Eclipse;
3、部署工程;
4、运行tomcat;
5、进入tomcat管理web后台,
在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加
Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog
JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver
User Name: blog
Password: blog
6、done!-Blog management system. Installation instructions: 1, create a blog in SQLSERVER database and create a login account blog: blog, and then in the SQL Server Query Analyzer run the doc directory to create all db.sql table 2, will be the project into Eclipse 3, the deployment of engineering 4, running tomcat 5, enter the tomcat management web background, in the Tomcat-> Service-> Host-> Context (blog)-> Resources-> Data Sources add Data Source URL: jdbc: jtds: sqlserver:// $ (dbhost): 1433 DatabaseName = blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog6, done!
Platform: |
Size: 947200 |
Author: |
Hits:
Description: red 5 是opensource的flash 服务器-red 5 is the flash server opensource
Platform: |
Size: 1658880 |
Author: ligang |
Hits:
Description: 打飞机的,背景可以移动,有关头,有奖励,有一架飞机带跟踪,很简单,各位不要笑话我,发上来主要照顾毕业设计危险的XD
操作系统:Microsoft Windows XP
程序语言:Java 2
开 发 包:Java(TM) 2 Standard Edition (5.0)
Sun Micro. J2ME Wireless Tool Kit 2.2
IDE: Eclipse 3.01
-Fighting aircraft, the background can be moved, the head, there are rewards, there is an aircraft with tracking, is very simple, you do not laugh at me, the take care of graduation design onto the main danger XD operating system: Microsoft Windows XP programming language: Java 2 Development Kit : Java (TM) 2 Standard Edition (5.0) Sun Micro. J2ME Wireless Tool Kit 2.2IDE: Eclipse 3.01
Platform: |
Size: 545792 |
Author: ly |
Hits:
Description: 《精通AJAX》光盘
要求:
JDK1.4.2 以上版本
数据库采用MySQL 4.1.4 以上版本
服务器采用Tomcat 5 以上版本
开发工具采用Eclipse 3.0
第6章 - Proficient in AJAX CD-ROM requirements: JDK1.4.2 above database using MySQL 4.1.4 or later server using Tomcat 5 or more versions of development tools using Eclipse 3.0 Chapter 6
Platform: |
Size: 8192 |
Author: wuqian |
Hits:
Description: Android编程手册,英文版,前面一部分与android的SDK文档差不多,后面部分比较有参看价值,具体目录见英文描述!-Android A Programmer’s Guide
New York Chicago San Francisco
Contents at a Glance(目录)
1 What Is Android?
2 Downloading and Installing Eclipse
3 Downloading and Installing the Android SDK
4 Exploring the Android SDK
5 Application: Hello World!
6 Using the Command-Line Tools and the Android Emulator
7 Using Intents and the Phone Dialer
8 Lists, Menus, and Other Views
9 Using the Cell Phone’s GPS Functionality
10 Using the Google API with GTalk
11 Application: Find a Friend
12 Android SDK Tool Reference
Platform: |
Size: 3833856 |
Author: 深谷冰兰 |
Hits:
Description: JavaScriptTools TopicsAbout (1)Adblock Plus (2)Add-ons (8)Blogger (5)Books (1)CSS (3)Douban (4)Eclipse (3)ECMAScript (1)Extension (1)Firebug (8)Firefox (61)Greasemonkey (8)HTML (1)JavaScript (35)jQuery
Platform: |
Size: 2112512 |
Author: wang |
Hits:
Description: 整合Spring,适应版本Eclipse 3.4。适合Eclipse 3.4的版本越来越少了,在这里保存一个,为大家做贡献了。-Integration of Spring, adapted version of the Eclipse 3.4. Eclipse 3.4 version for less and less, where to save one, for everyone to contribute to the.
Platform: |
Size: 30440448 |
Author: Fox |
Hits:
Description: 下载工具 (1)jdk-1_5_x:jdk-1_5_0_08-windows-i586-p.exe(J2SE开发包) (2)j2me_wireless_toolkit-2_2-windows:j2me_wireless_toolkit-2_2-windows.exe(提供了运行J2ME程 序所需要的库以及模拟器等) (3)eclipse-SDK-3.x:eclipse-SDK-3.2.1-win32.zip(EclipseIDE开发环境)-Download Tools (1) jdk-1_5_x: jdk-1_5_0_08-windows-i586-p.exe (J2SE Development Kit) (2) j2me_wireless_toolkit-2_2-windows: j2me_wireless_toolkit-2_2-windows.exe (provides a running J2ME programs that require libraries, as well as simulators, etc.) (3) eclipse-SDK-3.x: eclipse-SDK-3.2.1-win32.zip (EclipseIDE Development Environment)
Platform: |
Size: 1755136 |
Author: jin |
Hits:
Description: eclipse 3.5 全功能中文语言包_解压后覆盖原目录即可-eclipse 3.5 full-featured Chinese language pack _ after decompression can be covered by the original directory
Platform: |
Size: 4841472 |
Author: 陈海龙 |
Hits:
Description: Eclipse汉化包,最新版本的。6.0以上的都可以,汉化达到90 。-Eclipse,Cinase
Platform: |
Size: 1067008 |
Author: 黄磊 |
Hits:
Description: In Eclipse Rich Client Platform, Second Edition, three Eclipse Rich Client Platform (RCP) project leaders show how to use Eclipse 3.5 (“Galileo”) to rapidly deliver cross-platform applications with rich, native-feel GUIs.
Platform: |
Size: 6344704 |
Author: michael |
Hits:
Description: eclipse-jee-galileo(3.5)汉化包-eclipse-jee-galileo(3.5) for ZN
Platform: |
Size: 5040128 |
Author: bl.yang |
Hits:
Description: 介绍:Eclipse 3.5.2配置J2ME环境和 WTK2.5.2
合理的设置-Description: Eclipse 3.5.2 environment and WTK2.5.2 reasonable J2ME configuration settings, optimization software
Platform: |
Size: 232448 |
Author: 小名 |
Hits:
Description: 使用eclipse 3.5写的huffman压缩算法-Written using eclipse 3.5 huffman compression algorithm
Platform: |
Size: 4096 |
Author: gavin |
Hits:
Description: eclipse rcp mp3 源代码 Java-the eclipse the rcp mp3 source code
Platform: |
Size: 36273152 |
Author: xiaole |
Hits:
Description: 书籍:Eclipse从入门到精通,本书以最新的eclipse 3.2作为写作版本。全书分为5篇:起步篇介绍了eclipse及相关插件的安装,还介绍了一些eclipse开发环境的基本使用技巧;swt/jface篇详细介绍了swt、jface的使用:插件开发篇详细讲解了eclipse插件开发的各个步骤;rcp开发篇给出了一个基于数据库开发和面向对象分析设计的完整rcp项目实例:web开发篇以tromcat+lomboz+struts+hibernate为开发环境,详述了其下载、安装、配置和开发的全过程。本书以swt/jface、插件开发、rcp平台开发为核心内容,并兼顾了web开发,eclipse开发环境的使用只占极少部分。
-Books: Eclipse from entry to the master
Platform: |
Size: 1849344 |
Author: sh |
Hits:
Description: PyDev 3.5.0,一个eclipse的Python开发插件,网上下载很慢,上传上来供大家下载。-PyDev 3.5.0,an eclipse plugin for Python developping.
Platform: |
Size: 8365056 |
Author: devenkong |
Hits: