早教吧作业答案频道 -->英语-->
谁能帮我指出以下这段话的语法错误D&DU.S.MaoMao-LiangSu-creamisanutritionandhealthproductespeciallydesignedforpets.thisproductcontainsprotein,aminoacids,vitamins,traceelements,minerals,unsaturatedfattyacidsandothe
题目详情
谁能帮我指出以下这段话的语法错误
D&D U.S.Mao Mao-Liang Su-cream is a nutrition and health product especially designed for pets .this product contains protein,amino acids,vitamins,trace elements,minerals,unsaturated fatty acids and other nutritional minerals.It can provide requirement of pet hair,improve skin and hair,regulate metabolism,cause hair regeneration,promote fur repair,cells update,increase hair volume and reduce hair removal obviously,cause a more shiny and soft hair.In addition,it also can provide a help to sensitive skin.
Role and Purpose:To improve skin and hair,regulate metabolism,cause hair regeneration,promote fur repair,cells update,increase hair volume and reduce hair removal obviously,cause a more shiny and soft hair.In addition,it has an effectiveness of preventing dermatitis and was an adjuvant therapy for various skin diseases.It also can provide a help to sensitive skin.
USE:Add the product in food directly and uniform mixing
Juvenile dogs and cats:1-3g/kg≤20g/day
Adult and old dogs and cats:2-5g/kg≤20g/day
Note:Placed a scoop inside ,about 8-12g per scoop.
Agent:Shanghai Jun-NA Biotechnology Limited Company
D&D U.S.Mao Mao-Liang Su-cream is a nutrition and health product especially designed for pets .this product contains protein,amino acids,vitamins,trace elements,minerals,unsaturated fatty acids and other nutritional minerals.It can provide requirement of pet hair,improve skin and hair,regulate metabolism,cause hair regeneration,promote fur repair,cells update,increase hair volume and reduce hair removal obviously,cause a more shiny and soft hair.In addition,it also can provide a help to sensitive skin.
Role and Purpose:To improve skin and hair,regulate metabolism,cause hair regeneration,promote fur repair,cells update,increase hair volume and reduce hair removal obviously,cause a more shiny and soft hair.In addition,it has an effectiveness of preventing dermatitis and was an adjuvant therapy for various skin diseases.It also can provide a help to sensitive skin.
USE:Add the product in food directly and uniform mixing
Juvenile dogs and cats:1-3g/kg≤20g/day
Adult and old dogs and cats:2-5g/kg≤20g/day
Note:Placed a scoop inside ,about 8-12g per scoop.
Agent:Shanghai Jun-NA Biotechnology Limited Company
▼优质解答
答案和解析
Sub Image_Obj_1(Imagename,TempFilename,FileExt)
' 读取要处理的原文件
Dim Draw_X,Draw_Y,Logobox
Draw_X = 0
Draw_Y = 0
FileExt = Lcase(FileExt)
On Error Resume Next
ImageObj.Open Trim(Server.MapPath(Imagename))
If Err Then
err.Clear
Exit Sub
End If
If ImageObj.OriginalWidth0 Then
Draw_X = DrawImage_X(ImageObj.OriginalWidth,Draw_ImageWidth,2)
Draw_Y = DrawImage_y(ImageObj.Originalheight,Draw_ImageHeight,2)
If Draw_Type=2 Then
Set Logobox = Server.CreateObject("Persits.Jpeg")
'*添加水印图片 添加时请关闭水印字体*
'//读取添加的图片
Logobox.Open Server.MapPath(Draw_Info)
Logobox.Width = Draw_ImageWidth '// 加入图片的原宽度
Logobox.Height = Draw_ImageHeight '// 加入图片的原高度
ImageObj.DrawImage Draw_X,Draw_Y,Logobox,Draw_Graph,Transition_Color,90 '// 加入图片的位置价坐标(添加水印图片)
'ImageObj.Sharpen 1,130 '设置锐化值:锐化半径,深度
ImageObj.Quality=100'设置加水印后图片的质量
ImageObj.Save Server.MapPath(Imagename)
Set Logobox=Nothing
Else
'//关于修改字体及文字颜色的
ImageObj.Canvas.Font.Color = Draw_FontColor '// 文字的颜色
ImageObj.Canvas.Font.Family = Draw_FontFamily '// 文字的字体
ImageObj.Canvas.Font.Bold = Draw_FontBold
ImageObj.Canvas.Font.Size = Draw_FontSize '//字体大小
' Draw frame:black,2-pixel width
ImageObj.Canvas.Print Draw_X,Draw_Y,Draw_Info '// 加入文字的位置坐标
ImageObj.Canvas.Pen.Color = &H000000 '// 边框的颜色
ImageObj.Canvas.Pen.Width = 1 '// 边框的粗细
ImageObj.Canvas.Brush.Solid = False '// 图片边框内是否填充颜色
'ImageObj.Canvas.Bar 0,0,ImageObj.Width,ImageObj.Height '// 图片边框线的位置坐标
ImageObj.Quality=100 '设置加水印后图片的质量
ImageObj.Save Server.MapPath(Imagename)
End If
End If
If ImageObj.Width > ImageObj.height Then
ImageObj.Width = View_ImageWidth
ImageObj.Height = ViewImage_Height(ImageObj.OriginalWidth,ImageObj.Originalheight,View_ImageWidth,View_ImageHeight)
Else
ImageObj.Width = ViewImage_Width(ImageObj.OriginalWidth,ImageObj.Originalheight,View_ImageWidth,View_ImageHeight)
ImageObj.Height = View_ImageHeight
End If
ImageObj.Sharpen 1,120
ImageObj.Save Server.MapPath(TempFilename) '// 生成预览文件
End If
End Sub
出现“系统找不到路径”!
ImageObj.Open Trim(Server.MapPath(Imagename))
就这句
' 读取要处理的原文件
Dim Draw_X,Draw_Y,Logobox
Draw_X = 0
Draw_Y = 0
FileExt = Lcase(FileExt)
On Error Resume Next
ImageObj.Open Trim(Server.MapPath(Imagename))
If Err Then
err.Clear
Exit Sub
End If
If ImageObj.OriginalWidth0 Then
Draw_X = DrawImage_X(ImageObj.OriginalWidth,Draw_ImageWidth,2)
Draw_Y = DrawImage_y(ImageObj.Originalheight,Draw_ImageHeight,2)
If Draw_Type=2 Then
Set Logobox = Server.CreateObject("Persits.Jpeg")
'*添加水印图片 添加时请关闭水印字体*
'//读取添加的图片
Logobox.Open Server.MapPath(Draw_Info)
Logobox.Width = Draw_ImageWidth '// 加入图片的原宽度
Logobox.Height = Draw_ImageHeight '// 加入图片的原高度
ImageObj.DrawImage Draw_X,Draw_Y,Logobox,Draw_Graph,Transition_Color,90 '// 加入图片的位置价坐标(添加水印图片)
'ImageObj.Sharpen 1,130 '设置锐化值:锐化半径,深度
ImageObj.Quality=100'设置加水印后图片的质量
ImageObj.Save Server.MapPath(Imagename)
Set Logobox=Nothing
Else
'//关于修改字体及文字颜色的
ImageObj.Canvas.Font.Color = Draw_FontColor '// 文字的颜色
ImageObj.Canvas.Font.Family = Draw_FontFamily '// 文字的字体
ImageObj.Canvas.Font.Bold = Draw_FontBold
ImageObj.Canvas.Font.Size = Draw_FontSize '//字体大小
' Draw frame:black,2-pixel width
ImageObj.Canvas.Print Draw_X,Draw_Y,Draw_Info '// 加入文字的位置坐标
ImageObj.Canvas.Pen.Color = &H000000 '// 边框的颜色
ImageObj.Canvas.Pen.Width = 1 '// 边框的粗细
ImageObj.Canvas.Brush.Solid = False '// 图片边框内是否填充颜色
'ImageObj.Canvas.Bar 0,0,ImageObj.Width,ImageObj.Height '// 图片边框线的位置坐标
ImageObj.Quality=100 '设置加水印后图片的质量
ImageObj.Save Server.MapPath(Imagename)
End If
End If
If ImageObj.Width > ImageObj.height Then
ImageObj.Width = View_ImageWidth
ImageObj.Height = ViewImage_Height(ImageObj.OriginalWidth,ImageObj.Originalheight,View_ImageWidth,View_ImageHeight)
Else
ImageObj.Width = ViewImage_Width(ImageObj.OriginalWidth,ImageObj.Originalheight,View_ImageWidth,View_ImageHeight)
ImageObj.Height = View_ImageHeight
End If
ImageObj.Sharpen 1,120
ImageObj.Save Server.MapPath(TempFilename) '// 生成预览文件
End If
End Sub
出现“系统找不到路径”!
ImageObj.Open Trim(Server.MapPath(Imagename))
就这句
看了谁能帮我指出以下这段话的语法错...的网友还看了以下:
1.统计的三种涵义()(A)、统计活动(B)、统计调查(C)、统计资料(D)、统计学(E)、统计咨询 2020-03-30 …
按反映的时间状况不同,总量指标可分为()A.时间指标和时点指标B.时点指标和时期指标C.时期指标和 2020-05-17 …
每户人均月收入指标是( )。 A.比例相对指标B.结构相对指标 C.比较相对指标D.强度相对指标 2020-05-21 …
粮食总产量是( )。A.数量指标B.质量指标C.实物指标D.相对指标E.价值指标 2020-05-21 …
( 17 )下列指令中,哪一个不是特权指令?A) 访管指令B) 启动设备指令C) 设置时钟指令D) 2020-05-23 …
下列指令中,哪一个不是特权指令?A.访管指令B.启动设备指令C.设置时钟指令D.停机指令 2020-05-23 …
下列指数中()是数量指标指数。A.商品物价指数B.平均工资指数C.单位成本指数D.销售量指数 2020-06-07 …
产品单位成本指数是( )。A.个体指数B.总指数C.综合指数D.动态指数E.质量指标指数 2020-06-07 …
加权算术平均指数是()。A.总指数B.平均数指数C.综合指数D.平均指标指数E.个体指数加权平均数 2020-06-07 …
计算机问题下列指令中,哪一个不是特权指令()A.访管指令B.启动设备指令C.设置时钟指令D.停机指 2020-06-18 …