2019年10月7日

手写代码注意点 -- 判断参数合法性

摘要: leetcode官方示例: 阅读全文

posted @ 2019-10-07 21:12 frank_cui 阅读(272) 评论(0) 推荐(0)

Batch - FINDSTR

摘要: 总结 Searches for strings in files. 在文件中寻找特定的字符串 官方文档 阅读全文

posted @ 2019-10-07 14:34 frank_cui 阅读(315) 评论(0) 推荐(0)

Batch - 重定向符号Redirection >

摘要: 总结 Don't use a piping operator, which is what ">" Redirection is. 不要使用管道运算符,即“>”。 Display text 文本显示 To display a text on screen we have the ECHO comma 阅读全文

posted @ 2019-10-07 14:32 frank_cui 阅读(437) 评论(0) 推荐(0)

Batch - FOR %%a %%b

摘要: 总结 %%a refers to the name of the variable your for loop will write to. Quoted from for /?: Example 中文 1: Example 中文 2: Example 1: Above snippet would 阅读全文

posted @ 2019-10-07 14:18 frank_cui 阅读(793) 评论(0) 推荐(0)

Batch - FOR /F Delims 和 Tokens 用法

摘要: 原文地址: for /f命令之—Delims和Tokens用法&总结 作者:别逗了好么 在For命令语踞饽参数F中,最难理解的就是Delims和Tokens两个选项,本文简单的做一个比较和总拮。“For /f”常用来解析文本,读取字符串。分工上,delims负责切分字符串,而tokens负责提取字符 阅读全文

posted @ 2019-10-07 13:40 frank_cui 阅读(2907) 评论(0) 推荐(0)

导航

levels of contents