BlinCT
BlinCTDec. 17, 2018, 1:33 a.m.

LinuxSNAP Tutorial 03. Start snap application from a graphic environment

snap

Greetings to all on the continuation of the topic of self-contained snap packages.
In today's part, we will discuss how to configure the application so that it can be launched not only in the console, but also in the graphical …

Read
Ruslan Polupan
Ruslan PolupanDec. 14, 2018, 7:48 a.m.

MySQLMySQL stored procedures

mysql, procedure

Good day.

I create a Duty schedule application for our technical support hotline, using Qt + MySQL.
For each month it is necessary to monthly fill in the calendar table containing the date and sign of the day off or …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 13, 2018, 4:13 p.m.

QtQt/C++ - Tutorial 088. Text search with highlighting in QTextEdit

QTextEdit, Qt

In connection with a small question on the forum and slightly free time today. I will answer in the form of an article on how to highlight in QTextEdit all the words that need to be found in this text. …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 12, 2018, 3:57 p.m.

C++CMake project with subdirectories and static library

static, Boost, static link

I propose to write a small application that will have two subdirectories. One of which will compile the executable file, and the second will contain a statically linked library.

As a result, the project will look like this.

Project with static library


Root CMakeLists.txt …

Read
BlinCT
BlinCTDec. 9, 2018, 10:15 a.m.

LinuxSNAP Tutorial 02. Sample snap package of Qt 5.11.0 based application

snap

I would like to welcome everyone to the continuation of the topic concerning a self-sufficient snap package.
A lot of time has passed since the publication of the previous article in which I began to acquaint you with snap technology …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 9, 2018, 8:22 a.m.

EVILEGReplacing WYSIWYG Editor with Markdown Editor

markdown, ESNF-C, EVILEG

After lengthy attempts to cope with JavaScript and its glitches in different browsers, I refused to write a WYSIWYG editor.

Thanks to the community (a survey was conducted in the public in VKontakte), which also shares my point on this …

Read
Ruslan Polupan
Ruslan PolupanDec. 9, 2018, 4:12 a.m.

MySQLMySQL SuSe Leap 15 Initial Setup

Leap 15, SuSE, mysql, MariaDB

Mysql is not installed in SuSe by default. Install MariaDB instead
Haven't felt any difference yet.

So the server is installed. Let's check if it is running in the system.
What I like SuSE from the first meeting is Yast. …

Read
Ruslan Polupan
Ruslan PolupanDec. 5, 2018, 7:45 a.m.

QtSuSe Leap 15, Qt 5.11.3, installation, configuration, database drivers

Qt, install, drivers, Fierbird, SuSE, QMYSQL, IBASE, mysql

Another reinstallation of the OS in connection with the replacement of iron.

Installed Suse Leap 15.

According to article we install development packages and Qt itself.

We make a simple project for verification. We are trying to collect. We are …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 4, 2018, 5:47 p.m.

BoostBoost - Use enum in parameters boost::program_options

options, class enum, Program, Boost

A small addition to the article on the use of boost::program_options .

In this appendix I will describe how to use enum enums. Because immediately they do not work. By default, boost::program_options work only with basic types and some types …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 2, 2018, 9:58 a.m.

LinuxUsing getopts in bash scripts to pass parameters

Linux, Bash, getopts

When developing a site to automate the deployment process, I wrote several bash scripts.

To customize the behavior of scripts, I use the transfer of arguments, which are handled in the bash script by the getopts library.


Getopts

Scripts typically …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 29, 2018, 2:10 p.m.

BoostBoost - static linking in CMake project under Windows

cpp, Boost, linking, C++, static

A small note about static linking Boost, so as not to forget.

Initial data:

  • OS Windows
  • MSVC 2017 64bit
  • Boost 1.68.0
  • CMake project

An example will be shown in the simplest version without special variable settings. Maximum default.


Step 1 …

Read
Рина Сергеева
Рина СергееваNov. 28, 2018, 1:58 p.m.

JavaSeveral ways to synchronize processes and threads in Java

processes, threads, synchronization, Java

I propose to consider several ways to synchronize threads and processes that are most commonly used in Java. They differ in implementation and use cases. We will consider all methods on interesting examples.

Critical section

This method is suitable for …

Read
AD

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:50points,
  • Rating points-4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:20points,
  • Rating points-10
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 8:51 a.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiOct. 31, 2024, 11:37 a.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 5:19 a.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 4:51 a.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 8:02 a.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
m
moogoNov. 22, 2024, 4:17 a.m.
Mosquito Spray System Effective Mosquito Systems for Backyard | Eco-Friendly Misting Control Device & Repellent Spray - Moogo ; Upgrade your backyard with our mosquito-repellent device! Our misters conce…
Evgenii Legotckoi
Evgenii LegotckoiJune 24, 2024, 12:11 p.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 3:04 a.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 12:49 a.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks