此函数将以输入点为基础,按照用户指定的距离创建一个新缓冲区轮廓数据层。
This function will create a new buffer feature data layer around the input point features at user specified distance.
您需要通过现有代码来跟踪用户输入,而不能用验证函数包装您看到的每个变量。
You need to trace user input through existing code to see if the application behaves securely, instead of wrapping every variable you see in a validation function.
使用这个函数,构建根据给定参数从文件或用户输入读取数据的程序就不难了。
Using this, it wouldn't be difficult to build a program that read from files or user input depending on the arguments given.
如果他只是按下了回车,read_line函数将返回一个空字符串,这样的输入会被认为是一种用户希望继续进行检索的暗示。
If he just presses Enter, the read_line function will return an empty string, and such input is taken as an indication that the user wants to go on.
此函数定位表单的文本字段,并调用focus(),以便此页面加载到浏览器中时,用户不必先单击此组件,即可开始输入文本。
This function locates the text field of the form and calls focus(), so that when the page is loaded in the browser, the user can start entering the text without having to click the component first.
前面提到,当用户在文本框中输入字符的时候将尝试调用suggest函数。
You've seen that the your text box will call for the suggest function to be invoked when a user enters a character in the text box.
另外,也可以将输入(集合解析器)实现为一个用户定义的、更特定的XPath 2.0扩展函数,如下所示。
Alternatively, you might implement the input (collection resolver) as a user defined XPath 2.0 extension function that was more specific like.
尤其要注意这种方法(以及使用system()函数、重音号或任何用户提供的输入来进行的文件操作)。
Particular care should be taken with this approach (and any approach that uses the system() function, backticks, or any user-provided input to do file operations).
你可以可以为变量指明数据类型,输入参数,来自函数的返回值,用户自定义函数以及模板。
You are also able to specify data types for variables, input parameters, return values from functions, user-defined functions and templates.
如果该BLOB是以utf - 8之外的任何代码页编码的,那么用户可以为TEST_XML指定输入BLOB的代码页,作为该函数的第二个可选参数。
If the BLOB is encoded in another code page other than UTF-8, users can specify the code page of the BLOB input as an optional second parameter to TEST_XML.
为了指定新任务应该运行的命令,在这里输入在每次运行任务时执行的多个sql语句(以分号分隔)或一个用户定义函数。
In order to specify the command that the new task should run, enter multiple SQL statements separated by semicolons or a user-defined function here which is executed at every task run time.
如果正在使用回调函数来请求对数据进行加密使用的密码,最好是以某种方式请求两次,这样可以多一次机会接收用户的输入。
If the callback is being used to request a password for encrypting data, it is preferable to ask for the password twice, in some fashion, to catch any typos.
现在提示用户输入密码的回调函数已经创建好了,然后我们就可以使用真正导入证书的函数了。
Now that the callback function has been created so the user can be prompted for a password, the functions to actually import the certificates can be used.
为了以Web服务的形式消费或部署4gl函数,I4GL提供了一种交互式工具‘w4gl’,它从用户那里收集必需的输入并把信息记录在数据库中。
In order to consume or deploy 4gl functions as Web services, I4GL provides an interactive tool called 'w4gl' that collects the necessary inputs from the user and records them in the database.
所以当你调用cs50员工写的这个,函数时。,that,the, cs50, staff, wrote。,我们要做的就是弄清楚怎样把,用户的输入,存储在像那样的单独的存储单元里面。
So when we call GetString, the function GetString What we are doing is figuring out how to get input from the user at the keyboard into individual chunks of memory like that.
传入onClickListener的函数收到用户输入的度量单位和值。
The function passed in to onClickListener retrieves the units of measurement and the value entered by the user.
首先调用内置的input函数来请求用户输入他们的计算,随后input作为一个字符串返回。
First calls the built-in input function to request the user to type in their calculation, which input then returns as a string.
Dojo小部件接受像文本输入框这样的条目并会添加一些函数来获得更具用户友好性的对象,比如一个便于选择日期的图形日历。
Dojo widgets take an item like a text input box and add functions for a more user-friendly object, such as a graphical calendar to choose a date.
如果你用GetSring来代替它,同样的:闪烁光标,那个函数只是等待用户来,输入一个单词,一个句子什么的,然后敲回车。
If you instead use GetString, same thing: blinking cursor, the function is just going to wait for the user to type a word, a sentence or whatever, and then hit Enter.
handleSelect 函数将用户选择的值输入到birthday字段。
The handleSelect puts the value the user selects into the birthday field.
将此函数直观地命名为 user_timeline,因为实际上,检索的是一个用户时间表或用户最近输入的一系列tweet。
This is intuitively named user_timeline because, in fact, you are retrieving a user timeline, or a series of tweets that the user has recently entered.
该函数创建AggregateField(如前所述)来存储用户输入的姓名和地址,并创建ItemField来以名称-值对的形式存储单位和住宅电话号码。
This function creates an AggregateField (as discussed earlier) to store user-entered names and addresses, and an ItemField to store work and home phone Numbers in the form of name-value pairs.
集成商可以完全控制SDK数据的输入输出,因此我们的SDK函数可以和任何一种指纹采集器、任何一种数据库以及任何的用户界面配合。
Integrators can be completely controlled SDK data input and output, so we can function in SDK and any kind of fingerprint, and any kind of database and any user interface with.
在服务器资源管理器中,当运行包含参数的存储过程或用户定义的函数时,将提示您输入参数值。
In Server Explorer, when you run either a stored procedure or user-defined function that contains parameters, you are prompted for the parameter values.
为了实现通用性,目标函数和约束条件都必须由用户输入,如何解析用户在界面上输入的信息成为这一问题的瓶颈。
In order to realize general-utility, target-function and restraint-conditions have to input by user, how to interpret them in software was a bottleneck.
初步掌握Matlab脚本文件、函数文件的调试。初步掌握用户参数的交互输入。
Initial grasp of Matlab script file, the file 's debugging function. Initial grasp of the user interactive input parameters.
初步掌握Matlab脚本文件、函数文件的调试。初步掌握用户参数的交互输入。
Initial grasp of Matlab script file, the file 's debugging function. Initial grasp of the user interactive input parameters.
应用推荐