原因分析: TypeError: can only concatenate str (not "int") to str,意思是不能够把一个整数和字符串进行拼接运算,即 运算。 解决办法: 删除掉字符类型的打印内容,或者将 double 类型的变量,转…
State Threads(ST)学习笔记
一、ST简介
ST是一个C语言微线程开源库:http://sourceforge.net/projects/state-threads/
微线程最大的好处就是将传统的EDSM(Event Drive State Machine)异步化多路复用编程(epoll/select等)串行化。通过在一个进程内模拟多个微线程并发,使…
有很多小伙伴在安装windows是会出现一个attempting to start up from提示,然后就会进入一个蓝色的页面,也就是下边这两张图,这时候会让你选择在这时候有很多小伙伴就懵了,
我应该怎么选择,不要方,下边我来…
org.springframework.context.ApplicationContextException: Unable to start web server报错(已解决)
在写springcloud的时候遇到了一些问题,比如报了上面的错误,一开始不知道怎么回事,上网找,发现是spri…
关闭Tomcat报错The web application [my_login] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it
1.原因是在关闭Tomcat服务时,数据库的(mysql和oracle)驱动此时还无法释放。 2.针对驱动无…