子晴的编程日记

记录我的编程日记

导航

2019年1月7日 #

C#列表页面

摘要: 前台页面: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Page_Index" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1 阅读全文

posted @ 2019-01-07 17:21 子晴的编程日记 阅读(97) 评论(0) 推荐(0) 编辑

C#列表页面后台代码

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data 阅读全文

posted @ 2019-01-07 17:20 子晴的编程日记 阅读(868) 评论(0) 推荐(0) 编辑

c#连接oracle数据库底层方法

摘要: using Oracle.ManagedDataAccess.Client;using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.OleDb 阅读全文

posted @ 2019-01-07 17:19 子晴的编程日记 阅读(1046) 评论(0) 推荐(0) 编辑

2018年12月12日 #

c#连接oracle数据库

摘要: 连接字符串 public static string connString = "User ID=DatabaseName;Password=OraclePwd;Data Source=(DESCRIPTION = (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCP) 阅读全文

posted @ 2018-12-12 09:58 子晴的编程日记 阅读(881) 评论(4) 推荐(0) 编辑