上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: How to findexchange server users? DirectoryEntry entry = new DirectoryEntry(_ldap, userName, password); // _ldap is domain such as"LDAP://xxx.xxx.c... 阅读全文
posted @ 2012-11-12 16:54 chuwachen 阅读(88) 评论(0) 推荐(0)
摘要: If client invokes server in loop as follows, it will have bad performance.Client:foreach (){invoke server}In order to improve performance, client shou... 阅读全文
posted @ 2012-11-12 11:53 chuwachen 阅读(138) 评论(0) 推荐(0)
摘要: error: can not open xxx.dll.solution: delete xxx.dll, if can not delete it, rename it.Issue: XX fatal error LNK1201: error writing to program da... 阅读全文
posted @ 2012-10-29 13:50 chuwachen 阅读(172) 评论(0) 推荐(0)
摘要: When the owned variables are immutable types, a shallow copy is sufficient. A deep copy is possible, but would only result in additional memory use.Co... 阅读全文
posted @ 2012-09-14 18:27 chuwachen 阅读(169) 评论(0) 推荐(0)
摘要: It isOKto pass a non-const variable to a function with const parameter; it is incorrect to pass a const variable to a function with non-const paramete... 阅读全文
posted @ 2012-04-12 11:53 chuwachen 阅读(191) 评论(0) 推荐(0)
摘要: when using #include to include header files,If using , the compiler will search the header file in the system header folder.If using "header.h", the c... 阅读全文
posted @ 2012-04-12 11:16 chuwachen 阅读(106) 评论(0) 推荐(0)
摘要: Function "framework and references" can reference assembly generated by another project in same or separate solution, or contained in another team pro... 阅读全文
posted @ 2012-04-09 15:24 chuwachen 阅读(236) 评论(0) 推荐(0)
摘要: 有时候,当你在project-->xxx properties里切换configuration, platform是,会出现Error message "there are no property pages for the selection",可以在solution explorer中right... 阅读全文
posted @ 2012-04-05 13:46 chuwachen 阅读(386) 评论(0) 推荐(0)
摘要: 值类型主要由两类组成:结构和枚举。结构分为以下几类:Numeric(数值)类型 (整型浮点型decimal)bool用户定义的结构。基于值类型的变量直接包含值。将一个值类型变量赋给另一个值类型变量时,将复制包含的值。这与引用类型变量的赋值不同,引用类型变量的赋值只复制对对象的引用,而不复制对象本身。... 阅读全文
posted @ 2012-03-31 16:41 chuwachen 阅读(208) 评论(0) 推荐(0)
摘要: 1 -学习一种新语言,框架或方法 Web开发唯一不变的是变化。以NodeJS为例:两三年前它并不存在,只有很少(如果有的话)的JavaScript代码运行于服务器之上。现在,你离不开它。每个Web开发人员都希望留在自己的作品里。要做到这一点,我们必须不停学习最新的技术。如果你是一个后端开... 阅读全文
posted @ 2012-01-11 11:24 chuwachen 阅读(137) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页