摘要: 我的家 阅读全文
posted @ 2008-10-03 13:22 小人物.net 阅读(158) 评论(0) 推荐(0)
摘要: <html><title>css控制字数</title><head><style type="text/css">.dd{border: solid 1px gray;width:180px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;course:hand;}... 阅读全文
posted @ 2009-04-02 15:31 小人物.net 阅读(381) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2008-10-08 19:43 小人物.net 阅读(103) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2008-09-22 22:54 小人物.net 阅读(205) 评论(0) 推荐(0)
摘要: ado.net 连接数据库2008-03-14 23:22在MSDN中,.net的数据库连接字符串都有详细的说明,我这里以代码范例的方式罗列一些,具体的每一项代表的意义可以参看MSDN. ADO.net 中数据库连接方式(微软提供) 微软提供了以下四种数据库连接方式: System.Data.OleDb.OleDbConnection System.Data.SqlClient.SqlConnec... 阅读全文
posted @ 2008-09-20 19:37 小人物.net 阅读(675) 评论(0) 推荐(0)
摘要: 在VS 2005中,经常会使用到ConfigurationSettings类来读取应用程序配置文件的信息,以获取数据库连接的字符串,但是,经常会出现如下的错误:警告“System.Configuration.ConfigurationSettings.GetConfig(string)”已过时:“This method is obsolete, it has b... 阅读全文
posted @ 2008-09-20 19:31 小人物.net 阅读(498) 评论(0) 推荐(0)
摘要: 在VS 2005中,经常会使用到ConfigurationSettings类来读取应用程序配置文件的信息,以获取数据库连接的字符串,但是,经常会出现如下的错误:警告“System.Configuration.ConfigurationSettings.GetConfig(string)”已过时:“This method is obsolete, it has b... 阅读全文
posted @ 2008-09-20 18:19 小人物.net 阅读(295) 评论(0) 推荐(0)
摘要: [代码]Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %... 阅读全文
posted @ 2008-09-18 15:20 小人物.net 阅读(298) 评论(0) 推荐(0)
摘要: using System;using System.IO;using System.Net;using System.Collections.Generic;using System.Text;namespace Get51Job{ class Get51job { public string Get1stPage() { Uri uri = new Uri("http://search.51jo... 阅读全文
posted @ 2008-09-18 15:02 小人物.net 阅读(372) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2008-09-09 13:43 小人物.net 阅读(80) 评论(1) 推荐(0)