copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
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
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?
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
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
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
The transaction log for the database is full - Stack Overflow I have a long running process that holds open a transaction for the full duration I have no control over the way this is executed Because a transaction is held open for the full duration, whe