码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
读书列表
记录读书列表,促进阅读~ ...
分类:其他好文   时间:2017-04-26 13:07:31    阅读次数:130
log4net初探
/// /// Static constructor that initializes logging by reading /// settings from the application configuration file. /// /// /// /// The log4net.I... ...
分类:Web程序   时间:2017-04-25 22:18:24    阅读次数:189
WCF的三种模式
WCF通信的3种模式 1.正常模式:客户端调取接口-》等待服务响应-》接受响应-》执行客户端后面代码(wcf服务有入参,有返回值) 2.数据报模式:客户端调取接口-》不等待响应,直接执行客户端后面代码(wcf服务有入参,无返回值) 3.双工模式:客户端调取接口-》服务端立刻回复介绍到请求-》服务端继 ...
分类:其他好文   时间:2017-04-23 00:52:02    阅读次数:307
out 、ref、params
1.out参数 在一个方法中,返回多个相同类型的值的时候,可以考虑返回一个数组,但是如果返回多个不同类型的值的时候,返回数组就不行,那么这个时候可以考虑用out参数。 out参数侧重于在一个方法中可以返回多个不同类型的值。 using System; using System.Collections ...
分类:其他好文   时间:2017-04-22 13:11:58    阅读次数:232
解决:Reading table information for completion of table and column names
mysql -A不预读数据库信息(use dbname 更快)—Reading table information for completion of table and column names You can turn off this feature to get a quicker star ...
分类:其他好文   时间:2017-04-22 13:05:59    阅读次数:174
Linq
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Collections; using System ...
分类:其他好文   时间:2017-04-22 12:40:26    阅读次数:181
Attribute属性
1.在方法前面加[] using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Collections; u ...
分类:其他好文   时间:2017-04-22 00:55:18    阅读次数:145
C# Winfom 中ListBox的简单用法
Winform控件ListBox的用法 1、如何添加listBox的值 2、如何判断listBox集合是否添加过 3、如何获取listBox选中的值 4、如何移除listBox中存在的值 5、综合使用例子 简单实现人员从部门1转移到部门2或部门2转移到部门1 1)界面设计 2)完整源码 3)界面演示 ...
分类:Windows程序   时间:2017-04-21 19:20:12    阅读次数:366
文件读取(filestream)
在stream中已经介绍过,文件读取应用filestream,其是以字节为单位读取文件的。在操作中,当应用filestream创建文件流,读取时应先定义一个字节数组,在转化成char类型,最后转化成string类型。我们其实可以通过streamreader/writer类来直接读取字符串。在此简单介 ...
分类:其他好文   时间:2017-04-19 00:32:35    阅读次数:183
Lintcode7 Binary Tree Serialization solution 题解
【题目描述】Designanalgorithmandwritecodetoserializeanddeserializeabinarytree.Writingthetreetoafileiscalled‘serialization‘andreadingbackfromthefiletoreconstructtheexactsamebinarytreeis‘deserialization‘.设计一个算法,并编写代码来序列化和反序列化二叉树。将树..
分类:其他好文   时间:2017-04-18 00:01:15    阅读次数:186
1497条   上一页 1 ... 87 88 89 90 91 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!