码迷,mamicode.com
首页 >  
搜索关键字:when    ( 7148个结果
windows10环境下QtCreator中出现skipping incompatible xxx when searching for xxx 问题解决办法
windows10环境下QtCreator中出现skipping incompatible xxx when searching for xxx 我再QtCreator中想导入一个外部库时,他提示不匹配 出现这种问题是因为QtCreator 和 MinGW 其中一个是32位 ,而另一个是64位, 将 ...
分类:Windows程序   时间:2020-03-31 01:35:21    阅读次数:491
Solved! Xtool X100 Pro2 Update Error “Result is null or empty"
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技术
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
springboot配置工程为开发模式
一、配置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
mysql导出索引sql 导出索引创建语句
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
PAT Advanced 1107 Social Clusters (30) [并查集]
题目 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配置嵌入式的Servlet
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
pgsql 批量更改 update
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
oracle 列转行函数listagg、判断函数decode
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
fix Ubuntu 18.04 cannot login in GUI
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
7148条   上一页 1 ... 35 36 37 38 39 ... 715 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!