為了能讓大家能夠順利的建立起 Angular 17 開發環境,以下是需要安裝的相關軟體與安裝步驟與說明。
- Windows 10 以上版本
- Mac OS X 10.6 以上版本
# It's not recommended to modify this file in-place, because it will be | |
# overwritten during package upgrades. If you want to customize, the | |
# best way is to create a file "/etc/systemd/system/postgresql.service", | |
# containing | |
# .include /lib/systemd/system/postgresql.service | |
# ...make your changes here... | |
# For more info about custom unit files, see | |
# http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F | |
# For example, if you want to change the server's port number to 5433, |
ansible-playbook 2.8.4 | |
config file = None | |
configured module search path = ['/Users/tsengeagle/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] | |
ansible python module location = /Users/tsengeagle/.pyenv/versions/3.7.0/lib/python3.7/site-packages/ansible | |
executable location = /Users/tsengeagle/.pyenv/versions/3.7.0/bin/ansible-playbook | |
python version = 3.7.0 (default, Nov 21 2018, 00:03:23) [Clang 10.0.0 (clang-1000.10.44.4)] | |
No config file found; using defaults | |
setting up inventory plugins | |
host_list declined parsing /Users/tsengeagle/source/awx/installer/inventory as it did not pass it's verify_file() method | |
script declined parsing /Users/tsengeagle/source/awx/installer/inventory as it did not pass it's verify_file() method |
private bool JoeySequenceEqual(IEnumerable<int> first, IEnumerable<int> second) | |
{ | |
var firstEnumerator = first.GetEnumerator(); | |
var secondEnumerator = second.GetEnumerator(); | |
var result = true; | |
while (firstEnumerator.MoveNext() ) | |
{ | |
if (secondEnumerator.MoveNext()) | |
{ | |
if (firstEnumerator.Current != secondEnumerator.Current) |
:source C:\Users\tsengeagle\vimfiles\.gvimrc | |
" ideavime specified | |
map zso :source ~/.ideavimrc<CR> | |
" run action | |
nmap zra :action ReformatCode<CR>:action RunClass<CR> | |
imap zra <ESC> :action ReformatCode<CR>:action RunClass<CR> | |
nmap zrt :action ReformatCode<CR>:action RerunFailedTests<CR> | |
imap zrt <ESC> :action ReformatCode<CR>:action RerunFailedTests<CR> |
{ | |
"Profiles": [ | |
{ | |
"Use Non-ASCII Font" : false, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { | |
"Green Component" : 0.50962930917739868, | |
"Red Component" : 0.44058024883270264, |
:set tabstop=2 | |
:set shiftwidth=2 | |
:set expandtab | |
:set smarttab | |
:retab | |
:set number relativenumber hlsearch incsearch ignorecase smartcase showmode | |
:set noerrorbells novisualbell | |
noremap <Up> <NOP> |
{ | |
"Profiles": [ | |
{ | |
"Ansi 3 Color" : { | |
"Green Component" : 0.46751424670219421, | |
"Red Component" : 0.64746475219726562, | |
"Blue Component" : 0.023484811186790466 | |
}, | |
"Tags" : [ |
<?xml version="1.0" encoding="utf-8"?> | |
<key name="Software"> | |
<key name="ConEmu"> | |
<key name=".Vanilla" modified="2018-01-29 17:44:48" build="171025"> | |
<value name="StartType" type="hex" data="02"/> | |
<value name="CmdLine" type="string" data=""/> | |
<value name="StartTasksFile" type="string" data=""/> | |
<value name="StartTasksName" type="string" data="{Bash::bash}"/> | |
<value name="StartFarFolders" type="hex" data="00"/> | |
<value name="StartFarEditors" type="hex" data="00"/> |