microsoft project 2007教程中文版

microsoft project 2007教程软件介绍

Microsoft Project(或MSP) 是专案管理软件程序由微软开发销售。软件设计目的在于协助专案经理发展计划、为任务分配资源、跟踪进度、管理预算和分析工作量。第一版微软Project为微软Project for Windows 95,发布于1995年。其后版本各于1998, 2000, 2003和2006年发布。本应用程序可产生关键路径日程表──虽然第三方ProChain和Spherical Angle也有提供关键链关联软件。日程表可以以资源标准的,而且关键链以甘特图形象化。另外,Project可以辨认不同类别的用户。这些不同类的用户对专案、概观、和其它资料有不同的访问级别。自订物件如行事历、观看方式、表格、筛选器和字段在企业领域分享给所有用户。

发表回复

登录后才能评论

评论列表 ( 0条)

MIP.watch('type', function (type) { const postId = MIP.getData('post_id'); if (!type || !postId) { return; } fetch('/wp-json/softsphere/v1/download', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ post_id: postId, type: type }) }) .then(response => response.json()) .then(data => { if (data.code === 0) { MIP.setData({type:""}); MIP.viewer.open(data.data.download_link); } console.log(data.message); }) .catch(error => { console.error('Error:', error); }) });