摘要:
using OpenCvSharp; using OpenCvSharp.Dnn; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading 阅读全文
摘要:
using OpenCvSharp; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OPenC 阅读全文
摘要:
跳转指令集合 Public field Static Beq 如果两个值相等,则将控制转移到目标指令。 Public field Static Beq_S 如果两个值相等,则将控制转移到目标指令(短格式)。 Public field Static Bge 如果第一个值大于或等于第二个值,则将控制转移 阅读全文
摘要:
利用spool spool基本格式: spool 路径+文件名 select col1||','||col2||','||col3||','||col4 from tablename; spool off spool常用的设置: set colsep' '; //域输出分隔符 set echo of 阅读全文