51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#quot
com.alibaba.druid.sql.parser.ParserException: syntax error, error in :"XXX"
报错:"com.alibaba.druid.filter.stat.StatFilter-mergesqlerror,dbTypeoracle,"目测为嵌套函数异常,单独Oracle执行sql正常,添加了druid监控后报错这个问题不解决也不影响程序的正常运行,但是看着特别不舒服 试了几种方法:升级druid...
代码星球
·
2021-02-23
error
com.alibaba.druid.sql.parser.ParserException
syntax
in
quotXXX
GitLab CI with docker and dind "mount: permission denied (are you root?)"
今天配置gitlab-runner时候出现以上错误,在官网中找到答案https://gitlab.com/gitlab-org/gitlab-runner/issues/1544 ...
代码星球
·
2021-02-23
GitLab
CI
with
docker
and
pandas处理json脱坑(一)--JsonError: Expecting property name enclosed in double quotes
python执行json.loads(…)时遇到的错误json格式的文本中应该用双引号,而不是单引号,如: brief=json.loads(row["brief"].replace("'","""))把单引号替换成双引号即可。...
代码星球
·
2021-02-22
pandas
处理
json
脱坑
--JsonError
if __name__="__main__":
1.疑问与背景:在Python脚本中,通常会有“if__name__==’__main__:”作为程序的入口,但没有这么一句代码,程序也能正常运行。在Java,每次开启一个程序,都必须写一个主函数(ie:main函数)作为程序的入口。 在“if__name__==’__main__:”也像是一个标...
代码星球
·
2021-02-22
quot
if
name
main
Vue router报错:NavigationDuplicated {_name: "NavigationDuplicated", name: "NavigationDuplicated"}的解决方法
在main.js下添加:importRouterfrom'vue-router'Vue.use(Router)constoriginalPush=Router.prototype.pushRouter.prototype.push=functionpush(location){returnoriginalPush.ca...
代码星球
·
2021-02-22
name
quotNavigationDuplicated
quot
Vue
router
python升级带来的yum异常:File "/usr/bin/yum", line 30
问题:$yum File"/usr/bin/yum",line30 exceptKeyboardInterrupt,e: ...
代码星球
·
2021-02-21
yum
quot
python
升级
带来
使用百度编辑器时,报错:从客户端("...)中检测到有潜在危险的 Request.Form 值
ajax请求失败,提交不上去起初没找到报错的这句话,可能由于我用了其他第三方插件的原因,后来改动了一下,出现了这个错误 然后百度得到答案:http://www.cnblogs.com/tearer/archive/2012/05/16/2503792.html当asp.net提交<>这些字符到as...
代码星球
·
2021-02-21
使用
百度
编辑器
报错
客户端
String literal is not properly closed by a double-quote eclipse
中文乱码,解决方法之一就是更改工程的编码方式。首先选择工程,右键打开property窗口,resource下的text fileincoding,看看是不是选择的utf-8,如果不是的话更改为utf-8。...
代码星球
·
2021-02-21
String
literal
is
not
properly
<jsp:directive.page import=""/>的用法和解释
<jsp:directive.pageimport="zero.space.ch03.BookBean"/> 相当于 <%@pageimport="zero.space.ch03.BookBean"%> 但...
代码星球
·
2021-02-21
用法
解释
"text"和new String("text")的区别
转自:Whatisthedifferencebetween“text”andnewString(“text”)? newString("text"); explicitlycreatesanewandreferentiallydistinctinstanceofa Stringobject...
代码星球
·
2021-02-21
quottext
quot
new
String
区别
"Calendars" and "DateFormats" should not be static
参见:Calltomethodofstaticjava.text.DateFormatnotadvisable? 级别:bug,multi-threadingNotallclassesinthestandardJavalibrarywerewrittentobethread-safe.Usingt...
代码星球
·
2021-02-21
quot
quotCalendars
and
quotDateFormats
should
#define barrier() __asm__ __volatile__("": : :"memory") 中的memory是gcc的东西
gcc内嵌汇编简介在内嵌汇编中,可以将C语言表达式指定为汇编指令的操作数,而且不用去管如何将C语言表达式的值读入哪个寄存器,以及如何将计算结果写回C变量,你只要告诉程序中C语言表达式与汇编指令操作数之间的对应关系即可,GCC会自动插入代码完成必要的操作。1、简单的内嵌汇编例:__asm____volatile__("h...
代码星球
·
2021-02-21
quot
#define
barrier
asm
volatile
loadrunner:Action.c(4): Error -27796: Failed to connect to server "10.8.251.101:10086": [10060] Connection timed out
Action.c(4):Error-27796:Failedtoconnecttoserver"10.8.251.101:10086":[10060]Connectiontimedout(1)在负载生成器的注册表HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/T...
代码星球
·
2021-02-20
to
loadrunner
Action.c
Error
-27796
vs2015 打不开了 提示"CSharpPackage",未能正确加载xx包
最近发现vs2015在新建项目和加载现有项目的时候会报错提示 开始我以为是系统的问题导致vs配置除了问题,重启下电脑就可以了吧,没有在意,结果重启电脑后问题依旧,这两...
代码星球
·
2021-02-20
vs2015
打不
开了
提示
quotCSharpPackage
vue 中使用 webSocket 收发数据, 增加 " 心跳机制 " 保持连接.
1、页面加载时候,开启长连接:created(){this.adminIds=getadminId();this.tokens=getToken();this.merIds=getmerId();//页面刚进入时,判断有无token,有则开启长连接if(this.tokens){this.initWebSo...
代码星球
·
2021-02-20
quot
vue
使用
webSocket
收发
首页
上一页
...
2
3
4
5
6
...
下一页
尾页
按字母分类:
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
其他