發表文章

目前顯示的是 6月, 2022的文章

Angular ng generate module app-routing --flat --module=app

圖片
  generate routing  ng generate module app - routing -- flat -- module = app https://angular.io/tutorial/toh-pt5

Create Angular project log

圖片
  https://www.youtube.com/watch?v=S5dzfuh3t8U Need to use  npm install -g @angular/cli@latest -- force npm update npm -g not work Go to https://nodejs.org/en/download/ Before choose CSS Open visiual code \ Create component  ng g c payment-details  ng g c payment-details/payment-detail-form  Create service ng g s shared/payment-detail  Create Model ng g class shared/payment-detail --type=model Create Auth ng g g auth/auth  > CanActivate open server ng serve -o

Create SQL in SQL Sever Package Manager Console Host

圖片
Add-Migration "InitialCreate" -context "AuthenticationContext"  Update-Database -context "AuthenticationContext" Add-Migration "InitialCreate" -context "MCQDBContext"  Update-Database -context "MCQDBContext" Add-Migration "AddExam" -context "MCQDBContext"  Update-Database -context "MCQDBContext" Package Manager Console Host Version 5.11.2.2   Create SQL in SQL Sever Add-Migration "InitialCreate" Build started... Build succeeded. To undo this action, use Remove-Migration. PM> Update-Database Build started... Build succeeded.  Add-Migration "VersionName" Update-Database Two context   Add-Migration "identity-new" -context "PaymentDetailContext" Update-Database -context PaymentDetailContext Add-Migration "identity-new" -context "AuthenticationContext" Update-Database -context AuthenticationContext  Add-Migration "Add-Videos" -con...

Legacy system

  Legacy system Description In computing, a legacy system is an old method, technology, computer system, or application program, "of, relating to, or being a previous or outdated computer system," yet still in use. Often referencing a system as "legacy" means that it paved the way for the standards that would follow it.  Wikipedia Operating system

Common Email Wording

  Thank you for getting this over to me so quickly, I'll let you know if anything else is required We have our Monday Release tonight so fingers crossed it goes well I am sorry for the delay there, we will try to resolve asap I can only apologize, but please bear with us  and we will get there I am sorry for missing this earlier, you can take lunch whenever you need to 1330 is fine Good afternoon, I hope you’re well. Yes sure, I completely understand your point. We are struggling today with some support issues. I' am really sorry for neglecting you, but I promoise we will line up some work for you as soons as we can  How are you getting along with the NoteAPI, it sounds like you may have finished that I was so sorry to hear about your illness. Take care and hope you're feeling better very soon.  Thank you > most welcome It was good for me as well, thanks.  Hey that's absolutely fine don't worry and thanks for letting me know.  ===========================...