This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ФизическиеЛицаКлиентСервер.ЧастиИмени(ФамилияИмяОтчество); | |
| ОбщегоНазначенияБПВызовСервера.ПолучитьФамилиюИмяОтчество(Фамилия, Имя, Отчество, Кратко, Порядок); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd "C:\Program Files\Windows Defender" | |
| MpCmdRun.exe -restore -listall | |
| MpCmdRun.exe -restore -filepath "путь_к_файлу" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd путь_к_твоему_проекту | |
| git reset --hard HEAD | |
| git fetch --all | |
| git reset --hard origin/имя_ветки | |
| git clean -fd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dumpbin pugixml.lib /headers *.lib | findstr machine |
OlderNewer