#ice

走进云背后:微软Azure web 项目通过web service部署web site

  探索云那不为人知的故事(一):WebServices部署website  前奏:WindowsAzure是微软基于云计算的操作系统,现在更名为“MicrosoftAzure”,和AzureServicesPlatform一样,是微软“软件和服务”技术的名称。Windo...

SpringBoot入门教程(十九)@ControllerAdvice+@ExceptionHandler全局捕获Controller异常

在spring3.2中,新增了@ControllerAdvice注解,可以用于定义@ExceptionHandler、@InitBinder、@ModelAttribute,并应用到所有@RequestMapping中。@ControllerAdvice官方文档。创建全局异常处理类:通过使用@ControllerAdv...

SpringBoot入门教程(十七)@Service、@Controller、@Repository、@Component

spring2.5中除了提供@Component注释外,还定义了几个拥有特殊语义的注释,它们分别是:@Repository、@Service和@Controller。在目前的Spring版本中,这3个注释和@Component是等效的,但是从注释类的命名上,很容易看出这3个注释分别和持久层、业务层和控制层(Web层)相...

angular学习笔记(三十)-指令(2)-restrice,replace,template

本篇主要讲解指令中的restrict属性,replace属性,template属性这三个属性一.restrict:字符串.定义指令在视图中的使用方式,一共有四种使用方式:1.元素:E2.属性:A3.样式类:C4.注释:Mrestrict的值可以是上面四个字母的任意一个或多个的组合.不指定的话默认为A.二.replace...

apache poi操作office文档----java在线预览txt、word、ppt、execel,pdf代码

在页面上显示各种文档中的内容。在servlet中的逻辑word:BufferedInputStreambis=null; URLurl=null; HttpURLConnectionhttpUrl=null;//建立链接 url=newURL(urlReal); httpUrl=...

HATEOAS REST Service

用户通过点击页面的href的链接地址,而跳转到其他网页,实现浏览网页的过程了。->让调用REST的api就可以实现,类似于用户浏览网页的从一个页面跳转到另外一个页面的过程了-> 而这种超链接方式的api用于告诉用户:该资源的只允许哪些操作(比如GET,POST),以及不允许哪些操作(比如DELET...
代码星球 ·2020-04-04

设置java系统属性的最佳实践是什么,-D或System.setProperty()?(What is best practice for setting java system properties, -D or System.setProperty()?)

IneedtosetthecodebasefortheRMIapplicationI'mworkingonatthemomentandhavedonethissuccessfullyusingfirsttry{ResourceBundleconfig=ResourceBundle.getBundle("myApp");...

服务迁移之路 | Spring Cloud向Service Mesh转变

一、导读SpringCloud基于SpringBoot开发,提供一套完整的微服务解决方案,具体包括服务注册与发现,配置中心,全链路监控,API网关,熔断器,远程调用框架,工具客户端等选项中立的开源组件,并且可以根据需求对部分组件进行扩展和替换。 ServiceMesh,这里以Istio(目前ServiceMe...

ServiceBase 备份

usingCanDoo.Contracts;usingCanDoo.Core.Data;usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingCanDo...
代码星球 ·2020-04-04

autofac Adding services after container has been built

http://stackoverflow.com/questions/6173566/run-time-registration-with-autofac Yesyoucan,usingthe Update methodon ContainerBuilder:varnewBuil...

office在线转web

https://www.officeweb365.com/...
代码星球 ·2020-04-04

LibreOffice去重复数据

菜单:数据--更多筛选---标准筛选点开“选项”,勾上“无重复值”。然后还可以把结果复制到其它单元格。 ...
代码星球 ·2020-04-04

DESCryptoServiceProvider

publicstaticbyte[]DESEncrypt(byte[]data,byte[]sKey){returnDESEncrypt(data,sKey,sKey);}///<summary>///CBC-DES加密///</summary>publicstaticbyte[]DESEncr...
代码星球 ·2020-04-04

无法将类型为“Microsoft.Office.Interop.Excel.ApplicationClass”的COM 对象强制转换为接口类型“Microsoft.Office.Interop.Excel._Application”

报错内容如下:无法将类型为“Microsoft.Office.Interop.Excel.ApplicationClass”的COM对象强制转换为接口类型“Microsoft.Office.Interop.Excel._Application”。此操作失败的原因是对IID...

Jmeter实现webservice的接口测试

前提条件测试的URL:http://ws.webxml.com.cn/WebServices/WeatherWS.asmx测试接口:getSupportCityString获取城市的编码:http://ws.webxml.com.cn/WebServices/WeatherWS.asmx/getRegionDatase...
首页上一页...5455565758...下一页尾页