Loading
top
primary
Recommendation
The gitee open source project can also apply for a free JetBrains family bucket license

Recently, I found that the idea registration code has expired, so I decided to apply for the free JetBrains family bucket license condition: there is an open source project, which will be updated within three months. Our project is https://gitee.com/lele-666/V-IM Application page: https://www.j...

primary
LiveKit event API documentation

The LiveKit event API document Connected describes that it is triggered when a connection is established with the server. ---Reconnecting description: Triggered when the connection with the server is interrupted and reconnection is being attempted. ---SignalReconnecting description: when the signaling connection is ..

primary
When element plus merges the cells in the first column downward, selecting all selects all rows of the entire table.

When you select all, you do not select two rows, but all the rows on the right. As a result, when you cancel a single row, if these two rows are cancelled, there are other rows in the selected row. Solution: add @ selectable="selectable" to the merged cells that are not displayed

2022/05/15 15:39
three hundred and eighty
primary
Several pits of WeChat applet canvas rendering pictures

1. To use uni.getImageInfo ({src: 'image address', success: function(image) { console.log(image); ctx0.drawImage(image.path, start, 0, height, height); ctx0.draw(); } }); two Applet ..

primary
Vue cli development Vue+electron project (1) V-IM development environment construction

Students who need to purchase AliCloud coupons can click on the AliCloud coupon of 2000 yuan to prepare 1 Download node (node-v12.16.1-x64) yarn (yarn-1.22.4). If it has already been installed, ignore it. If you have already installed an older version of node, remember to clean up the installation ..

primary
T-io appears: this decoding fails, and it has failed for one consecutive time. The length of data involved in decoding is 157 bytes in total

tio.websocket.ssl.enabled=true tio.websocket.ssl.key-store=classpath:xxx.cn.pfx tio.websocket.ssl.password=xxx tio.websocket.ssl.trust-store=classpath:xxx.cn.pfx Because the last line is empty ..

primary
Oauth2 obtains the user according to the token

/*** Get user * @ param token token * @ return results according to token*/ private User getByToken(String token){ OAuth2Authentication auth2Authentication = defaultTokenServices.loadAuth...

2020/02/17 11:25
1.2K
primary
In sharding jdbc, position is used as the field name of the table, which makes it impossible to segment

In sharding jdbc, position is used as the field name of the table, which makes it impossible to segment

2019/11/28 21:23
three hundred and seventy
primary
Oauth2.0 front-end concurrent refresh problem solution.

/*** The tested function deliberately invalidates the first request. Please remove * @ type {number} */let i=0 when it is formally used; class RequestUtils { constructor() { this.instance = null; this.isRefr......

primary
Redis Installation Pit Filling Record

####Install>$wget http://download.redis.io/releases/redis-5.0.3.tar.gz <br>>$tar xzf redis-5.0.3. tar. gz<br>>$cd redis-5.0.3<br>>$make # # # Start>$src/redis server red

2019/01/10 15:48
two hundred and thirty-three
primary
Spring boot oauth2 fetch on cross domain requests

The client uses fetch to send ajax requests. The 401 error always appears. It is always believed that it is a cross domain setting problem on the server side. Later, it is found that the client sends the wrong parameters. This method is not correct. The 401 fetch (' http://localhost:8080/oauth/toke...

2018/11/08 16:46
six hundred and forty-four
primary
Spring boot oauth2 cross domain settings

@Override public void configure(HttpSecurity http) throws Exception { http .authorizeRequests() .antMatchers("/security/**") .authenticated() /......

primary
The problem of inconsistency in each access of axios cross domain sessionid

Baidu has been talking about setting axios. defaults. withCredentials=true all night; Then add @ CrossOrigin (origins=“ http://localhost:9080 ", maxAge=3600) is actually not easy to use. There is still one parameter missing ..

primary
The dragging of electric will affect the events of child elements, making the events unable to respond

The style="- webkit app region: drag" will affect the event of the sub element, making the event unable to respond to the solution. Add - webkit app region: no drag; ...

2018/08/06 21:41
eight hundred
primary
Quartz uses PostgreSQL to throw the error "Bad type value: long: x

Add the following content found in the table building statement of quartz PostgreSQL to quartz.properties -- In your Quartz properties file, you'll need to set -- org.quartz.jobStore.driverDelegateClass = org.quart...

2018/07/26 13:17
2.2K
primary
Error in electric vue packaging

The package downloaded by using npm install will not work, and then an error occurs when executing npm run build! (The research failed for two days, and the problem was solved by using yarn at one time) Recommend yarn download dependency, and then yarn run build is packaged successfully. When the mark is packaged, it cannot be found in the project path ..

2018/02/04 22:44
1.4K
primary
The problem of doc4j to html garbled code

Because the result needs to be processed, the string is returned, using ByteArrayOutputStream bios=new ByteArrayOutputStream(); String result = baos.toString(); The result is garbled, and then use the following method byte [] lens=

2018/01/21 20:54
eight hundred and thirty-six
primary
Scss coding in webpack

@charset "UTF-8"; Load. scss first

2018/01/07 13:11
four hundred and fifteen
primary
The webpack packs the vue, and the component is not displayed

const path = require('path'); const ExtractTextPlugin = require('extract-text-webpack-plugin'); const config = { entry: './main', //Entry file output: { //In node.js ..

No more

Loading failed, please refresh the page

 Back to top
Top