my zk uses docker,
the service port of zookeeper is different. It is 2181 2182 2183 respectively. How to configure storm.yaml
my zk uses docker,
the service port of zookeeper is different. It is 2181 2182 2183 respectively. How to configure storm.yaml
when you need to configure different ports, try to configure the same, so as to avoid causing yourself trouble.
1: there is no intelligent prompt for writing js, input document in webstrom. It feels like some plug-in or js library is missing. The details are as follows: ...
problem description when webstorm uses the vue frame to write template, you can t use this symbol (the key to the left of the 1 key on the big keyboard). Other computers can use . the environmental background of the problems and what methods you hav...
<?php header("Access-Control-Allow-Origin: *"); $con = mysqli_connect( localhost , root , 0123456zp ); if(! $con ) { die( : . mysqli_error($con)); } mysqli_select_db($con, xsmf ); $sql = "select * FROM user where name =...
setting-> Language & Frameworks-> JavaScript-> selecting EcmaScript 6 setting still has no effect? How to break? Arrow functions, deconstruction assignments, and object method abbreviations all have error prompts. ...