用java 编写的源码开放的文本编辑器。有很多有用的特性,包括语法加亮显示,括号 匹配,表达式搜索,多个文件搜索和替换,定义键盘宏等等- 下载
|
JAVA项目开发实践-网上范例4: 1:要完成本程序,首先需要安装Java SDK,建立基本的java程序运行和编程环境; 2:安装JMF(Java Media Framework)软件;这很直观,从Sun的网站下载相应的(这里是对应于windows平台)安装文件包jmf-2_1_1c-windows-i586.exe然后直接安装即可。安装过后,确认系统变量“CLASSPATH”包含包含JMF的sound.jar、jmf.jar;当然在上一步的SDK安装中也需要确认相应的系统变量的值;这里不赘述了。 3:开始编制本实例的程序代码;作者使用了eclipse开发源程序。如同在程序中看到的,程序头包含的那些程序包是该工具自动识别加入的。实际上,读者可以采用任意一种编辑器编辑源程序即可,编辑完成存储为“ediaPlayer.java”源文件即可。 4:如上得到源文件后,开始编译源文件;命令如下: javac MediaPlayer.java 编译成功后,编译器生成两个.class文件:MediaPlayer.class,MediaPlayer$1.class。如果出现编译错误,请检查以下各项: 源代码输入是否正确无误、CLASSPATH设置是否正确。 5:运行程序;接下来就可以执行“java MediaPlayer”命令启动媒体播放器。 - 下载
|
JetterSite WebEditor是基于Java/JSP的服务器控件,是一个功能强大的在线网页编辑器。在不用于商业活动的前提下,您可以免费下载使用及传播。 功能特点如下: ·开放式的程序框架,强大的扩展能力; ·程序与Javascript脚本完美分离,在不修改源程序情况下随意增加新功能; ·多语言、多样式、多布局支持; ·以配置文件为中心,布局、功能安排统一通过配置文件修改; ·兼容IE系列浏览器,在今后会陆续支持Mozilla、Opera等浏览器; ·使用安全的网页代码和脚本,完全不使用附加的ActiveX、Java Applet等控件。 对后续版本的期望: ·改造Javascript脚本,兼容Mozilla浏览器(ver0.9); ·增强插入图片、连接的功能,研究开发一个通用的接口,用于读取配置文件、硬盘数据及数据库的连接(图片)列表(ver0.9); ·增加更多的语言和样式(ver0.9); ·增加表格编辑功能(ver1.0+); ·开发一些接口,与其他服务器组件进行功能互动(ver1.0+); ·增加表格编辑功能(ver1.0+); ·编辑区域状态的回调(ver1.0+)。 密码:cnzz.cn-JetterSite WebEditor is based on Java / JSP server controls, is a powerful online website editor. Not for commercial activities under the premise that you can be downloaded for free use and dissemination. Features are as follows : Open the procedural framework, a strong capacity for expansion; Javascript scripts and procedures perfect separation, without amending the source of indiscriminate add new features; Multi-lingual, multi-format, multi-layout; A configuration file to center, layout, function arrange through configuration files; compatible IE browser Series in the future will continue to support Mozilla, Opera browser; safe use of the website code and scripts, no additional use of ActiveX, Java Applet and other controls. The follow-up version of the expectations : transforming Javas 下载
|
eWebEditor是eWebSoft.com旗下eWeb团队开发的基于网页的在线文本编辑器。她能够在网页上实现许多桌面编辑软件(如:Word)所具有的强大可视编辑功能;她是一个真正的绿色软件,不需要在计算机上安装任何的客户端软件;并且她是完全开放源代码的,允许你在任何地方免费使用。 将原来的ACCESS+JSP的架构改成XML+BEAN+JSP的架构,在保持原来的功能的基础上,速度也快多了。-eWebEditor is eWebSoft.com under eWeb team development of the web-based on-line text editor. She can be achieved on the website of many desktop editing software (such as : Word) is a powerful visual editing capabilities; She is a true green software, the computer does not need to install any client software; And she is completely open-source, allows you to the free use anywhere. The original ACCESS JSP changed the structure of XML Beans JSP framework of the maintenance function on the basis of speed is also much quicker. 下载
|
在本文中,我们将学习一种通过编程定制 Eclipse 中的编辑器和视图标签的拖放行为的技术。- 下载
|
eWebEditor是eWebSoft.com旗下eWeb团队开发的基于网页的在线文本编辑器。她能够在网页上实现许多桌面编辑软件(如:Word)所具有的强大可视编辑功能;她是一个真正的绿色软件,不需要在计算机上安装任何的客户端软件;并且她是完全开放源代码的,允许你在任何地方免费使用。 将原来的ACCESS+JSP的架构改成XML+BEAN+JSP的架构,在保持原来的功能的基础上,速度也快多了。-eWebEditor is eWebSoft.com under eWeb team development of the web-based on-line text editor. She can be achieved on the website of many desktop editing software (such as : Word) is a powerful visual editing capabilities; She is a true green software, the computer does not need to install any client software; And she is completely open-source, allows you to the free use anywhere. The original ACCESS JSP changed the structure of XML Beans JSP framework of the maintenance function on the basis of speed is also much quicker. 下载
|