搜索资源列表
ftpserver
- Apache FtpServer是一个100 %纯Java的FTP服务器。此外,FtpServer还可以作为Windows服务器、Unix / Linux后台程序或是被嵌入在Java应用程序而独立运行。有了MINA支持,FtpServer可以轻而易举满足大量的并发用户的需求。-The Apache FtpServer is a 100 pure Java FTP server. It s designed to be a complete and portable FTP server eng
1
- 自助建站,实现大部分主流网站的功能,如换肤,选择主页风格等,在tomcat上完美运行-Self-service station, most of the mainstream site features, such as peels, select Home style perfect run in tomcat
JavaService-2.0.10
- JavaService用来将应用程序注册为系统服务.-JavaService allows server-type Java programs to be run in the background as a Windows NT/2000/XP system service (aka Unix daemon process).
java_biee_demo
- 调用BIEE提供的web service 门户项目中准备用web service获取现有的制作好的报表进行展示。遂去研究了下,研究的过程也是满纠结的,总算根据多方资料,将demo跑通了。 本文参考了网上的一些资料,做一下总结而已。讲解下如何配置,成功的获取到相关报表。 biee的web service的介绍我就不说了了,官方文档如下: http://download.oracle.com/docs/cd/E21764_01/bi.1111/e16364
jsp_marker
- JSP是用来做web服务开发的语言运行于tomcat类web服务器,较之于servlet这种纯java的服务脚本而言更容易编辑和修改,因为静态部分和动态部分使用标记< >和标签<jsp:等符号强制分开,使得程序员编辑时一目了然,需要强调的是使用标记分开静态(被控制)动态脚本(控制)部分使得人更容易理解的技术被称之为模板引擎技术。freemarker是一个优秀的模板引擎,既可以作为web服务器编辑,又可以生成本地文件实现代码的生成,关于代码生成器采用模板引擎这是做生成器的都懂的技
rcp_view-master
- 可以使用自动挂载功能挂载通过 NFS 服务共享的文件系统。Autofs(一种客户端服务)是可提供自动挂载功能的文件系统结构。autofs 文件系统通过 automount 进行初始化,引导系统时会自动运行该命令。自动挂载守护进程 automountd 将持续运行,可根据需要挂载和取消挂载远程目录。(You can use the automatic mount function to mount the file system shared through the NFS service. Au
Desktop
- 提供一款用nodejs做的抓取百度天气api返回json数据的接口服务,内含写有源码的nodejs文本文档,需要搭建node.js或有相应node.js的IDE也可以运行。测试形式如http://39.116.200.155:8000/?city=%E5%8C%97%E4%BA%AC(Provide an interface service that uses nodejs to capture Baidu weather API back to JSON data, including nod
dubbo-vue-server-master
- 采用前后端分离的模式,前端基于Vue+Element,后端基于Spring MVC,用Dubbo提供分布式服务,前端可以部署到nginx,后端Web可以部署到Tomcat,Dubbo服务可以作为独立的java进程运行,这种架构各层都比较容易实现横向扩展,可以根据业务量灵活调节。(Using the front and back separation model, the front end is based on the Vue+Element, the back end is based on