摘要: using System;using System.Collectios.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data;using System.Configuration;namespace SqlUtility;{ public class SqlHerper { public static string ConnStr=configurationManager.Connectionstrings["sql"].connectionstr 阅读全文
posted @ 2013-05-13 06:30 nieyulin 阅读(109) 评论(0) 推荐(0) 编辑
摘要: namespace X{ public class Login:System.Web.UI.Page { protected string PreUserName{get;set;} protected string Js{get;set;} public string Load_Page(object sender,EvevtAges e) { if(!IsPostBack) { PreUserName=Request.Cookies["txtusername"]==null?string.Empty:Request.Cookies["txtLog... 阅读全文
posted @ 2013-05-12 07:09 nieyulin 阅读(175) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-05-10 15:08 nieyulin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;using System.IO;namespace _01字符串Md5计算与文件Md5计算{ class Program { static void Main(string[] args) { #region 计算字符串的Md5值 //while (true) //{ // Console.WriteLin... 阅读全文
posted @ 2013-05-10 08:04 nieyulin 阅读(165) 评论(0) 推荐(0) 编辑
摘要: namespace X{ public class Login:System.Web.UI.Page { protected string PreUserName={get;set;} protected string Js={get;set;} protected void Load_Page(object sender,EventAges e) { if(!IsPostBack) { PreUserName=Request.Cookies["txtusername"]==null?string.Empty:Request.Cookies["tx... 阅读全文
posted @ 2013-05-09 07:09 nieyulin 阅读(157) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-05-09 06:45 nieyulin 阅读(4) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-05-07 20:12 nieyulin 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 不知不觉就四年了,有过许多的回忆,自己努力过、奋斗过、坚持过,不管结果如何,我都十分珍惜大学的生活,最近几天莫名的感觉生活好像少点什么,但我也说不清楚 !最近一段时间对代码的学习,让我认识到自己在编程方面的不足,但也让我明白一个道理就是做任何事都是要坚持和刻苦,态度真的很重要,正如名言说的那样,天道酬勤,自然就熟能生巧。回想自己的以前,还是感觉自己当时是那么的幼稚,随着时间的推移,我希望自己的内心变得更加的强大起来,苦和甜来自外界,坚强则来自于自己不断的努力,唯有通过自己的努力,才能改变自己的命运,才会减少老爸老妈的担心,不是我现实,是生活让我变得更加的现实,让我明白了,不管是做技术还是与人相 阅读全文
posted @ 2013-05-07 14:45 nieyulin 阅读(136) 评论(0) 推荐(0) 编辑