码迷,mamicode.com
首页 >  
搜索关键字:itil itop    ( 328个结果
xls文档上传解析
private File xls; public void setXls(File xls) { this.xls = xls; } @Action("AreaAction_upload") public String upload() throws Exception { List<Area> l ...
分类:Web程序   时间:2017-09-02 22:33:05    阅读次数:173
常用空间分析代码
1\将两个Geometry对象合并为一个新的Geometry对象,其中GeometryA的值会被修改 ...
分类:其他好文   时间:2017-08-18 18:42:52    阅读次数:180
延时摄影
十分钟教你入门延时摄影 新手必看 http://www.sohu.com/a/72350927_374721 延时摄影网站 http://timelapser.cn/ 干货!延时摄影的基本制作流程 http://www.360doc.com/content/16/0531/16/11180739_5 ...
分类:其他好文   时间:2017-08-14 21:30:21    阅读次数:128
jqgrid 设置编辑行中的某列为下拉选择项
有时,需要对编辑行中的某列的内容通过选择来完成,以保证数据的一致性、规范性。 可设置colModel的label的属性 edittype: "select",同时指定 editoptions 属性值 value值:放在第一个元素为默认选中项 ...
分类:其他好文   时间:2017-08-08 19:34:30    阅读次数:263
php对数组操作的函数
array_reverse 以相反的顺序返回数组 array_unique 数组元素去重(只对一维数组有效) array_intersect两个或多个数组取交集 implode和explode也只对一维数组有效 array_reverse 以相反的顺序返回数组 array_unique 数组元素去重 ...
分类:编程语言   时间:2017-08-07 16:37:31    阅读次数:194
微信第三方平台处理授权公众号的网页授权接口
写一OAuthController的MVC控制器,用来接收公众号的网页授权请求 注意:由第三方平台授权的网页授权,不需要将“公众号设置->功能设置->网页授权域名”特地设置为返回url对应的域名。 ...
分类:微信   时间:2017-08-03 20:08:48    阅读次数:743
CopyOnWriteArrayList分析
CopyOnWriteArrayList是一个在多线程操作中线程安全的ArrayList的一个变种,她在所有对ArrayList对象的编辑操作(add,set等)都会复制一份副本,因此无论是对ArrayList操作还是对其iterator操作都不会抛ConcurrentModificationExc ...
分类:其他好文   时间:2017-08-01 11:07:23    阅读次数:200
CMDB开发(需求分析)
浅谈ITIL TIL即IT基础架构库(Information Technology Infrastructure Library, ITIL,信息技术基础架构库)由英国政府部门CCTA(Central Computing and Telecommunications Agency)在20世纪80年代 ...
分类:数据库   时间:2017-07-26 01:40:09    阅读次数:750
221. Maximal Square
https://leetcode.com/problems/maximal-square/#/description Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1 ...
分类:其他好文   时间:2017-07-22 00:06:35    阅读次数:203
ITIL即IT基础架构库
1、事件管理(IncidentManagement)2、问题管理(ProblemManagement)3、配置管理(ConfigurationManagement)4、变更管理(ChangeManagement)5、发布管理(ReleaseManagement)事件管理的目标是在不影响业务的情况下,尽可能快速的恢复服务,从而保证最佳的效率和服务的可持..
分类:其他好文   时间:2017-07-20 14:17:24    阅读次数:137
328条   上一页 1 ... 14 15 16 17 18 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!