|
- Design Documents (High Level and Low Level Design Documents)
High-Level Design (HLD) involves decomposing a system into modules, and representing the interfaces invocation relationships among modules An HLD is referred to as software architecture
- algorithm - How to find LCA using HLD? - Stack Overflow
I have a tree I want to answer queries such as: Add value on a path Get sum on a path I am using Heavy-Light Decomposition There are n nodes in the tree and m queries With HLD, when I know the L
- UML, HLD and LLD examples - Stack Overflow
i need some clarification on UML documentation what is UML how UML different from HLD and LLD sample diagram for UML,HLD and LLD
- logging - IIS: Where can I find the IIS logs? - Stack Overflow
Thanks, this seems logical, but the logs directory is empty I probably need to turn on logging somehow, but I can't find anything about logging in the middle panel in IIS Manager
- How to make High Level Design Document ETL - Stack Overflow
I will be very much Thankful if someone can share their experience while designing ETL I am trying to prepare High Level Design Document This is first time i am architecture the ETL Solution May
- sql - What are DDL and DML? - Stack Overflow
I have heard the terms DDL and DML in reference to databases, but I don't understand what they are What are they and how do they relate to SQL?
- What tools (free) do you use to design software [closed]
What tools do you use to speed up documenting application design Namely, creating wireframes, flowcharts What other methods do you find essential Is the general consensus that use cases are vi
- getaddrinfo failed, what does that mean? - Stack Overflow
It most likely means the hostname can't be resolved import socket socket getaddrinfo('localhost', 8080) If it doesn't work there, it's not going to work in the Bottle example You can try '127 0 0 1' instead of 'localhost' in case that's the problem
|
|
|