场景:有一张遥感卫星图,需要以切片图的形式发布 需要的资料:tif的格式遥感图像 发布步骤: 1、选择Service Editor-->Parameters-->Anti-Aliasing(抗锯齿)-->Anti-Aliasing-->Best 2、选择Caching-->Using tiles f ...
分类:
其他好文 时间:
2019-05-06 15:59:05
阅读次数:
496
运行regedit,进入下面键值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters,新建AutoShareWks,以及AutoShareServer两个键值,选择REG_DWORD格式,赋值为1HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
分类:
其他好文 时间:
2019-04-30 10:46:42
阅读次数:
363
脚本程序需要能与运行脚本程序的人员进行交互,bash shell提供了一些不同的方法来从用户处获取数据,这些方法包括命令行参数、命令行选项和直接读取键盘输入; 1、命令行参数 向shell脚本传递数据的基本方式是使用命令行参数(command line parameters)。使用命令行参数可以在执 ...
分类:
其他好文 时间:
2019-04-29 14:05:58
阅读次数:
144
Lambda 表达式,也可称为闭包,它是推动 Java 8 发布的最重要新特性。 Lambda 允许把函数作为一个方法的参数(函数作为参数传递进方法中)。 使用 Lambda 表达式可以使代码变的更加简洁紧凑。 语法 lambda 表达式的语法格式如下: (parameters) -> expres ...
分类:
编程语言 时间:
2019-04-21 20:21:51
阅读次数:
182
Boundary conditions in Fluent Table of Contents 1. Boundary Conditions (BC) 1.1. Turbulence Parameters 1.1.1. Checklist 1.1.2. Reference 1.2. inlet 1. ...
分类:
其他好文 时间:
2019-04-16 20:18:19
阅读次数:
237
Parameter PassingThere is often a desire to pass these parameters to the executing job code. The method of passing these parameters is dependent on th ...
分类:
其他好文 时间:
2019-04-15 16:10:58
阅读次数:
277
Configurable Battery Saving With this feature, an operator can control the allocated battery saving parameters of the device. The operator can also co ...
分类:
其他好文 时间:
2019-04-14 12:31:58
阅读次数:
240
(&变量名称:运行时输入的变量) 中文乱码解决: --查看系统环境变量 select * from nls_database_parameters; NLS_LANGUAGE.NLS_TERRITORY.NLS_CHARACTERSET 编辑配置文件: export LANG=zh_CN.utf8 ...
分类:
数据库 时间:
2019-04-12 01:00:04
阅读次数:
254
使用Jmeter测试时,很多人不知道请求参数Parameters 、Body Data的区别和用途,这里简单介绍下 先了解一个接口的基本概念 在客户机和服务器之间进行请求-响应时,HTTP协议中包括GET和POST两种基本的请求方法,概念上两者的区别是: get:从指定的资源请求数据。post:向指 ...
分类:
其他好文 时间:
2019-04-10 23:48:55
阅读次数:
831
错误:QueryRunner类的query方法的时候出现了“cannor create query select * from student Parameters: []” 异常 出现错误的代码: public List<OrderItem> selectAllItem(int orderid) ...
分类:
数据库 时间:
2019-04-09 13:53:04
阅读次数:
240