会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学如逆水行舟,不进则退
每天进步一点点
博客园
首页
新随笔
联系
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
37
下一页
2015年4月16日
C#ref和out的区别-ref是有进有出,out是只出不进
摘要: 之前学习C#时候就遇到了这个问题,不过当时没有深究。昨晚想到这个问题时候自己尝试敲了敲代码,结果从运行的结果来看,越看越乱。在查看了一些资料的基础上,自己总结了一下。 可能会有点乱,但是自己总结出来的东西。 一:ref 关键字使参数按引用传递。 其效果是,当控制权传递回调用方法时,在方法中对参数所做
阅读全文
posted @ 2015-04-16 13:23 好好學習
阅读(589)
评论(0)
推荐(0)
2015年4月15日
C#基础总结-2015-04
该文被密码保护。
阅读全文
posted @ 2015-04-15 16:44 好好學習
阅读(4)
评论(0)
推荐(0)
获取用户IP地址
该文被密码保护。
阅读全文
posted @ 2015-04-15 09:42 好好學習
阅读(0)
评论(0)
推荐(0)
关于csv乱码的问题
该文被密码保护。
阅读全文
posted @ 2015-04-15 09:36 好好學習
阅读(0)
评论(0)
推荐(0)
2015年4月14日
C#删除目录和目录下的所有文件
该文被密码保护。
阅读全文
posted @ 2015-04-14 14:30 好好學習
阅读(1)
评论(0)
推荐(0)
2015年4月10日
xmlhelper
摘要: // //// Copyright(C) 2009-2010 连林SoftWare工作室 // All Rights Reserved//// FileName: ConfigManager// Description: 静态方法业务类,用于对C#、ASP.NET中的WinForm & WebFor
阅读全文
posted @ 2015-04-10 10:19 好好學習
阅读(205)
评论(0)
推荐(0)
把dataTable数据转换为Html
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CommonSched...
阅读全文
posted @ 2015-04-10 10:09 好好學習
阅读(1063)
评论(0)
推荐(0)
发送邮件 html格式
摘要: 下面黄色代码为实现发送邮件 FileStream fs = new FileStream(Server.MapPath("../ImportUserIOExcel/productConsultAnwser.html"), FileMode.OpenOrCreate, FileAccess.Read)
阅读全文
posted @ 2015-04-10 09:59 好好學習
阅读(482)
评论(0)
推荐(0)
2015年4月1日
文件流的操作
摘要: StreamReader实现了抽象基类TextReader类,而StreamWriter实现了抽象基类TextWriter。分别用于对流的读取与写入。先从StreamReader说起一、构造方法 StreamReader(Stream) 为指定的流初始化 StreamReader 类的新实例。 S...
阅读全文
posted @ 2015-04-01 15:18 好好學習
阅读(296)
评论(0)
推荐(0)
构造函数
摘要: 从基类开始构造对象。 public class MyBaseClass { public MyBaseClass() { Console.WriteLine("In MyBaseClass()"); } public MyBaseClass(int i) { Console.WriteLine("I
阅读全文
posted @ 2015-04-01 14:03 好好學習
阅读(161)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
37
下一页
公告