-
Web站点风格切换的实现。附说明文档。Web站点的风格切换是很常见、也很受大家欢迎的功能。在Asp.Net中,我们可以通过模板页master page和主题th...
Web站点风格切换的实现。附说明文档。Web站点的风格切换是很常见、也很受大家欢迎的功能。在Asp.Net中,我们可以通过模板页master page和主题theme来实现网站的风格切换,但是.Net提供的默认设置不够强大和灵活。向大家介绍如何在.Net提供的方法上进行改进和扩展,以提供更加强大的网站风格切换功能。-Web site style switching realize. Attached documentation. Web site style switching is very common, but also very popular with everyone welcome to the function. In Asp.Net, we can page through master page templates and themes to achieve the site
- 2022-01-21 17:57:24下载
- 积分:1
-
Small, an online document management system that can share documents between mul...
小型的一个在线文件管理系统,可以在多用户之间共享文档。
其中的实现是用SQL Server2000来管理的。-Small, an online document management system that can share documents between multiple users. Realize which is to manage the SQL Server2000.
- 2022-11-07 17:55:03下载
- 积分:1
-
这是一本学习Net与XML的工具书,对初学者很有用。
这是一本学习Net与XML的工具书,对初学者很有用。-This is a learning tool for Net and XML book, useful for beginners.
- 2022-02-15 21:53:34下载
- 积分:1
-
WebNKIMath1
基于自然语言的QA,实现了数据库与源程序的分离。主要数据库是数学数据库。(Based on natural language QA, database and source code to achieve the separation. Main database is mathematical database.)
- 2011-09-09 07:58:18下载
- 积分:1
-
ToWeber
强大的画图k线图源代码,查看股票走势很有帮助(Drawing k chart source code to view the stocks trend is helpful)
- 2012-05-06 14:25:13下载
- 积分:1
-
codematic2
代码自动生成机,完成模型层,逻辑成的自动生成,提高开发速度(code processor)
- 2011-11-05 11:46:14下载
- 积分:1
-
c# 实现 DataTableSource的封装,并实现了新的功能,与DataTable配合使用...
c# 实现 DataTableSource的封装,并实现了新的功能,与DataTable配合使用-c# to achieve DataTableSource package, and achieve a new function, used in conjunction with the DataTable
- 2022-02-15 10:10:59下载
- 积分:1
-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
asp.net 自学课件,系统完整,可以作为授课课件使用
asp.net 自学课件,系统完整,可以作为授课课件使用-asp.net self-learning courseware, system integrity, and can be used as a teaching courseware
- 2022-01-28 05:12:02下载
- 积分:1
-
使用visual c++开发的小型房屋管理系统。使用access作为数据源。...
使用visual c++开发的小型房屋管理系统。使用access作为数据源。
- 2022-02-14 19:14:46下载
- 积分:1