2015Extraction optimizatin, characterization and antioxidant activity
- 格式:pdf
- 大小:2.65 MB
- 文档页数:11
folx critical receiving error"folx critical receiving error"是一个常见的错误提示,它通常出现在下载管理器Folx中。
它表明Folx在接收数据时遇到了问题,导致下载无法完成或受阻。
这个错误可能有不同的原因和解决方法,下面是一些可能的参考内容来解决这个问题。
1. 检查网络连接:-确保你的网络连接正常工作,并且没有任何问题或中断。
-尝试在其他设备上进行下载,以确定问题是否与特定设备相关。
2. 检查防火墙和安全软件设置:-防火墙或安全软件可能会阻止Folx接收数据。
检查并确定Folx在防火墙或安全软件中的允许列表中。
-暂时禁用防火墙或安全软件,并再次尝试下载,以查看是否解决问题。
3. 检查Folx设置:-在Folx中,检查设置选项是否正确配置。
-点击Folx菜单中的“首选项”选项,并确保下载路径、下载速度限制、媒体播放器选项等设置都正确。
4. 清除Folx缓存:-尝试清除Folx的缓存,以消除任何可能的错误或损坏的文件。
-在Folx菜单中,选择“文件”>“清除缓存”选项,然后重启Folx并尝试重新下载。
5. 更新或重新安装Folx:-检查是否有Folx的新版本可用,并尝试更新到最新版本,以修复可能的错误或问题。
-如果更新不起作用,尝试卸载并重新安装Folx,以确保清除任何潜在的错误或冲突。
6. 检查下载链接或源:-下载错误可能是由于下载链接或源的问题引起的。
-确保下载链接没有过期或失效,并且源服务器正常工作。
-尝试使用其他下载链接或源,以查看问题是否与特定链接或源有关。
7. 联系Folx的支持团队:-如果你在尝试上述解决方法后仍然遇到问题,可以联系Folx的支持团队以获取更多帮助。
-提供详细的错误信息和问题描述,并尽可能提供有关你的操作系统、网络环境和其他相关信息,以帮助他们更好地理解和解决你的问题。
以上是一些可能的参考内容,用于解决Folx下载管理器中的“folx critical receiving error”错误。
[警告错误信息]【错误和警告信息汇总】(此贴为复件,请勿回复)[复制链接]zsq-w管理员CIO仿真币33975阅读权限255 电梯直达1#发表于 2009-5-7 17:08:16 |只看该作者|倒序浏览本帖最后由 zsq-w 于 2009-6-2 17:11 编辑*************************错误与警告信息汇总*************************--------------简称《错误汇总》***ERROR***WARNING***二次开发%%%%%%%%%%%%%%% @@@ 布局@@@ &&&&&&&&&&&&&&&&&&&&&&常见错误信息常见警告信息网格扭曲cdst udio斑竹总结的fortran二次开发的错误表%%%%%%%%%%%%%%%%% @@@@@@ &&&&&&&&&&&&&&&&&&&&&&&&&模型不能算或不收敛,都需要去monitor,msg文件查看原因,如何分析这些信息呢?这个需要具体问题具体分析,但是也存在一些共性。
这里只是尝试做一个一般性的大概的总结。
如果你看见此贴就认为你的warning以为迎刃而解了,那恐怕令你失望了。
不收敛的问题千奇万状,往往需要头疼医脚。
接触、单元类型、边界条件、网格质量以及它们的组合能产生许多千奇百怪的警告信息。
企图凭一个警告信息就知道问题所在,那就只有神仙有这个本事了。
一个warning出现十次能有一回参考这个汇总而得到解决了,我们就颇为欣慰了。
Fortran的运行时错误消息列表本节列出了英特尔Fortran运行时库(RTL)处理的错误。
对于每一个错误,该表提供了错误号,严重性代码,错误信息文本,条件符号名称,而错误的详细说明。
在程序中定义条件符号值(参数表),包括以下文件:for_iosdef.for如表中所述,消息的严重程度决定了发生下列情况:•与信息和警告,程序继续执行•与错误,结果可能会不正确•与严重的,程序执行停止(除非指定了恢复方法)在最后一种情况下,为防止程序终止,您必须包含一个合适的I / O错误处理说明符并重新编译,或者对于某些错误,改变信号的缺省操作您再次运行该程序之前。
在下面的表中,第一列列出的错误号返回检测到I / O错误时iostat的变量。
第二列的第一行提供的消息,因为它会显示(以下forrtl:?),包括严重级别,消息号,消息文本。
第二列下面的行包含状态条件符号(如$ IOS_INCRECTYP)和消息的解释。
脚注:1标识不IOSTAT返回的错误。
原网页:fortran_docs/compiler_f/main_for/mergedProjects/bldaps_for/common/bldaps_rterrs.htm 英文原版List of Run-Time Error MessagesThis section lists the errors processed by the Intel Fortran run-time library (RTL). For each error, the table provides the error number, the severity code, error message text, condition symbol name, and a detailed description of the error.To define the condition symbol values (PARAMETER statements) in your program, include the following file:for_iosdef.forAs described in the table, the severity of the message determines which of the following occurs:•with?info?and?warning, program execution continues•with?error, the results may be incorrect•with?severe, program execution stops (unless a recovery method is specified)In the last case, to prevent program termination, you must include either an appropriate I/O error-handling specifier and recompile or, for certain errors, change the default action of a signal before you run the program again.In the following table, the first column lists error numbers returned to IOSTAT variables when an I/O error is detected.The first line of the second column provides the message as it is displayed (following?forrtl:), including the severity level, message number, and the message text. The following lines of the second column contain the status condition symbol (such as FOR$IOS_INCRECTYP) and an explanation of the message.。
彻底解决intellijIDEA卡顿优化笔记由于⼯作中经常出现分⽀各种切换,使⽤Eclipse便不再像以前那么舒服了,不停的修改⼯作空间,每次修改完⼯作空间⼜是⼀堆⼀堆的个性化设置,来回的切换,真的很累。
我们做软件的,怎么能不去尝试新鲜的呢,毕竟,再难⾛的路,也有⼈已经⾛过,我们只需要Google⼀下⽽已。
本篇适⽤于Idea 14.x 15.x 16.x这次在使⽤了2天的IDEA之后,我发现这玩意简直屌爆了!这次我重新进⾏征服IDEA过程中,遇到了很多很多的问题,当然,有⼀句话说的很好,遇到⼀件很难搞的事情,但凡你有半点犹豫,那就肯定是有办法搞定,⽽你只不过不愿意搞⽽已。
于是硬着头⽪,下载IDEA14,注册,破解,优化,背快捷键,debug,解决idea卡顿,等等等等。
真是⽤的多了,就发现了它⽐Eclipse好太多了,整个开发流程很清晰,效率提升了不少。
那么我来说⼀下最重要的⼏点吧,⽹上的⽂章也都⽐较⽼了,今天是2015年11⽉26⽇。
怎么安装我就不说了。
1.解决卡顿这个是重中之重的!!必须解决,否则你每敲⼀⾏代码就卡你⼀下午的滋味真的不好受,⾸先你要有8G内存,没有8G内存的话,下⾯的应该也有⽤。
但是我还是建议开发起来上8G好⼀些。
(1)File-Settings-Editor-General- 去掉 show quick doc on mouse move(2)File-Settings-Perferences->Inspections,点Copy,复制⼀份,名称任意。
然后点击下⾯⼯具栏中的Reset to empty。
保存。
(3)去idea安装路径的bin⽬录下找到 idea.exe.vmoptions,调整IDEA的启动JVM参数,64位的修改idea64.exe.vmoptions,最⼩512M最⼤2048M即可。
32位的修改idea.exe.vmoptions,最⼩256M,最⼤512M即可。
FREEPASCAL编译时的出错信息Free pascal编译时的出错信息1.Out of memory[内存溢出]2.Identifier expected[缺标识符]3.Identifier not found[标识符未找到]*如:Identifier not found INTEGR[标识符INTEGER未找到] 4.Duplicate identifier[重复说明]*如:Duplicate identifier N[变量N重复说明]5.Syntax error[语法错误]*6.Error in real constant[实型常量错]7.Error in integer constant[整型常量错]8.String constant exceeds line[字符串常量跨行]9.Too many nested file[文件嵌套过多]10.Unexpected end of file[非正常文件结束]11.Line to long[行过长]12.Type Identifier expected[缺类型标识符]13.Too many open file[打开文件过多]14.Invalid file name[无效文件名]15.File not found[文件未找到]*16.Disk full[磁盘满]17.Invalid compiler directive[无效编译指示]18.Too many file[文件过多]19.Undefined type in pointer definition[指针定义中未定义类型]20.Variable identifier expected[缺变量标识符]21.Error in type definition[类型错误说明]*22.Stucture too large[结构过长]23.Set base type out of range[集合基类型越界]24.File components may not be files or object[FILE分量不能为文件或对象]25.Invalid string length[无效字符串长度]26.Type mismatch[类型不匹配]*27.Invalid subrange base type[无效子界基类型]28.Lower bound greater than upper bound[下界大于上界]29.Ordinal type expected[缺有序类型]30.Integer constant expected[缺整型常数]31.Constant expected[缺常量]32.Integer or real constant expected[缺整型或实型常量]33.Pointe type identifier expected[缺指针类型标识符]34.Invalid function result type[无效的函数结果类型]/doc/186557222.html,bel identifier expected[缺标号标识符]36.Begin expected[缺BEGIN]*37.End expected[缺END]*38.Integer expression expected[缺整型表达式]39.Ordinal expression expected[缺有序表达式]40.Boolean expression expected[缺布尔表达式]41.Operand type do not match operator[操作数与操作符不匹配]42.Error in expression[表达式错]43.Illegal expression[非法赋值]*44.Field identifier expected[缺域标识符]45.Object file too large[目标文件过大]46.Undefined external[未定义外部标识符]47.Invalid object file record[无效OBJ文件记录]48.Code segment too large[代码段过长]49.Data segment too large[数据段过长]*50.Do expected[缺DO]*51.Invalid PUBLIC definition[无效PUBLIC定义]52.Invalid EXTRN definition[无效EXTRN定义]53.Too many EXTRN definition[EXTRN定义过多]54.Of extected[缺0F]*55.INTERFACE expected[缺INTERFACE]56.Invalid relocatable reference[无效重定位引用]57.THEN expected[缺THEN]*58.TO(DOWNTO)expected[缺T0或DOWNTO]*59.Undefined forward[提前引用未定义的说明]60.Too many procedures[过程过多]61.Invalid typecast[无效类型转换]62.Division by zero[被零除]63.Invalid typecast[无效文件类型]64.Cannot Read or Write variable of this type[不能读写该类型的变量]*65.Ponter variable expected[缺指针变量]66.String variable expected[缺字符串变量]67.String expression expected[缺字符串表达式]68.Circular unit reference[单元循环引用]69.Unit name mismatchg[单元名不匹配]70.Unit version mismatch[单元版本不匹配]71.Duplicate unit name[单元重名]72.Unit file format error[单元文件格式错误]73.Implementation expected[缺IMPLEMENTATl0N]74.constant and case types do not match[常数与CASE类型不相匹配]75.Record variable expected[缺记录变量]76.Constant out of range[常量越界]77.File variable expected[缺文件变量]78.Pointer extression expected[缺指针变量]79.Integer or real expression expected[缺整型或实型表达式]/doc/186557222.html,ble not within currentblock[标号不在当前块中]/doc/186557222.html,ble already defined[标号已定义]82.Undefined lable in preceding statement part[在前面语句中标号未定义]83.Invalid@argument[无效的@参数]84.Unit expected[缺UNIT]85.“;”expected[缺“;”]*86.“:”expected[缺“:”]*87.“,”expected[缺“,”]*88.“(”expected[缺“(”)*89.“)”ex pected[缺“]”]*90.“=”expected[缺“=”]*91.“:=”expected[缺“:=”]*92.“[”or“(”expected[缺“[”或“(”)*93.“]”or“)”expected[缺“]”或“)”]*94.“..”expected[缺“.”]*95.“..”expected[缺“..”]*96.Too many variable[变量过多]97.Invalid FOR control variable[无效FOR控制变量]98.Integer variable expected[缺整型变量]99.File and procedure types are not allowed here[此处不允许用文件和过程类型] 100.Srting length mismatch[字符串长度不匹配] 101.Invalid ordering of fields[无效域顺序]102.String constant expected[缺字符串常量]103.Integer or real variable expected[缺整型或实型变量]104.Ordinal variable expected[缺顺序变量]105.INLINE error[INLINE错]106.Character expression expected[缺字符表达式]107.Too many relocation items[重定位项过多]112.Case constant out of range[CASE常量越界]113.Error in statement[语句错]114.Can’t call an interrupt procedute[不能调用中断过程]116.Must be in8087mode to complie this[必须在8087方式下编译]117.Target address not found[未找到目标地址]118.Include files are not allowed here[此处不允许包含INCLUDE文件]120.NIL expected[缺NIL]121.Invalid qualifier[无效限定符]122.Invalid variable reference[无效变量引用]123.Too many symbols[符号过多]124.Statement part too large[语句部分过长]126.Files must be var parameters[文件必须为变量参数]127.Too many conditional directive[条件符号过多]128.Misplaced conditional directive[条件指令错位]129.ENDIF directive missing[缺少ENDIF指令]130.Error in initial conditional defines[初始条件定义错]131.Header does not match previous definition[过程和函数头与前面定义的不匹配] 132.Critical disk error[严重磁盘错误] 133.Can’t evalute this expression[不能计算该表达式]*如:Can’t evalute constart expression[不能计算该常量表达式] 134.Expression incorrectly terminated[表达式错误结束]135.Invaild format specifier[无效格式说明符]136.Invalid indirect reference[无效间接引用]137.Structed variable are not allowed here[此处不允许结构变量]138.Can’t evalute without system unit[无SYSTEM单元不能计算]139.Can’t access this symbols[不能存取该符号]140.Invalid floating–point operation[无效浮点运算]141.Can’t compile overlays to memory[不能将覆盖模块编译至内存]142.Procedure or function variable expected[缺过程和函数变量]143.Invalid procedure or function reference.[无效过程或函数引用]144.Can’t overlay this unit[不能覆盖该单元]147.Object type expected[缺对象类型]148.Local object types are not allowed[不允许局部对象类型] 149.VIRTUAL expected[缺VIRTUAL]150.Method identifier expected[缺方法标识符]151.Virtual constructor are not allowed[不允许虚拟构造方法] 152.Constructor Identifier expected[缺构造函数标识符]153.Destructor Identifier expected[缺析构函数标识符]154.Fail only allowed within constructors[FAIL标准过程只允许在构造方法内使用] 155.Invalid combination of opcode and operands[无效的操作符和操作数组合] 156.Memory reference expected[缺内存引用]157.Can’t add or subtrace relocatable symbols[不能加减可重定位符号]158.Invalid register combination[无效寄存器组合]159.286/287Instructions are not enabled[未激活286/287指令]160.Invalid symbol reference[无效符号引用]161.Code generation error[代码生成错]162.ASM expected[缺ASM]。
SPECIFICATIONSNI USB-6003Low-Cost DAQ USB DeviceThe following specifications are typical at 25 °C, unless otherwise noted. For more information about the NI USB-6003, refer to the NI USB-6001/6002/6003 User Guide available at /manuals.Analog InputNumber of channelsDifferential4....................................................................Single-ended8....................................................................ADC resolution16-bit ............................................................................Maximum sample rate (aggregate)100 kS/s ............................................................................Converter type Successive approximation ............................................................................ ............................................................................AI FIFO2,047 samplesTrigger sources Software, PFI 0, PFI 1 ........................................................................................................................................................Input range±10 VWorking voltage±10 V ............................................................................Overvoltage protectionPowered-on±30 V....................................................................Powered-off±20 V....................................................................Input impedance>1 GΩ............................................................................Input bias current±200 pA ............................................................................Absolute accuracy....................................................................Typical at full scale 6 mV26 mVMaximum over temperature,....................................................................full scaleSystem noise0.4 mVrms.................................................................... ............................................................................DNL16-bit, no missing codesINL±1.8 LSB ............................................................................CMRR56 dB (DC to 5 kHz) ............................................................................Bandwidth300 kHz ............................................................................Analog OutputAnalog outputs2 ............................................................................DAC resolution16-bit ............................................................................Output range±10 V ............................................................................Maximum update rate 5 kS/s simultaneous per channel, hardware-............................................................................timedAO FIFO2,047 samples ............................................................................ ............................................................................Trigger sources Software, PFI 0, PFI 1Output current drive±5 mA ............................................................................Short circuit current±11 mA ............................................................................Slew rate 3 V/μs ............................................................................Output impedance0.2 Ω............................................................................2| | NI USB-6003 SpecificationsAbsolute accuracy (no load)Typical at full scale8.6 mV....................................................................Maximum over temperature, full scale32 mV....................................................................DNL16-bit, no missing codes ............................................................................INL±4 LSB ............................................................................Power-on state0 V ............................................................................ ............................................................................Startup glitch-7 V for 10 µsTimebaseNote The following specifications apply to the sampling accuracy for hardware-timed analog input and analog output.Timebase frequency80 MHz ............................................................................Timebase accuracy±100 ppm ............................................................................ ............................................................................Timing resolution12.5 nsDigital I/O13 digital lines....................................................................Port 08 linesPort 1 4 lines....................................................................Port 2 1 lines....................................................................FunctionP0.<0..7>Static digital input/output....................................................................P1.0Static digital input/output........................................................................................................................................P1.1/PFI 1Static digital input/output, counter source ordigital triggerNI USB-6003 Specifications| © National Instruments| 3....................................................................P1.<2..3>Static digital input/outputP2.0/PFI 0Static digital input/output, counter source or ....................................................................digital triggerDirection control Each channel individually programmable as ............................................................................input or outputOutput driver type Each channel individually programmable as ............................................................................open collector or active driveAbsolute maximum voltage range-0.3 V to 5. 5 V with respect to D GND ............................................................................Pull-down resistor47.5 kΩ to D GND ............................................................................Power-on state Input ............................................................................Digital InputInput voltage range (powered on)0 to 5 V ............................................................................ ............................................................................Input voltage range (powered off)0 to 3.3 VInput voltage protection±20 V on two lines per port (maximum of five ............................................................................lines for all ports) for up to 24 hours Caution Do not leave a voltage above 3.3 V connected on any DIO line forextended periods of time when the device is powered off. This may lead to long termreliability issues. ............................................................................Minimum V IH 2.3 VMaximum V IL0.8 V ............................................................................Maximum input leakage currentAt 3.3 V0.8 mA....................................................................At 5 V 4.5 mA....................................................................Digital Output (Active Drive)Maximum V OL (4 mA)0.7 V ............................................................................Maximum V OL (1 mA)0.2 V ............................................................................Minimum V OH (4 mA) 2.1 V ............................................................................Minimum V OH (1 mA) 2.8 V ............................................................................ ............................................................................Maximum V OH 3.6 VMaximum output current per line±4 mA ............................................................................4| | NI USB-6003 SpecificationsDigital Output (Open Collector) ............................................................................Maximum V OL (4 mA)0.8 VMaximum V OL (1 mA)0.2 V ............................................................................Note Minimum Vdependent on user-provided pull-up resistor and voltagesource. Recommended pull-up resistor is 1 kΩ.Using a 1 kΩ pull-up resistor and 5 V voltagesource:Minimum V OH 3.5 V....................................................................Typical V OH 4.5 V....................................................................Maximum output (sinking) current per line-4 mA ............................................................................ ............................................................................Maximum pull-up voltage 5 VMaximum leakage currentAt 3.3 V0.8 mA........................................................................................................................................At 5 V 4.5 mACounterNumber of counters1 ............................................................................Resolution32-bit ............................................................................Counter measurements Edge counting, rising or falling ............................................................................Counter direction Count up ............................................................................ ............................................................................Counter source PFI 0 or PFI 1Maximum input frequency 5 MHz ............................................................................Minimum high pulse width100 ns ............................................................................ ............................................................................Minimum low pulse width100 nsNI USB-6003 Specifications| © National Instruments| 5+5 V Power SourceOutput voltage+5 V, ±3% ............................................................................Maximum current150 mA ............................................................................Overcurrent protection200 mA ............................................................................Short circuit current50 mA ............................................................................Overvoltage protection±20 V ............................................................................Bus InterfaceUSB specification USB Full Speed ............................................................................ ............................................................................USB bus speed12 Mb/sPhysical CharacteristicsDimensionsWithout screw terminal connector plugs75.4 mm × 86.2 mm × 23.6 mm, (2.97 in. ×....................................................................3.40 in. × 0.93 in.)With screw terminal connector plugs93.2 mm × 86.2 mm × 23.6 mm, (3.67 in. ×....................................................................3.40 in. × 0.93 in.)6| | NI USB-6003 SpecificationsFigure 1. NI USB-6003 DimensionsWeightWithout screw terminal connector plugs83 g (2.93 oz)....................................................................With screw terminal connector plugs105 g (3.70 oz)....................................................................I/O connectors: USB Micro-B receptacle, (1)16-position screw terminal plugsScrew-terminal wiring 1.31 to 0.08 mm2 (16 to 28 AWG)....................................................................Torque for screw terminals0.22 - 0.25 N · m (2.0 - 2.2 lb. · in.)....................................................................If you need to clean the module, wipe it with a dry towel.EnvironmentalTemperature (IEC 60068-2-1 andIEC 60068-2-2)Operating0 to 45 °C....................................................................Storage-40 to 85 °C....................................................................Humidity (IEC 60068-2-56)Operating 5 to 95% RH, noncondensing....................................................................Storage 5 to 90% RH, noncondensing....................................................................NI USB-6003 Specifications| © National Instruments| 7Pollution Degree (IEC 60664)2 ............................................................................Maximum altitude2,000 m ............................................................................Indoor use only.SafetyThis product meets the requirements of the following standards of safety for electrical equipment for measurement, control, and laboratory use:•IEC 61010-1, EN 61010-1•UL 61010-1, CSA 61010-1Note For UL and other safety certifications, refer to the product label or the OnlineProduct Certification section.Electromagnetic CompatibilityThis product meets the requirements of the following EMC standards for sensitive electrical equipment for measurement, control, and laboratory use:•EN 61326-1 (IEC 61326-1): Class A emissions; Basic immunity•EN 55011 (CISPR 11): Group 1, Class A emissions•EN 55022 (CISPR 22): Class A emissions•EN 55024 (CISPR 24): Immunity•AS/NZS CISPR 11: Group 1, Class A emissions•AS/NZS CISPR 22: Class A emissions•FCC 47 CFR Part 15B: Class A emissions•ICES-001: Class A emissionsNote In the United States (per FCC 47 CFR), Class A equipment is intended foruse in commercial, light-industrial, and heavy-industrial locations. In Europe,Canada, Australia, and New Zealand (per CISPR 11) Class A equipment is intendedfor use only in heavy-industrial locations.Note Group 1 equipment (per CISPR 11) is any industrial, scientific, or medicalequipment that does not intentionally generate radio frequency energy for thetreatment of material or inspection/analysis purposes.Note For EMC declarations and certifications, and additional information, refer tothe Online Product Certification section.8| | NI USB-6003 SpecificationsCE ComplianceThis product meets the essential requirements of applicable European Directives, as follows:•2006/95/EC; Low-V oltage Directive (safety)•2004/108/EC; Electromagnetic Compatibility Directive (EMC)Online Product CertificationTo obtain product certifications and the DoC for this product, visit /certification, search by model number or product line, and click the appropriate link in the Certification column. Environmental ManagementNI is committed to designing and manufacturing products in an environmentally responsible manner. NI recognizes that eliminating certain hazardous substances from our products is beneficial to the environment and to NI customers.For additional environmental information, refer to the Minimize Our Environmental Impact web page at /environment. This page contains the environmental regulations and directives with which NI complies, as well as other environmental information not included in this document.Waste Electrical and Electronic Equipment (WEEE) EU Customers This symbol indicates that waste products should be disposed ofseparately from municipal household waste according toWEEE Directive 2002/96/EC of the European Parliament and the Council on wasteelectrical and electronic equipment (WEEE). All products at the end of their lifecycle must be sent to a WEEE collection and recycling center. Proper WEEEdisposal reduces environmental impact and the risk to human health due topotentially hazardous substances used in such equipment. Your cooperation inproper WEEE disposal will contribute to the effective usage of natural resources. Forinformation about the available collection and recycling scheme in a particularcountry, go to /environment/weee.电子信息产品污染控制管理办法(中国RoHS)中国客户National Instruments符合中国电子信息产品中限制使用某些有害物质指令(RoHS)。
Eclipse插件安装方法和插件加载失败解决办法-TATA的专栏-CSDN博客一:是利用Eclipse Software Update 添加网址,让Eclipse 自动的搜索下载最新的插件。
比如安装VE这个可视化编辑UI的插件,其步骤为Help > Software Updates... > Available SoftwareAdd Site... > add the VE 1.4 Update site:二:下载插件,解压拷贝相应文件到eclipse安装目录相应文件夹下将下载插件解压缩得到plugins和features两个文件夹copy到eclpise对应的plugins 和features文件夹下。
重起eclipse,如果插件不能升效,则请eclipse\configuration\org.eclipse.update目录删除后再启动eclipse:)三:LINK 文件方式:eclipse自带插件都是安装在plugins目录下。
不过这样一来,当安装了许多插件之后,eclipse变的很大,最主要的是不便于更新和管理众多插件,eclipse启动较慢。
用links方式安装eclipse插件,可以解决这个问题,同时可以自由伸缩插件的加载。
当前配置XP SP2,eclipse3.4.1现在假设我的eclipse安装目录是D:\eclipse,待安装插件目录是D:\plug-in ,我将要安装LanguagePackFeature(语言包)、emf-sdo-xsd-SDK、GEF-SDK、Lomboz这四个插件。
先把这四个插件程序全部放在D:\plug-in目录里,分别解压。
如Lomboz3.0.1.zip解压成Lomboz3.0.1目录,这个目录包含一个plugins目录,要先在Lomboz3.0.1目录中新建一个子目录eclipse,然后把plugins目录移动到刚建立的eclipse 目录中,即目录结构要是这样的:D:\plug-in\Lomboz3.0.1\eclipse\pluginsEclipse 将会到指定的目录下去查找eclipse\features 目录和eclipse\plugins 目录,看是否有合法的功能部件和(或)插件。
解决翻译软件SDL Multiterm Desktop 2009运行出现的错误在打开SDL Multiterm Desktop 2009 SP1的时,不少人会遇到以下问题:面板打开之后,总是报错:“Method not found:Void Trados.Interop.MTTMO2.IEntryContent.set_AutoRefresh(Boolean) ”国外有人也遇到类似问题,以下是直接摘录他们的解决办法。
相信用这款软件的人都理解英文噢。
Posted By: KNM Date: 07 Jan 2010 20:37:01Hello, Trados!I had encountered this problem for the first time and now resolved it.Please, refer to the SDL Knowledge Base. The solution is related with other problem (Method not found: “System.DateTime Trados.Interop.MTTMO2.IEnt ry.get_LockedDate()”), but solves also mentioned bug. Here is a solution (from SDL KB):The steps to resolve the issue need to be followed accurately:Deleting the Trados.Interop.MTTMO2 assembly out of the Windows registry1. Close all SDL Trados applications.2. Click on START > Run…3. Type regedit into the dialog box and click on OK4. Go to the folder HKEY_CLASSES_ROOT\Installer\Assemblies\Global5. Search in the list on the right hand side for:6.Trados.Interop.MTTMO2,Version=1.0.0.0,Culture=neutral,PublicKeyToken=4316ebe69d 6f1d49″7. When you found the registry key, highlight it and press delete or right-click on it and choose delete.After you deleted this key manually close the Windows Registry EditorDeleting the assembly out of the Global Assembly Cache1. Click on START > Run…2. Type assembly into the dialog box and click on OKThe C:\Windows\assembly window opens at the place where you need to search in the listfor:Trados.Interop.MTTMO23. Right-click on Trados.Interop.MTTMO2 and choose Uninstall4. A message asking if you really want to delete the assembly appears. Confirm the message by clicking OKClose the C:\Windows\assembly windowI used this instruction, and bug disappeared. Regards.Happy New Year and all the best to you!。
GoldenGateOGG常见问题及解决方法GoldenGate OGG Extract常见问题Extract: Application failded to initialize(Win)错误描述:run ggsci command but the Alert window report “Application failded to initialize(0xc000026e)”错误分析:–GoldenGate在Windows平台上需要安装Microsoft Visual C ++ 2005 SP1 Redistributable Package–如果是Microsoft Itanium平台,需要安装vcredist_IA64.exe–Windows 2008需以下额外操作Extract: Cannot load program ./ggsci . . .错误描述:./ggsci exec(): 0509-036 Cannot load program ./ggsci because of the following errors:0509-150 Dependent module libclntsh.a(shr.o) could not be loaded.0509-022 Cannot load module libclntsh.a(shr.o).0509-026 System error: A file or directory in the path name does not exist.错误分析:–请首先检查该OGG Build是否与操作系统和数据库相符–其次如果是Aix请检查xLC版本是否符合10.0以上–检查环境变量中动态库路径是否包含了数据库动态库目录,例如:export LD_LIBRARY_PATH=$ORACLE_HOME/lib–不同平台下的环境变量不同:•Aix: LIBPATH•Solaris、Linux等: LD_LIBRARY_PATH•HP-Unix:SHLIB_PATH–重设环境变量需重启Mgr和Ext/Rep进程Extract: Block size mismatch (8192/512) …错误描述:2010-04-22 17:58:23.872 Redo thread 2: No positions processed, Block size mismatch (8192/512) reading redo log /dev/rora_redo22_256m for sequence 11812, …错误分析:–裸设备的偏移量各操作系统默认为0,但AIX默认为4096.–当创建裸设备时使用了-TO选项时,Oracle不会跳过4096字节而是直接从0开始读写。
policy plugin failed session initialization
您好,这是一个关于“ policy plugin failed session initialization”的问题。
这个错误通常是指在计算机的会话初始化过程中出现了问题,导致无法加载所需的策略插件。
可能的原因包括插件文件损坏、权限问题或与其他软件的冲突。
如果您遇到了这个问题,您可以尝试以下步骤来解决它:
1. 确认您的计算机已经安装了最新的操作系统更新和安全补丁。
2. 检查策略插件文件是否存在、完整且可访问。
3. 确认您的用户账户具有足够的权限来访问和使用策略插件。
4. 禁用或卸载可能与策略插件发生冲突的其他软件或应用程序。
如果以上步骤无法解决问题,您可能需要联系您的计算机维护人员或技术支持团队进行进一步的故障排除和修复。
- 1 -。
Carbohydrate Polymers 128(2015)52–62Contents lists available at ScienceDirectCarbohydratePolymersj o u r n a l h o m e p a g e :w w w.e l s e v i e r.c o m /l o c a t e /c a r b p olExtraction optimization,characterization and antioxidant activity in vitro of polysaccharides from mulberry (Morus alba L.)leavesQingxia Yuan a ,Yufeng Xie a ,Wei Wang b ,Yuhua Yan a ,Hong Ye a ,Saqib Jabbar a ,c ,Xiaoxiong Zeng a ,∗aCollege of Food Science and Technology,Nanjing Agricultural University,Nanjing 210095,Jiangsu,ChinabCollege of Life Sciences and Laboratory Center of Life Sciences,Nanjing Agricultural University,Nanjing 210095,Jiangsu,China cInstitute of Food Science and Nutrition,University of Sargodha,Sargodha,Pakistana r t i c l ei n f oArticle history:Received 10February 2015Received in revised form 3April 2015Accepted 7April 2015Available online 21April 2015Keywords:Mulberry leaf Polysaccharide ExtractionCharacterization Antioxidanta b s t r a c tExtraction optimization,characterization and antioxidant activity in vitro of polysaccharides from mul-berry leaves (MLP)were investigated in the present study.The optimal extraction conditions with an extraction yield of 10.0±0.5%for MLP were determined as follows:extraction temperature 92◦C,extraction time 3.5h and ratio (v/w,mL/g)of extraction solvent (water)to raw material 34.Two purified fractions,MLP-3a and MLP-3b with molecular weights of 80.99and 3.64kDa,respectively,were obtained from crude MLP by chromatography of DEAE-Cellulose 52and Sephadex G-100.Fourier transform-infrared spectroscopy revealed that crude MLP,MLP-3a and MLP-3b were acidic polysaccha-rides.Furthermore,crude MLP and MLP-3a had more complicated monosaccharide compositions,while MLP-3b had a relatively higher content of uronic acid.Crude MLP,MLP-3a and MLP-3b exhibited potent Fe 2+chelating power and scavenging activities on 1,1-diphenyl-2-picrylhydrazyl,hydroxyl,superoxide and 2,2 -azinobis-(3-ethyl-benzothiazolin-6-sulfonic acid)radicals.The results suggested that MLP could be explored as natural antioxidant.©2015Elsevier Ltd.All rights reserved.1.IntroductionMulberry (Morus alba L.),a multipurpose agro-forestry plant that belongs to the family of Moraceae,is widely distributed in tropical,subtropical and temperate areas (Agarwal &Kanwar,2007).It is commonly used as a silkworm (Bombyx mori L.)diet,alternative medicine in China and Japan and a kind of tea due to its low toxicity and good therapeutic performance (Chung,Kim,Kim,&Kwon,2013;Jia,Tang,&Wu,1999;Nookabkaew,Rangkadilok,&Satayavivad,2006;Wang,Fang,Ma,&Zhang,2014;Zhong,Furne,&Levitt,2006).It has been reported that mulberry contains a lot of bioactive compounds including polysaccharides,1-deoxynojirimycin,moracin,chlorogenic acid,rutin,flavonol gly-cosides and anthocyanins,which are associated with its biological functions such as anti-obesity,anti-diabetes,anti-oxidation,anti-inflammation and anti-atherosclerosis (Harauma et al.,2007;Hunyadi,Martins,Hsieh,Seres,&Zupkó,2012;Katsube,Tsurunaga,Sugiyama,Furuno,&Yamasaki,2009;Kimura,Nakagawa,Kubota,∗Corresponding author.Tel.:+862584396791;fax:+862584396791.E-mail address:zengxx@ (X.Zeng).Kojima,&Goto,2007;Li et al.,2011;Peng et al.,2011;Yang,Wang,Wang,&Zhang,2012;Yatsunami,Ichida,&Onodera,2008;Zhang et al.,2014a ).Mulberry leaves polysaccharides (MLP),the main active compo-nents of mulberry leaves,have been attracted increasing attention as other herb polysaccharides,due to their multiple biological activities such as anti-diabetic,anti-tumor,anti-inflammatory and immunostimulatory effects (Li,Chen,Wang,Tian,&Zhang,2010;Li et al.,2011;Wang,Li,&Jiang,2010b;Yan,Wang,&Wu,2014;Yang,Zhao,Yang,&Ruan,2008;Yang et al.,2012;Zhang et al.,2010,2014a ).Besides,it has been reported that many polysaccharides including MLP have potential antioxidant activities (Scartezzini &Speroni,2000;Wang et al.,2013).However,the reports on the antioxidant activity of MLP are relatively insufficient (Samavati &Yarmand,2013;Wang et al.,2010b ).It is well known that the biological functions including antioxidant activity of polysaccha-rides are intimately related to their structure features such as chemical components,molecular weight,monosaccharide com-position and glycosidic linkage (You et al.,2013;Zeng,Zhang,&Jia,2014).Accordingly,a comprehensive study of purification,characterization and antioxidant activities of MLP will provide useful information on the relationship between antioxidant activ-ity and structure features.Furthermore,in order to study and/10.1016/j.carbpol.2015.04.0280144-8617/©2015Elsevier Ltd.All rights reserved.Q.Yuan et al./Carbohydrate Polymers128(2015)52–6253 explore MLP better,an efficient technique for the extraction of MLPis necessary.For polysaccharide extraction,hot water extractiontechnology is still the main and classic method due to its con-venience,low cost and high extraction yield(Passos&Coimbra,2013;Wei et al.,2010).However,the existing water extractionmethod for MLP needs long extraction time and several extractioncycles(Samavati&Yarmand,2013).Therefore,we report here theextraction,optimization,characterization and antioxidant activ-ity in vitro of MLP.First,response surface methodology(RSM)based on a Box–Behnken design(BBD)was applied to optimizethe extraction conditions,and the resulting extraction conditionswere used to prepare crude MLP through water extraction andethanol precipitation.The crude MLP was then purified by ion-exchange chromatography of DEAE-52cellulose and size exclusionchromatography of Sephadex G-100,and the crude MLP and itspurified fractions were further characterized via chemical analy-sis,high performance liquid chromatography(HPLC)and Fouriertransform-infrared(FT-IR)spectroscopy.Finally,the antioxidantactivities in vitro of crude MLP and its purified fractions were inves-tigated.To the best of our knowledge,it is thefirst report on theantioxidant activities of the purified fractions of MLP.2.Materials and methods2.1.Materials and chemicalsThe mulberry leaves were collected from the mulberry planta-tion in Bozhou(Anhui,China),washed with top water,air dried atroom temperature and ground intofine powder.DEAE-52cellu-lose,Sephadex G-100,mannose(Man),arabinose(Ara),galactose(Gal),galacturonic acid(GalA),glucose(Glc),glucuronic acid(GlcA),ribose(Rib),xylose(Xyl),3-methyl-1-phenyl-2-pyrazolin-5-one(PMP),nitroblue tetrazolium(NBT),1,1-diphenyl-2-picrylhydrazyl(DPPH),phenazine methosulphate(PMS),reduced nicotinamideadenine dinucleotide(NADH),ferrozine,[2,2 -azinobis-(3-ethyl-benzothiazolin-6-sulfonic acid)]diammonium salt(ABTS)and2,4,6-tris(2-pyridyl)-s-triazine(TPTZ)were purchased from SigmaChemical Co.(St.Louis,MO,USA).Rhamnose(Rha)and fucose(Fuc)were purchased from Aladdin Chemical Reagent Co.,Ltd.(Shanghai,China).All other chemicals used were of analytical grade.2.2.Extraction of polysaccharidesIn order to defat and remove most of the monosaccharides,oligosaccharides,pigments and other small molecules,the powderof mulberry leaves was treated with85%ethanol twice at roomtemperature for24h.The resulting residue was dried and usedfor next extraction.The dried pretreated sample was extractedwith designed extraction temperature,extraction time and ratioof extraction solvent(deionized water)to raw material.The result-ing solution wasfiltered,mixed with a triple volume of absoluteethanol and kept overnight.The precipitates were collected by cen-trifugation at4000rpm for15min,washed with absolute ethanoland acetone and dried,affording the crude MLP.The extractionyield was calculated according to the following formula:Extraction yield(%)=W1W0×100where W1and W0are the weights of crude MLP and pretreated sample,respectively.2.3.Experimental design of RSMEffects of extraction parameters including extraction tempera-ture,extraction time,extraction cycles and ratio of water to raw material on the yields of MLP were investigated by single-factor tests(data not shown).Accordingly,three major factors(extraction temperature,extraction time and ratio of water to raw material) were chosen and their proper ranges were determined based on the preliminary experimental results.Furthermore,a three-level, three-variable BBD was applied to determine the optimal levels of extraction variables including the extraction temperature(X1), extraction time(X2)and ratio of water to raw material(X3)for the extraction of MLP.For statistical calculation,the variables were coded according to the following equation:X i=i− 0iwhere X i is the coded value of independent variable, i is the actual value of the independent variable, 0is the actual value of the inde-pendent variable at the central point,and i is the step change of the variable.Table1shows the range of independent variables and their levels.The whole design consisted of17experimental runs,including 12factorial points and5axial points.The5axial points were used to allow for estimation of a pure error sum of squares.The exper-iments were carried out in random order,and the experimental data(Table1)werefitted to the following second-order polynomial modeY=ˇ0+3i=1ˇi X i+3i=1ˇi i X2i+2i=13j=i+1ˇi j X i X jwhere Y,extraction yield of MLP,is the predicted response;ˇ0,ˇi,ˇii andˇij are the regression coefficients for intercept,linear, quadratic and interaction terms,respectively;X i and X j are the independent variables(i/=j).2.4.Purification of crude MLPCrude MLP was dissolved in deionized water and loaded onto a DEAE-52cellulose column(2.6×50cm).Then,the column was stepwise eluted with0,0.1,0.3and0.5M sodium chloride(NaCl) solution at aflow rate of60mL/h.Three completely separated frac-tions,MLP-1,MLP-2and MLP-3,were collected by checking the absorbance at490nm by using the phenol-sulphuric acid method (Dubois,Gilles,Hamilton,Rebers,&Smith,1956).As the main frac-tion,MLP-3was loaded onto a column(1.6×100cm)of Sephadex G-100and the column was eluted with0.2M NaCl solution at a flow rate of15mL/h.The elution was checked as described above. As a result,two purified fractions were collected,dialyzed and lyophilized,affording MLP-3a and MLP-3b,respectively.2.5.Characterization of MLP2.5.1.Determination of contents of carbohydrate,protein,uronic acid,sulfuric radical and total polyphenolsThe contents of carbohydrate in crude MLP and its purified fractions were determined by the phenol-sulphuric acid method (Dubois et al.,1956)using glucose as the standard.The content of protein was determined according to the reported method (Bradford,1976)using bovine serum albumin as the standard.The content of uronic acid was determined according to the method of Blumenkrantz and Asboe-Hansen(1973)using galacturonic acid as the standard.The content of sulfate radical was determined accord-ing to the reported method(Doigson&Price,1962).The content of total polyphenols was estimated by the Folin–Ciocalteu colori-metric method(Li,Nie,Xie,&Li,2014)using gallic acid(GA)as the standard,and it was expressed as mg GA equivalent(GAE)per 100mg dry sample.54Q.Yuan et al./Carbohydrate Polymers128(2015)52–62Table1Box–Behnken design matrix and the response values for the yield of MLP.Run Temperature(◦C)Time(h)Ratio of water to rawmaterial(mL/g)Polysaccharide yield(%) X1Code X1X2Code X2X3Code X319512−13008.529002−120−18.239003030010.14900303009.85951304019.3685−13020−1 6.879002−14018.78900414019.59900303009.91085−1413007.711900303009.8129004120−18.41385−12−1300 6.9149513020−17.5159********.71685−1304017.317951413008.92.5.2.Determination of homogeneity and molecular weightThe homogeneity and molecular weight of MLP-3a and MLP-3b were determined by high-performance gel permeation chromatog-raphy(HPGPC)using an Agilent1200series(Agilent Technologies, Santa Clara,CA,USA)apparatus equipped with a Shodex OH-pak SB-804HQ column(8×300mm).The column was eluted with 0.2M NaCl solution at aflow rate of0.5mL/min.The HPLC system was pre-calibrated with D-series dextran standards(D-2,D-3,D-4, D-5,D-6,D-7and D-8).2.5.3.Analysis of monosaccharide compositionThe monosaccharide composition of MLP was analyzed accord-ing to the reported method(Dai et al.,2010)with some modifications.The polysaccharide solution(100L,5mg/mL)was hydrolyzed with100L4M trifluoroacetic acid(TFA)at120◦C for 2h.After hydrolysis,the excess TFA was removed by the addition of methanol and evaporated at reduced pressure.The hydrolysate was dissolved with deionized water(100L)and mixed with100L 0.6M NaOH.Then,100L of the resulting mixture was labeled with PMP by adding100L of0.5M methanol solution of PMP and incu-bating at70◦C for100min.After being cooled to room temperature, the resultant solution was neutralized by adding50L of0.3M HCl and evaporated to dryness.The residue was dissolved in1.0mL deionized water,and the excess PMP was leached with chloroform for three times.The aqueous layer wasfiltered through a0.45m membrane and analyzed by an Agilent1100HPLC system equipped with photodiode array detector.The chromatographic conditions were as follows:column,Eclipse Plus C18(4.6×250mm,5m, Agilent);column temperature,30◦C;mobile phase,a mixture of phosphate buffered saline(PBS,0.1M,pH6.7)and acetonitrile in a ratio of83:17(v/v);flow rate,1.0mL/min;detector wave-length,245nm.The injection volume was20L.In similar manner, the monosaccharide standards were PMP-labeled and analyzed by HPLC.2.5.4.FT-IR spectrometric analysisThe dried crude MLP and its purified fractions were mixed with spectroscopic-grade potassium bromide powder,ground and pressed into pellets for FT-IR measurement.FT-IR spectra were recorded with a Nicolet6700FT-IR spectrometer(Thermo Fisher Scientific Inc.,Waltham,MA,USA)at the frequency range of 4000–400cm−1.2.6.Assay of antioxidant activity in vitro of MLP2.6.1.Assay of DPPH radical scavenging activityThe DPPH radical scavenging activity was measured by the method of previous report(Shimada,Fujikawa,Yahara,& Nakamura,1992)with slight modifications.Briefly,MLP was dis-solved in deionized water to afford a series of concentrations (0.0625,0.125,0.25,0.5,1.0,2.0,3.0and4.0mg/mL).Then,50L of sample solution,25L of DPPH-ethanol solution(0.4mM)and 100L of deionized water were mixed in a96-well plate.The mix-ture was kept at room temperature in the dark for30min,and the absorbance(Abs)at517nm was measured by a microplate reader (BioTek Instruments Inc.,Winooski,VT,USA).Ascorbic acid was used as positive control.DPPH radical scavenging activity was cal-culated by the following formula:DPPH radical scavenging activity(%)=1−(Abs1−Abs2)Abs0×100where Abs0is the Abs of the control(deionized water instead of sample),Abs1is the Abs of the sample,and Abs2is the Abs of the sample under identical conditions as Abs1with ethanol instead of DPPH-ethanol solution.2.6.2.Assay of hydroxyl radical scavenging activityThe hydroxyl radical scavenging activity of MLP was determined according to the reported method(Liu,Luo,Ye,&Zeng,2012). Briefly,the reaction mixture contained50L ferrosin(0.75mM), 75L phosphate buffer(0.15M,pH7.4),50L FeSO4(0.75mM), 50L sample solution and50L H2O2(0.01%,w/v).After incuba-tion at37◦C for30min,the Abs at536nm was measured.Ascorbic acid was used as positive control.The scavenging activity was cal-culated using the following equation:Hydroxyl radical scavenging activity(%)=[(Abs2−Abs0)−(Abs1−Abs0)]×100where Abs0is the Abs of the control(deionized water instead of sample),Abs1is the Abs of the deionized water instead of H2O2 and sample,and Abs2is the Abs of the sample.2.6.3.Assay of superoxide radical scavenging activityThe scavenging ability on superoxide radical was measured by the previously described method(Bi et al.,2013;Robak&Q.Yuan et al./Carbohydrate Polymers128(2015)52–6255 Gryglewski,1988)with minor modifications.The reaction mix-ture contained50L of sample solution,50L of NBT solution(156M),50L of NADH solution(156M)and50L of PMS solu-tion(60M).The mixture was incubated at25◦C for5min,and theAbs at560nm was determined.Ascorbic acid was used as positivecontrol.The superoxide radical scavenging activity was calculatedaccording to the following formula: Superoxide radical scavenging activity(%)=1−(Abs1−Abs2)Abs0×100where Abs0is the Abs of the control(deionized water instead of sample),Abs1is the Abs of the sample,and Abs2is the Abs of the sample under identical conditions as Abs1with0.1M phosphate buffer instead of NBT solution.2.6.4.Assay of ABTS radical scavenging activityThe ABTS radical scavenging activity of MLP was measured by ABTS radical cation decolorization assay(Re et al.,1999;Xie,Hu, Wang,&Zeng,2014).Briefly,ABTS solution(7mM)was oxidized with4.95mM of potassium persulphate for12h in the dark at room temperature.The ABTS+solution was then diluted with PBS(0.2M, pH7.4)to an Abs of0.70±0.02at734nm,and200L of the result-ing ABTS+solution was mixed with20L of sample solution.The mixture was kept for6min at room temperature,and the Abs at 734nm was then measured.The ABTS radical scavenging effect was calculated by the following equation:ABTS radical scavenging activity(%)=[1−(Abs1−Abs2)]Abs0×100where Abs0is the Abs of the control(deionized water instead of sample),Abs1is the Abs of the sample,and Abs2is the Abs of the sample only(PBS instead of ABTS+solution).2.6.5.Assay of Fe2+chelating activityThe Fe2+chelating ability of MLP was measured according to the reported method(Decker&Welch,1990).Briefly,50L sample solution was mixed with2.5L of ferrous chloride(FeCl2)solu-tion(5.0mM),10L of ferrozine solution(5mM)and137L of deionized water.The mixture was incubated for10min at room temperature,and then the Abs at562nm was measured.EDTA was used as positive control.The Fe2+chelating activity was calculatedby the following equation:Fe2+chelating activity(%)=1−(Abs1−Abs2)Abs0×100where Abs0is the Abs of the control(deionized water instead of sample),Abs1is the Abs of the sample,and Abs2is the Abs of the sample only(deionized water instead of FeCl2solution).2.7.Statistical analysisThe Design-Expert software version8.0.6was used for the experimental design and data analysis of RSM.The results of the antioxidant assay are reported as mean±SD of three replicates. The data were statistically analyzed by one-way analysis of vari-ance(ANOVA)procedure with SPSS software version19.0(Chicago, IL,USA),followed by the Duncan test.P-value of less than0.05was regarded as significant.3.Results and discussion3.1.Optimization of extraction parameters3.1.1.Predicted model and statistical analysisThe experimental design along with the extraction yields is shown in Table1,and the data were analyzed by Design-Expert Table2ANOVA for response surface quadratic model of MLP extraction.Source Sum of squares df Mean square F-value P-valueModel18.929 2.1082.47<0.0001a X1 3.661 3.66143.49<0.0001a X20.6010.6023.510.0019a X3 1.921 1.9275.34<0.0001a X1X20.06810.068 2.650.1475b X1X30.4710.4718.400.0036a X2X30.08110.081 3.190.1175b X128.1918.19321.37<0.0001a X220.8010.8031.250.0008a X32 2.171 2.1785.02<0.0001a Residual0.1870.025Lack offit0.09630.032 1.550.3315b Pure error0.08240.021Cor total19.1016R2=0.9907,adjusted R2=0.9786.a5%significance level.b Not significant relative to the pure error.software.As a result,a second-order polynomial equation describ-ing the correlation between the MLP yield and the test variables was obtained by the following equation:Y=−454.60135+10.05870X1+4.80828X2−0.17728X3−0.02612X1X2+0.00683X1X3+0.01416X2X3−0.05583X21−0.43506X22−0.00718X23where Y represents the extraction yield of MLP,X1,X2and X3rep-resent extraction temperature(◦C),extraction time(h)and ratio (v/w,mL/g)of water to raw material,respectively.The ANOVA,lack-of-fit and the adequacy of the model are indi-cated in Table2.The model F-value of82.47implied that the model was significant,indicating that there was only a0.01%chance that the model F-value could occur due to noise.The determination coefficient(R2)and the adjusted determination coefficient(adj-R2) were0.9907and0.9786,respectively,which showed a good agree-ment between the experimental and the predicted values of the MLP yield with goodness-of-fit of the regression equation.The P-value is used as a tool to check the significance of each coefficient,which in turn may indicate the pattern of the interac-tions between the variables.The smaller the P-value is,the more significant the corresponding coefficient is.Table2shows that the linear coefficients(X1,X2and X3),quadratic term coefficients(X12, X22and X32)and cross product coefficients(X1X3)were significant on extraction yield of MLP due to P-value<0.05.The results also suggested that,among the independent variables,the extraction temperature was the most significant parameter affecting the yield of MLP followed by ratio of water to raw material and extraction time.3.1.2.Response surface plot and contour plotThe3D response surface and2D contour plots are provided as the graphical representations of a regression equation.They show the type of interactions between two tested variables and the rela-tionship between responses and experiment levels of each variable. In the present study,the response surface and contour plots(Fig.1) were obtained by using Design-Expert.Fig.1A and B shows the effects of extraction temperature(X1),extraction time(X2)and their reciprocal interaction on extraction yield when the ratio of water to raw material(X3)wasfixed at level0.The X1and X2 demonstrated quadratic effects on the extraction yield.The yield of MLP increased to the maximum value with increase of extrac-tion temperature but it then decreased slightly with the further increase of extraction temperature.The extraction time showed a similar effect on the yield of MLP.Generally,higher extraction56Q.Yuan et al./Carbohydrate Polymers 128(2015)52–62Fig.1.Response surface plots (A,C and E)and contour plots (B,D and F)showing the effects of variables (X 1,extraction temperature;X 2,extraction time;X 3,ratio of water to material)and their mutual effects on the extraction yield of MLP.temperature and longer extraction time can promote the disso-lution of polysaccharides from plant tissues.However,too high extraction temperature and too long extraction time may result in degradation of polysaccharides and hence decrease the polysac-charides yield (Samavati &Yarmand,2013).Fig.1C and D shows the quadratic effects of X 1and X 3on the extraction yield when X 2was fixed at level 0.The elliptical contour plot as shown in Fig.1Dindicated that the mutual interactions between the extraction tem-perature and ratio of water to raw material were significant.The extraction yield of MLP increased with the increases of extrac-tion temperature and ratio of water to raw material from 85to 93.27◦C and 20to 39.56mL/g,but it did not further increase when extraction temperature and ratio of water to raw material were over 93.27◦C and 39.56mL/g.The result is in agreement with thatQ.Yuan et al./Carbohydrate Polymers128(2015)52–6257of previous reported(Chen,Li,Li,Jin,&Lu,2015).Fig.1E and F shows the effects of X2and X3and their reciprocal interaction on the extraction yield when X1wasfixed at level0.The maxi-mum yield of MLP could be achieved when extraction time and ratio of water to raw material were in the range of2.78–3.95h and29.27–38.36mL/g,respectively.However,the extraction yield of MLP decreased when extraction time and ratio of water to raw material were over3.95h and38.36mL/g.This phenomenon could be explained that the polysaccharides will be completely dissolved in the extraction solvent and partial of polysaccharides may be hydrolyzed due to longer extraction time.The result is in agreement with that reported by Qiao et al.(2009).3.1.3.Optimization of extracting parameters and validation ofthe modelBy employing the Design-Expert software,the optimal condi-tions for MLP extraction were extraction temperature91.52◦C, extracting time3.53h,and ratio(v/w,mL/g)of water to raw mate-rial34.09.In the optimal conditions,the maximum predicted yield of MLP was10.1%.For operation convenience,the optimal param-eters were determined as follows:extraction temperature92◦C, extracting time3.5h,and ratio(v/w,mL/g)of water to raw mate-rial34.To ensure that the predicted result was not biased toward the practical value,experimental rechecking was performed using the deduced optimal conditions.A mean value of10.0±0.5%(n=3) was obtained from actual experiments,which demonstrated the validation of the RSM model and indicating that the model was ade-quate for the extraction of MLP.The optimal extraction conditions with high yield were more efficient than that reported(Samavati& Yarmand,2013).3.2.Purification and characterization of MLPCrude MLP was prepared using the optimal extraction condi-tions.Then,the crude MLP was separated by a DEAE-52cellulose chromatography column,affording three independent elution peaks of MLP-1,MLP-2and MLP-3(Fig.2A).The third fraction of MLP-3,the main fraction of crude MLP,was further purified with a Sephadex G-100gel permeation chromatography column,result-ing in two fractions of MLP-3a and MLP-3b(Fig.2B).3.2.1.Contents of carbohydrate,protein,uronic acid,sulfuricradical and total polyphenols in MLPTable3shows the contents of carbohydrate,protein,uronic acid, sulfuric radical and total polyphenols in crude MLP,MLP-3a and MLP-3b.The carbohydrate contents in crude MLP,MLP-3a and MLP-3b were52.09%,89.74%and37.20%,respectively.The contents of protein in crude MLP,MLP-3a and MLP-3b were2.16%,0.83%and 0.22%,respectively.Among all the polysaccharides tested,MLP-3b Fig.2.Stepwise elution curve of crude MLP on DEAE-cellulose column(A)and elution curve of polysaccharides fraction(MLP-3)on Sephadex G-100column(B).contained the highest contents of uronic acid.The contents of total polyphenols for MLP-3a and MLP-3b(0.17and0.16mg GAE/100mg,respectively)were much lower than that(1.93mg GAE/100mg)for crude MLP,indicating that most of the polyphenols in crude MLP was removed during the purification.3.2.2.Molecular weight of MLPThe homogeneity and molecular weights of MLP-3a and MLP-3b were analyzed by HPLC.Both MLP-3a and MLP-3b gave a single and symmetrical peak,indicating that they were homogeneous.Table3Preliminary characterization of crude MLP,MLP-3a and MLP-3b.Item Crude MLP MLP-3a MLP-3bCarbohydrate(%)52.09±1.1089.74±0.3137.20±0.59 Protein(%) 2.16±0.020.83±0.030.22±0.02 Uronic acid(%)32.45±0.92 6.53±0.1365.29±1.53 Sulfuric radical(%) 1.73±0.10 1.40±0.02 1.22±0.02 Total polyphenols(mg GAE/100mg) 1.93±0.020.17±0.010.16±0.01 Molecular weight(kDa)–80.99 3.64 Monosaccharide composition(mol)Man0.510.77Rha 5.13 4.53 1.57GlcA 2.230.810.20GalA 3.02 1.21 6.10Glc 2.13 3.47Gal 2.9512.55 1.27Ara 2.5511.140.89–:Not detected.58Q.Yuan et al./Carbohydrate Polymers128(2015)52–62Fig.3.FT-IR spectra of crude MLP(A),MLP-3a(B)and MLP-3b.The average molecular weights of MLP-3a and MLP-3b were estimated to be80.99kDa and3.64kDa(Table3),respectively, according to the calibration curve.The molecular weight of MLP-3b was lower than those of polysaccharides from mulberry leaves as reported,8kDa(Zhang et al.,2014b),15kDa(Xia et al.,2008Xia, Liu,Zhang,&Luo,2008),24.898and61.131kDa(Ying,Han,&Li, 2011),55.7062kDa(Jia,Zhang,Lan,Yang,&Sun,2013)and550kDa (Katayama,Takano,&Sugimura,2008),which indicating that MLP-3b was a novel polysaccharide from mulberry leaves.3.2.3.Monosaccharide composition of MLPThe results of monosaccharide compositions of crude MLP and its purified fractions(MLP-3a and MLP-3b)determined by HPLC are shown in Table3.It was found that both crude MLP and MLP-3a were composed of Man,Rha,GlcA,GalA,Glc,Gal,and Ara,but the molar ration was quite different.The molar ratio of Man,Rha,GlcA, GalA,Glc,Gal,and Ara for crude MLP was0.51:5.13:2.23:3.02: 2.13:2.95:2.55,while it was0.77:4.53:0.81:1.21:3.47:12.55: 11.14for MLP-3a.For MLP-3b,the molar ratio of Rha,GlcA,GalA,Gal and Ara was1.57:0.20:6.10:1.27:0.89,and Man and Glc were not detected.These results indicated that the crude MLP and its purified fractions were acidic polysaccharide.In addition,the monosaccha-ride composition and molar ratio of MLP were different from those of the earlier reports for mulberry leaf polysaccharides(Katayama et al.,2008;Xia et al.,2008).As reported,a pectic polysaccharide from mulberry leaves was comprised of Rha,Ara,Xyl,Glc,Gal and GalA in a molar ratio of5:4:1:2:6:38(Xia et al.,2008).Katayama et al.(2008)separated and characterized a main polysaccharide from mulberry leaves,which was composed of Rha,Gal,Glc,GalA and GlcA in a molar ratio of1:0.2:0.5:2.3:1.5.The difference might be related to the extraction,purification and the raw mate-rial(mulberry leaf).It has been reported that different results for compositional components of tea polysaccharides were given in various reports due to different tea raw material or purification process(Nie&Xie,2011).3.2.4.FT-IR spectrumThe FT-IR spectra of crude MLP and its purified fractions are shown in Fig.3.Broad and strong absorption bands around 3400cm−1for C H stretching vibrations and2939cm−1for C H stretching vibrations were observed in the FT-IR spectra of crude MLP and its purified fractions.The absorption peaks at1604.48cm−1and1421.3cm−1for crude MLP,1734.8cm−1 and1641.1cm−1for MLP-3a,1738.6cm−1and1610.6cm−1for MLP-3a were attributed to the stretching vibrations of ester car-bonyl groups(C O)and carboxylic groups(COO)(Li et al.,2013;Santhiya,Subramanian,&Natarajan,2002;Zhao,Yang,Yang,Jiang, &Zhang,2007),respectively,which indicated that crude MLP, MLP-3a and MLP-3b were acidic polysaccharides.The results are consistent with the analytical results of monosaccharide composi-tions for crude MLP,MLP-3a and MLP-3b as mentioned above.The absorbance peaks at1414.91cm−1for MLP-3a and1415.46cm−1 for MLP-3b were associated with the stretching of the pectin methyl ester group(OCH3),which suggested that some of the uronic acids in polysaccharides were esterified(Al-Sheraji et al.,2012).A char-acteristic peak at around894cm−1was found in crude MLP,MLP-3a and MLP-3b,indicating the existence of-glycosidic bonds in the three polysaccharides(Coimbra,Gonc¸alves,Barros,&Delgadillo, 2002;Yang et al.,2006).3.3.Antioxidant activity in vitro of MLP3.3.1.DPPH radical scavenging activityDPPH free radical is a stable free radical with a characteristic absorption at517nm,which will decrease significantly on expo-sure to proton-donating substance(Yamaguchi,Takamura,Matoba, &Terao,1998).Accordingly,it has been widely used to evaluate the antioxidant activity of natural antioxidants.In the present study, the scavenging ability of MLP on DPPH free radicals was examined and the results are shown in Fig.4A.The scavenging rates of MLP and Vc increased with the increase of sample concentration.At a concentration of4.0mg/mL,the DPPH free radical scavenging activ-ities for crude MLP,MLP-3a,MLP-3b and Vc were68.21%,44.96%, 60.17%and91.16%,pared with purified fractions, the crude MLP exhibited relative higher(P<0.05)DPPH radical scavenging activity,which might be partly attributed to its relative higher content of polyphenols(Table3).The scavenging abilities of MLP-3a and MLP-3b might mainly come from the polysaccha-rides due to their relatively low contents of total polyphenols.It has been reported that the antioxidant activity of polysaccharides was related to their molecular weight,uronic acid content,degree of sulfation,type of monosaccharide and glycosidic linkage(Liu et al., 2010;Melo,Feitosab,Freitasa,&de Paula,2002;Sun,Wang,Li,& Liu,2014;Wang,Chang,Stephen Inbaraj,&Chen,2010a;Zeng et al., 2014).MLP-3b displayed higher antioxidant activity than MLP-3a, which might be due to the lower molecular weight and higher con-tent of uronic acid of MLP-3b(Asker,Mahmoud,&Ibrahim,2007; Chen,Zhang,Qu,&Xie,2008).But the exact mechanism is unclear.3.3.2.Hydroxyl radical scavenging activityHydroxyl radical,which is well known as one of the most reac-tive free radical,can react with almost the biomacromolecules in living cells and induce severe damage to the adjacent biomolecules (Spencer et al.,1994).Therefore,the hydroxyl radical scavenging activities of MLP and its purified fractions were investigated.As shown in Fig.4B,all MLP samples and Vc exhibited scavenging activity on hydroxyl radicals in a dose-dependent manner.At a concentration of4.0mg/mL,the scavenging abilities of crude MLP, MLP-3a,MLP-3b and Vc were88.85%,57.89%,68.12%and92.44%, respectively.Notably,crude MLP showed similar(P>0.05)scaveng-ing activity as Vc.The results indicated that the crude MLP exhibited strong scavenging activity and its purified fractions had moderate scavenging activities.It has been reported that the hydroxyl scav-enging ability is related to the number of hydroxyl or amino groups in polysaccharide(Guo et al.,2005).This might be explained by the factor that crude MLP would provide more active hydroxyl groups than its purified fractions as crude MLP contained much higher content of polyphenols.3.3.3.Superoxide radical scavenging activitySuperoxide radical is a long lifetime radical that is generated by numerous biological and photochemical reactions(Banerjee,。