上一页 1 ··· 5 6 7 8 9
摘要: Sometimes, we need to get the current positon of the window on the screen, you can just invoke the following methods to achieve that purpose.using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using Syst 阅读全文
posted @ 2013-01-20 20:59 Shanghai Jim Zhou 阅读(242) 评论(0) 推荐(0) 编辑
摘要: When you publish a web service in IIS and want to get the domain info, you may get an very weird error:After some research, you just need to modify the Identity property on IIS:IIS process name: 阅读全文
posted @ 2013-01-20 20:28 Shanghai Jim Zhou 阅读(162) 评论(0) 推荐(0) 编辑
摘要: It is quite annoying that after you install the SQL Server, you found you cannot get connected to the SQL Server.Illustrator 1: One direct or useful way is to uninstall the SQL Server you have installed. However, this process will probably make you unhappy. Because uninstall the SQL Server is not th 阅读全文
posted @ 2013-01-20 20:07 Shanghai Jim Zhou 阅读(225) 评论(0) 推荐(0) 编辑
摘要: If you are developing a project related to AD(Active Directory), you probably need to search a particular user by its user name, surely you can create a method to achieve you own algorithm, but if the system provide a build-in one, I suggest you can just take the advantage the build-in method, which 阅读全文
posted @ 2013-01-20 17:22 Shanghai Jim Zhou 阅读(352) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9