Getting started with git -- other common commands (config, cherry-pick)

1. git config (self not verified on organized web) The git config configuration file used to configure git has three locations corresponding to different overrides. (1), /etc/gitconfig file: Include values that apply to all users and libraries of the system.If the parameter option'--system'is passed to git config, it will explicitly ...

Posted by HGeneAnthony on Sat, 06 Jul 2019 10:05:10 -0700

Take you around Web Services [2] CXF in minutes

In practice, we have been using JAX-WS to build Web Service service, which is very stable and efficient. But I'm still curious about other open source frameworks such as CXF/Axis2/Spring WS. Because of the trust and love for Apache, the CXF Web Service will certainly not disappoint. So it took a little time to introduce CXF into the project ...

Posted by MichaelR on Fri, 05 Jul 2019 11:44:05 -0700

Local access to Predix database using PH

Author: Li Hongxun, Front End Engineer, GE Digital Group scene Because of security considerations, data services do not have external IPS and ports on Predix, so we can only access app s deployed on Predix, which can cause some development inconvenience.For example, we may need to import local data into postgres, or we may want to look at ...

Posted by ming_andrada on Mon, 01 Jul 2019 10:05:43 -0700

Different callbacks in life cycle when switching fragments in different ways

turn http://blog.csdn.net/hjiangshujing/article/details/52367734 Previous Fragment Life Cycle Map Here's how to switch between different Fragment s to illustrate life cycle calls Switch Fragment s by adding hide show Switching method uses: @Override public void onCheckedChanged(RadioGroup radioGroup, int checkedId) { ...

Posted by Fari on Mon, 01 Jul 2019 09:39:29 -0700

Line Chart of Data Helper Page of Imitated Applet

origin Yesterday, the WeChat team released an artifact, a data assistant for applets. Remembering that he had previously written a demo drawn by a very crude pie chart, do something else and draw a line chart. Target Page Current results Line Diagram Ideas 1.Line connection, drawing hollow circle 2. Draw a circle 3. Fill Background Color 4 ...

Posted by aunquarra on Sun, 30 Jun 2019 14:39:13 -0700

Custom view - Labeled Calendar view

Old people are apt to be irritable. Immediately above, I'm as grumpy as I am. Functions: 1. There will be a blue half-arc sign on that day. 2. If you sign in one day, the picture of "little paw" will be displayed. 3. If you click on a certain day, it will show the gray circle selected state. 4. There can be differ ...

Posted by s0c0 on Thu, 27 Jun 2019 17:44:52 -0700

Single file routing in php

inhere/sroute Very lightweight single file router. Concise and self-defining referrer the project noahbuschermacaw , but add some feature. Support request method: GET POST PUT DELETE HEAD OPTIONS Support events: found not Found. You can do something when an event is triggered (such as logging, etc.) A parser that supports setting matching rout ...

Posted by paullb on Thu, 27 Jun 2019 12:25:32 -0700

Git Understanding Two Git Foundations

Git Foundation Read this chapter and you can start using Git.This chapter introduces the basic and most common Git commands, which will be used most of the time.After reading this chapter, you can initialize a new code repository, make some appropriate configurations, start or stop tracking certain files, temporarily save or submi ...

Posted by rooky on Wed, 26 Jun 2019 09:42:32 -0700

Use Travis CI to automatically package APK and publish it to fir

Travis CI is a newly emerging open source continuous integration construction project. More and more large companies are using Travis CI. Github builds more than 4000 per day. Why don't we try? Preface Our usual release process is roughly as follows: Travis CI can be simplified as follows: Imagine a scenario where an internal version is ab ...

Posted by fert on Tue, 25 Jun 2019 12:45:37 -0700

Android Edition - Wechat APP Payment

Welcome to leave a message and forward it. The first address of the article is: http://www.jianshu.com/p/febf7c2eea82 WeChat Quick Development Series (Wechat Payment, Authorized Access to User Information, etc.) click here Catalogue 1. Registration Account, Developer Certification 2. Adding applications 3. Application for Wechat Paym ...

Posted by goldlikesnow on Sat, 22 Jun 2019 14:14:38 -0700