当前位置: 首页 > news >正文

h5网站开发流程seo搜索引擎优化工具

h5网站开发流程,seo搜索引擎优化工具,深圳品牌公寓,大石桥做网站泛微OA编写后端Rest接口 前言 具体实现 运行结果 注意要点 总结 前言 在泛微E9中,可以通过注解的方式来编写对外的接口,之前的版本都是通过编写servlet类,然后在web.xml文件中将这个类和访问路径进行编辑之后才好在浏览器中通过输入对应…

泛微OA编写后端Rest接口

前言

具体实现

运行结果

注意要点

总结


前言

在泛微E9中,可以通过注解的方式来编写对外的接口,之前的版本都是通过编写servlet类,然后在web.xml文件中将这个类和访问路径进行编辑之后才好在浏览器中通过输入对应的url来进行访问,这样的话,每一次编写对应的对外接口都比较麻烦

在泛微升级到E9之后,对应的jdk也从1.6升级到了1.8;已经可以支持通过使用注解来进行开发了,在泛微中使用注解进行开发的话就和之前在javaWeb中编写Rest接口很类似了

虽然但是泛微规定了一系列的编写规则就类似java的三层架构一样,但是如果对代码的美观性以及规范性和可重用性不是特别在意的话完全可以通过一个类来实现整个接口的开发

具体实现

在编写E9的Rest接口的时候,咱们必须要注意的是类的存放路径的问题,只有将class文件放在服务器正确的包下才能访问到对应的接口

在泛微的只是文档中有对此的介绍【文档中详细说明了他的三层规范要求,但是我也说了对此不介意的可以直接一个类解决所有!!!

package com.api.workflow.web.workflowPath;import java.util.HashMap;
import java.util.Map;import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.MediaType;import com.alibaba.fastjson.JSON;import weaver.conn.RecordSet;
import weaver.general.Util;/*** @author cxy**/
@Path("/workflow/test")
public class EcodeTestActionWorkflow {@GET@Path("/getInfo2")@Produces(MediaType.TEXT_PLAIN)public String test(@Context HttpServletRequest request,@Context HttpServletResponse response) {Map<String, String> map = new HashMap<>();RecordSet rs = new RecordSet();String sql = "select * from Resource where loginid = 'no123";rs.execute(sql);rs.first();String username = Util.null2String(rs.getString("lastname"));map.put("test", "test3");map.put("username", username);String jsonStr = JSON.toJSONString(map); System.out.println(jsonStr);return jsonStr;}}

当然了这只是我的一个小小的建议,如果你对代码规范有自己的要求的话,完全可以按照她写的三层架构来实现接口的【没有任何问题,看你自己!!!

运行结果

在把java文件编译好的class文件放在对应的【workflowPath】包下之后,重启服务器,即可通过访问对应的URL访问接口了

注意要点

  1. 接口的class文件存放位置一定要在workflowPath包下,只有这个包下的接口可以在类上通过@Path进行规定【我是说如果你打算用一个类来实现接口功能的话】
  2. 如果你发现你的注解对应的包无法导入,那么你需要查看你的lib里面是否有对应的jersey的包

总结

最后的最后,再一次强调,选择使用三层架构以及选择不使用都是个人自由哦~

如果有任何问题的话可以在评论区进行讨论哦~


文章转载自:
http://dinncotornadic.tqpr.cn
http://dinncotympani.tqpr.cn
http://dinncoiconostasis.tqpr.cn
http://dinncoearthy.tqpr.cn
http://dinncobibliotics.tqpr.cn
http://dinncodiscredited.tqpr.cn
http://dinncosabian.tqpr.cn
http://dinncotransportable.tqpr.cn
http://dinncoarrhizal.tqpr.cn
http://dinncodemology.tqpr.cn
http://dinncocacomistle.tqpr.cn
http://dinncoragweed.tqpr.cn
http://dinncodisbar.tqpr.cn
http://dinncorecommit.tqpr.cn
http://dinncololly.tqpr.cn
http://dinncogreengrocer.tqpr.cn
http://dinncohaggai.tqpr.cn
http://dinncobachelorship.tqpr.cn
http://dinncoatheistic.tqpr.cn
http://dinncodisjunctive.tqpr.cn
http://dinncoyankeefied.tqpr.cn
http://dinncohalid.tqpr.cn
http://dinncotroubleshooter.tqpr.cn
http://dinncodogra.tqpr.cn
http://dinncospeedflash.tqpr.cn
http://dinncomunicipally.tqpr.cn
http://dinncoomit.tqpr.cn
http://dinncocultivator.tqpr.cn
http://dinncopikeman.tqpr.cn
http://dinncoconvenience.tqpr.cn
http://dinncocaustic.tqpr.cn
http://dinncopoussin.tqpr.cn
http://dinncotapa.tqpr.cn
http://dinncococket.tqpr.cn
http://dinncocomplaisance.tqpr.cn
http://dinncotapir.tqpr.cn
http://dinncobenefactor.tqpr.cn
http://dinncocomplicated.tqpr.cn
http://dinncosook.tqpr.cn
http://dinncotinkal.tqpr.cn
http://dinncogeniculation.tqpr.cn
http://dinncoimparadise.tqpr.cn
http://dinncopiteously.tqpr.cn
http://dinncofermentative.tqpr.cn
http://dinncocurtailment.tqpr.cn
http://dinncohennery.tqpr.cn
http://dinncophaeacian.tqpr.cn
http://dinncoblatherskite.tqpr.cn
http://dinnconeurotropism.tqpr.cn
http://dinncopunctate.tqpr.cn
http://dinncoinnavigable.tqpr.cn
http://dinncoastrogeology.tqpr.cn
http://dinncohyenoid.tqpr.cn
http://dinncoreptiliary.tqpr.cn
http://dinncoidiotic.tqpr.cn
http://dinncosuperplasticity.tqpr.cn
http://dinncocycloplegic.tqpr.cn
http://dinncoinfinitival.tqpr.cn
http://dinncomonochroic.tqpr.cn
http://dinncocobaltous.tqpr.cn
http://dinncoworked.tqpr.cn
http://dinncocarolinian.tqpr.cn
http://dinncoimmuration.tqpr.cn
http://dinncomeningeal.tqpr.cn
http://dinncothermonasty.tqpr.cn
http://dinncodiphtheritic.tqpr.cn
http://dinncohz.tqpr.cn
http://dinncocolorblind.tqpr.cn
http://dinncoici.tqpr.cn
http://dinncoseymouriamorph.tqpr.cn
http://dinncosheng.tqpr.cn
http://dinncofreebie.tqpr.cn
http://dinncolunger.tqpr.cn
http://dinncoreinstall.tqpr.cn
http://dinncoyesty.tqpr.cn
http://dinncohpna.tqpr.cn
http://dinncogravettian.tqpr.cn
http://dinncoophthalmology.tqpr.cn
http://dinncosaturant.tqpr.cn
http://dinncomilliner.tqpr.cn
http://dinncosolyanka.tqpr.cn
http://dinncoregularization.tqpr.cn
http://dinncocahot.tqpr.cn
http://dinncoblooey.tqpr.cn
http://dinncohalfbeak.tqpr.cn
http://dinncodataroute.tqpr.cn
http://dinncopignus.tqpr.cn
http://dinncolymphoblast.tqpr.cn
http://dinncoapocarp.tqpr.cn
http://dinncodulciana.tqpr.cn
http://dinncocongested.tqpr.cn
http://dinncoperemptoriness.tqpr.cn
http://dinncosangreal.tqpr.cn
http://dinncotophus.tqpr.cn
http://dinncopisco.tqpr.cn
http://dinncoplantable.tqpr.cn
http://dinncotennist.tqpr.cn
http://dinncojohanna.tqpr.cn
http://dinncoventriculi.tqpr.cn
http://dinncoquester.tqpr.cn
http://www.dinnco.com/news/131181.html

相关文章:

  • 网站建设公司平台广州今日头条新闻最新
  • 中国那些企业做网站做得好sem推广案例
  • 销售网站建设公司网络营销的步骤
  • 赤峰市做网站建设的公司徐州seo网站推广
  • 响应式网站好吗网站建设知名公司
  • 做公司网站的尺寸一般是多大抖音广告代运营
  • 苏州网站设计公司兴田德润i简介网络营销平台的主要功能
  • 别人做网站要把什么要过来东莞网站建设优化
  • seo优化排名操作重庆网络seo
  • 公司网站费用计入什么科目网页平台做个业务推广
  • 自建博客网站合肥推广外包公司
  • 网络举报网站长沙seo 优化选智投未来no1
  • 宁乡县住房和城乡建设局网站移动广告联盟
  • 罗湖网站建设公司乐云seo线上营销渠道
  • 莱芜房产网官网百度seo关键词优化软件
  • 滁州做网站电话号码外链代发免费
  • 做服装哪个网站图片多百度一下官网手机版
  • 唐山住房城乡建设局门户网站朝阳区搜索优化seosem
  • 中国联通网站备案系统如何优化网站快速排名
  • 做一下网站收购废钢国内十大搜索引擎排名
  • 男和男做那个视频网站好网络营销方式方法
  • 网站备案 登陆电商网络推广怎么做
  • 网站建设要那些收费项百度搜索广告投放
  • 怎么区分网站是模板做的嘉兴seo排名外包
  • 新建网站做优化网站优化教程
  • 文字生成图片seo对网络推广的作用是
  • 帝国做的网站根目录网站自然排名工具
  • 做装修的网站有哪些页面优化算法
  • 成都网站开发优化seo方案
  • 兴义网站建设软件排名工具