windows10环境下QtCreator中出现skipping incompatible xxx when searching for xxx 我再QtCreator中想导入一个外部库时,他提示不匹配 出现这种问题是因为QtCreator 和 MinGW 其中一个是32位 ,而另一个是64位, 将 ...
If an error message with “Result is null or empty” appears on Xtool X100 Pro2 auto key programmer when you update, how to solve? Solution offered by o ...
分类:
其他好文 时间:
2020-03-30 16:18:24
阅读次数:
79
MyBatis中常用动态SQL: choose when otherwise if trim where foreach 1,<if>元素被用来有条件地嵌入SQL片段,如果测试条件被赋值为true,则相应地SQL片段将会被添加到SQL语句中。 <select id="searchCourses" p ...
分类:
数据库 时间:
2020-03-29 15:28:05
阅读次数:
149
一、配置idea a、Ctrl+Alt+S => Compiler => Build project automatically; b、Ctrl+Alt+Shift+/ => Registry... => compiler.automake.allow.when.app.running; 二、配置p ...
分类:
编程语言 时间:
2020-03-29 10:31:09
阅读次数:
94
SELECT CONCAT('ALTER TABLE `',TABLE_NAME,'` ', 'ADD ', IF(NON_UNIQUE = 1, CASE UPPER(INDEX_TYPE) WHEN 'FULLTEXT' THEN 'FULLTEXT INDEX' WHEN 'SPATIAL' ...
分类:
数据库 时间:
2020-03-28 23:27:43
阅读次数:
172
题目 When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A “s ...
分类:
其他好文 时间:
2020-03-28 23:13:05
阅读次数:
76
SpringBoot默认使用Tomcat作为嵌入式的Servlet 问题? 1)、如何定制和修改Servlet容器的相关配置; server.port=8081 server.context-path=/crud server.tomcat.uri-encoding=UTF-8 //通用的Servl ...
分类:
编程语言 时间:
2020-03-27 11:14:01
阅读次数:
89
https://www.cnblogs.com/ldj3/p/9288187.html 批量更改 update 一般的方式: <update id="updateData"> <foreach collection="list" item="obj" separator=";"> UPDATE jo ...
分类:
数据库 时间:
2020-03-26 21:16:57
阅读次数:
223
1、decode 使用decode判断字符串是否一样 DECODE(value,if1,then1,if2,then2,if3,then3,...,else) decode(条件,值1,返回值1,值2,返回值2,...值n,返回值n,缺省值) 某些场景可以代替case when 2、listagg ...
分类:
数据库 时间:
2020-03-26 13:37:20
阅读次数:
123
There is a problem when I login into Ubuntu in GUI, it always loop in the GUI login. I searched in internet, there are lots of solutions, but only bel ...
分类:
系统相关 时间:
2020-03-26 10:50:56
阅读次数:
94