`
文章列表
1.eclipse创建webservice服务 1.1 创建一个web project 1.2 新建包com.bill.ws,并新建简单的类HelloWorld package com.bill.ws; public class HelloWorld { public String sayHello(String name) { return "Hello " + name; } } 结构图如下: 1.3 将应用部署到tomcat下,并启动 1.4 为HelloWorld.jav ...
1.外部maven settings配置,将源设置为阿里云 设置属性localRepository,activeProfiles与profiles下的配置,其他默认 D:\Program Files\apache-maven-3.3.1\conf\settings.xml <localRepository>D:/Program Files/apache-maven-3.3.1/repo</localRepository> <activeProfiles>     <!--make the profile active all the time - ...
chrome可以直接测试运行 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="language" content="zh_CN" /> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQ ...
本次安装的系统环境为ubuntu 1.下载相关软件 2.安装并配置相关软件 3.验证 4.遇到的问题 1.下载相关软件 安装fastdfs 首先需安装libevent,由于fastdfs本身集成的web功能较弱,所以这里集成了nginx 下载的软件软件地址如下: https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz https://storage.googleapis.com/google-code-archive ...
Global site tag (gtag.js) - Google Analytics