这个错误的出现一般是SpringBoot的启动类(类名上面有@SpringBootApplication注解 )与controller包不在同一个目录下,解决方案就是把启动类和controller包放在同目录下就可以啦。 这个错误出现需要将Controller层中的@Controller注解改为@R ...
分类:
移动开发 时间:
2021-06-25 16:59:24
阅读次数:
0
mysql引擎 create table t_mysql ( id Int32, name String, ) engine = MySQL('127.0.0.1:3306', 'test', 't', 'root', '123456'); mysql进行ddl: alter table t mod ...
分类:
其他好文 时间:
2021-06-25 16:44:37
阅读次数:
0
编辑-Z DB107在DB-4封装里采用的4个芯片,其尺寸都是50MIL,是一款小方桥。DB107的浪涌电流Ifsm为50A,漏电流(Ir)为10uA,其工作时耐温度范围为-55~150摄氏度。DB107采用GPP芯片材质,里面有4颗芯片组成。DB107的电性参数是:正向电流(Io)为1A,反向耐压 ...
分类:
数据库 时间:
2021-06-25 16:31:45
阅读次数:
0
在引入的子组件尾部加上文件 .vue 后缀名 ...
分类:
其他好文 时间:
2021-06-24 18:33:01
阅读次数:
0
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:
其他好文 时间:
2021-06-24 18:14:17
阅读次数:
0
https://blog.csdn.net/Nire_Yeyu/article/details/104683888/ 安装:pip install pyinstaller 安装时报错,原因是环境变量需要在多配一个路径 打包为exe,版本尽量选择python3.6+32位版本,因为win64位系统向下 ...
分类:
其他好文 时间:
2021-06-24 18:10:33
阅读次数:
0
参考 https://www.zhihu.com/question/29669829 手动强制同步 #####1.架梯子 #####2.地址栏输入:chrome://sync-internals #####3.中间那列中下方,点击“Stop Sync (Keep Data)”,之后点击“Reques ...
分类:
其他好文 时间:
2021-06-24 18:08:38
阅读次数:
0
《JAVA通过JDBC 操作数据库(增删改)》 创建Mysql表中的数据 1.连接远端数据库 183.236.187.199 端口3306 cs2数据库 2.通过createStatement() 方法在 xuesheng 表中创建 一个学生【14,'跛脚金','男','2000-01-09',1】 ...
分类:
数据库 时间:
2021-06-24 17:57:55
阅读次数:
0
Vue_控件(tree_table) 要使用tree_table之前要进行依赖的插入, 插入方法可以在vue UI中直接搜索依赖插入 在main.js中导入组件,然后全局定义组件,在使用组件的时候使用 import TreeTable from 'vue-table-with-tree-grid' ...
分类:
其他好文 时间:
2021-06-24 17:57:41
阅读次数:
0