ChiBaoNguyen / HocTap

0 stars 0 forks source link

GoogleSearch #1

Open ChiBaoNguyen opened 5 years ago

ChiBaoNguyen commented 5 years ago

https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/enabling-cross-origin-requests-in-web-api giup API frontend call backend

ChiBaoNguyen commented 5 years ago

https://angular-university.io/lesson/angular-beginners-beginners-course-helicopter-view

ChiBaoNguyen commented 5 years ago

How to use Angular 7 HttpClientModule with REST API https://www.youtube.com/watch?v=yAT2HHusDDk

ChiBaoNguyen commented 5 years ago

Xóa file and folder

@echo off

set targetdir=D:\t\AAA set targetFolder=bin

for /F "delims=" %%I in ('dir "%targetdir%*%targetFolder%" /AD /B /S 2^>nul ^| %SystemRoot%\System32\findstr.exe /E /I /C:"\%targetFolder%"') do ( del /A /F /Q "%%I*" rd /s /q "%%I" )

echo Da xoa thanh cong folder!!!.... pause