using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using DDTek.Oracle;using System.Configuration;namespace Common{
转载 2021-07-30 14:45:31
102阅读
using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using DDTek.Oracle;using System.Configuration;namespace Common{ //// <summary> /// OracleHelper 的摘要说明。 /// </summary> public class OracleHelper { protected OracleC
转载 2011-06-27 14:26:00
124阅读
2评论
#include #include #include using namespace std;using namespace oracle::occi;struct Student_struct{ int no; int age; string name...
原创 2022-07-18 10:45:21
47阅读
本文所述为C#实现的Oracle数据库操作,可执行超多常用的Oracle数据库操作,包含了基础数据库连接、关闭连接、输出记录集、执行Sql语句,返回带分页功能的dataset 、取表里字段的类型和长度等,同时还有哈稀表自动插入数据库等高级任务。需要特别指出的是:在执行SQL语句,返回 Dat...
转载 2014-11-10 18:42:00
116阅读
2评论
C++操作MySQL 简介 1)成果是一个用于操作MySQL的; 2)它基于MySQL提供的C api进行处理; 3)它的优点,是简单易用,且不用额外考虑内存管理问题; 4)这里提供了代码,包括makefile和vs2015工程; 相关内容 1)相关的MySQL接口的简单介绍; 2)DBConnector和ResultSet的介绍; 一、MySQL的C api简介 除了C的ap
转载 2024-02-03 22:57:44
34阅读
FTP操作示例,包含主动、被动模式
转载 2011-06-30 12:46:08
519阅读
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net; using System.Windows.Forms; using System.Globalization; namespace FtpLib { public class FtpWeb { s
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; namespace Dw.Util { /// <summary> /// Session 操作 /// 1、GetSession
C#
原创 2021-08-11 15:28:33
170阅读
using System;using System.Data;using System.Data.OleDb;using System.Configuration;using System.Windows.Forms;public class AccConnDb{ private OleDbConnection conn; private OleDbDataAdapt
原创 2023-05-09 15:59:24
127阅读
using System;using System.Collections.Generic;using System.Web;using System.Data.OleDb;usilConnDb,适用于Sql数据库操作/// public class SqlConnDb
原创 2023-05-09 16:39:19
133阅读
public class FtpWeb { string ftpRemotePath; string ftpUserID; string ftpPassword; string ftpURI; string ftpServerIP; /// <summary> /// 连接FTP /// </summar
原创 2013-12-28 12:45:12
565阅读
复数的概念我们高中已经接触过,包含是实部和虚部,For example:2i + 3J;实部和虚部值可为整型,亦可浮点型,那在此实现一下简单的复数操作代码如下:class Complex { public:     Complex(double real,double imag)    &nb
原创 2016-01-20 19:59:41
747阅读
1点赞
publicclassXmlControl{protectedstringstrXmlFile;protectedXmlDocumentobjXmlDoc=newXmlDocument();publicXmlControl(stringXmlFile){////TODO:在這裡加入建構函式的程式碼//try{objXmlDoc.Load(XmlFile);}catch(System.Excepti...
转载 2010-04-09 16:09:00
141阅读
2评论
//一、安装服务: private void InstallService(IDictionary stateSaver, string filepath) { try { System.ServiceProcess.ServiceController service = new System.Serv
转载 2010-10-26 10:30:00
97阅读
2评论
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using System.Web.Caching; namespace HuaTong.Ge
转载 2017-07-14 14:53:00
122阅读
2评论
为了方便SQLite的使用,封装了一个SQLite的C++,同时支持ANSI 和UNICODE编码。代码如下: 头文件(SQLite.h) [cpp] view plaincopy /*********************************************************
转载 2019-08-28 22:14:00
336阅读
using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;using System.Collections.Generic;namespace 阿飞_秋风扫落叶网站软文系统.Com...
转载 2015-08-21 18:11:00
65阅读
2评论
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml; using System.IO;namespace XML.Helper { public class xmlHelper { #region 字段 /// /// xml文件物理路径 /// private string _FilePath = string.Empty; /// /// xml文档 /// private XmlDocument _xml; ...
转载 2013-08-27 19:01:00
242阅读
2评论
001 using System;002 using System.Collections.Generic;003 using System.Text;004 using System.Net;005 using System.IO;006 007 namespace Utility008 {009
转载 2011-07-08 09:01:00
72阅读
2评论
写的一个XML操作,包括读取/插入/修改/删除。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.We
转载 2010-12-20 15:14:00
226阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5