Home > Net >  Quotation order time as discussed
Quotation order time as discussed

Time:12-02

Requirements: an order to open quotation, have designated suppliers, JiaDiZhe, after the bid is not allow suppliers to operation,

Ok, there's only one point, it is again after the bid is not allowed to offer

My idea is: on the server side, use a winform monitoring program, every few seconds to take on the day of the end of the order set time compared with the actual server time, set the end of the time when actual is greater than the actual order to update this order is a tag (assuming initial flag=Y allow quotation, order a monitor monitoring to change after the timeout flag=N are not allowed to quote)

This is one of my solution, never done this before, would like to ask is there a better techniques or methods

CodePudding user response:

Set an end time is not ok, please don't need to use a special program to do monitoring, flag directly returns the actual time & gt; The end of time

CodePudding user response:

See the needs of the business, if you want to close the channel, at the same time inform the team to the bid opening, then you need to do

If you say, you don't need business "automatic, intelligent," you tube he what, that is "schrodinger's cat," open a see will know,

Yes, do you often do what flow counter, just opened his + 1, there is no open no matter you,

If you don't intend to automation, intelligent, and in this state, he saw, he open, his submission, you see, in the open, when submit the update

CodePudding user response:

The current redis, netcore cache, by default, so deal with it, the
Overdue not expired, not the timer, but the next time you operate the trigger, if you always no one operation, he will never trigger (hey hey, no one, still doing whatever he)
Of course redis parameters can open timing,

I personally do may directly redis, open XA parameters,

Of course behind someone will tell you what QuartZ this class, it's who you then

CodePudding user response:

Price has leaks in it, and it is 1, in the end to 1000?

CodePudding user response:

reference 1st floor gs0038 response:
set an end time is not ok, please don't need to use a special program to do monitoring, flag returned directly is the actual time & gt; End time line
no that not what a user to click on the return must be automatic, rather than someone point trigger I want to in addition to monitoring program is there a better way

CodePudding user response:

refer to the second floor wanghui0380 response:
see the needs of the business, if you want to close the channel, at the same time inform the team for the bid opening, then you need to do

If you say, you don't need business "automatic, intelligent," you tube he what, that is "schrodinger's cat," open a see will know,

Yes, do you often do what flow counter, just opened his + 1, there is no open no matter you,

If you don't intend to automation, intelligent, and in this state, he saw, he open, his submission, you see, in the open, it is good to submit the update when




Automated, not by the user to trigger actively, in addition to monitoring program has a better idea or method

CodePudding user response:

reference 4 floor lorimoon response:
have holes, it marks a price is 1, in the end to 1000?
has bid ended last time shall prevail

CodePudding user response:

Set the data cache expiration time,
Time to, automatically expired,

CodePudding user response:

Personally feel that by judging whether the current time & gt; Deadline to also go
Or through the cache expiration to do relatively well

Monitor what the resource costs nothing but the widening

CodePudding user response:

reference 5 floor YBcsdn1996 reply:
Quote: refer to 1st floor gs0038 response:
set an end time is not ok, please don't need to use a special program to do monitoring, flag directly returns the actual time & gt; End time line
no that not what a user to click on the return must be automatic, rather than some people trigger point I want to in addition to monitoring program is there a better way to
don't understand what you want to control, an order of price is not a page, time stopped, don't need to click; This time control, baidu has a lot of, can't you see taobao auction

CodePudding user response:

refer to 7th floor YBcsdn1996 response:
Quote: refer to 4th floor lorimoon response:
have holes, it marks a price is 1, in the end to 1000?
has bid ended last prevail

Job/work hard just case database, database, operating system planning task,

CodePudding user response:

Software UI and logic design first before end user experience, you didn't say understand interactive interface design, why entanglements winform?

You need to explain how to "see" the user is the "end of the bidding" logo, assuming as most programmers, design is the user refresh the page or submit a operation, system prompt operation failed: "auction ends", then you can in the relevant API interface function request to determine whether the current time distance order initial time timeout, without any other action,
  •  Tags:  
  • C#
  • Related