-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
excel对表软件
采用VBA实现对表。程序中采用了类似VB的界面,只要打开两张EXCEL表格,直接可以实现两张表的对比,更新操作。
- 2023-02-25 04:10:03下载
- 积分:1
-
五子棋小游戏
使用图形库,利用c++语言实现了界面化五子棋小游戏(Realize the interface game of Gobang)
- 2020-06-24 04:40:02下载
- 积分:1
-
木翼下载系统
木翼下载系统-my download ..................................
- 2022-04-01 05:16:56下载
- 积分:1
-
counts43
Personal independent data statistics, monthly statistics, click count statistics, search statistics, keyword statistics, geographical location, etc.
Antecedents page statistics, access page statistics, access to IP statistics, IE, system, color, region and other statistics
The file keeps fine and concise, not too much waste code, not too many page files, does not occupy the space position
Database compression function
IP geographic location query functionPersonal independent data statistics, monthly statistics, click count statistics, search statistics, keyword statistics, geographical location, etc.
Antecedents page statistics, access page statistics, access to IP statistics, IE, system, color, region and other statistics
The file keeps fine and concise, not too much waste code, not too many page files, does not occupy the space position
Database compression function
IP geographic location query function
- 2017-10-21 12:27:52下载
- 积分:1
-
function TEM
运用有限差分法的多层热传导模型,一维的热传导模型 matlab(Multi layer heat conduction model using finite difference method)
- 2021-01-13 23:08:47下载
- 积分:1
-
CPP_Lib_Func_Manual
C++库函数汇集+速查手册,挺全的,适合初学者.(C++ library functions collection+ Quick Reference.)
- 2017-04-16 00:08:59下载
- 积分:1
-
PSO_Matlab
i don t know how to describe its function, it s the pso coding running in matlab.
- 2008-12-15 16:04:05下载
- 积分:1
-
xianshi
基于LabVIEW的虚拟示波器的显示VI,这是示波器的主要功能,把要显示的波形显示,请放心下载(LabVIEW-based virtual oscilloscope display VI, which is the main function of oscilloscope, the waveform display to display, please rest assured Download)
- 2009-05-19 12:24:55下载
- 积分:1
-
PCL_supervoxelclustering_label
实现超体素分割,并将体素质心保存,以及分割后各点对应的标签全部实现保存(Supervoxel segmentation is realized, and the core of body quality is saved, as well as the corresponding labels of each point after segmentation are all saved.)
- 2020-11-04 15:59:52下载
- 积分:1