摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window 阅读全文
posted @ 2024-06-15 17:42 菜鸟程序员lxs 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window 阅读全文
posted @ 2024-06-15 17:41 菜鸟程序员lxs 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Diagnostics;using System.Windows.Forms;using System.IO;using System.Threa 阅读全文
posted @ 2024-06-15 17:40 菜鸟程序员lxs 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Windows.Forms;using System.Collections.Generic;using System.Text;using System.Management;using System.IO;using System.Diagno 阅读全文
posted @ 2024-06-15 17:39 菜鸟程序员lxs 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Web;namespace GetPCInformation{ class Excel { public void 阅读全文
posted @ 2024-06-15 17:38 菜鸟程序员lxs 阅读(1) 评论(0) 推荐(0) 编辑
摘要: oracle数据类型 字符类型 1. CHAR CHAR类型,定长字符串,会用空格填充来达到最大长度,charCHAR(12) "12"代表字节, 1个中文字符占3个字节,数字和字母占一个字节,默认为1 2. varchar2(常用) 变长字符串,与char不同,不会使用空格填充达到最大长度,最多存 阅读全文
posted @ 2023-04-10 01:13 菜鸟程序员lxs 阅读(15) 评论(0) 推荐(0) 编辑