-
利用iTextSharp第三方开源代码,很方便的生成pdf文件,包括图片、格式排版。...
利用iTextSharp第三方开源代码,很方便的生成pdf文件,包括图片、格式排版。-Use iTextSharp third-party open-source, it is convenient to generate the pdf files, including images, format, layout.
- 2022-06-02 13:57:11下载
- 积分:1
-
力 Jit
力 jit.net 和钩编译方法 x86 和 x64 windows 上工作
- 2022-03-24 14:23:06下载
- 积分:1
-
invoke-reiistry
VB写的ORACLE连接程序,可实现ORACLE数据的读写操作,(VB write ORACLE connection program, can achieve ORACLE data read and write operation,)
- 2018-12-03 18:12:22下载
- 积分:1
-
10
说明: 千博政府网站管理系统,全面基于新型政府服务网站构建标准,提供一站式解决方案!
政府信息公开、电子政务、公众参与、在线办事”于一身的多类型政府信息化平台。(The website management system of thousand Bo government is based on the construction standard of the new government service website. It provides one-stop solution.
Government information disclosure, e-government, public participation and online work are all kinds of government information platform.)
- 2018-04-13 11:20:02下载
- 积分:1
-
ASP多人聊天室源码
一个ASP多人聊天室源码,可以实现100人左右同时在线聊天。
一个ASP多人聊天室源码,可以实现100人左右同时在线聊天。
- 2022-05-07 04:27:44下载
- 积分:1
-
c# mouse and Keyboard recording and play
这个源码给大家分享一下。
我一直都努力去分析的代码现在才给大家分享对我来荣幸。
以后有什么疑问尽管告诉我一声。
谢谢
- 2022-07-24 19:22:31下载
- 积分:1
-
CSharp beginner reference, 100 cases of classic code involving various knowledge...
初学CSharp参考,经典代码100例,涉及各个知识点-CSharp beginner reference, 100 cases of classic code involving various knowledge points
- 2022-07-01 16:25:17下载
- 积分:1
-
music
说明: 在线音乐htm格式,全网通用,直接连接到百度,多米,音悦台等。(Online music, htm format, universal throughout the network, directly connected to Baidu, Domi, Yin Yuetai, etc.)
- 2020-04-24 17:52:23下载
- 积分:1
-
asp.net编写的一个体育用品商城,后台采用C#完成,可以为初学者提供参考...
asp.net编写的一个体育用品商城,后台采用C#完成,可以为初学者提供参考-asp.net written in a sports mall, the background using C# to complete, you can provide a reference for beginners
- 2022-07-01 17:04:49下载
- 积分:1
-
获取页面间传值
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnRedirect_Click(object sender, EventArgs e)
{
Response.Redirect("Request.aspx?value=获得页面间的传值");
}
}
- 2023-04-05 04:10:03下载
- 积分:1