Implementation of Multi-Graph Merging Framework

Nowadays, chatting is a very common phenomenon in most app s, and Wechat and qq are the ancestors of communication. If the product manager is considering chat design, most of them will refer to it. Often you will hear, you see Weixin and qq are doing this, so you can come, although there are 10,000 psychological unhappy, but who calls us a purs ...

Posted by JohnnyBlaze on Thu, 23 May 2019 15:29:16 -0700

Configure vim personal IDE

If you want to use IDE tools, all you need to do is install vim-nox. However, such errors may be reported during installation. The following packages have unmet dependencies: vim-nox : Depends: vim-common (= 2:7.3.547-7) but 2:7.4.488-7 is to be installed Depends: libperl5.14 (>= 5.14.2) but it is not going to be insta ...

Posted by Atomic Taco on Wed, 22 May 2019 10:37:42 -0700

A Brief Talk on Using Vue to Construct the Bottom Layer of Single Page Application Development with Front-end 10w+Code Quantity

Before the start With the continuous accumulation of business, at present, our main project on ToC side, except node_modules, build configuration file, dist static resource file code is 137521 lines, the total number of sub-application codes under background management system, except dependencies and other files, also reaches a ...

Posted by l00ph0le on Sun, 19 May 2019 05:50:02 -0700

The construction process of web project and the use of web pack 3.10.0

Note: This blog mainly refers to this blogger's: http://www.jianshu.com/p/9423a7f04d31 But the version of webpack used by this blogger is 1.15.0. According to his instructions, there were errors in configuring webpack dev-server. There were many incompatible versions of plug-ins, so I changed to the latest version of ...

Posted by jcubie on Sat, 18 May 2019 19:40:32 -0700

Record a code rollback git reset

background Code commit and push to the remote warehouse, found that this submission of redundant files, such as no need for simple conflict-prone configuration files. Hope the remote code revokes this commit locally unchanged Re commit codeoperation First git log to view commit historySuch as: Now we need to cancel the three commits ( ...

Posted by Goins on Sat, 18 May 2019 15:37:09 -0700

TypeScript Basic Introduction - Class - Advanced Skills

Reprint TypeScript Basic Introduction - Class - Advanced Skills Project Practice Warehouse https://github.com/durban89/typescript_demo.git tag: 1.1.5 In order to ensure that the following learning demonstration needs to install ts-node, so that each subsequent operation can directly run to see the output results. npm install -D ts-node ...

Posted by Flukey on Sat, 18 May 2019 04:01:39 -0700

[Graphics Engine Skia One] Source Download and Compilation

First of all, as a programmer ape who has been lazy for several years and has not written blog articles, I have the face to come back and write blogs. Well, if you don't say much, I will update it regularly in the future. I hope you will support me a lot. 1. What is SKIA? Skia is a cross-platform 2D vector graphics engine, which was origi ...

Posted by yeldarb on Fri, 17 May 2019 11:00:27 -0700

A way to hide processes under linux

Preface The tools used in this article are https://github.com/gianlucaborello/libprocesshider Downloadable The idea is to use LD_PRELOAD to hijack system functions What is LD_PRELOAD: LD_PRELOAD is an environment variable on Linux that affects the Runtime linker of a program, allowing you to define dynamic link libraries that are loaded firs ...

Posted by mamoman on Fri, 17 May 2019 02:52:51 -0700

Android Custom Control Practice-Wave Effect

This time I want to draw the wave effect, which is also Xiaobai's first time that I hope to spray lightly. First of all, of course, it is to show the effect map. First of all, I will talk about the realization of ideas. When I think of the wave effect, of course, my first reaction is to design it with sine and cosine waves (also through the Be ...

Posted by jerbecca on Wed, 15 May 2019 15:14:57 -0700

Continuous Integration Series - gitlab Construction of Private git Warehouse in Chinese

Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab target gitlab introduction Environmental preparation gitlab installation gitlab upgrade Configure Mail Notification and Access Domain Names gitlab landing ...

Posted by Amit Rathi on Wed, 15 May 2019 15:05:02 -0700