Вита?я па?ра (англ. twisted pair) — вид кабеля связи. Представляет собой одну или несколько пар изолированных проводников, скрученных между собой. ... 8P8C (RJ45) Рис.3 Инструмент для обжима разъемов 8P8C (RJ45). Под распиновкой витой пары понимается схема ее обжима. Схема обжима. Okablowanie strukturalne i akcesoria No-Name Wtyk zaciskany RJ-45 100szt. Нумерация контактов в штекере 8P8C: Варианты обжатия. Обжать витую пару не сложно, посмотрел на схему и нужным образом. инструмента и разъёма RJ-45 (в простонародье “стекляшка”). Как обжать rj-45 используя схема rj-45 распиновка и клещи обжимные rj-45 схема. схема обжима витой пары, обжим витой пары, распиновка коннектора RJ45, распайка распиновка кабеля витая пара, о
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
<?php /** @noinspection PhpUndefinedMethodInspection PhpUnused */ | |
/*************************************************************************************************************************************************************************** | |
* Разработчик Хакимов Александр https://github.com/hackimov * | |
* Данный класс занимается получением данных из подписи формата pkcs7 ГНК РУз. * | |
* Подпись расшифровывается с помощью phpseclib из X509 вытаскивается BER формат далее декодируется через ASN1 * | |
* Существует ещё дофига OID политик, можно их дополнить в маппинге но я использовал только самые нужные. * | |
* |
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
public function getHTML($without_cmd = false){ | |
if(empty($this->getEntities())){ | |
return $this->getText($without_cmd); | |
} | |
$text = $this->getText(); | |
$html = ''; | |
$entities_count = \count($this->getEntities())-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
/* | |
Admin Bar Tweak. This changes the default CSS added by WordPress to place the admin bar margin in the body element instead of the html element. | |
Add this code to your active theme's functions.php or a custom plugin. | |
*/ | |
add_theme_support( 'admin-bar', array( 'callback' => 'my_admin_bar_css') ); | |
function my_admin_bar_css() | |
{ | |
?> | |
<style type="text/css" media="screen"> |