建议邀请 [英] suggestions invited

查看:72
本文介绍了建议邀请的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好...我是一个软件工程师。学生完成了我的第二年...我已经被要求在这些暑假期间制作一个项目...在此我想要b / b
想邀请一些想法设计和实施

一个应用程序监控系统......我必须从刮擦开始这样

请告诉我怎么去开始它从开始的仪式这是

我第一次制作这种复杂的项目......

i必须制作一个公司IT部门使用的系统

包含31个应用程序及其详细信息,这些应用程序正在

公司中使用...详细信息...

应用程序子应用程序类别平台语言版本IT

所有者功能所有者备注源代码文档最后更新

日期

i想要设计一个系统,让它让员工进入

应用程序的名称,并向他提供有关它的所有详细信息...请

建议appropria te设计和你认为最好使用的语言... b $ b最好使用...因为我和我在一起时间,我也可以学习一种新的

语言。 .i目前知道c和c ++ ...欢迎你的建议

Aditi

解决方案

On 22 2005年6月02:47:06 -0700,Aditi< dr ******** @ gmail.com>写道:

我必须制作一个公司的IT部门使用的系统,该系统包含31个应用程序及其在
公司中使用的详细信息......细节是......
应用程序子应用程序catagory平台语言版本IT
所有者功能所有者备注源代码文档最后更新
日期
我想设计一个系统,让它让它员工输入应用程序的名称并向他提供有关它的所有详细信息...请
建议一个合适的设计




Ahem。 ..


创建一个目录appmon。在此目录中为每个应用程序创建一个

的文本文件。将应用程序详细信息放在文件中,并在

应用程序名称后命名。用户可以使用cat appname查看特定

应用程序的详细信息。在unix或type appname上在

windows上,因此它是一个便携式解决方案。我相信这个设计适合你b / b
你的要求:)


- kv


Aditi写道:< blockquote class =post_quotes> hi all ... ima software engg。学生完成了我的第二年......我已经被要求在这些暑假期间做一个项目......特此我想邀请一些关于设计和实施的想法
一个应用程序监控系统......我必须从刮擦开始这样
请告诉我如何从开始进行回合仪式这是
第一次制作这种复杂的项目...
我必须制作一个公司的IT部门使用的系统,该系统包含31个应用程序及其在
公司中使用的详细信息...详细信息是...... <应用程序子应用程序catagory平台语言版本IT
所有者功能所有者备注源代码文档最后更新
日期
我想设计一个系统,让它让员工进入
应用程序的名称,并向他提供有关它的所有详细信息...请
建议一个合适的设计和您认为最好使用的语言。 ..我和我有很好的时间,我也可以学习一种新的语言......我现在知道c和c ++ ...欢迎你的建议
Aditi



我建议你先学习一下python:转到 www.python .org

下载/安装当前版本;浏览在线教程:
http://docs.python。 org / tut / tut.html


然后你可以看一下xml作为存储数据的方法。 Xml是

结构化,无需特殊软件即可读取(对于b
调试非常有用),并且易于用于简单数据。从
http://pyxml.sourceforge.net尝试xml模块/topics/download.html

[看简单用法演示]不要被复杂的

正式的XML定义吓到你,你是什么需要并不难使用。


- George


正如Konstantin所说,你的请求没有被指定显然就足够了。

在全部大写中你写应用程序监控系统,但你唯一的

用例是它让员工输入名称应用程序

并向他提供有关它的所有详细信息,其中详细信息为...... a b / b
一堆看起来不会经常变化的字段,如果有的话。


如果你想*监控*目前的状态这些应用程序,然后

你有一个合理的项目。否则,您的规格为

写入会导致文本文件,或者可能是一个小的3环活页夹,其中每个应用程序的描述都是整齐的(为什么要浪费电力?)。

所以,请扩展你的问题,我们会尽力帮助。


hi all...i m a software engg. student completed my 2nd yr...i have been
asked to make a project during these summer vacations...and hereby i
would like to invite some ideas bout the design and implementation of
an APPLICATION MONITORING SYSTEM....i have to start from scrach so
please tell me how to go bout it rite from the beggining this is the
first time i m making a project of this complexity...
i have to make a system used by the IT department of a company which
contains 31 applications and their details which are being used in a
company ...the details are...
Application sub application catagory platform language version IT
owner functional owner remarks source code documentation last updated
dates
i want to design a system such that it lets the it employee enter the
name of the application and gives him all the details about it...please
suggest an appropriate design and the language which you think would be
best to use...as i have enouf time with me and i can learn a new
language as well...i currently know c and c++...your advise is welcomed
Aditi

解决方案

On 22 Jun 2005 02:47:06 -0700, Aditi <dr********@gmail.com> wrote:

i have to make a system used by the IT department of a company which
contains 31 applications and their details which are being used in a
company ...the details are...
Application sub application catagory platform language version IT
owner functional owner remarks source code documentation last updated
dates
i want to design a system such that it lets the it employee enter the
name of the application and gives him all the details about it...please
suggest an appropriate design



Ahem...

Create a directory "appmon". In this directory create a text file for
each application. Put application details in file and name it after
application name. Users will be able to view details of a particular
application by using "cat appname" on unix or "type appname" on
windows, thus it is a portable solution. I believe this design fits
your requirements :)

- kv


Aditi wrote:

hi all...i m a software engg. student completed my 2nd yr...i have been
asked to make a project during these summer vacations...and hereby i
would like to invite some ideas bout the design and implementation of
an APPLICATION MONITORING SYSTEM....i have to start from scrach so
please tell me how to go bout it rite from the beggining this is the
first time i m making a project of this complexity...
i have to make a system used by the IT department of a company which
contains 31 applications and their details which are being used in a
company ...the details are...
Application sub application catagory platform language version IT
owner functional owner remarks source code documentation last updated
dates
i want to design a system such that it lets the it employee enter the
name of the application and gives him all the details about it...please
suggest an appropriate design and the language which you think would be
best to use...as i have enouf time with me and i can learn a new
language as well...i currently know c and c++...your advise is welcomed
Aditi



I suggest you first learn a bit of python: go to www.python.org and
download/install the current release; go through the online tutorial:
http://docs.python.org/tut/tut.html .

Then you might look at xml as a means for storing the data. Xml is
structured, readable without special software(very helpful for
debugging), and easy to use for simple data. Try the xml module from
http://pyxml.sourceforge.net/topics/download.html
[look at the demos for simple usage] Don''t be intimidated by complex
formal definitions of XML, what you need is not hard to use.

-- George


As Konstantin alludes, your request is not specified clearly enough.
In all-caps you write "APPLICATION MONITORING SYSTEM", yet your only
use-case is "it lets the it employee enter the name of the application
and gives him all the details about it", where "the details are ... " a
bunch of fields that don''t look to be changing very often, if ever.

If you want to *monitor* the current status of these applications, then
you have a reasonable project. Otherwise, your specifications as
written lead to text files, or perhaps a small 3-ring binder with
descriptions of each application neatly typed (why waste electricity?).
So, please expand your question, and we''ll try to help.


这篇关于建议邀请的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆