Your database sequence should increment by the increment_size parameter value.
数据库序列的增量应该设置为increment_size参数值。
The PARTS_NUMBER column will automatically create a number and increment by one.
parts_number列将自动创建一个号码并以1递增。
Pick identity and set Initial value to 1 and increment by 1. See Figure 11a, below.
最后选中identity并设置其初始值为1,且增量为1。参见图11a,如下所示。
Method Add povidone K30 in the prescription. Increase homogeneity of the materials by the method of increment by equal quantity.
方法在处方中增加聚维酮k 30,用等量递加混合法增加物料的均一性。
The Chenjiazhuang Reservior in Shengli oil Field is a typically heavy and high permeability reservoir, which resulted in a relatively poor oil increment by the universal thermal stimulation.
胜利油田陈家庄油藏是一个典型的稠油高渗透油藏,常用的热力采油无法大幅增加产量。
"Although we live bathed in a sea of background radiation, people treat any increment as a dire risk," he said by email.
“虽然我们生活在一个充满辐射的世界,但人们把任何辐射的增加当成致命的危险,”他通过电子邮件说到。
If the dimensional shift in either direction is greater than our previously set threshold, increment the total deviation by the amount moved in both directions.
如果在任意方向上的空间移位大于我们先前设定的阈值,就按照两个方向上移动的量增加总偏差。
This is very similar to the proxy bidding system used by eBay, where the winner pays the second highest bid plus a bidding increment (e.g., 10%).
这与易趣网所使用的代理人竞价系统相似,在这个系统中,胜出者需要支付第二高的报价,再加上一个报价的增额(如10%)。
Therefore, a relaxation of one unit in that constraint (an increment of one hour) would make the objective function's optimal value become better by the marginal value 1 and become 181.
因此,这个约束中放松一个单位(增加一个小时)可以使目标函数的优化值增加边界值1,成为 181。
Optimistic locking will not work if Hibernate is not the sole database user, unless you create database triggers to increment the version column for the same data change by other applications.
如果Hibernate不是独占数据库用户,乐观锁会失效,除非创建数据库触发器为其他应用程序对相同数据的变更增加版本字段值。
Of course, you can run loops backward instead of forward, or increment the loop counter by something other than 1, or even eliminate the loop counter completely as you do in a while statement.
当然,也可以反向而不是正向运行循环,或者使用1之外的循环计数器增量,甚至像while语句那样完全取消循环计数器。
After the fortune is written to the user buffer, I increment the next_fortune index by the length of the last fortune written.
在将这个fortune写入用户缓冲区之后,在next _ fortune索引上增加刚才写入的fortune的长度。
At the same time, you demonstrate continuous progress by evolving your application one micro-increment at the time.
同时,您也通过演进您的应用程序的一个微增量证明了持续的进展。
The award is part of a Low Rate Initial Production contract won by Smiths Detection under Increment 1 of the JCAD program.
这次授予的合同是史密斯探测公司在JCAD计划增量1项目中低速率初始生产合同的一部分。
After starting in the automatic mode, the progress bar keeps updating the status of the task until it is stopped by using specified time interval and percentage increment values.
在自动操作模式中启动以后,这个进度工具条将会不断地更新这个任务的状态,直到使用特殊的时间间隔和百分数增长值使它停止为止。
Increment the payments made by the customer including some extra data if the customer has bad credit.
增加客户的支付额,如果客户信用不佳,则还应包括额外的数据。
It is common for relational databases to use the concept of primary keys, generated by an auto-increment feature or by a sequence generator.
在关系数据库中通常可以使用主键,它由一个自动递增特性或序列生成器生成。
By plasticity increment theory, the stress strain numerical calculate methods of bellows bulge forming, solvers theory calculating problems of bellows bulge forming technology are put forward.
采用塑性增量理论,建立了波纹管液压胀形的应力、应变数值计算方法,解决了波纹管液压胀形工艺的理论计算问题。
"Although we live bathed in a sea of background radiation, people treat any increment as a dire risk, " he said by email.
“虽然我们生活在一个充满辐射的世界,但人们把任何辐射的增加当成致命的危险,”他通过电子邮件说到。
Listing 3 shows an example of using the field reflection methods, in the form of a method to increment an int field of an object by name.
清单3显示使用字段反射方法的一个实例,以方法的格式根据名称增加对象的int字段。
Temporal database of land use was used to manage increment data in effect and to retrieve the historical data of land use by the method of plot flow.
土地利用时态数据库能有效地管理增量数据,按“图元流动”的方法可实现土地利用数据的历史回溯。
To do that, you pass the original string and increment the starting position by one.
要做到这一点,传递原始字符串并把开始位置加1。
The three-increment EHF Satcom program is part of an ongoing effort by the Air Force and Northrop Grumman to keep the B-2 fully mission capable against evolving enemy threats.
EHF卫星通信项目增量3是美国空军和诺斯罗普·格鲁门公司的后续工作,将保持B - 2的全任务能力,应对不断变化的敌人威胁。
If two threads attempt to increment foo at the same time, the result might be that the value of foo gets increased by one or by two, depending on timing.
如果两个线程试图同时增加foo属性值,结果可能是foo的值增加了1或2,这由计时决定。
FileDialog will load a new file and then increment the index variable which is used by the application's queue in order to track previously visited Web pages.
fileDialog将加载一个新文件,然后递增index变量,应用程序的queue使用该变量跟踪此前访问过的web页面。
It's possible that the increment-by-one behavior could change in a future CE release, though it would still be monotonically increasing behavior.
在未来的CE发行版中,以1作为递增基数可能会发生改变,尽管递增的行为没有改变。
The statistics are being collected by a message-driven bean (MDB) that is constructed to listen to the topic and increment an internal counter when a message is received.
统计信息由消息驱动的 bean (MDB)收集,MDB被构建为在收到消息时侦听主题并增量内部计数器。
The problem occurred because one thread repeatedly "cancelled out" the increment performed by the other thread. Let's take a look at some corrected code that USES a mutex to solve the problem.
因为一个线程不停地“取消”了另一个线程执行的加一操作,所以产生这个问题。
The problem occurred because one thread repeatedly "cancelled out" the increment performed by the other thread. Let's take a look at some corrected code that USES a mutex to solve the problem.
因为一个线程不停地“取消”了另一个线程执行的加一操作,所以产生这个问题。
应用推荐