troubleshoot face_recognition_models unrecognized
1. Perbaiki pip & setuptools dulu Di Terminal, jalankan perintah berikut satu per satu (pakai python3 -m supaya pasti ke interpreter yang benar): bash Copy python3 -m ensurepip --upgrade python3…
This is my working memory when i forgot some command and some code for my work
1. Perbaiki pip & setuptools dulu Di Terminal, jalankan perintah berikut satu per satu (pakai python3 -m supaya pasti ke interpreter yang benar): bash Copy python3 -m ensurepip --upgrade python3…
The specific path depends on your Mac's processor architecture: Apple Silicon (M1, M2, M3, etc.): /opt/homebrew/etc/mongod.conf Intel Processors: /usr/local/etc/mongod.confÂ
add gem 'concurrent-ruby', '1.3.4' on Gemfile
Install patch-package: npm install --save-dev patch-package postinstall-postinstall Modify boost.podspec: change # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found…
List directories before delete find . -type d -ctime +60 -ls List files before delete find . -type f -ctime +60 -ls Delete directories in current directory find . -type…
mysql.exe -u root set global net_buffer_length=1000000; set global max_allowed_packet=1000000000; SET foreign_key_checks = 0; SET UNIQUE_CHECKS = 0; SET AUTOCOMMIT = 0; source /home/user/dbdump150113.sql after restore remember to return default setting…
== Adb Server adb kill-server adb start-server == Adb Reboot adb reboot adb reboot recovery adb reboot-bootloader == Shell adb shell // Open or run commands in a terminal on…
### For Single File POST http://localhost:8080/upload Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="file"; filename="file.jpeg" Content-Type: image/jpeg < C:/Users/user/Pictures/file.jpeg ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ### For Multiple FIle POST http://localhost:8080/upload Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition:…
ALTER TABLE table_name DROP COLUMN column_name;
just try to use this npm install @types/node --save-dev