针对小公司的在线发票解决方案 [英] Online invoicing solutions for small company

查看:43
本文介绍了针对小公司的在线发票解决方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨大家好,

我有一台带有静态IP的服务器(可通过互联网访问)

需要开发在线发票申请(通过主服务器访问)

速度是该系统中输入最多的东西,

我测试了WPF应用程序,它的5,6秒慢了

对此有任何建议

谢谢



我尝试过:



我已经测试了WPF应用程序,它的5,6秒慢了

Hi Guys,
I have a server with static IP (which is access via internet)
Need to develop application for online invoicing (access via main server)
Speed is the most imported thing in that system,
I have tested WPF application, its 5, 6 seconds slow
Any suggestion for this
Thank you

What I have tried:

I have tested WPF application, its 5, 6 seconds slow

推荐答案

这不是我们甚至可以开始回答的问题 - 我们不知道你的应用程序做了什么,它是如何做的,服务器是什么,服务器在哪里,两端的连接是什么,在服务器上运行什么,甚至你的应用程序的哪些部分正在服用5或者6秒钟做他们正在做的事情。



所以这取决于你。

首先使用秒表类(System.Diagnostics) [ ^ ]将登录信息添加到您的应用程序,以计算出各种各样的部分需要多长时间。使用该信息缩小登录范围,找出您编码的位置,使用大量时间并集中精力。



一旦有了指标,就可以开始寻找为什么事情很慢(并使用它们来监控任何改进的程度)但没有它们你只是猜测而且赢了;完全没事。
This isn't a question that we can even begin to answer - we have no idea what you app does, how it does it, what the server is, where the server is, what the connection is like at both ends, what is running on the server, or even what part(s) of you app are taking 5 or 6 seconds to do whatever it is they are doing.

So it's going to be up to you.
Start by using the Stopwatch Class (System.Diagnostics)[^] to add loggin info to your app to work out how long the varuious parts are taking. Use that info to narrow down the loggin to find out where ion you code it is using significant time and focus your efforts there.

Once you have metrics you can start looking at why things are slow (and use them to monitor the extent of any improvements) but without them you are just guessing and that won;t work at all.


有很多网站 - ASP .net与C#将是更轻的解决方案,试试这个



[ ^ ]



如何生成发票的pdf | ASP.NET论坛 [ ^ ]



[ ^ ]





免费的ASP.NET源代码&教程:如何使用iTextSharp生成发票表格作为PDF文件 [ ^ ]
There are many site - ASP.net with C# would be lighter solution, try that

[^]

How to generate pdf of an invoice | The ASP.NET Forums[^]

[^]


Free ASP.NET Source Code & Tutorial: How to generate the invoice form as PDF file using iTextSharp[^]


这篇关于针对小公司的在线发票解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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