EFNET_MailTool说明文件
- 格式:pdf
- 大小:249.48 KB
- 文档页数:16
Package‘statnet’October14,2022Version2019.6Date2019-06-13Title Software Tools for the Statistical Analysis of Network DataDepends R(>=3.5),tergm(>=3.6.1),ergm.count(>=3.3),sna(>=2.4),tsna(>=0.3)Imports ergm(>=3.10.4),network(>=1.15),networkDynamic(>=0.10.0),mon(>=4.2)Suggests ergm.rank(>=1.2.0),ergm.ego(>=0.5),EpiModel(>=1.7.2),degreenet(>=1.3-3),latentnet(>=2.9.0),networksis(>=2.1-3),relevent(>=1.0-4),ndtv(>=0.13.0)BugReports https:///statnet/statnet/issuesDescription Statnet is a collection of packages for statistical network analysis that are designed to work together because they share common data representations and'API'design.They provide an integrated set of tools for the representation,visualization,analysis,and simulation of many different forms of network data.This package is designed to make it easy to install and load thekey'statnet'packages in a single step.Learn more about'statnet'at<>.Tutorials for many packages can be foundat<https:///statnet/Workshops/wiki>.For an introduction to functions in this package, type help(package='statnet').License GPL-3+file LICENSEURL NeedsCompilation noAuthor Mark S.Handcock[aut],David R.Hunter[aut],Carter T.Butts[aut],Steven M.Goodreau[aut],Pavel N.Krivitsky[aut](<https:///0000-0002-9101-3362>),Skye Bender-deMoll[aut],Martina Morris[aut,cre]Maintainer Martina Morris<**************>1Repository CRANDate/Publication2019-06-1408:00:06UTCR topics documented:statnet-package (2)update_statnet (4)Index6statnet-package Easily Install and Load the statnet Packages for Statistical NetworkAnalysisDescriptionstatnet is a collection of software packages for statistical network analysis that are designed to work together,with a common data structure and API,to provide seamless access to a broad range of network analytic and graphical methodology.This package is designed to make it easy to install and load multiple statnet packages in a single step.statnet software implements recent advances in network modeling based on exponential-family random graph models(ERGM),as well as latent space models and more traditional descriptive net-work methods.This provides a comprehensive framework for cross-sectional and dynamic network analysis:tools for description,network visualization model estimation,model evaluation,model-based network simulation.The statistical estimation and simulation functions are based on a central Markov chain Monte Carlo(MCMC)algorithm that has been optimized for speed and robustness.The code is actively developed and maintained by the statnet development team.New function-ality is being added over time.Detailsstatnet packages are written in a combination of R and C It is usually used interactively from within the R graphical user interface via a command line.it can also be used in non-interactive (or“batch”)mode to allow longer or multiple tasks to be processed without user interaction.The suite of packages are available on the Comprehensive R Archive Network(CRAN)at https:// /and also on the statnet project website at / The suite of packages has the following components(those automatically downloaded with the statnet package are noted):For data handling:•network is a package to create,store,modify and plot the data in network objects.The network object class,defined in the network package,can represent a range of relational data types and it supports arbitrary vertex/edge/graph attributes.Data stored as network objects can then be analyzed using all of the component packages in the statnet suite.(automatically downloaded)•networkDynamic extends network with functionality to store information about about evo-lution of a network over time,defining a networkDynamic object class.(automatically down-loaded)For analyzing cross-sectional networks:•sna is a set of tools for traditional social network analysis.(automatically downloaded)•ergm is a collection of functions tofit,simulate from,plot and evaluate exponential random graph models.The main functions within the ergm package are ergm,a function tofit linear exponential random graph models in which the probability of a graph is dependent upon a vector of graph statistics specified by the user;simulate,a function to simulate random graphs using an ERGM;and gof,a function to evaluate the goodness offit of an ERGM to the data.ergm contains many other functions as well.(automatically downloaded)•ergm.count is an extension to ergm enabling it tofit models for networks whose relations are counts.(automatically downloaded)•ergm.ego is an extension to ergm enabling it tofit models for networks based on egocentri-cally sampled network data.(separate download required)•ergm.rank is an extension to ergm enabling it tofit models for networks whose relations are ranks.(separate download required)•latentnet is a package tofit and evaluate latent position and cluster models for statistical networks The probability of a tie is expressed as a function of distances between these nodes in a latent space as well as functions of observed dyadic level covariates.(separate download required)•degreenet is a package for the statistical modeling of degree distributions of networks.It includes power-law models such as the Yule and Waring,as well as a range of alternative models that have been proposed in the literature.(separate download required)For temporal(dynamic)network analysis:•tsna is a collection of extensions to sna that provide descriptive summary statistics for tem-poral networks.(automatically downloaded)•tergm is a collection of extentions to ergm enabling it tofit discrete time models for temporal (dynamic)networks.The main function in tergm is stergm(the“s”stands for separable), which allows the user to specify one ergm for tie formation,and another ergm for tie dissolu-tion.The models can befit to network panel data,or to a single cross-sectional network with ancillary data on tie duration.(automatically downloaded)•relevent is a package providing tools tofit relational event models.(separate download re-quired)Additional utilities:•erterms provides a template for users who want to implement their own new ERGM terms.(separate download required)•networksis is a package to simulate bipartite graphs withfixed marginals through sequential importance sampling.(separate download required)•EpiModel is a package for simulating epidemics(separate download required)statnet is a metapackage;its only purpose is to provide a convenient way for a user to load the main packages in the statnet suite.Those can,of course,also be installed individually.Each package in statnet has associated helpfiles and internal documentation,and additional the information can be found on the statnet project website(/).Tutorials, instructions on how to join the statnet help mailing list,references and links to further resources are provided there.For the reference paper(s)that provide information on the theory and methodol-ogy behind each specific package use the citation("packagename")function in R after loading statnet.We have invested much time and effort in creating the statnet suite of packages and supporting material so that others can use and build on these tools.We ask in return that you cite it when you use it.For publication of results obtained from statnet,the original authors are to be cited as described in citation("statnet").If you are only using specific package(s)from the suite,please cite the specific package(s)as described in the appropriate citation("packgename").Thank you! Author(s)Mark S.Handcock<******************.edu>,David R.Hunter<****************.edu>,Carter T.Butts<**************>,Steven M.Goodreau<***************>,Pavel N.Krivitsky<*************.au>,Skye Bender-deMoll<********************>,Samuel Jenness(for EpiModel)<**************************>,andMartina Morris<**************>Maintainer:Martina Morris<*************>update_statnet Update the Component Packages of the Statnet SuiteDescriptionA wrapper around update.packages to update the component packages of Statnet Suite to theirlatest versions.Usageupdate_statnet(...,ask=FALSE,checkBuilt=TRUE,addURLs=character())Argumentsask,checkBuiltArguments to update.packages documentation.The defaults are different fromthose of that function.addURLs Optional repository URLs in addition to CRAN,such as http://statnet./preview.Defaults to none....Additional arguments to be passed to update.packages.DetailsUpdates the list component packages of Statnet Suite,using setRepositories and update.packages.Since there are no good ways to update packages once they are loaded,this function should be called immediately after restarting R.Valueupdate_statnet returns NULL invisibly.See AlsosetRepositories,update.packages,install.packagesExamples##Not run:#Update from CRANstatnet::update_statnet()#Update from s preview release,taking packages from CRAN#as neededstatnet::update_statnet(addURLs="/preview")##End(Not run)Index∗utilitiesupdate_statnet,4ergm,3gof,3install.packages,5network,2networkDynamic,3setRepositories,5statnet(statnet-package),2statnet-package,2update.packages,4,5update_statnet,46。
NetTool™Series IIInline Network Tester用户手册September 2006. Rev. 2, 10/2008 (Simplified Chinese)© 2008 Fluke Corporation. All rights reserved.All product names are trademarks of their respective companies.有限担保和责任限制Fluke Networks 担保在正常使用和保养的情况下,其产品没有材料和工艺上的缺陷。
主机的担保期为购买产品之日起一年。
如无另外规定,部件、零配件、产品修理和服务的担保期为 90 天。
Ni-Cad(镍镉)、Ni-MH(镍氢)和 Li-Ion(锂离子)电池、电缆或其它外围设备均被视作部件或零配件。
本担保仅适用于 Fluke Networks 授权零售商的原始买方或最终用户,本担保不适用于任何 Fluke Networks公司认为由于误用、滥用、改造、疏忽、污染或因事故或非正常的操作和使用而导致损坏的产品。
Fluke Networks 担保软件能够在完全符合性能指标的条件下至少操作 90 天,并且软件是正确地记录在无缺陷的媒体上。
Fluke Networks并不担保软件毫无错误或在运行过程中不出现中断的情况。
Fluke Networks 授权的零售商应仅对最终用户就新的和未用的产品提供本担保,但无权代表Fluke Networks公司提供额外或不同的担保。
\仅对在Fluke Networks 授权的销售点的购买者或支付适当的国际价购买产品时提供担保支持。
在一国购买的产品需在他国修理时,Fluke Networks 有权向买方要求负担重大修理/零件更换费用。
Fluke Networks的担保为有限责任,由 Fluke Networks 决定是否退还购买金额、免费修理或更换在担保期间退回 Fluke Networks 授权的维修中心的瑕疵产品。
.NET环境下五种邮件发送解决方案1、使用outLook提供的发送如:我见过的用友软件U8生产制造(演示版),其中的邮件功能就是通过调用outLook 的ActiveX 组件优点:开发简单缺点:依赖outlook组件,SMTP 邮件服务邮件发送的代码如下:以下是引用片段:Private Sub Send()Dim outObj As New Outlook.Application()Dim Item As Outlook.MailItemClassItem = outObj.CreateItem(0)Item.To = "lihonggen0@ "Item.Subject = "hello"Item.Body = "hell"Item.Attachments.Add("C:\abc.txt")Item.Send()End Sub2、WEB开发,在中引用System.Web.Mail类System.Web.Mail 命名空间包含使您可以使用CDOSYS(Windows 2000 的协作数据对象)消息组件来构造和发送消息的类。
邮件消息是通过内置在Microsoft Windows 2000 中的SMTP 邮件服务或任意的SMTP 服务器来传送的。
此命名空间中的类可以在 或任何托管应用程序MailAttachment提供用于构造电子邮件附件的属性和方法。
MailMessage提供用于构造电子邮件的属性和方法。
SmtpMail提供用于使用Windows 2000 的协作数据对象(CDOSYS)消息组件来发送消息的属性和方法。
邮件可以通过Microsoft Windows 2000 中内置的SMTP 邮件服务或任意SMTP 服务器来传送。
System.Web.Mail 命名空间中的类型可以在 或任何托管应用程序使用。
Smtp服务器的设置,现在一些免费邮件提供商是不再提供针对所有邮件提供Smtp服务,在发送邮件的时候,需要验证用户信息,考虑Smtp用户验证问题如果Smtp服务器在本地计算机,发送速度很快的,基本上不用担心,如果不是本地服务器,那么发送的时候最好不要以此太多,一是速度问题,二是以此发送太多邮件,Smtp 服务器可能认为是垃圾邮件而拒绝服务代码如下:以下是引用片段:Private Sub Button1_Click(ByVal sender As System.Object,ByVal e AsSystem.EventArgs) Handles Button1.Click Dim mailObj As New MailMessage()Dim smtp As SmtpMail'定义SMTP服务器的名称smtp.SmtpServer = ""'定义邮件的发送地址mailObj.From = "lihonggen@"'定义邮件的接收地址mailObj.To = " AAA@"'定义邮件的暗送地址mailObj.Bcc= "aa@"'定义邮件的抄送地址 = "aaa@"'定义邮件的主题mailObj.Subject = "主题"'定义邮件的主体mailObj.Body = "邮件主体!"'邮件以 HTML的格式发送mailObj.BodyFormat = MailFormat.Html'定义邮件的有限级,在此设定为高mailObj.Priority = MailPriority.High'给发送的邮件附加上一个附件mailObj.Attachments.Add(NewMailAttachment("c:\aa.doc"))smTp.Send(mailObj)End Sub3、在或C#开发Windows 应用程序中使用.Sockets也是基于SMTP协议一、SMTP协议简介1、客户端通过服务器的25端口建立TCP/IP连接服务器端:220 Simple Mail Transfer Service Ready2、客户端使用“HELO”命令标识发件人客户端:HELO 服务器端:250 3、客户端发送MAIL命令,服务器端以OK作为响应表明准备接收客户端:MAIL FROM:〈A@〉服务器端:250 OK4、客户端发送RCPT命令标识收件人,服务器端回应是否愿意为收件人接受邮件客户端:RCPT TO:〈c@〉服务器端:250 OK5、协商结束后用命令DATA发送发送邮件客户端:DATA服务器端:354 Start mail input:end with 〈CRLF〉。
Activate your FirstNet profile and log inUse this guide to learn how to activate your FirstNet profile. As soon as it's active, you can log in and start using FirstNet.Note: For the best experience accessing FirstNet, we recommend using Google Chrome™, Firefox®, or Safari®.Get started with FirstNetActivate your user profileActivate your federated user profileLog in to FirstNetGet started with FirstNetTo get started with FirstNet, an administrator or a FirstNet specialist needs to create your account. •If you’re a federated u ser and your agency allows it, you can create your own profile.•If you’re a subscriber paid user, you can create your own account in an AT&T store.When your account is crea ted, we’ll send you an email containing a link to the Verify user ID page. For instructions on activating your profile:•Users with a federated agency, go to Activate your federated user profile.•All other users, go to Activate your user profile.Activate your user profileIf you unsubscribed from FirstNet marketing emails, you won’t receive an activation email. To manage which FirstNet emails you receive, go to the FirstNet Email Preference Center. After you subscribe to FirstNet marketing emails, ask your administrator to resend the activation email.Activate your profile1.Through the link in your email, or using this link, go to the Verify user ID page.2.Enter your user ID and last name, and then click Continue. The Complete profile pageappears.3.Create a password and security question, and enter your contact information.4.Read the Terms & Conditions and agree by checking the box.5.Click Continue. The Enter one-time code page appears.6.Click Send code and we’ll send a one-time code to your wireless number. If we don’t have yournumber on file, we'll email you the code.November 9, 2021•SMS codes are valid for 5 minutes. If you can’t receive SMS messaging on your wireless device or can’t access your device, click I can’t access my code and follow the prompts to receive your code by email.•Email codes are valid for 30 minutes. If you don’t receive the email, check your spam folder.Contact your administrator to verify the email address associated with your profile. If youneed more help or don't have an administrator, contact FirstNet Customer Service.7.When you receive the code, enter it and click Submit. A success message appears.Note: If the one-time code expires before you enter it, click Resend code to get a new one-time code.When your profile is active, you can log in to FirstNet.Activate your federated user profileAs a federated user, you can create your own profile if your agency allows it, or an administrator needs to create your account.Create your own profile1.On your agency’s website, click the FirstNet link. The Complete profile page appears.2.Enter your contact information.3.Read the Terms & Conditions and agree by checking the box.4.Click Continue. The Enter one-time code page appears.5.Click Send code and we’ll send a one-time code to your wireless number. If we don’t have yournumber on file, we'll email you the code.•SMS codes are valid for 5 minutes. If you can’t receive SMS messaging on your wireless device or can’t access your device, click I can’t access my code and follow the prompts to receive your code by email.•Email codes are valid for 30 minutes. If you don’t receive the email, check your spam folder.If you still can’t find your code, contact your administrator or FirstNet Customer Service toverify the email address we have on file.6.When you receive the code, enter it and click Submit. A success message appears.Note: If the one-time code expires before you enter it, click Resend code to get a new one-time code.When your profile is active, you can log in to FirstNet as a federated user.Activate your profile from emailIf you unsubscribed fr om FirstNet marketing emails, you won’t receive an activation email. To manage which FirstNet emails you receive, go to the FirstNet Email Preference Center. After you update your preferences, ask your administrator to resend the activation email.November 9, 2021 Page 21.Open the activation email and click Activate profile. Your web browser opens and the Verifyuser ID page appears. Because you’re with a federated entity, we enter your user ID for you.2.To verify your user ID, enter your last name and click Continue. The Complete profile pageappears.3.Read the Terms & Conditions and agree by checking the box.4.Click Continue. The Enter one-time code page appears.5.Click Send code and we’ll send a one-time code to your wireless number. If we don’t have yournumber on file, we'll email you the code.•SMS codes are valid for 5 minutes. If you can’t receive SMS messaging on your wireless device or can’t access your device, click I can’t access my code and follow the prompts to receive your code by email.•Email codes are valid for 30 minutes. If you don’t receive the email, check your spam folder.If you still can’t find your code, contact your administrator or FirstNet Customer Service toverify the email address we have on file.6.When you receive the code, enter it and click Submit. A success message appears.Note: If the one-time code expires before you enter it, click Resend code to get a new one-time code.When your profile is active, you can log in to FirstNet as a federated user.Log in to FirstNet1.Go to FirstNet Central. The Login page appears.2.Make sure Log in from is set to FirstNet.3.Enter your email address and password.4.To save your information for faster log in, select Remember me.Note: On shared or public computers, don’t select Remember me.5.Click Continue. The FirstNet Central page appears.Log in as a federated user1.Go to FirstNet Central. The Login page appears.2.From the Log in from menu, select your agency.3.Click Continue. Your agency’s login page appears.4.Follow the prompts to log in using your agency credentials.Log in using FirstNet Single Sign-OnYou can use FirstNet Single Sign-On (SSO) to quickly log in to compatible FirstNet applications. When you log in with FirstNet SSO, we’ll send a push notification to your wir eless device to confirm your login request.November 9, 2021 Page 3To log in with FirstNet SSO, you need push notifications enabled on your wireless device. For information about setting up FirstNet SSO on your device, see the FirstNet SSO user guide for iOSor Android.Log in with FirstNet SSO for the first time1.Go to FirstNet Central. The Login page appears.Note:If you’re using your mobile device, yo u can download FirstNet SSO from the tooltip on the Login page.2.Click Log in with FirstNet Single Sign-On. The One more step page appears.3.Enter your email address and password.4.To save your information for faster log in, select Remember me.Note: On shared or public computers, don’t select Remember me.5.Click Continue. We’ll send an authorization notification to your wireless device. When youreceive it, you’ll have 3 minutes to approve or deny the request.Note: To receive push notifications, you need to install the FirstNet Single Sign-On application on your wireless device. You can download FirstNet SSO from the App Store® or Google Play®.6.On your device, tap the notification. The FirstNet Single Sign-On log in screen appears.7.Log in to Single Sign-On. The authorization notification opens.8.Tap Accept. The FirstNet Central page appears in your browser.Log in with FirstNet SSO with saved information1.Go to FirstNet Central. The Login page appears.2.Check your email address and do 1 of these things:•If your email address is incorrect, select Log in as a different user or log in through your browser.•If your email address is correct, select Log in with FirstNet Single Sign-On. We’ll send an authorization notification to your wireless device. When you receive it, you’ll have 3 minutes to approve or deny the request.3.On your device, tap the notification. The FirstNet Single Sign-On log in screen appears.4.Log in to Single Sign-On. The authorization notification opens.5.Tap Accept. The FirstNet Central page appears in your browser.November 9, 2021 Page 4。
Package‘exiftoolr’October18,2023Type PackageTitle ExifTool Functionality from RVersion0.2.3Date2023-10-17Maintainer Joshua O'Brien<*********************>Description Reads,writes,and edits EXIF and otherfile metadata using ExifTool<https:///>,returning read results asa data frame.ExifTool supports many different metadata formatsincluding EXIF,GPS,IPTC,XMP,JFIF,GeoTIFF,ICC Profile,Photoshop IRB,FlashPix,AFCP and ID3,Lyrics3,as well as themaker notes of many digital cameras by Canon,Casio,DJI,FLIR,FujiFilm,GE,GoPro,HP,JVC/Victor,Kodak,Leaf,Minolta/Konica-Minolta,Motorola,Nikon,Nintendo,Olympus/Epson, Panasonic/Leica,Pentax/Asahi,Phase One,Reconyx,Ricoh,Samsung, Sanyo,Sigma/Foveon and Sony.License GPL-2URL https:///JoshOBrien/exiftoolr#readme, https://joshobrien.github.io/exiftoolr/BugReports https:///JoshOBrien/exiftoolr/issues SystemRequirements PerlDepends R(>=3.0.0)Imports backports,curl,jsonlite,zip,data.tableEncoding UTF-8Language en-USRoxygenNote7.2.3NeedsCompilation noAuthor Joshua O'Brien[aut,cre]Repository CRANDate/Publication2023-10-1723:30:02UTC12configure_exiftoolr R topics documented:configure_exiftoolr (2)exif_call (3)exif_read (4)install_exiftool (6)Index8 configure_exiftoolr Configure package to point to ExifTool and/or PerlDescriptionConfigure package to point to ExifTool and/or PerlUsageconfigure_exiftoolr(command=NULL,perl_path=NULL,allow_win_exe=TRUE,quiet=FALSE)Argumentscommand Character string giving the exiftool command.perl_path Path to a Perl executable.allow_win_exe Logical.If running on a Windows machine,and if a standalone exiftool exe-cutable is available,should it be used?quiet Logical.Should function should be chatty?ValueA character string giving the exiftool command,returned invisibly.exif_call3 exif_call Call ExifTool from RDescriptionUses system2()to run a basic call to exiftool.Usageexif_call(args=NULL,path=NULL,stdout=TRUE,quiet=FALSE,...,config_file=NULL,common_args=NULL)exif_version(quiet=TRUE)Argumentsargs Character vector of arguments,each written in same form as you would if writ-ing them on the command line(e.g."-n"or"-csv")path A character vector giving one or morefile paths.stdout Where output to stdout should be sent.If TRUE(the default),the output is cap-tured in a character vector.For other options,see the helpfile for system2,thefunction to which this argument’s value gets passed along.quiet Use FALSE to display diagnostic information.Default value is FALSE....Additional arguments to be passed to system2().config_file Path to a configfile of the format expected by Exiftool’s command line-config option.(See Details for an explanation of why this one option cannot be passeddirectly to args via the-config argument.)common_args A character vector of arguments to be applied to all executed commands when the Exiftool-execute option is being used.(See Details for an explanation ofwhy this option cannot be passed directly to args via-common_args argument.) DetailsFor examples of the command-line calls to ExifTool(all of which can be reproduced by calls to exif_call),see https:///examples.html.Under the hood,exif_call()writes the options in args to a textfile and then calls Exiftool, passing that textfile’s contents to Exiftool via its-@ARGFILE option.-config and-common_args are the two options that may not be used in such a-@ARGFILE,so we handle that option separately using exif_call()’s config_file argument.ValueThe standard output as a character vector.Examples##Not run:##Find local ExifTool version using exif_version()or exif_call()exif_version()exif_call(args="-ver")##Make temporary copies of a couple jpeg filestmpdir<-tempdir()src_files<-dir(system.file(package="exiftoolr","images"),s=TRUE)files<-file.path(tmpdir,basename(src_files))file.copy(src_files,files)##Both of the following extract the same tags:exif_read(files,tags=c("filename","imagesize"))exif_call(args=c("-n","-j","-q","-filename","-imagesize"),path=files)##Set value of a new"Artist"field in photo s metadatafile1<-files[1]exif_read(file1,tags="artist")exif_call(path=file1,args="-Artist=me")exif_read(file1,tags="artist")##Remove all but a few essential fieldslength(exif_read(file1))exif_call(path=file1,args="-all=")length(exif_read(file1))exif_read(file1)##Clean upunlink(files)##End(Not run)exif_read Read EXIF and other metadata fromfilesDescriptionReads EXIF and other metadata into a data.frame by calling Phil Harvey’s ExifTool command-line application.Usageexif_read(path,tags=NULL,recursive=FALSE,args=NULL,quiet=TRUE,pipeline=c("json","csv"))Argumentspath A vector offilenames.tags A vector of tags to output.It is a good idea to specify this when reading large numbers offiles,as it decreases the output overhead significantly.Spaces willbe stripped in the output data frame.This parameter is not case-sensitive.recursive TRUE to pass the"-r"option to ExifTool.args Additional arguments.quiet Use FALSE to display diagnostic information.Default value is TRUEpipeline One of"json"(the default)or"csv".Controls whether the exiftool executable, behind the scenes,extracts metadata into a JSON data structure or a tabular csv.The JSON pipeline works well in most cases,but(as documented at https:///exiftool_pod.html)does not properly handle non-UTF-8character sets.If the metadatafields include characters that are not encodedusing UTF-8and that need to be handled by setting the"-charset"option,usethe"csv"pipeline as demonstrated in the second example below.DetailsFrom the ExifTool website:"ExifTool is a platform-independent Perl library plus a command-line application for reading,writing and editing meta information in a wide variety offiles.ExifTool sup-ports many different metadata formats including EXIF,GPS,IPTC,XMP,JFIF,GeoTIFF,ICC Pro-file,Photoshop IRB,FlashPix,AFCP and ID3,as well as the maker notes of many digital cameras by Canon,Casio,DJI,FLIR,FujiFilm,GE,GoPro,HP,JVC/Victor,Kodak,Leaf,Minolta/Konica-Minolta,Motorola,Nikon,Nintendo,Olympus/Epson,Panasonic/Leica,Pentax/Asahi,Phase One, Reconyx,Ricoh,Samsung,Sanyo,Sigma/Foveon and Sony."For more information,see the ExifTool website.ValueA data frame of class"exiftoolr"with one row perfile processed.Thefirst column,named"SourceFile"gives the name(s)of the processedfiles.Subsequent columns contain info from the tags read from thosefiles.Note that binary tags such as thumbnails are loaded as base64-encoded strings that start with "base64:".Although these are truncated in the printed representation of the data.frame returned by the function,they are left unaltered in the data.frame itself.Referenceshttps://Examples##Not run:files<-dir(system.file(package="exiftoolr","images"),pattern="LaSals|Lizard",s=TRUE)exif_read(files)exif_read(files,tags=c("filename","imagesize"))##Use pipeline="csv"for images needing explicit specification##and proper handling of a non-default character setsimg_file<-system.file(package="exiftoolr","images","QS_Hongg.jpg")args<-c("-charset","exiftool=cp1250")res<-exif_read(img_file,args=args,pipeline="csv")res[["City"]]##"Zurich",with an umlaut over the"u"##End(Not run)install_exiftool Install ExifTool,downloading(by default)the current versionDescriptionInstall the current version of ExifToolUsageinstall_exiftool(install_location=NULL,win_exe=NULL,local_exiftool=NULL,quiet=FALSE)Argumentsinstall_locationPath to the directory into which ExifTool should be installed.If NULL(the de-fault),installation will be into the directory returned by backports::R_user_dir("exiftoolr").win_exe Logical,only used on Windows machines.Should we install the standaloneExifTool Windows executable or the ExifTool Perl library?(The latter relies,for its execution,on an existing installation of Perl being present on the user’smachine.)If set to NULL(the default),the function installs the Windows exe-cutable on Windows machines and the Perl library on other operating systems.local_exiftool If installing ExifTool from a local"*.zip"or".tar.gz",supply the path to that file as a character string.With default value,‘NULL‘,the function downloadsExifTool from https:// and then installs it.quiet Logical.Should function should be chatty?ValueCalled for its side effectIndexconfigure_exiftoolr,2exif_call,3exif_read,4exif_version(exif_call),3install_exiftool,6system2,38。
No.EX※※-OMV1027-A IP Address Setting Tool(Presetting Type)EX9–ZSW–IPC21. License Agreement 22. Product Outline 33. Network Configuration Example 44. Setting the Computer’s IP Address55. IP address setting of the IP Address Setting Tool 56. Option Setting 77. Log monitor function 78. Import / Export Function 89. Definitions and Terminology (Supplementary Explanation) 91. License AgreementSMC Corporation (hereinafter referred to as "SMC") hereby grants the user (regardless of whether the user is a corporation or an individual) a license to use this software "SMC EtherNet/IP IP Address Setting Tool" (hereinafter referred to as "Software") according to this License agreement (hereinafter referred to as "Agreement") under the articles listed below.Please check the content of this License Agreement, and only use it if you agree to all the terms and conditions herein. You cannot use this software, unless you agree with all the terms and conditions of this Licence Agreement.Article 1 (Grant of license)1. This Software is intended for use with the respective SMC EtherNet/IP Target product (henceforthreferred to as “Target product”) and it can only be used with Target products, in accordance w ith this licence agreement.2. This software can only be installed on a PC for the sole purpose specified in the precedingparagraph.Article 2 (Restrictions)1. This software is not to be copied, except as specified in Article 1-2.2. This software license is not to be transferred or loaned wholly or in part to a third party, either freeof charge or for payment.3. Modification, translation, adaptation or reverse engineering of this software is not permitted.4. The user cannot use this software other than with the Target product.5. This software cannot be used other than with the firmware which SMC provides.Article 3 (Other notices)1. Read the "Safety Instructions", "Precautions", "Specific Product Precautions" and "Specifications"described in the manual for the equipment when using any Target product supported by thisSoftware.2. This Software and the T arget product are subject to change without prior notice.Article 4 (Exemption of liability)SMC cannot take any responsibility for any loss or damage incurred by the use of this Software or for any loss or damage that may occur as a consequence of the use of this software.Article 5 (Termination)1. SMC has the full authority to terminate this agreement without notice and without anycompensation in the event that any terms and conditions have been breached.2. This Software and any copies thereof must be destroyed when this Agreement is terminated. Article 6 (Rights of this Software)The copyright and any other rights of this Software are owned by SMC, and protected by Japanese copyright laws and international treaty provisions.Article 7 (Governing law and jurisdiction)1. This Agreement shall be governed by Japanese law.2. Any dispute arising from this Agreement shall be submitted in the first instance to the exclusivejurisdiction of the Tokyo District Court or the Tokyo Summary Court primarily.2. Product OutlineIn order to connect an EtherNet/IP™ product to an EtherNet/IP™ network ("the network”), it is necessary to set the IP address of the product. The IP Address Setting Tool is used for setting the IP address during DHCP mode and Remote control mode.Operating systems suitable for the IP Address Setting Tool are as follows:Windows®XP (32/64bit)Windows®7 (32/64bit)Windows®8 (32/64bit)Windows®10 (32/64bit)*1) Install Microsoft .NET Framework 4 or later before use.*2) This tool might not operate correctly depending on the security setting of the PC. In that case, disable the security setting temporarily and try to use it again.Applicable products are as follows:EX260-SEN1/2/3/4EX500-GEN2EX600-SEN1/2/3/4EX600-WEN1/2JXC91/JXC92/JXC93*: When DHCP mode and Remote control mode are setMake sure that all downloaded files are in the same folder as the EX9-ZSW-IPC2.exe file before use.DhcpServerDll.dllPacketDotNet.dll(*3)SharpPcap.dll (*3)Etc.*3) This is the open source software.For details, please refer to "open_source_License" which is located in the folder in which all of the downloaded files are saved.3. Network Configuration ExampleSet the IP address while disconnected from the EtherNet/IP TM module (master).Fig. Network Configuration ExamplePC(Commercially availableproduct)LAN cableSwitching hub(Commercially availableproduct)LAN cable4. Setting the Computer’s IP AddressSet the IP address of the PC according to step 1 or 2 below.No. Display Instructions(1) [When a DHCP server is installed on the network]To automatically allocate the IP address using aDHCP server,Select the "Internet Protocol Version 4 (TCP/IPv4)Properties" screen,In the "General" tab window, select "Obtain an IPaddress automatically",Then click "OK".(2) [When a DHCP server is not installed on thenetwork]To specify the IP address directly without installing aDHCP server,Select the "Internet Protocol Version 4 (TCP/IPv4)Properties" screen,In the "General" tab window, select "Use thefollowing IP address:".Enter values in the "IP address" and "Subnet mask".Then click "OK".Values entered in "IP address" and "Subnet mask"must be set according to the network used.* The display on the left shows an example:IP address = 192.168.0.10Subnet mask = 255.255.255.05. IP address setting of the IP Address Setting ToolSet the IP address using the IP Address Setting Tool following the procedure (3) to (9) below.No. Display Instructions(3) When the computer IP address is setand the IP Address Setting Tool starts,the License agreement screen willappear.If the terms of the agreement areacceptable, select “I acce pt the termsin the license agreement”Then click “OK”.(4) The Network Setting screen appear.Select the network interface.If this screen is not necessary toappear the next time, tick the box for“Do not show this dialog box atstartup”.After selecting, click the [OK] button.(5)When the main screen appears, clickthe “AddRow” button to register thedevice for setting an IP address. (6)One line is added to the DeviceList.Select the line and click the “ParamSetting” button.(7)When the IP Address Setting screenappears, set the device IP addressand MAC address to be registered.After setting, click the [OK] button.When the IP address is not held duringRemote control mode, tick the box for“No storage Mode”.(8) After setting, information including theset IP address for the device list will bedisplayed.When the setting of device informationis completed, click the “Online”button.: It is not possible to maintain the IPaddress (Storage Mode, DisableDHCP) while communicating with theEtherNet/IP TM module (master).Set the IP address while disconnectedfrom the EtherNet/IP TM module(master).(9) When the setting is completed, thedevice information is displayed in thecolumn for Status and Vendor ID.When the setting of all devices iscompleted, click “Offline”.6. Option SettingSet the optional function in accordance with steps 10 to 11 below.(10) Unnecessary items can be hiddenusing the Option Setting.Click the “Option button” to display thescreen for Option Setting.(11) The Option Setting screen isdisplayed.Items with a tick in the box arefunctioning.Settings can be reset by clicking the“Default” button.7. Log monitor functionIt is possible to monitor the scanned status using this tool.(12) Display the optionscreen and check theLogMonitor.(13) The Log Monitor windowis displayed on the mainscreen.(14) When scanning or IPaddress setting isperformed, theprocessed information isdisplayed as a log.(15) Enter a keyword to Filterthe log, and click theFilter button.The line in which theentered keyword isshown is displayed.(16) To clear the Log Monitorinformation, click theClear button.The display will becleared.8. Import / Export Function(17) For data storage, click “Export” andstore the CSV file in the folder of yourchoice.Click “Import” and select the CSV fileto read the data.9. Definitions and Terminology (Supplementary Explanation)4-14-1, Sotokanda, Chiyoda-ku, Tokyo 101-0021 JAPANTel: + 81 3 5207 8249 Fax: +81 3 5298 5362URL NOTE: Specifications are subject to change without prior notice and any obligation on the part of the manufacturer.EtherNet/IP TM is a trademark of ODVA.© 2018 SMC Corporation All Rights Reserved.No.EX※※-OMV1027-A。
net-tools⼯具ifconfig命令ifconfig⼯具不仅可以被⽤来简单地获取⽹络接⼝配置信息,还可以修改这些配置。
⽤ifconfig命令配置的⽹卡信息,在⽹卡重启后机器重启后,配置就不存在。
要想将上述的配置信息永远的存的电脑⾥,那就要修改⽹卡的配置⽂件了。
CentOS7,Ubnutu16.04,Debian9,openSUSE15等以后版本系统已经默认不再集成这个命令,需要安装相应的软件net-tools⼀、安装软件,不同的版本安装这⾥就不讲解了⼆、命令详解(以CentOS6系统为例)1、ifconfig命令格式如下:ifconfig [-a] [-s] #查看全局参数说明:-a 显⽰全部接⼝信息(激活与⾮激活),默认只显⽰激活的⽹络接⼝信息。
-s 显⽰接⼝的摘要信息(类似于 netstat -i)-----------------------------------------ifconfig <interface> <options> #对接⼝操作参数说明:interface:⽹卡接⼝的代号,如eth0,eth1,ppp0等options:可以接的选项如下:address 为⽹卡设置IPv4地址。
netmask 设置⽹卡的⼦⽹掩码。
掩码可以是有前缀0x的32位⼗六进制数,也可以是⽤点分开的4个⼗进制数。
如果不打算将⽹络分成⼦⽹,可以不管这⼀选项;如果要使⽤⼦⽹,那么请记住,⽹络中每⼀个系统必须有相同⼦⽹掩码。
hw 设置硬件地址。
mtu 设置最⼤传输单元[-]arp 设置指定⽹卡是否⽀持ARP协议。
-表⽰不⽀持arp。
[-]promisc 设置是否⽀持⽹卡的promiscuous模式,如果选择此参数,⽹卡将接收⽹络中发给它所有的数据包。
-表⽰关闭混杂模式。
multicast 为⽹卡设置组播标志up 激活⽹络接⼝down 关闭⽹络接⼝2、产看激活⽹络接⼝的信息----------------------------------------------------------------------------------[root@CentOS ~]# ifconfigeth1 Link encap:Ethernet HWaddr 08:00:27:81:6C:6Dinet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0inet6 addr: fe80::a00:27ff:fe81:6c6d/64 Scope:LinkUP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1RX packets:1051 errors:0 dropped:0 overruns:0 frame:0TX packets:484 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:1000RX bytes:233852 (228.3 KiB) TX bytes:96923 (94.6 KiB)lo Link encap:Local Loopbackinet addr:127.0.0.1 Mask:255.0.0.0inet6 addr: ::1/128 Scope:HostUP LOOPBACK RUNNING MTU:65536 Metric:1RX packets:0 errors:0 dropped:0 overruns:0 frame:0TX packets:0 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:0RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)[root@CentOS ~]#----------------------------------------------------------------------------------对上⾯的参数进⾏说明:eth1 #表⽰激活的⽹络接⼝,lo表⽰loopbackLink encap:Ethernet #⽹络接⼝类型为以太⽹HWaddr 08:00:27:81:6C:6D #⽹卡的硬件地址(MAC地址)inet addr:10.10.10.6 #⽹卡的IPv4的地址Bcast:10.10.10.255 #⽹卡的ipv4的⼴播地址Mask:255.255.255.0 #⽹卡的⼦⽹掩码inet6 addr: fe80::a00:27ff:fe81:6c6d/64 Scope:Link #⽹卡的IPv6地址UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1#UP:表⽰“接⼝已启⽤”。
TIPTOP整合附件设定壹. TIPTOP 主机端设定在EasyFlow中要开启附件的功能必须设定TIPTOP 跟EasyFlow 主机的trust 关系,读取附件的功能是透过rcp 的方式自TIPTOP主机复制档案到EasyFlow 主机上。
∙TIPTOP主机需安装的服务:rsh设定步骤1. ~tiptop/.rhosts (设定用户不必输入密码即可使用rsh)2. /etc/hosts (设定rsh server/client 的主机名与IP 对应)3. /etc/hosts.equiv (设定哪部client机器可连上这部rsh server,通常使用默认值即可,不需去设定)一、设定~tiptop/.rhosts∙以tiptop 身份登入TIPTOP 主机编辑tiptop 用户目录下的 .rhosts 档案。
由于EasyFlow主机一定是使用tiptop账号登入,所以一定要有这个档案编辑~tiptop/.rhosts 档案的内容,格式为:[Client机器的IP地址][必须以Tab键作分隔][Client机器上的登入账号][换行]IP与账号中间必须以Tab键作分隔,否则会造成程序误判而无法存取。
=>> 必须设定「EasyFlow 主机IP」, 用「Tab 键」作区隔,以及「EasyFlow 主机登入Windows 时的账号」通常都是Administrator,账号大小写有差异,一定要完全设定正确,通常会建议设定为二组,预防user 登入Easyflow 主机时,大小写输入错误.变更~/tiptop/.rhosts档案的权限为rw-r--r--,使用以下指令:chmod 644 ~/tiptop/.rhosts二、设定/etc/hosts在TIPTOP主机上以root 账号在/etc/hosts 加入EasyFlow 主机IP与名称的对应纪录。
(在AIX主机上一定要设定/etc/hosts,才能正常执行rsh)在/etc/hosts 档案中加入EasyFlow机器(rsh Client端机器)的IP与对应主机名纪录三、检查TIPTOP主机上的各项设定是否正确∙检查是否已设定TIPTOP & EasyFlow 主机的trust 关系- 以tiptop 身份登入TIPTOP 主机- 检查~tiptop/.rhosts 内容是否设定正确- 档案权限必须chmod 644∙检查/etc/hosts 是否已设定easyflow主机对应名称的纪录(AIX主机一定要设)∙若TIPTOP 主机为Linux, 需开启rsh 功能- 以root 身份登入TIPTOP 主机- 执行“setup” 指令- 在“Services” 选项里,勾选“rsh” 功能检查rsh 是否已正常启动,请检查TCP port 514是否开启指令:netstat -tln|grep 514 (Redhat Linux AS3,AIX 4.3的netstat 参数需改用-an)∙测试rsh 功能指令:rsh [TIPTOP_IP] –l tiptop –n ls -al贰、EasyFlow 端主机设定ERPIIOFCOM.dll此支组件的主要功能为取得TIPTOP附件,置放于\Bin底下,需要拉入组件服务(这样才够权限去取得附件)。
NetTool™The Network Connectivity Tester NetTool™ Connectivity Tester -Don’t make a move without it.•Conclusively identifies a jack as Ethernet,Phone, Token Ring or inactive.•Helps frontline network technicians quickly verify and troubleshoot desktop-to-network connectivity.•Resolves complex PC network configuration issues such as IP address, default gateway,and email and web servers. Also shows key network resources used by that PC such as servers, routers and printers.•Checks link pulse for speed, polarity, duplex,level information and receive pair.•Includes a Problem Log that concisely listsproblems detected on the PC and network such as addressing issues, email and web problems.Whether you’re a network technician or a PC technician on the Help Desk, you know what a challenge it can be to resolve a troublesome desktop-to-network connectivity problem. Fluke takes on that challenge with the new NetTool Connectivity Tester. NetTool combines cable, network, and PCconfiguration testing in one palm-sized tool, so you’ll have everything you need to quickly resolve even the toughest connectivity problem.Minimum training time,maximum productivity.NetTool is so easy to use that eveninexperienced technicians can get up to speed quickly, with very little training.And it’s priced so every technician can have one. By reducing the time and expense associated withStandard and Inline models to match your testing needs.The NetTool Standard tester provides single-ended testing of cable and desktop-to-network connectivity. It shows when a network drop is hot and identifies the service and the device on the other end. It also shows speed and duplex settings and checks the health of frames being sent. (Note: the standard unit comes with a 50-use trial of the Inline Option).The NetTool Inline tester isa must for network and PC technicians who install or troubleshoot networked PCs. It comes with the inline functionality mentioned above in addition to all the capabilities of the standard tester.FREE Holster with registration Register your NetTool tester and receive a FREE personalized holster. Durable, soft case protects NetTool, allows you to hang-up or wear it on your belt and identifies ownership. Product registration also gives you Silver Priority Support member status with 90 days of FREE technical support. Go for the Gold annual membership and you’ll receive priority technical support, next day exchange and discounts on NetTool options and accessories.SpecificationsMedia Access10BASE-T and 100BASE-TXIdentifies10BASE-T, 100BASE-TX (Full orhalf-duplex), Token Ring (4/16 Mbps),Phone* (tip and ring pins)Cable Tests Wiremap, cable length, opens, shorts,and split pairs. Accuracy: ±10% forCat 5 cablePorts Shielded Hub/NIC connector (RJ-45).Serial port - customized 2.5mm“stereo” input jackInterface Push button navigation of icon/menu-driven viewPower Removable alkaline batteries, optionalrechargeable NiMH batteries oroptional A/C adapter. Approximately20 hours continuous use with4 alkaline batteries.Dimensions12.5 cm x 7.8 cm x 4.3 cm(5 in x 3 in x 1.7 in)Weight210 g (.46 lbs.)Warranty One year. (Extended warrantyavailable)LED Indicators(4) 2 on each side (Link,Utilization, Collision, and Error)*NetTool can detect telephone signals. However, it isnot designed to be used on public telephone networks.Ordering InformationModel Name DescriptionNT NetTool StandardNT-IL NetTool InlineNetTool Standard and Inline models include: NetTool Tester, serial cable, four AA batteries, wiremap adapter, quick reference guide, and CD–ROM containing users manual, quick reference guide and NetTool Blaster update utility software.Options and AccessoriesModel Name DescriptionNT-IL-OPT NetTool Inline Option Only(Turns an NT into an NT-IL) GOLD-NT NetTool Gold Priority Support NT-AC-ADAPT NetTool AC Power Adapter NT-BATT-CHG NetTool 1.25 AMP BatteryChargerBATT-AA-NIMH AA Rechargeable Battery Pack Fluke Networks, Inc.P.O. Box 9090, Everett, WA USA 98206Fluke Europe B.V.P.O. Box 1186, 5602 BDEindhoven, The NetherlandsFor more information call:U.S.A. (800) 443-5853 or Fax (425) 356-5116Europe/M-East (31 40) 2 678 200 or Fax (31 40) 2 678 222Canada (800) 36-FLUKE or Fax (905) 890-6866Other countries (425) 356-5500 or Fax (425) 356-5116E-mail:*******************.comWeb access: ©2000 Fluke Networks, Inc. All rights reserved.Printed in U.S.A. 4/00 1570552 D-ENG-N Rev. A。
邮件测试工具说明说明:由于目前市面上各厂家的邮件服务器过多,且每家的设置又不相同,故提供此工具进行测试,测试完成后,并提供SQL指令供写入数据库中程序位置:安装光盘\SetupTool\MailTestTool\MailServerTest.exe设置时注意要项:由于设置参数非常多,建议先请客户提供其MAIL设定参数供参考,以方便调试字段说明范例对应resakDB中资料说明字段型态:string电子邮件地址输入Email账号 XXX@ resak005默认值:空字符串说明:电子账号的地址型态:string使用者名称输入账号信息 XXX rssak020默认值:空字符串说明:电子账号的名称PS如果没有做认证可以不设定型态:string密码输入密码信息 xxx rssak021默认值:空字符串说明:电子账号的密码PS如果没有做认证可以不设定邮件服务器输入邮件服务器信息 resak022 型态:string默认值:空字符串说明:取得或设定用于 SMTP 交易的主机名称或 IP 地址PS如果跟sysba001中的Host相同可不设定邮件服务器输入邮件服务器信息 Host 型态:string默认值:空字符串说明:取得或设定用于 SMTP 交易的主机名称或 IP 地址其它设定画面说明字段说明范例 sysba001DB中资料说明服务器连接阜号码Mail server 的连接阜,预设为2525 Port 型态:int默认值:25说明:取得或设定用于 SMTP 交易的连接端口登入网络安全性目前预设为Basic,有常用的为Basic、login、NTLM、KerberosBasic AuthenticationType型态:string默认值:Basic说明:识别使用cred 连接到host 时,所使用的验证配置允许值:Basic、login、NTLM、Kerberos、Digest、Negotiate、gssapi、WDigestBasic:基本验证login:NTLM:使用与呼叫应用程序相关的Microsoft Windows NT 使用者认证Kerberos:使用与呼叫应用程序相关的Microsoft Windows NT 使用者认证Digest:摘要式验证Negotiate:与客户端交涉,以决定验证配置。
如果客户端和服务器都支持Kerberos,就使用它,否则使用NTLMgssapi:WDigest:处理外送的电子邮件讯息指定将要如何处理外送的电子邮件讯息0 DeliveryMethod型态:int默认值:0说明:指定将要如何处理外送的电子邮件讯息0: Network 电子邮件是透过网络传送到 SMTP 服务器。
1: PickupDirectoryFromIis 电子邮件会复制到本机因特网信息服务(Internet Information Services,IIS) 所用的收取目录中,以进行传递。
2: SpecifiedPickupDirectory 电子邮件会复制到SmtpClient.PickupDirectoryLocation 属性所指定的目录中,以便由外部应用程序进行传递UseDefaultCredentials 型态:bool默认值:false说明:该值控制是否在提出要求时传送DefaultCredentials如果使用预设认证则为 true,否则为 false服务器需要认证预设认证与账号密码认证二选一,如果选择的是账号密码认证表示执行时员工数据文件(resak)中UseDefaultCredentials:falseCredentials:0Credentials 型态:int默认值:0resak020;resak021必需要有资料说明:取得或设定用来验证寄件者的认证0:DefaultNetworkCredentials[网络认证]1:账号密码[smtp server要认证的话]SmtpID:账号[_UserName]来自resak20SmtpPassword密码[_Upassword]来自resak021此服务器需要加密联机(SSL) 指定 SmtpClient是否使用 SecureSockets Layer (SSL)加密联机false EnableSsl型态:bool默认值:false说明:指定 SmtpClient 是否使用Secure Sockets Layer(SSL) 加密联机,如果 SmtpClient 使用 SSL 则为true,否则为 false。
启用凭证指定应该用来建立Secure SocketsLayer (SSL) 联机的凭证false EnableClientCertificates型态:bool默认值:false说明:用来建立Secure Sockets Layer (SSL) 联机的凭证凭证路径客户端凭证路径Certificate 型态:string默认值:空字符串说明:用来建立Secure Sockets Layer (SSL) 联机的凭证的客户端凭证启用强制认证通过是否强制通过认证 false CertificateValidation 型态:bool默认值:false说明:是否强制通过认证不在画面上也要在sysba设定的数据说明sysba001 说明blnUseMail 要不要发送MailMailLogDirectoryPath MAILLOG路径执行成功画面说明当MAIL成功发出时,会秀出以下画面,里面的SQL指令,就是要设定到参数设定文件中的数据,当MAIL成功发出时执行成功画面说明当MAIL成功发出时,会秀出以下画面,里面的错误信息,皆为服务器或OS所发出的讯息,如果看不懂得可上查询网站找数据附录:MailTool对应Outlook电子账号画面说明(图一)(图二)图一电子邮件地址相当于图二电子邮件地址图一使用者名称相当于图二使用者名称图一密码相当于图二密码图一邮件服务器相当于图二外寄邮件服务器PS如果在电子账号设定的这个画面有作外寄服务器(SMTP)需要验证,并且有给定使用者名称与密码,那图一的使用者名称与密码请输入与其相同的数据MailTool 对应Outlook 电子账号画面说明(图一)(图二) 图一服务器需要认证相当于图二我的外寄服务器(SMTP)需要认证MailTool 对应Outlook 电子账号画面说明(图一)(图二) 图一服务器连接阜号码相当于图二外寄服务器(SMTP)(O):输入的信息图一此服务器需要加密联机相当于图二此服务器需要加密联机MailTool 对应Outlook 电子账号画面说明(图一)(图二) 图一登入网络安全性相当于图二的登入网络安全性PS :目前预设为Basic ,有常用的为Basic 、login 、NTLM 、KerberosMailTool 对应Outlook 电子账号画面说明(图一)启动强制验证通过代表图二选择”是(Y)”(图二)常见错误说明StatusCode(参考网址/article.aspx?uid=32)BadCommandSequence 发送顺序不正确CannotVerifyUserWillAttemptDelivery 指定的用户不是本地用户,但SMTP Server 接受此邮件并试图传递ClientNotPermitted Client端未经过身分验证或不允许Client端使用指定SMTP Server 发送邮件CommandNotImplemented SMTP Server 未执行指定的要求CommandParameterNotImplemented SMTP Server 未执行指定的要求所含参数CommandUnrecognized SMTP Server 无法识别指定的要求ExceededStorageAllocation 邮件太大以致无法储存到目标信箱GeneralFailure 找不到指定的SMTP ServerHelpMessage SMTP Server 传回Help讯息InsufficientStorage SMTP Server 没有足够空间来完成要求CommandNotImplemented SMTP Server 未执行指定的要求LocalErrorInProcessing SMTP Server 无法完成要求。
若无法解析Client端IP,则可能发生此错误;如果Client端被识别为垃圾邮件来源,也可能收到此错误。
MailboxBusy 目标信箱正在使用MailboxNameNotAllowed 指定目标信箱的语法不正确MailboxUnavailable 找不到目标信箱或无法访问目标信箱MustIssueStartTlsFirst SMTP Server被配置为仅接受TLS 连接,而SMTP Client端尝试通过使用非TLS 连接进行连接。
解决方法: SMTP Client端上设定EnableSsl=trueOk 电子邮件已成功发送至SMTP ServerServiceClosingTransmissionChannel SMTP Server 正在关闭传输通道ServiceNotAvailable SMTP Server 无法使用,SMTP Server 正在关闭传输通道ServiceReady SMTP Server 已准备就绪StartMailInput SMTP Server 已准备好接收电子邮件内容SyntaxError 指定要求的参数或语法不正确SystemStatus 系统状态或系统Help之回复TransactionFailed 交易失败UserNotLocalTryAlternatePath 接收的Server未存在指定用户,应该使用提供的地址讯息重新发送UserNotLocalWillForward 接收的Server未存在指定用户,Server 会转发此信件常见错误说明(参考网址/m2k/faq_use_a3-2-02.htm)System is busy, try again later.系统忙碌中,请稍后再试DNS lookup failed.(check your DNS settings)DNS查询失败,请重新确认e-mail address是否正确。
Specified domain is not allowed.不允许发信到所指定的网域。
请检查outlook的「我的服务器需要查验身分」选项是否已经勾选。
User (%s) unknown.使用者不存在Too much mail data.(Only %d bytes foryour account)您的信件大小已经超过Mail2000所设定的单封信件最大限制。