The best coupon algorithm in the whole network

Every festival online shopping, no matter which platform will issue very good coupons, how to use the existing coupons platform in the most reasonable way when checking out will not tell you, as a programmer, we write a set of algorithm to get the best use method is a very interesting thing, the key is ...

Posted by RobinTibbs on Mon, 13 Jan 2020 02:07:30 -0800

Using netty to build a simple http server

Article directory netty overview netty architecture model Manually rolling an http server Introducing netty into pom.xml Write netty server Operation test Summary netty overview Netty is a network programming framework based on java NIO encapsulation, which can help us develop network applicat ...

Posted by dubhcat on Mon, 13 Jan 2020 01:36:59 -0800

Practical test of video high level feature classification

meet Last article: https://blog.csdn.net/SPESEG/article/details/103875916 Use the jitter video data to test our video and see how it works. Strategy: randomly select 20-40 frames, stack all frames, select the frames according to the index, then enter the integration V3 model as a whole, and then en ...

Posted by Ben5on on Sun, 12 Jan 2020 23:44:17 -0800

Introduction to Tablestore - UpdateRow interface details

The introduction manual series of table store mainly introduces various functional interfaces and applicable scenarios of table store to help customers understand and use table store. This paper introduces the UpdateRow interface of table store, including its parameters, function examples, usage scenarios, etc. Interface Overview The UpdateRow ...

Posted by crwtrue on Sun, 12 Jan 2020 22:41:59 -0800

samba configuration shared user home directory

1. Install samba first sudo apt-get update sudo apt-get install samba openssh-server 2. Edit Samba configuration file sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bak sudo vi /etc/samba/smb.conf Find the [homes] item, which is commented out by default, cancel the comment, and then modify the specific content as follows: #================== ...

Posted by digitalhuman on Sun, 12 Jan 2020 09:30:35 -0800

Express bird appointment pick up api interface demo

After the interface of reservation and pick-up is connected, the online express delivery function can be realized in the website system, Courier bird The reservation pick-up interface also supports the domestic mainstream express delivery, so there is no need to connect one by one. The implementation style is as shown in the figure: Interfac ...

Posted by cleromancer on Sun, 12 Jan 2020 06:59:08 -0800

matlab general simulation 2 (notes)

[example 2.1] try to simulate the input and output waveforms of an amplitude modulation system. Suppose that the input modulated signal is a cosine wave with an amplitude of 2v and a frequency of 1000Hz, the modulation system is 0.5, and the modulated carrier signal is a cosine wave with an amplitude ...

Posted by jzimmerlin on Sun, 12 Jan 2020 03:37:16 -0800

Advanced Neural Network for Python Deep Learning Experiment

Advanced Neural Network Experimental environment keras 2.1.5 tensor 1.4.0 Experimental tools Jupyter Notebook Experiment 1: MNIST generates antagonistic networks thinking Train two models, one to generate a given random noise as input output example G, and one to identify the generated m ...

Posted by jonat8 on Sat, 11 Jan 2020 16:58:06 -0800

The MVP mode + Retrofit2.0 framework encapsulation of kotlin & Java Android Development

Recently, I have been looking at Kotlin's Android code. By comparing Java, Kotlin is indeed a trend. Today, I will introduce how to integrate network requests into MVP mode. Some people may have a good understanding of some conceptual things, but the actual operation is another matter... This time, I ...

Posted by alexweb on Sat, 11 Jan 2020 05:20:17 -0800

Flink Asynchronous IO Learning Records

International practice, first put Official Documents Introducing a wave Every time you join a flink IO, you access the database, so the database read is based on disk IO, which must be slow, so this can become a performance bottleneck for stream processing. Asynchronous IO then asynchronizes the origina ...

Posted by songwind on Fri, 10 Jan 2020 19:56:00 -0800