English 中文(简体)
海滩管理的设计模式
原标题:Design Pattern for cache management

我必须制作一份目录,基本上将读到XML的一些数据,进行某些处理,并将一些数据作为图表。

这份意向书将刊印在《刑法》专栏中,这时段话将记忆中。

我为保存数据制造了障碍,可以用作切记,以避免每当需要APIC时阅读文件。

我可以建立一个单州级,能够进行一些处理,并将数据储存在海滩上。 每当数据变化时,它将更新海滩并存档。

但是,这一单州级只有在需要APICA时才使用。 在全球范围,不需要这一单一吨级。 在阅读了关于单一州的若干文章之后,它不是一种好的做法,仅用于海滩管理。

I dont want to go for singleton , but dont have any other solution for this. Any suggestions???

问题回答

就我的理解而言,你想要从其他方案获得一个商品目录,因此不把商品作为“过程的放弃”。 你将有一个记忆,你可以收集你的数据。

基本上,它结合了工厂+战略模式。 尝试创建实例和战略,选择从海滩或XML档案中获取的算法。





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签