design-patterns
Cross Language Standard Libraries? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-10 11:56 分类:问答Calling a method using the string/variable of the method name inRuby [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to turn a string into a method call?[详细]
2023-04-10 09:56 分类:问答How I know when a class is a Helper or a Service?
i\'m using DDD archit开发者_开发百科ecture in my project and I need to create a class to generate a GUID to use in another class.[详细]
2023-04-10 06:40 分类:问答What's the difference between these two JavaScript patterns
I am trying to organize my JavaScript better. My goal is to have modular architecture that I can break into separate files (sitename.js, sitename.utils.js etc).[详细]
2023-04-10 05:29 分类:问答Rails button_to to trigger an action in Model directly
I would like to allow user to cancel his Event by clicking a button on show page. I have a method cancel in Event model, but don\'t want to create a method cancel in Controller if I don\'t have to.[详细]
2023-04-10 04:16 分类:问答java String split + patterns
I\'m using this method to split some text: String[] parts = sentence.split(\"[,\\\\s\\\\-:\\\\?\\\\!\\\\«\\\\»\\\\\'\\\\´\\\\`\\\\\\\"\\\\.\\\\\\\\\\\\/]\");[详细]
2023-04-10 04:09 分类:问答dynamic reports (adding and removing of the fields by the users) in .NET
I have a .NET (C#) reporting application that retrieves data from database, transforms it and generates reports.[详细]
2023-04-10 02:59 分类:问答Should I use one form on page or generate a form per item?
I want to display a list of items. Each item would have an edit and a delete icon next to it. For obvious reasons I want to trigger the delete action with HTTP POST.[详细]
2023-04-10 00:53 分类:问答Which design pattern should I use to write an ASP.net page that persists to a DB?
Is there a design pattern I can use in asp.net pages that will help me program pages more effieciently? In particular its when I have to save something to a databa开发者_开发知识库se and then set up s[详细]
2023-04-09 22:36 分类:问答What's the Best Way to Send Parameters to a UIViewController?
I ask this question because it appears that viewDidLoad gets called before the main block of the initializer does and the class variables I\'m initializing in the initializer are turning up nil in vie[详细]
2023-04-09 21:41 分类:问答