.open_container {
  display: flex;
  animation-name: openContainer;
  animation-duration: 200ms;
  animation-timing-function: linear;
}

.close_container {
  display: none;
  animation-name: 

import React, { useState, useEffect } from 'react'
import css from './ApplicationForCourseDesktop.module.scss'
import PhoneInput from 'react-phone-input-2'
import 'react-phone-input-2/lib/style.css

import React, { useState } from 'react'
import css from './ApplicationForCourseDesktop.module.scss'
import PhoneInput from 'react-phone-input-2'
import 'react-phone-input-2/lib/style.css'

export

(asinc func () {
	let res = await getData () // в getData запрос к серваку
    return res 
}())
A
AnonymousJuly 28, 2020, 1:22 p.m.

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks
A
AnonymousJuly 23, 2020, 5:38 p.m.

<table class="table table-striped table-sm">
          <thead>
            <tr>
              <th>#</th>
              <th>Название</th>
              <th>Статус</th>
              <th>Дата</th>

import React from 'react';
import { Root, View, Panel, PanelHeader } from '@vkontakte/vkui/';
import '@vkontakte/vkui/dist/vkui.css';
import './App.css';

const view1 = 'view1';
const view2 = 'v

import bridge from '@vkontakte/vk-bridge';

export function openingStoryEditor (dataStory) {
    console.log(dataStory);
    
    bridge.send("VKWebAppShowStoryBox", {
        "background_type":
A
AnonymousJune 28, 2020, 3:33 p.m.

std::cout << "Hello world" << std::endl;
A
AnonymousJune 17, 2020, 8:05 a.m.

from django.views.generic import  TemplateView

class HomeIndex(TemplateView):
    template_name = 'index.html'

class HomeLogin(TemplateView):
    template_name = 'login.html'
Evgenii Legotckoi
Evgenii LegotckoiJune 14, 2020, 4:21 p.m.

{% with url_str='modules:'|add:module.machine_name|add:':index' %}
    <a href="{% url url_str %}">
{% endwith %}

;
 ValueCallback<Uri[]> uploadMessage;
public static final int REQUEST_SELECT_FILE = 100;age;
public static final int REQUEST_SELECT_FILE = 100;





private final static int FILECHOOSER_RESU

break;

case REQUEST_SELECT_FILE:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
if (uploadMessage == null) return; uploadMessage.onReceiveValue(WebChromeClient.FileChooserParams.par

+ 
public boolean onShowFileChooser(WebView mWebView, ValueCallback<Uri[]> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams) {
if (uploadMessage != null) {
;
uploadMessage = n

url = currentfile;

try {
m.setDataSource(url);
}catch (IllegalArgumentException e){} 
catch (SecurityException e2) {}
catch (IllegalStateException e3) {String url = currentfile;

try {
m.set

order.stop(); myAudioRecorder.release(); myAudioRecorder = null; } catch(Exception e) {}
A
AnonymousMay 25, 2020, 3:32 p.m.

onLongClick(View v){

 = new MediaRecorder(); myAudioRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); myAudioRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); myAudioRecorder.se
A
AnonymousMay 19, 2020, 4:07 a.m.

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define LAST_MESSAGE 255 

int main() {
    int msqid; 
    char p
A
AnonymousMay 19, 2020, 4:06 a.m.

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define LAST_MESSAGE 255 

int main() {
    int msqid; 
    char p
A
AnonymousMay 15, 2020, 12:09 a.m.

#include <sys/types.h>
#include <sys/stat.h> 
#include <fcntl.h> 
#include <unistd.h> 
#include <stdlib.h> 
#include <stdio.h> 

int main() {
    int fd, result_fork;
    pid_t pid_fork, ppid
B

C++ - Test 002. Constants

  • Result:16points,
  • Rating points-10
B

C++ - Test 001. The first program and data types

  • Result:46points,
  • Rating points-6
FL

C++ - Test 006. Enumerations

  • Result:80points,
  • Rating points4
Last comments
k
kmssrFeb. 8, 2024, 6:43 p.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt Без строки #include <QRegularExpressionValidator> в заголовочном файле не работает валидатор.
EVA
EVADec. 25, 2023, 10:30 a.m.
Boost - static linking in CMake project under Windows Ошибка LNK1104 часто возникает, когда компоновщик не может найти или открыть файл библиотеки. В вашем случае, это файл libboost_locale-vc142-mt-gd-x64-1_74.lib из библиотеки Boost для C+…
J
JonnyJoDec. 25, 2023, 8:38 a.m.
Boost - static linking in CMake project under Windows Сделал всё по-как у вас, но выдаёт ошибку [build] LINK : fatal error LNK1104: не удается открыть файл "libboost_locale-vc142-mt-gd-x64-1_74.lib" Хоть убей, не могу понять в чём дел…
G
GvozdikDec. 18, 2023, 9:01 p.m.
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers Для решения твой проблемы добавь в файл .pro строчку "LIBS += -lws2_32" она решит проблему , лично мне помогло.
Now discuss on the forum
AC
Alexandru CodreanuJan. 19, 2024, 11:57 a.m.
QML Обнулить значения SpinBox Доброго времени суток, не могу разобраться с обнулением значение SpinBox находящего в делегате. import QtQuickimport QtQuick.ControlsWindow { width: 640 height: 480 visible: tr…
BlinCT
BlinCTDec. 27, 2023, 8:57 a.m.
Растягивать Image на парент по высоте Ну и само собою дял включения scrollbar надо чтобы был Flickable. Так что выходит как то так Flickable{ id: root anchors.fill: parent clip: true property url linkFile p…
Дмитрий
ДмитрийJan. 10, 2024, 4:18 a.m.
Qt Creator загружает всю оперативную память Проблема решена. Удалось разобраться с помощью утилиты strace. Запустил ее: strace ./qtcreator Начал выводиться весь лог работы креатора. В один момент он начал считывать фай…
Evgenii Legotckoi
Evgenii LegotckoiDec. 12, 2023, 6:48 a.m.
Побуквенное сравнение двух строк Добрый день. Там случайно не высылается этот сигнал textChanged ещё и при форматировани текста? Если решиать в лоб, то можно просто отключать сигнал/слотовое соединение внутри слота и …

Follow us in social networks