• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
三人行者,必有我师焉
为了自己的理想,我愿意付出全部的力量
博客园    首页    新随笔    联系   管理    订阅  订阅
2008年10月4日
datagrid
摘要: DataGrid: aspx中 cs中 co.con(); ... 阅读全文
posted @ 2008-10-04 22:11 wsy6634 阅读(192) 评论(0) 推荐(0)
ASP.NET连接SQL和ACCESS的方法
摘要: SQL: using System.Data.SqlClient; string sql = "server=.;uid=sa;pwd=;database=tablename;"; ACCESS: using System.Data.OleDb; string sql = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=" + HttpRuntime... 阅读全文
posted @ 2008-10-04 21:53 wsy6634 阅读(203) 评论(0) 推荐(0)
TcpListen和TcpClient的例子
摘要: 服务端: SERVER SEND RECEIVE TcpListener tl = new TcpListener(IPAddress.Any, 9999); Socket s = tl.AcceptSocket(); byte[] bt = new byte[1024]; int count = s.Receive(bt)... 阅读全文
posted @ 2008-10-04 21:31 wsy6634 阅读(1094) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3