@echo off
rem %1 - полный номер версии 1С:Предприятия
rem set SrvUserName=.\USR1CV8
rem set SrvUserPwd=""
set v8Ver=8.3.20.1549
set CtrlPort=1540
set AgentName=localhost
set RASPort=1545
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
| ############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################ | |
| ############ also be sure to RESTART OpenProject after replacing the file. ################ | |
| ############ it doesn't show that enterprise mode is enabled in the settings, but all ################ | |
| ############ enterprise mode features, such as KanBan boards, are enabled. ################ | |
| #-- copyright | |
| # OpenProject is an open source project management software. | |
| # Copyright (C) 2012-2023 the OpenProject GmbH | |
| # | |
| # This program is free software; you can redistribute it and/or | |
| # modify it under the terms of the GNU General Public License version 3. |
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
| EXEC sp_configure 'Ole Automation Procedures', 1; | |
| GO | |
| RECONFIGURE; | |
| GO |
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
| var entities = require('@jetbrains/youtrack-scripting-api/entities'); | |
| var http = require('@jetbrains/youtrack-scripting-api/http'); | |
| var slackIdByUsername = {} | |
| slackIdByUsername['@person1'] = '{person1_slack_id}'; | |
| slackIdByUsername['@person2'] = '{person2_slack_id}'; | |
| slackIdByUsername['@person3'] = '{person3_slack_id}'; | |
| var webhookUrl = 'https://{slack_webhook_url}'; |
Pohoda mServer — це простий HTTP-сервер Pohoda, який є частиною програми (розглядайте його як програму в програмі переважно для обміну даними XML). Завдяки цій програмі ви можете надсилати HTTP-запити безпосередньо до Pohoda. Ви можете надіслати запит безпосередньо на сервер (де знаходиться mServer/Pohoda), якщо у вас є підключений, напр. Інтернет-магазин і ваш сервер за допомогою VPN або переадресації портів.
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
| """ | |
| Joins multiple single-file invoices in the StormWare Pohoda XML format to a | |
| single XML file. | |
| https://www.stormware.cz/xml/schema/version_2/invoice.xsd | |
| https://www.stormware.cz/schema/version_2/data.xsd | |
| Usage: | |
| $ python join_invoices.py 'single_invoices/*.xml' merged_invoice.xml |
Я использую скрипт в PowerShell
Get-ChildItem "C:\Users\*\AppData\Local\1C\1Cv8\*","C:\Users\*\ AppData\Roaming\1C\1Cv8\*" | Where {$_.Name -as [guid]} |Remove-Item -Force -Recurse
Get-ChildItem "C:\Users\*\AppData\Local\1C\1Cv82\*","C:\Users\*\ AppData\Roaming\1C\1Cv82\*" | Where {$_.Name -as [guid]} |Remove-Item -Force -Recurse
Get-ChildItem "C:\Users\*\AppData\Roaming\1C\1cv8\*","C:\Users\*\ AppData\Local\1C\1cv8\*" | Where {$_.Name -as [guid]} |Remove-Item -Force -Recurse
Источник: SEI
September 2007
В этом отчете описывается, как архитектурные тактики основаны на параметрах моделей атрибутов качества.
ПараметрыФормы = Новый Структура;
ПараметрыФормы.Вставить("Вариант", НастройкиКомпоновкиДанных);
ПараметрыФормы.Вставить("ИсточникДоступныхНастроек", ИсточникДоступныхНастроекКомпоновкиДанных );
ПараметрыФормы.Вставить("КлючВарианта", );
ПараметрыФормы.Вставить("КлючПользовательскихНастроек", );NewerOlder
