Download the package form GoLand
tar -xvzf goland-2021.1.3.tar.gz
sudo mkdir /usr/local/bin/goland
tar -xvzf goland-2021.1.3.tar.gz
sudo mkdir /usr/local/bin/goland
#!/bin/bash | |
# It is very common while debugging elixir projects, deployed using mix releases, to | |
# investigate code logic using "on the fly patches" by entering the running instance iex | |
# and pasting new code into it (obviously only in dev environment, not production). | |
# If you're using kubernetes with multiple deployments that must be updated with | |
# multiple modules definition (like if you're following a bug through multiple steps), | |
# this process will cost some time. |
A álgebra relacional é uma teoria matemática que forma a base dos bancos de dados relacionais. Foi introduzida por Dr. E.F. Codd (1923-2003) enquanto trabalhava na IBM. É uma coleção de operações que são realizadas em um ou mais relações (tabelas) para obter outra relação sem alterar a original.
Algumas das operações mais comuns são:
seleção;
projeção;
união;
intersecção;
# Copy and self modified from ys.zsh-theme, the one of default themes in master repository | |
# Clean, simple, compatible and meaningful. | |
# Tested on Linux, Unix and Windows under ANSI colors. | |
# It is recommended to use with a dark background and the font Inconsolata. | |
# Colors: black, red, green, yellow, *blue, magenta, cyan, and white. | |
# http://xiaofan.at | |
# 2 Jul 2015 - Xiaofan | |
# Machine name. |