51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#GA
mysql 8.0下的SELECT list is not in GROUP BY clause and contains nonaggregated column
mysql的版本mysql>selectversion();+-----------+|version()|+-----------+|8.0.12|+-----------+在执行group by时遇到报错,具体如下mysql>select*fromapi_propertiesGROUPBYfi...
代码星球
·
2021-02-01
mysql
8.0下
SELECT
list
is
mysql问题解决SELECT list is not in GROUP BY clause and contains nonaggregated column
今天在Ubuntu下的部署项目,发现一些好好的列表页面发生1055:Expression#11ofSELECTlistisnotinGROUPBYclauseandcontainsnonaggregatedcolumn'ppm_c.ppm_flow_starting_dealing.status'whichisnotf...
代码星球
·
2021-02-01
mysql
问题
解决
SELECT
list
API gateway 之 kong 安装
https://getkong.org/install/centos/下载指定版本rpm:wgethttps://bintray.com/kong/kong-community-edition-rpm/download_file?file_path=centos/7/kong-community-edition-0.1...
代码星球
·
2021-01-23
API
gateway
kong
安装
iOS-去除NavigationBar边线
解决办法:self.navigationController.navigationBar.barStyle=UIBaselineAdjustmentNone;...
代码星球
·
2021-01-23
iOS-
去除
NavigationBar
边线
Fzu 2150 Fire Game
Problem2150FireGameAccept:864 Submit:3207TimeLimit:1000mSec MemoryLimit:32768KBFatbrotherandMazeareplayingakindofs...
代码星球
·
2021-01-23
Fzu
2150
Fire
Game
POJ 1733 Parity game
ParitygameTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:7101Accepted:2751DescriptionNowandthenyouplaythefollowinggamewithyourfriend.Yourfriendwritesdownase...
代码星球
·
2021-01-23
POJ
1733
Parity
game
springboot启动报错:ERROR org.springframework.boot.SpringApplication
问题: 用一个已经搭建好的springboot工程改造成eureka。 pom文件中springboot首先用的是2.0.6.RELEASE springcloud用的Dalston.SR5 启动报如下错:2:02:37.561[main]DEBUGorg.springframe...
代码星球
·
2021-01-23
springboot
启动
报错
ERROR
org.springframework.boot.SpringApplication
netty LEAK: ByteBuf.release() was not called before it's garbage-collected
背景、netty抛出完整的error信息如下:2018-02-0814:30:43.098[nioEventLoopGroup-5-1]ERRORio.netty.util.ResourceLeakDetector:176-LEAK:ByteBuf.release()wasnotcalledbeforeit'sgarb...
代码星球
·
2021-01-23
netty
LEAK
ByteBuf.release
was
not
Exception in thread java.lang.IllegalThreadStateException
比较好理解的抛出:非法线程状态抛出出现这个问题的原因是:对一个状态为RUNNABLE的线程再次调用start()方法,或者对一个状态为TERMINATED再次调用start()方法。总之,在线程的某种状态时做了不合理的操作。解决原理很简单,启动多个线程即可。问题例子:1@Autowired2TcpClientSocke...
代码星球
·
2021-01-22
Exception
in
thread
java.lang.IllegalThreadStateException
Debian8 远程登录Permission Denied,please try again
多数是系统没有开启Root登录的权限。修改root的ssh权限:①vi/etc/ssh/sshd_config②找到配置项PermitRootLogin 将此项的值改为yes③重启ssh服务 /etc/init.d/ssh restart ...
代码星球
·
2021-01-22
Debian8
远程
登录
Permission
Denied
通过navigator.userAgent判断浏览器类型
1、navigator.userAgent返回一个浏览器信息字符串。2、用到indexOf()方法,查找字符串中是否有指定的浏览器类型。3、if(navigator.userAgent.indexOf("MSIE")>0){return"MSIE";}if(isFirefox=navigator.userAgen...
代码星球
·
2020-12-30
通过
navigator.userAgent
判断
浏览器
类型
block和delegate的选择
block和delegate均为常用回调方式(暂不讨论通知) 代理优点:设置某个对象的代理,代理对象可以与被代理对象不直接相关,即使两个对象距离较远,传值也比较方便。代理方法内可以方便调用对象私有方法缺点:delegate比block使用繁琐,对于多个小控件的回调,delegate要写更多的代码。delega...
代码星球
·
2020-12-30
block
delegate
选择
Nginx 502 Bad Gateway 错误的原因及解决方法
Nginx502BadGateway的错误已经遇到好几次了,这里做一下记录,备忘哈哈。会有好多种情况出现502错误,下面我们分情况来说一下。一、fastcgi缓冲区设置过小出现错误,首先要查找nginx的日志文件,目录为/var/log/nginx,在日志中发现了如下错误。2013/01/1713:33:47[erro...
代码星球
·
2020-12-30
Nginx
Bad
Gateway
错误
原因
Primeton BPS 6.7+MyEclipse_5.5.1GA_E3.2.2插件安装
Primeton_BPS_6.7_DeveloperMyEclipse5.5插件版点击MyEclipse_5.5.1GA_E3.2.2_Installer.exe开始安装。注意安装过程中ChooseEclipseFolder选择刚刚安装的BPS中的eclipse目录。MyEclipse安装完成后,启动BPS...
代码星球
·
2020-12-29
Primeton
BPS
6.7+MyEclipse
5.5.1GA
E3.2.2
如何学习FPGA
版权声明:本文为博主原创文章,未经博主允许不得转载。https://blog.csdn.net/k331922164/article/details/44626989PS:笔者强烈建议诸位注册一个EETOP的账号,每天签到或者发贴、回贴就有积分了,里面的资源非常丰富,各种软件、资料都能找到。一、入门首先要掌...
代码星球
·
2020-12-29
如何
学习
FPGA
首页
上一页
...
28
29
30
31
32
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他