As shown in the figure (CodeBlocks IDE)
A lot of people also had coding problems before. Maybe this is UTF-8. Try GBK~
-Find put charset = GBK (or GB2312)
As shown in the figure (CodeBlocks IDE)
A lot of people also had coding problems before. Maybe this is UTF-8. Try GBK~
-Find put charset = GBK (or GB2312)
Cannot checkout from svn:E155004:Run ‘svn cleanup’ to remove locks(type ‘svn help cleanup ’ for details)
Error report when pulling items on SVN
Error report chart:
terms of settlement:
Open terminal and switch to the file location where the error is reported. For example, my file is D:: ideaprojects. Run the command SVN cleanup and pull the project again

java.lang.reflect.InvocationTargetException
Bad writing
The cause of the bug:
in the service layer, the value passed in by the public list findbyproperty (string propertyname, object value) {} method service of Dao layer is a value of string type, so an error is reported;
Modification:
rewrite the object type of Dao layer to string type to fix the bug.
You’ve got it.

“373191;”
sudo ln -s /usr/lib/x86 64-linux-gnu/libcublas.so.10.1 /usr/local/cuda-10.1/lib64/libcublas.so.10.1
“20915;” 38382;”39064;
https://forums.developer.nvidia.com/t/cublas-for-10-1-is-missing/71015/6
Background of the problem
Follow the online tutorial
systemctl start httpd.service
Start the service, but no, there is no systemctl command
Solution
Use Service httpd start to start the service
The causes of the problem are as follows:
The reason is that when Tomcat is added in eclipse, eclipse will automatically store the Tomcat configuration file. When the Tomcat server starts in eclipse, it will replace the original Tomcat configuration file with its stored Tomcat configuration file.
resolvent:
1. Set ecplise to cancel the automatic publishing function
2. In ecplise project, there is a server project, a Tomcat VX. X server at localhost config, in which there are configuration files to modify the files directly. When Tomcat is republished, it will use the configuration files here to cover the files in conf under Tomcat

1、 Problem description
1. After using idea development tool and git to download the project, the folder was deleted because of GIT, resulting in problems in Maven packaging
picture display

2、 Solutions
1. Download the GIT project again
2. Retrieve the deleted git folder, which can be

1 question
{“errcode”:40125,“errmsg”:“invalid appsecret, view more at http://t.cn/RAEkdVq rid: 60d999f2-3ad58b98-4b237e0d”}
2 reasons
3 solutions
Reset the secret key and replace it with the reset one
4 Communication
If you have other communication ideas, you can add the technology group I created: 820080257
Record a strange little problem.
In order to complete the emotional dialogue project arranged by my tutor, I found a model from GitHub, and then configured the environment python2.7 + tensorflow1.13.1 on the server according to readme. At the beginning of training, I found that the training speed was very slow. After checking, I found that I didn’t use the GPU version of tensorflow, so I changed it to tensorflow-gpu1.13.1.
Import error: libcublas. So. 10.0: cannot open shared object file: no such file or directory
Very common old problem, CUDA is not installed or environment variables are not configured. I didn’t add CUDA to the environment variable here, because it’s a server in the school laboratory. It doesn’t have sudo permission and can’t modify the environment variable of the system, so I can only add the environment variable I need with the export command every time I start the terminal. For convenience, all the environment variables that need to be exported are recorded in a file. You only need the file source each time.
After the source is completed, a strange problem appears. I output Python 3.8.5 with Python command in CONDA environment, and the python version of the environment shown in CONDA list is 2.7, as shown in the figure below. Clearly is the environment of Python 2.7, why use the python command to prompt that the current version is Python 3.8.5?I try to import tensorflow. It also prompts no module named tensorflow, which means that although it shows that I am in the dual RL master environment, I am in another environment?
I repeatedly tried to delete the environment, create a new environment, and re install various packages. After many tests, I finally found the problem. When CONDA activate is executed, the target environment will be added to the environment variable of the current system, so when the python command is executed on the command line, the python version in the target environment will be executed. When the export command is executed, the specified environment variable will be added to the system environment variable. When the variable name is repeated, the existing environment variable will be overridden. When I use source to execute files containing many export commands, one of the export commands adds the default Python version of CONDA to the environment variables of the system, which covers the python version I activated with CONDA before. Therefore, although my CONDA shows that the python version I used is 2.7, the environment variables of the system have been covered by the export command I used later, The default version of Python is 3.8.5.
I tested again. First add a python version to the environment variable by using export, and then use CONDA activate to activate another version of Python. Using Python on the command line, you will find that the output is the later version of Python. Therefore, you can conclude that the one added after the same variable name in the environment variable will override the existing one.
Although it’s not a big problem, sometimes it’s this kind of energy-saving twig that keeps you from finding mistakes.
After installing pytorch on the command line, the reference in pychar reports an error saying that it is not installed.
solve:
I am installed in the default environment, so I need to select the corresponding environment and add the installed python.

After installing and opening wireahrk, the local network card cannot be found and the packet cannot be captured
terms of settlement:
1. Run Wireshark as an administrator
2. Method 1 cannot solve the problem. Try to run the command →
Type: Net start NPF
3. Method 2 cannot solve the problem. Try to download WinPcap and run Wireshark directly after installation

The lager package is used in Erlang project. Version 20 was used before OTP, but now it is upgraded to version 24. There is an error in compiling make,
compile error: error in parse transform ‘lager_ transform’
Analysis shows that the lager version is low. Enter the rebar.config file and change the tag of lager to the latest version.
{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}
Problem solving.
Reference article: https://github.com/erlio/vmq_ diversity/issues/12
div>