热门

最新

红包

立Flag

投票

同城

我的

发布
ilypl
软硬兼吃曹达华
3 年前
trueilypl

package automatedScript

/*
测试合集
*/
import "log"

import "dockerServer/common"


func Test1(){
// 测试 hasaki.go中的errOrWarning function
log.Println("Test1")
path:="\\\\192.168.89.200/research/Research/Hasaki/automatedScriptError/la3Fly_plot_auto.txt"
errMsgList:=common.ReadTxt(path)
errMsg:=common.StringListToString(errMsgList)
eOrW := errOrWarning(errMsg)
log.Println("result error or warnig",eOrW)
}

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
xxx之和终结啦!可以写一下关于这类题型的心得和总结了,然后下一步应该是研究dfs在排列,组合的应用(这块有些薄弱)
立即登录