ARGs
- 网络参数;基因;抗性基因
-
Research Advancement of Antibiotics Resistance Genes ( ARGs ) in Aquaculture Environment
水产养殖环境中抗生素抗性基因(ARGs)的研究及进展
-
Error ( control , args ) & Displays an error on the console .
error(control,args)&在控制台显示一条错误。
-
Error : can 't convert command line to args . Out of memory ?
错误:无法将命令行转换成参数。内存不足吗?
-
Second , we make reference to the message parameter as an argument for the property called Args .
其次,我们将把message参数的引用作为Args属性的一个参数。
-
If there are less than three args , we print a message and exit .
如果少于三个参数,则打印消息并退出。
-
The control argument specifies a format control and the args argument represents any number of arguments .
control参数指定一个格式化控制台,args参数表示任意数量的参数。
-
Here , we handle the remaining args , if any were given .
这里,如果还有余下的参数,我们将处理它们。
-
The argument of the function should be @ @ @ ARGS @ @ @ .
功能的参数应该是:@@@ARGS@@@。
-
FormatToString ( control , args ) & This method is similar to the printf function in the C language .
formatToString(control,args)&该方法类似于C语言中的printf函数。
-
If getopt succeeds , $ args has a list of options .
如果getopt成功,则$args具有一个选项列表。
-
So , I need to configure the args variable appropriately , as in this case I set the first element to a directory name .
所以,我需要恰当地配置args变量,在这个例子中,我把第一个元素设置为目录名。
-
Args are the values to be updated in the semaphore set data structure through this IPC_SET ( explained in the sample ) .
args是这个信号量集数据结构中要通过IPCSET来更新的值(在这个例子中会有解释)。
-
Delete ( args ) Deletes a directory entry for a specified DN , which is the only supported argument .
delete(args)针对指定的DN删除目录项,DN是所支持的惟一参数。
-
Bind_as ( args = { } ) Binds as a specified user .
bindas(args={})作为一个指定用户绑定。
-
By using the args pointcut designator , you are able to expose the exception instance and use it in your reporting .
通过使用argsPointcut指示器,你可以找到异常实例,还可以在你的报告中使用它。
-
In this case , the concrete child parser should provide a number of methods with names in the form p_foobar ( self , args ) .
在这种情况下,具体子解析器会提供很多方法,方法名的形式为pfoobar(self,args)。
-
The next line public static void main ( String [ ] args ) generally unleashes an avalanche of questions about implementation details : What is static ?
下一行publicstaticvoidmain(String[]args)通常将引发关于实现细节的一连串问题:什么是static?
-
Another quick note : you 'll also notice calls to " rec_check "," unrecord "," record ", and " args " .
另一个简短注释:您还会注意到对“reccheck”、“unrecord”、“record”和“args”的调用。
-
Amidst all of the other compiler-provided methods , you should be able to find a good old public static void main ( String [ ] args ) method .
在所有其他编译器提供的方法之中,您应当能够找到一种优秀的旧publicstaticvoidmain(String[]args)方法。
-
Others are purely stylistic convention ( args , not argv ; I + + instead of + + I ) .
其他则是纯粹的风格惯例(args而非argv;i++而非++i)。
-
The other major difference between RAP and RCP applications is the entry point ( similar to the main ( String [ ] args ) method in the Java language ) .
RAP与RCP应用程序之间的另一个主要差别是入口点(类似于Java语言中的main(String[]args)方法)。
-
The args () clause binds to argument ( s ) in methods being matched , implicitly narrowing to methods that have a first argument of type String .
args()子句绑定到被匹配的方法中的参数,缩小范围到具有第一个参数类型是String的方法。
-
There 's very little magic to using Spring Integration , and you could conceivably write a main ( String [ ] args ) method that did everything your XML configuration was doing .
SpringIntegration的使用没什么神奇之处,你可以自信地编写main(String[]args)方法来完成XML配置所做的一切。
-
Next , there is an Invoke of method set () on variable calendar , this time passing three Args corresponding to the EOperationImpl parameters : year , month , and date .
接下来是对calendar变量执行的set()方法的Invoke,现在它传递3个与EOperationImpl参数(year、month和date)相对应的Arg。
-
After all the args prefixed with a " - " are processed , check if there are any remaining args .
处理完所有以“-”为前缀的参数后,应检查是否还有剩余的参数。
-
Calling the class static void main ( String [ ] args ) directly won 't work as expected , because it would invoke System . exit () and so terminate the Workbench .
直接调用类staticvoidmain(String[]args)不会如预期一样工作,因为它将调用System.exit()终止Workbench。
-
Because of the concentration of the antibiotics growth in environment brought about by the antibiotics increase of selective pressure , that will accelerate antibiotic resistance bacteria and ARGs emergence and spread in the environment .
因为抗生素在环境中浓度的增长所带来的抗生素选择性压力的加大,将加速抗生素耐药性细菌以及ARGs在环境中的出现和传播。
-
The emerging increasingly antibiotic resistance genes ( ARGs ) in the environments have been considered a major threat for human health , and livestock are well-known to serve as important reservoirs for various ARGs .
环境中日益出现的抗生素抗性基因被认为是对人类健康的一种重大威胁,畜禽养殖场已成为环境中抗生素抗性基因的一个重要储存库。
-
By this study , we get the distribution of ARGs in the water and sediment of Jiulong river estuary , and combined with wastewater plant treatment in Xiamen discussed the pollution sources of the Jiulong river estuary .
我们通过研究首次获得了九龙江河口水体和沉积物中ARGs的分布数据,并结合厦门污水处理设施样品探讨了九龙江河口ARGs的可能污染源。
-
What you get in your arguments are a reference to the " this " object ( this is for object methods and is NULL for plain old functions like bar ()) and an argument tuple in args .
您从参数中得到的是一个对“this”对象的引用(this用于对象方法,对类似bar()这样的无参数的老式函数来说是NULL)和一个存储在args中的参数元组。