随笔
文章平均质量分 52
xufei96
SDET .net C#
展开
-
C#的各种类
类(Class)1. 静态类,如果类只包含静态的方法和属性,该类就是静态的.静态类在功能上与使用私有静态函数创建的类相同.不能创建静态类的实例,静态类不能被继承.使用static关键字,编译器可以检查以后是否给该类添加了实例成员,这可以确保不创建静态类的实例.2. 部分类,partial关键字允许类,接口或结构放在多个文件中,这样做的好处:1)原创 2009-10-06 21:45:00 · 458 阅读 · 0 评论 -
C#友元程序集
1. ClassLibrary3(1) AssemblyInfo.cs 添加using System.Runtime.CompilerServices;[assembly: InternalsVisibleTo("ConsoleApplication1")](2) Class1.csusing System;namespace ClassLibrary3{原创 2012-09-21 14:31:09 · 1724 阅读 · 1 评论 -
java http 请求之post json数据(转)
package com.utils;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.util.List;import org.apache.http.HttpEntity;import org.apache.ht转载 2012-03-07 15:39:53 · 6944 阅读 · 0 评论 -
How to Install and Config IPv6
OS: Windows XP Steps:1. Open Start => Run, run command: ipv6 install2. Open Start => Run, run command: netsh in the原创 2011-09-22 16:27:31 · 436 阅读 · 0 评论 -
发布ASP.NET程序至IIS7
<br />http://www.cnblogs.com/626498301/archive/2010/09/06/1818753.html原创 2010-09-07 16:41:00 · 302 阅读 · 0 评论 -
WPF 窗体大小锁定
<br />锁定窗体大小,使窗体不能调整大小 <br />this.ResizeMode = ResizeMode.NoResize;<br />winform这处理FormBorderStyle属性设置为:FixedSingle <br />msdn--windows:<br />http://msdn.microsoft.com/zh-cn/library/system.windows.window_properties.aspx原创 2010-09-01 10:32:00 · 2297 阅读 · 0 评论 -
C# 获取当前域名
How to get the domain nameHow to get the domain nameHow to get the domain name<br />How to get the domain nameHow to get the domain name<br />How to get the current domain name?<br /> <br />Hi,<br /><br />If anybody knows how to get the domain name(only do原创 2010-09-09 21:46:00 · 2081 阅读 · 0 评论 -
C# string的驻留机制
<br />using System;<br /> <br />namespace CSharpConsoleApp<br />{<br /> classMyClass<br /> {<br /> staticvoid Main()<br /> {<br /> string str1 = "111";<br /> string str2 = str1;<br /> Console.WriteLine(o原创 2010-08-17 13:43:00 · 329 阅读 · 0 评论 -
程序员面试 / IQ面试题:谁将是失败者
<br />A,B从一堆玻璃球(共100个)里向外拿球,规则如下:<br />1、A先拿,然后一人一次交替着拿;<br />2、每次只能拿1个或2个或4个;<br />3、谁拿最后一个球,谁就是最后的失败者;<br />假使A,B都足够聪明,问A,B谁将是失败者?写出你的判断步骤。<br /> <br /> <br />A是失败者。 <br /><br />B只要保证自己拿到第99个,即每轮B和A拿到的总数都是3的倍数即可。 <br /><br />例如:A1-B2 A2-B1 A4-B2 B必然拿到第99原创 2010-08-10 12:47:00 · 889 阅读 · 0 评论 -
微软的Visual Studio2010安装包如此之小,对微软的这项技术很惊讶,也很好奇。
上图左边是我在MS下的VSTS2010的安装包属性,右边是原先的VSTS2008 SP1的镜像文件属性。按理说软件版本越高容量越大,安装包也该越大才对,不知为何VSTS2010的安装包却如此之小,微软到底用了什么技术解决的这一问题。求解。。。。原创 2010-05-24 23:47:00 · 117 阅读 · 0 评论 -
关于工作我所想到的
最近网上对于如何做好程序员有许多讨论。对于这个话题,我也有我的一点感悟,虽然我自知我算不上一个合格的程序员。 1)态度。有句俗话叫“态度决定一切”,翻译成英语即为“Attitudes define anything.” Yeah, 工作是一种态度,学习是一种态度,同样人生也是一种态度。尤其对于应届生,以一种积极向上,朝气蓬勃的态度踏入工作岗位代表着一个好的开始。积极的心态原创 2010-05-23 23:16:00 · 312 阅读 · 0 评论 -
C#自定义数据类型的元算符重载与类型转换
using System; using System.Collections; namespace MyPractise.CastType { class Program { static void Main(string [] args) { string str = (string原创 2010-01-01 16:33:00 · 572 阅读 · 0 评论 -
数组元素IComparer,IComparable接口的实现
using System; using System.Collections; namespace MyPractise.MyArray.ReachSort { class Program { static void Main(string [] args) { ArrayItem fi原创 2010-01-01 15:48:00 · 292 阅读 · 0 评论 -
C#构造函数的执行顺序
using System;namespace ConsoleApplication2{ class Program { static void Main(string[] args) { Class2 class2 = new Class2(); Console.ReadKey(); } }原创 2009-12-27 20:02:00 · 251 阅读 · 0 评论 -
扩展方法简单实例
using System;namespace ConsoleApplication2{ class Program { static void Main(string[] args) { Class1 class1 = new Class1(); class1.MethodOfClass1();原创 2009-12-27 19:57:00 · 248 阅读 · 0 评论 -
ADO.NET 连接Sybase数据库
1.首先 如果安装Synbase Client的话,会在安装目录中发现ADO.NET(\sybase\ADO.NET)连接Sybase数据库的相关事例以及需要用到的dll。Sybase.Data.AseClient.dll sybdrvado11.dll sybdrvssl.dll (C:\sybase\ADO.NET\dll)2.而后需要确定系统目录(C:\Windows\Sys原创 2014-04-10 12:02:48 · 1250 阅读 · 0 评论