-
二维折线为折线
2d polyline To polyline
- 2022-06-11 22:17:55下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
Pivot 枢轴网格- Asp.Net MVC
翻译 maninwest@Codeforge 作者:Anurag Gandhi@CodeProject一个具有 pivot 选项的 Asp.Net MVC 的网格/报告控件。使用代码需要添加到 ReportControl 集的引用,之后就可以直接使用代码,如下所示:@Model.ReportWithPivot("", "ShopName", "SellingPrice", AggregateFunction.Sum, "ItemType", "ItemName")请注意你的模型应该是 IEnumerable 或者仅从 IEnumerable 衍生而来。如何工作ReportWithPivot 是 IEnumerable 对象的延伸方法,使用 RowField, DataField, Aggregate 函数和 ColumnFields 作为参数并返回一个 HTML 表,其中数据根据指定参数进行枢轴定位。public static HtmlString ReportWithPivot(this IEnumerable source, string cssClass, string rowField, string dataField, AggregateFunction aggregate, params string[] columnFields) where T
- 2022-12-29 09:05:04下载
- 积分:1
-
如何创建主题和皮肤
how to create themes and skins
- 2023-03-27 06:20:04下载
- 积分:1
-
< ASP.NET 2.0数据库项目案例导航>>CHAP03 搜索功能模块源代码和数据库文件;
< ASP.NET 2.0数据库项目案例导航>>CHAP03 搜索功能模块源代码和数据库文件;-> CHAP03 search function module source code and database files
- 2022-09-05 01:50:03下载
- 积分:1
-
Deal_Excel
一个小例子 如何操作Excel 无条件添加数据(vb.net
teach you how to add Excel)
- 2020-06-16 23:20:01下载
- 积分:1
-
c#实现的邮件收发
c#实现的邮件收发-c# realize the e-mail to send and receive
- 2022-04-21 15:35:32下载
- 积分:1
-
iptoaddress
根据IP查询所在地源码
asp.net实现根据ip查询出ip所在地(附带ip库)!
代码可直接运行,ipdata.config为ip库 (According to query the location of IP source asp.net achieve ip inquiries in accordance with the location of the ip (with ip library)! Code can be directly run, ipdata.config for ip database)
- 2008-12-17 14:21:39下载
- 积分:1
-
Silverlight 2.0的书。
.net Silverlight 2.0 book-Silverlight
- 2022-03-17 21:55:18下载
- 积分:1
-
xiaoyoulu
本系统为一个网上在线班级通讯录系统,所耗费的资源非常的小,学校的电脑无论是硬件还是软件都能够满足条件,因此,本系统在运行上是可行的。(The system is an online book online class system, the cost of resources is very small, whether it is a hard school computer
Parts or software are able to meet the conditions, therefore, the system is feasible in the running.)
- 2011-12-22 02:39:01下载
- 积分:1