Share a git abbreviation script
Share a git abbreviation script
git shorthand command, add linux,mac aliasUsage method: . / gsh [command name] [parameter, optional]
set sets user name and mailbox, 1: name, 2: mailboxinit Sets git Concise Commandgst: Code change status, git statusgd: View current code changes, git diff, git diff Branch 1 branch 2Gam: [gam comment] code submitt ...
Posted by DaveM on Wed, 02 Oct 2019 07:07:21 -0700
Qualcomm ADSP Grab sensor init log
Qualcomm platform adsp sensor driver logs need to be captured using QXDM, sensor init is the log information initialized by sensor, at this time QXDM has not recognized the diag port, can not be directly obtained.
Qualcomm supports the following two ways to get sensor init log on adsp side.
The first wa ...
Posted by hunainrasheed on Wed, 02 Oct 2019 05:55:47 -0700
c#Winform Custom Control - Bread Crumb Navigation
premise
It's been 7 or 8 years, and I've always wanted to make a beautiful set of custom controls, so I've got this series of articles.
GitHub: https://github.com/kwwwvagaa/NetWinformControl
Code cloud: https://gitee.com/kwwwvagaa/net_winform_custom_control.git
If you think it's OK, please click ...
Posted by carlosx2 on Wed, 02 Oct 2019 04:17:07 -0700
Canal Synchronizes MySQL with RocketMQ
I. Installation of Canal
Docker Installation Stand-alone Canal
Installation of RocketMQ
Docker Installation Stand-alone RocketMQ
3. Configuring MQ of Canal
Official documents
3.1 Modify the Canal Server configuration
#################################################
######### common argument #############
################################## ...
Posted by bhavesh on Tue, 01 Oct 2019 13:14:41 -0700
Abstract Multiplexing of Video Upload Method for Small Program JAVA (57)
There are video uploads in the user center and video uploads in the video presentation. How to abstract this js is the key. Now let's try to extract it from the public js for easy invocation. Source code No.15 in https://github.com/limingios/wxProgram.git
Steps of abstract methods
New public js
Find a copy of the video upload code in mine an ...
Posted by brianlange on Tue, 01 Oct 2019 06:39:13 -0700
Case Analysis of SWT Restart
Strongly Recommend Articles: Welcome to CollectionAndroid dry goods sharing
Read for five minutes, ten o'clock a day, and study with you for life. Here's Android, a programmer.
This article mainly introduces some knowledge points in Android development. By reading this article, you will gain the following contents:
I. High Temperature Trigge ...
Posted by DarkArchon on Mon, 30 Sep 2019 08:35:09 -0700
MacOS configuration iTerm2,oh-my-zsh,zsh_028
MacOS configuration iTerm2,oh-my-zsh,'zsh'
zsh
Mac Self contained zshterminal
cat /etc/shells
Modify the default terminal of the system to zsh
# Change terminal
chsh -s /bin/zsh
# Verify that the change was successful
echo $SHELL
# /bin/zsh
Install oh-my-zsh
https://github.com/robbyrusse...
install
sh -c "$(curl -fsSL https://raw.githubuse ...
Posted by 0p3n_p0rT on Mon, 30 Sep 2019 07:45:15 -0700
Spring Cloud Constructs Distributed Micro-Service Architecture-commonservice-config Configuration Service Architecture
introduce
Spring Cloud Config provides server and client support for external configuration in distributed systems. With Config Server, you can manage the external properties of your application in all environments. Conceptual mapping on client and server is the same abstraction as Spring Environment and Property Source, so they fit well with S ...
Posted by aromakat on Fri, 27 Sep 2019 02:32:45 -0700
Spring Boot Vue Element Initial Practical PowerDesigner Database Modeling
This blog is originally created by the author. It is forbidden to reprint without permission. Please respect the originality! If you have any questions, please contact QQ509961766.
(1) Demand
There are three roles: student and teacher, super administrator. Teachers can edit student information, comp ...
Posted by phice on Mon, 23 Sep 2019 23:37:43 -0700
Section IV Design of ipfs File Slices
ipfs slicing technology
As we all know, the technology used in ipfs is based on the existing technical solutions, of course, not that the ipfs team technology is not good, but if you stand on the shoulders of giants, you can start looking further. About file slicing, git is very excellent. git was bo ...
Posted by liljim on Thu, 19 Sep 2019 19:33:56 -0700