easyPoi report export

Easypoi report making tool is easy to operate and easy to use. It is different from that of POI report export, so you need to write your own corresponding tool class. Easypoi export is divided into three parts: basic export, template export and HTML export. The basic export is summarized first. Basic export: we can export pictures. If the enti ...

Posted by mizz key_me on Thu, 24 Oct 2019 06:12:12 +0200

Google,Guava local efficient cache

Guva is an open-source public java library of google, similar to Apache Commons. It provides a collection, reflection, caching, scientific computing, xml, io and other tool class libraries.Cache is just one of the modules. Using Guva cache can build local cache conveniently and quickly. [TOC] Building the first cache using Guava First, we need ...

Posted by wgh on Sat, 19 Oct 2019 08:11:04 +0200

Face search for AI face recognition

This document will use the JD cloud AI SDK to practice the face search function in face recognition, mainly involving group creation / deletion, group list acquisition, face creation / deletion, and face search. The final effect of this operation is: create a face database, take a picture to search the most similar one in the face database, a ...

Posted by Bennettman on Fri, 18 Oct 2019 06:50:14 +0200

[Reprint]. NET ASP.NET web Form (.aspx) uses ajax to achieve local refresh

C# All runat="server" controls will cause the entire interface to refresh, if you want to achieve partial refresh, you can use ajax. The controls that need to be added are ScriptManager and Update Panel, which can only refresh the contents of Update Panel.AJAX has been encapsulated in a control in C# and can be easily implemented in a ...

Posted by urneegrux on Tue, 15 Oct 2019 08:48:04 +0200

Java String split Trampling

1.1 The pit of split A couple of days ago in the company to pass FTP The data files uploaded by this method are parsed in a prescribed format and then put into storage. The general idea of code implementation is as follows: first, read the files by stream, parse and encapsulate each line of data into an object, and then carry out the operation ...

Posted by Ravi Kumar on Mon, 14 Oct 2019 15:34:12 +0200

How can java, python, golang and other development languages generate two-dimensional codes quickly?

There are many ways to generate free two-dimensional codes! For example, the famous two-dimensional code for forage is enough if it is used simply. But if you want to generate on a large scale, it's not appropriate. Moreover, many tools can't add logo to the two-dimensional code (just like the two-dimensional code of Wechat). Next, I'll talk ab ...

Posted by artacus on Sun, 13 Oct 2019 07:07:05 +0200

Getting coordinates and street details from Google Maps API development

Links to the original text: http://www.cnblogs.com/qiudongxu/p/8328291.html Getting coordinates and street details from Google Maps API development My own project has the need to get the coordinate latitude and longi ...

Posted by kippy on Thu, 10 Oct 2019 20:51:59 +0200

Practice! Achieving Audio Clipping Processing in Pure Front End

Preface Recently, in a project, the audio recorded by webRTC needs to be processed, including audio clipping, multi-audio merging, and even replacing one part of an audio with another. Originally, I intend to leave this job to the server side, but considering whether the front end or the backstage is done, the work is almost the same. Moreover, ...

Posted by ericburnard on Tue, 08 Oct 2019 09:26:44 +0200

Audio and video portal -10- uses libyuv to zoom, rotate, mirror, cut and mix YUV data.

Directory of Audio and Video Introduction Articles libyuv libyuv Google is open source to achieve a variety of YUV and RGB conversion, rotation, scaling and other libraries. It is cross platform and can be compiled and run on Windows, Linux, Mac, Android and other operating systems, x86, x64 and arm architectures. It supports the acceleratio ...

Posted by Scabby on Thu, 03 Oct 2019 19:45:03 +0200

appium boot appears at com.google.common.base.Throwables.throwI

Great God Link:https://blog.csdn.net/yunfeng482/article/details/76737683 Error log: Method arguments: "M6TGLMA721108530", "5190" //Step 1: Start - ----------> appium and its application java.lang.NoSuchMethodError: com.google.common.base.Throwables.throwIfUnchecked(Ljava/lang/Throwable;)V io.appium.java_client.remote.AppiumCommandExecutor.e ...

Posted by boushley on Wed, 02 Oct 2019 05:59:45 +0200