Spring Dubbo Development Notes (2) - dubbo Initialization

Summary Spring Dubbo is a spring-boot and dubbo-based one that I wrote myself to use the Spring boot style to use dubbo. (That is, you can understand the start-up process of Spring boot and learn about the Dubbo framework) Project introduction: github: https://github.com/Athlizo/spring-dubbo-parent Code cloud: https://git.oschina.net/null_584_ ...

Posted by webtuto on Mon, 15 Apr 2019 13:33:33 -0700

mySQL Data Recovery

mysql data recovery Author: xluren mysql does not open mysqlbinlog by default. Log in to mysql and execute the following commands. The results are as follows: mysql> show binlog events; Empty set (0.00 sec) mysql> The return result is empty So to modify the configuration file, open this option [mysqld] datad ...

Posted by mattonline on Sun, 14 Apr 2019 00:18:33 -0700

Storing string types with automatic type conversion

Type conversion is our most commonly used function. Like a gun on the battlefield, the enemy's submachine gun. I have a rifle in my hand, and it's always a bit uncomfortable to fight. Therefore, the improvement of basic functions is very important. Usually we need String types to go to other base types. The Convert class is the most commonly us ...

Posted by phprock on Mon, 08 Apr 2019 22:57:31 -0700

AsyncTask -- Java Asynchronous Call Framework

Copyright Statement: This article is the original article of the blogger. It can not be reproduced without the permission of the blogger. Catalog (?)[-] Original article reprinted please indicate author jmppok and source HTTP blog csdnnet jmppokarticledetails 44590991 AsyncTask is a Java asynchronous invocation framework wr ...

Posted by dabaR on Mon, 08 Apr 2019 21:15:31 -0700

Read Vue2.0 by building, add to your customization!

Let's briefly introduce why we want to study the background of this issue. We hope we can customize our own implementation based on weex framework.js. The integration degree of weex has reached the warehouse of Vue. Learning this will also help us to understand the context of Vue. Starting with package.json, five hooks related to weex construct ...

Posted by BillyT on Mon, 08 Apr 2019 17:03:32 -0700

Introduction to python's interpreter spython

Introduction to Python Interpreter spython brief introduction I have been interested in python's interpreter for 16 years because of my hobbies and needs, and I am determined to re-implement a version. In my personal re-game server development, I have rich application experience in c++ embedded Lua and python, and I think I have a profound unde ...

Posted by Joeddox on Sun, 07 Apr 2019 12:42:30 -0700

Installation of Jumpserver (Section 1) - yellowcong

This article explains how to install jump server. Simply speaking, you can basically build it according to the official documents. It's very simple. Official documents http://docs.jumpserver.org/zh/ Basic services The version of MySQL 5.6 MariaDB is greater than or equal to 5.5.6 redis nginx 1 Machine Configuration 1.1 ...

Posted by hr8886 on Sat, 06 Apr 2019 16:27:30 -0700

CentOS 6.5 Compile and Install gitlab

Reference resources https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md https://bbs.gitlab.cc/topic/35/gitlab-ce-8-7-%E6%BA%90%E7%A0%81%E5%AE%89%E8%A3%85%E6%89%8B%E5%86%8C-centos6-rehl6/2 I. Configuration Foundation 1. Install epel source yum -y install epel-release vim wget ntpdate gcc gcc-c++ -y /usr/sbin/ntp ...

Posted by prinzcy on Tue, 02 Apr 2019 15:45:29 -0700

react+redux framework configuration from scratch to normal operation (part two)

This article is reproduced in front-end _Logic's blog. Original address: http://blog.csdn.net/lx376693576/article/details/54602957 Written in: 2017-1-18 The first half: react+redux framework configuration from scratch to normal operation (part one) Start using react and redux in your project The basic directory structure of the ...

Posted by luckybob on Mon, 01 Apr 2019 22:00:29 -0700

Desktop Application Making by node-webkit

All of a sudden, I want to try to write desktop applications with js. Suddenly, I find that my big JS is really omnipotent. We found such a thing on the internet: node-webkit. Node.js is used to access system resources, and HTML+CSS is used to complete the construction of pages. Wow, everything suddenly seems so simple. In College c # classes, ...

Posted by Hoppus on Mon, 01 Apr 2019 13:21:30 -0700