摘要:作者:李文华注:本文为原创,任何商业使用必须经过本人同意方可。
让每个人学会更好的沟通
软件项目活动的主体是人,项目计划的执行过程中从开始到结束,始终都贯穿着频繁的沟通。但是一个让人感慨的普遍的现象就是人与人的沟通成本往往会远远超出你的预期,从而大大降低了工作的效率。
1.1. 认识沟通成本
沟通是必须的,但是沟通存在“巨大”成本。
robert cecil ma......
摘要:.net托管世界的应用程序域和线程
关键词:托管 宿主 公用语言运行库 应用程序域 程序集 线程 managed host clr(common language runtime) appdomain assembly thread
一、 引子.net框架提供了全新的计算平台,给出了一致性的面向对象的编程环境,解决了安全、版本控制等原来系统平台中存在的问题,通过公用语言运行库(clr)提供了一......
创建虚拟目录(VB.net) function criadiretoriovirtual(byval vdirname as string, byval serverid as string, byval vdirpath as string, byval criaapplication as boolean) as directoryentry
dim root as directoryentry 【程序编程相关:
为什么上海盛大能成功?(5)】
dim newvdir as directoryentry 【推荐阅读:
如何在上传的图片上写字】
root = new directoryentry("iis://localhost/w3svc/" + serverid + "/root") 【扩展信息:
Samba使用指南】
newvdir = root.children.add(vdirname, "iiswebvirtualdir")
newvdir.properties("path")(0) = vdirpath
...
下一页 摘要:
参考了一些文章,整理了一下,大家可以直接拿去用吧,其实自从有了freetextbox这样的东东出现,ubb已经渐渐淡出江湖了。
using system;using system.text;using system.text.regularexpressions;
namespace test.com{/// <summary> /// 功能:ubb代码 /// 作者:re......