About 10,600,000 results
Open links in new tab
  1. how do I query sql for a latest record date for each user

    To get the latest record date along with the corresponding value for each user, you can use a subquery or a common table expression (CTE) in SQL. Here’s a solution using a CTE (if your …

  2. How do I show my global Git configuration? - Stack Overflow

    I'd like to show all configured Git sections. I only found git config --get core.editor, and I'd like to output everything that's configured globally, not only the configured default editor.

  3. python - What does request.GET.get mean? - Stack Overflow

    11 request.GET is the dictionary of the GET variables in the http request made to your server for example: python

  4. How can I determine installed SQL Server instances and their …

    0 I know its an old post but I found a nice solution with PoweShell where you can find SQL instances installed on local or a remote machine including the version and also be extend get …

  5. How to get all groups that a user is a member of? - Stack Overflow

    PowerShell's Get-ADGroupMember cmdlet returns members of a specific group. Is there a cmdlet or property to get all the groups that a particular user is a member of?

  6. Tomcat: How to find out running Tomcat version? - Stack Overflow

    We are running in a Windows environment and I had to find a way to get the Tomcat version outside of the Java environment. Without knowing the version, I could not determine the …

  7. Install winget by the command line (powershell) - Stack Overflow

    I'm trying to write a PowerShell script to setup windows dev machines. I want to use winget but I don't see any easy way just to install winget using the commandline. You have to either use …

  8. python - How to detect key presses? - Stack Overflow

    I am making a stopwatch type program in Python and I would like to know how to detect if a key is pressed (such as p for pause and s for stop), and I would not like it to be something like …

  9. How to list all installed packages and their versions in Python?

    38 If you want to get information about your installed python distributions and don't want to use your cmd console or terminal for it, but rather through python code, you can use the following …

  10. How do I find out which process is listening on a TCP or UDP port …

    The default output of Get-NetTCPConnection does not include Process ID for some reason and it is a bit confusing. However, you could always get it by formatting the output. The property you …