摘要:
修改 program 文件 using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms; namespace MediaCamera{ static class Program 阅读全文
摘要:
VS2017利用fopen和fscanf读取文件时出现以下错误信息:C4996 ‘fopen’: This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use 阅读全文
摘要:
VB对于字符串bai的运用已经非常好了。那么关于ACCESS的运用如下解释:1:字符串转换日期格式A类:CDATE函数转换,将字符串直接转换成日期。例子:Print Cdate("1/1/2017")结果:2017-01-01B类:FORMAT函数转换dim S as stringS="2017-1 阅读全文