说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 信息咨询中心
1)  informational inquiry centre
信息咨询中心
2)  information consultation
信息咨询
1.
Situations analysis and development countermeasure of information consultation service of China;
我国信息咨询行业现状分析及发展对策
2.
The initiatory research of information consultation in open service model-university library;
全开放式高校图书馆信息咨询工作开展初探
3.
Information consultation in college libraries in the current condition;
当前形势下的高校图书馆信息咨询
3)  information reference
信息咨询
1.
Develop the information reference system by web method;
用Web方式开发信息咨询系统
2.
This paper expounds the FAQ service in information reference service, and starting from the connotation and present application of FAQ, expounds the superiorities of FAQ service, and advances some suggestions on solving some problems existing in current FAQ service.
阐述了信息咨询服务模式中的FAQ服务,从FAQ的含义及使用现状入手,进一步阐述了FAQ服务的优越性,并就解决当前FAQ服务存在的问题提出了几点建议。
3.
This paper expounds the cognition to information reference work in university library, points out several problems needing attention in the process of information reference, and expounds the basic quality that the eligible information reference librarians should possess.
论述了对高校图书馆信息咨询工作的认识,指出了信息咨询过程中需要注意的几个问题,阐述了合格信息咨询馆员应当具备的基本素质。
4)  information consulting
信息咨询
1.
Internet-based information consulting service at a college library;
基于Internet的高校图书馆信息咨询服务
2.
Influence on the information consulting industry after China enters into WTO and some counter measures;
“入世”对我国信息咨询业的影响及对策
3.
with the fast development of IT,electronic library comes into being, which requests higher-leveled information consulting service.
随着信息时代的飞速发展,"虚拟图书馆"以及"没有围墙的图书馆"伴随着网络打破了实体图书馆的存在方式与管理模式,电子图书馆即数字图书馆的应运而生,对新形式下图书馆信息咨询服务工作提出了更高的要求。
5)  information consultancy
信息咨询
1.
Information consultancy service in new era
论新时期的信息咨询服务
2.
This paper introduces the connotation,features and domestic developing situation of competitive intelligence,analyzes the contents and research methods of competitive intelligence,and probes into the concrete application of competitive intelligence in information consultancy.
介绍了竞争情报的含义、特征以及在国内的发展情况,分析了竞争情报的内容和研究方法,探讨了竞争情报在信息咨询中的具体应用。
3.
This paper probes into the present situation of information consultancy of the library,introduces the concept of the information consultancy s benefits of the library,analyzes on the opportunities and challenges faced by the information consultancy of the library,and expounds the concrete measures for improving the information consultancy benefits of the library.
探讨了图书馆信息咨询的现状,介绍了图书馆信息咨询效益的概念,分析了图书馆信息咨询面临的机遇和挑战,并论述了图书馆提高信息咨询效益的具体措施。
6)  information consultant
信息咨询
1.
Discussion on the operation way of information consultant service enterprise;
信息咨询服务企业运行方式探讨
2.
Industrialization —— the only choose that the information consultant face to;
产业化——信息咨询业面临的抉择
3.
The paper expounds the main methods and characters of documentation information consultant service under network environment and problems that must pay attention to in the work of documentation information and consultant service and discusses the new development of documentation information consultant service in fishery university libraries under network environment.
本文论述了图书馆在网络环境下文献信息咨询服务的主要方式和特点 ,以及文献信息、咨询服务工作中应注意的问题 ,并阐述了水产高校图书馆在网络环境下文献信息咨询服务工作的新拓
补充资料:Java信息研究中心

Java介绍及基础


一、Java介绍

Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE。这三块相互补充,应用范围不同。

J2SE就是Java2的标准版,主要用于桌面应用软件的编程;

J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;

J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。



先学习j2se

要学习j2ee就要先学习j2se,刚开始学习j2se先建议不要使用IDE,然后渐渐的过渡到使用IDE开发,毕竟用它方便嘛。学习j2se推荐两本书,《java2核心技术一二卷》,《java编程思想》,《java模式》。其中《java编程思想》要研读,精读。这一段时间是基本功学习,时间会很长,也可能很短,这要看学习者自身水平而定。



不要被IDE纠缠

在学习java和j2ee过程中,你会遇到五花八门的IDE,不要被他们迷惑,学JAVA的时候,要学语言本身的东西,不要太在意IDE的附加功能,JAVA编程在不同IDE之间的转换是很容易的,过于的在意IDE的功能反而容易耽误对语言本身的理解。目前流行的IDE有jbuilder,eclipse和eclipse的加强版WSAD。用好其中一个就可以了,推荐从eclipse入手j2ee。因为Jbuilder更适合于写j2se程序。



选择和学习服务器使用配置

当你有了j2se和IDE的经验时,可以开始j2ee的学习了,web服务器:tomcat,勿庸置疑,tomcat为学习web服务首选。而应用服务器目前主要有三个:jboss、weblogic、websphere。有很多项目开始采用jboss,并且有大量的公司开始做websphere或weblogic向jboss应用服务器的移植(节省成本),这里要说的是,学习tomcat和jboss我认为是首选,也是最容易上手的。学习服务器使用配置最好去询问有经验的人(有条件的话),因为他们或许一句话就能解决问题,你自己上网摸索可能要一两天(我就干过这种傻事),我们应该把主要时间放在学习原理和理论上,一项特定技术的使用永远代替不了一个人的知识和学问。



学习web知识

如果你是在做电子商务网站等时,你可能要充当几个角色,这是你还要学习:html,可能要用到dreamwave等IDE。Javascript,学会简单的数据校验,数据联动显示等等



J2eeAPI学习

学习j2eeAPI和学习服务器应该是一个迭代的过程。先学习jsp和servlet编程,这方面的书很多,我建立看oreilly公司的两本《jsp设计》和《javaservlet编程》,oreilly出的书总是那本优秀,不得不佩服。学习jdbc数据库编程,j2ee项目大多都是MIS系统,访问数据库是核心。这本应属于j2se学习中,这里拿出来强调一下。学习jndiapi,它和学习ejb可以结合起来。学习ejbapi,推荐书《精通ejb》经过上面的这些的学习,大概可以对付一般的应用了。有人说跟着sun公司的《j2eetutorial》一路学下来,当然也可以。



学习ejb设计模式和看代码(最重要)

设计模式是练内功,其重要性可以这么说吧,如果你不会用设计模式的话,你将写出一堆使用了ejb的垃圾,有慢又是一堆bug,其结果不如不用ejb实现(ejb不等于j2ee)无论学习什么语言,都应该看大量代码,你看的代码量不到一定数量,是学不好j2ee的目前有很多开源的工程可以作为教材:jive论坛,petstoresun公司,dunesun公司,等等,研读一个,并把它用到自己的工程中来。



J2ee其他学习

当你渐渐对j2ee了解到一定深度时,你要开始关注当前领域中的一些技术变化,J2ee是一块百家争鸣的领域,大家都在这里提出自己的解决方案,例如structs,hiberate,ofbiz等等,学习这些东西要你的项目和目标而定,预先补充一下未尝不可,但不用涉及太深,毕竟学习原理和理论是最最重要的事。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条