Шпаргалка с командами Docker
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
[CONST_PARAM] | |
rtsp = 1 ; RTSPЭ�飬0���ر� 1������ |
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
PassFab Android Unlocker License Key |
package main
/* Билеты по Проектированию Высоко нагруженных систем
- В этом конспекте нет автоматической грамматической проверки
- Он написан для личного пользования, исключительно для подготовки к экзамену
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
http://file.allitebooks.com/20150528/Learning Nagios 4.pdf | |
http://file.allitebooks.com/20150528/Monitoring with Ganglia.pdf | |
http://file.allitebooks.com/20150528/Zabbix 1.8 Network Monitoring.pdf | |
http://file.allitebooks.com/20150528/Monitoring with Opsview.pdf | |
http://file.allitebooks.com/20150528/Zenoss Core Network and System Monitoring.pdf | |
http://file.allitebooks.com/20150528/Munin Plugin Starter.pdf | |
http://file.allitebooks.com/20150528/Zabbix Network Monitoring Essentials.pdf | |
http://file.allitebooks.com/20150528/Effective Monitoring and Alerting.pdf | |
http://file.allitebooks.com/20150528/Nagios Core Administration Cookbook.pdf | |
http://file.allitebooks.com/20150528/Zenoss Core 3.x Network and System Monitoring.pdf |
Скачать с https://releases.1c.ru/project/CEL20
Обсуждение на партнерке 1С
Скачать, распаковать, открыть readme, прочитать и выполнить.
Устанавливать строго по инструкции! Если подгрузить в карточку драйвера zip-архив - работать не будет!
Приницип:
- Создать два виртуальных com-порта (COM3 и COM4), вход COM4 направить на выход COM3;
- Настроить сканер на COM3;
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
@echo off | |
chcp 65001 > nul | |
set E1C_RAS=localhost:3545 | |
set E1C_RAC=C:\Program Files\1cv8\current\bin\rac.exe | |
set DB_SERVER=localhost:3541 | |
set DB_NAME=1C_DATABASE | |
set DB_USER=1C_ADMINISTRATOR | |
set DB_PWD=1C_PASSWORD | |
set PGUSER=PG_ADMINISTRATOR |
1) Get $35 / $25 / $20 / $10 free DigitalOcean Credit.
2) Get DigitalOcean 1 Year Free Trial.
3) Get $100 Credit For 60 Days. $100 Free Credits
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
function assignEditUrls() { | |
var form = FormApp.openById('yourFormKey'); | |
//enter form ID here | |
var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('yourWorksheetName'); | |
//Change the sheet name as appropriate | |
var data = sheet.getDataRange().getValues(); | |
var urlCol = ; // column number where URL's should be populated; A = 1, B = 2 etc | |
var responses = form.getResponses(); |
NewerOlder