Get the App
  • MFC lesson 3 multibyte processing

    MFC lesson 3 multibyte processing

    DrawTextW (Unicode) and DrawTextA (ANSI) parameters are different. To put it simply, unicode represents all characters in two bytes, including letters, ansi represents letters in 1 byte, Chinese characters in two bytes, etc.

    Shulou · 2022-06-02 18:06
  • Huawei-configure OSPF to realize discontiguous area network communication

    Huawei-configure OSPF to realize discontiguous area network communication

    If there are discontiguous areas in the network, how to achieve communication? Today, I will give you a brief account. Experiment name: small company case-configuring OSPF to realize discontinuous area network communication Experimental purpose: configuring OSPF to realize the Communication function of discontinuous area Network Experimental Topology: address Planning

    Shulou · 2022-06-02 18:06
  • Helm Chinese documents

    Helm Chinese documents

    In order to facilitate the students whose English is not so good to read the Helm documents, I have translated all the v2 version of Helm documents into Chinese, and the document directory is all the same as its official website. Interested students please click here to view the Helm Chinese documents. Develop using the HelmHelm command Chart

    Shulou · 2022-06-02 18:06
  • Email

    Email

    # email# basic email send email send 1. The server submits an email to TCP port 25 using the SMTP protocol, or by a local client through the / usr/bin/sendmail program

    Shulou · 2022-06-02 18:06
  • Restart the Office 365 migration task

    Restart the Office 365 migration task

    Recently, I have been migrating mailboxes to Office 365. one day, the company's firewall is down, and then the migration task has the status of "Syned with errors". According to conventional thinking, there must be a way to restart the task. When I opened this mission

    Shulou · 2022-06-02 18:06
  • Device-mapper block-level deletion (dm dedup) & lt;3> code structure (2)

    Device-mapper block-level deletion (dm dedup) & lt;3> code structure (2)

    4. Code structure (2) space manager this article and the next article let's introduce the space management part of dm dedup and the core process. Before that, let's analyze the resources used and understand the space of dm dedup.

    Shulou · 2022-06-02 18:06
  • Batch modify domain user dial-in properties

    Batch modify domain user dial-in properties

    When enterprises use AD+Radius as login information, you need to enable the dial-in attribute. It's OK to turn it on manually when the number is small, but it takes a bit of time when there are a large number of people. If you have found the batch processing method on the Internet, you need to export the user information first, and then introduce the information to modify it. And it's still

    Shulou · 2022-06-02 18:06
  • Common Windows server commands-memo

    Common Windows server commands-memo

    At the beginning-"run, enter the following command gpedit.msc- group policy sndrec32- tape recorder Nslookup-IP address detector explorer- to open the resource manager logoff

    Shulou · 2022-06-02 18:06
  • Query windows system user list batch script

    Query windows system user list batch script

    @ echo offecho all native users: > > user.txtfor / f "skip=4 tokens=1-3"% I in ('net user') do (if not "% I" = = "command

    Shulou · 2022-06-02 18:06
  • Centos FAQ record

    Centos FAQ record

    This document is used to record your problems and solutions! 1. CentOS executes ftp command prompts ftp:command not found solution centos7.3.1611 installs ftp client tools [root@xxxx ~

    Shulou · 2022-06-02 18:05
  • Getting started with K8s from scratch | Application Storage and persistence of data volumes: core knowledge

    Getting started with K8s from scratch | Application Storage and persistence of data volumes: core knowledge

    Author | Alibaba Senior R & D engineer 1. Volumes introduces Pod Volumes. First, let's take a look at the usage scenario of Pod Volumes: scenario 1: if a container in pod exits abnormally at run time, it will be kube.

    Shulou · 2022-06-02 18:05
  • Resolution of abnormal DW1820A WIN7 driver of DELL XPS 9350 Wireless Network Card

    Resolution of abnormal DW1820A WIN7 driver of DELL XPS 9350 Wireless Network Card

    Computer model: Dell XPS 13 9350 failure phenomenon: after installing other drivers are normal, hit the official website of the wireless Bluetooth integrated driver, can only drive Bluetooth, wireless network card can not drive fault resolution: boot F2, to Wireless option now Bluetooth function off, save restart to wi

    Shulou · 2022-06-02 18:05
  • In those years, the operating system based on x86 system that I played

    In those years, the operating system based on x86 system that I played

    The first time I came into contact with a computer was when I was in a technical secondary school. At that time, I majored in electromagnetic Measurement and Instrumentation, but there was a computer room in the school. At that time, I successively learned two computer-related courses, one was Basic, the other was single-chip microcomputer, but I did not teach how to use the operating system.

    Shulou · 2022-06-02 18:05
  • DS4700 battery replacement steps

    DS4700 battery replacement steps

    DS4700 battery replacement step: operate in the A controller (with hot-swappable controller) to switch the logic disk: (you need to manually switch the A-control hanging hard disk to the B-control. Then replace the battery for the A control, and then switch back to the original A control hanging hard disk after the replacement is completed.) the following detailed steps are as follows: (receive first

    Shulou · 2022-06-02 18:05
  • Opengl under QT (recognition)

    Opengl under QT (recognition)

    Although Qt is not known for its efficiency, there is in fact enough optimization, the most typical of which is the default graphic double buffering. According to the programming convention under Windows, it needs to be turned on manually and can only be used through additional interface calls. This point has been compared with Qt,W in the previous simple graphics programming learning.

    Shulou · 2022-06-02 18:05
  • Python crawler takes pictures and explains them in detail

    Python crawler takes pictures and explains them in detail

    Next, I will prepare three cases in turn (it will take about a month to master each point. By proficiency, I mean to write the code without looking up the data, and the following has not been sorted out yet): import requests,threading# multithreading and control of fr

    Shulou · 2022-06-02 18:05
  • Dos command to view synchronization status between domain control DC

    Dos command to view synchronization status between domain control DC

    Repadmin usage: repadmin [/ u: {domain\ user}] [/ pw: {password | *}] [/ retry [:] [:] [/ csv] use the following command to view help: /? Show rep

    Shulou · 2022-06-02 18:05
  • Centos 7 build Bugzilla5.0.4

    Centos 7 build Bugzilla5.0.4

    System: Centos 7.6 (can access yum source) Buzilla: 5.0.4Mariadb-server: 5.5.60 turn off selinux Firewall close selinux (permiss

    Shulou · 2022-06-02 18:05
  • How does Linux check the version

    How does Linux check the version

    This article will explain in detail how to check the version of Linux, the content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. When we first log in to the Linux system, before we do any work,

    Shulou · 2022-06-02 18:05
  • How to modify the network connectivity policy in a security group

    How to modify the network connectivity policy in a security group

    How to modify the network connectivity policy within a security group? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something. ModifySecurityGroupPolic

    Shulou · 2022-06-02 18:05