码迷,mamicode.com
首页 >  
搜索关键字:transaction check error    ( 40919个结果
docker搭建nextcloud
Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [1130] Host '172.18.0.2' ...
分类:其他好文   时间:2021-01-19 12:03:11    阅读次数:0
PHP中mysqli_errno和mysqli_error的区别和使用
PHP中mysqli_errno和mysqli_error的区别和使用 mysqli_errno() 函数返回最近调用函数的最后一个错误代码。 mysqli_error() 函数返回最近调用函数的最后一个错误描述。 mysqli_errno(connection);mysqli_error(conn ...
分类:数据库   时间:2021-01-18 11:31:26    阅读次数:0
[LeetCode] 1003. Check If Word Is Valid After Substitutions 检查替换后的词是否有效
Given a string , determine if it is?valid. A string is?valid?if, starting with an empty string , you can?transform into after performing the following ...
分类:其他好文   时间:2021-01-18 11:15:29    阅读次数:0
SpringBoot(3) ------>整合log-back与Swagger
一、整合log-back 在resources下新建logback-spring.xml <?xml version="1.0" encoding="UTF-8"?> <!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL,如果设置为WA ...
分类:编程语言   时间:2021-01-18 10:50:25    阅读次数:0
安装nginx报错
错误一:安装nginx报错“src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt’” “src/os/unix/ngx_user.c:26:7: error: ‘struct ...
分类:其他好文   时间:2021-01-18 10:49:25    阅读次数:0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error 在安装目录下执行 vim obj/Markfile 把Makefile文件的-Werror去掉 重新执行make ...
分类:Web程序   时间:2021-01-16 12:06:29    阅读次数:0
如何使用好Golang的错误处理机制
golang没有提供try-catch类似的错误处理机制,在设计层面采用了C语言风格的错误处理,通过函数返回值返回出错的错误信息,具体样例如下: func ReturnError() (string, error) { return "", fmt.Errorf("Test Error") } fu ...
分类:其他好文   时间:2021-01-16 12:06:01    阅读次数:0
utf8,utf16,utf32,bom详解(转)
UTF-8, UTF-16, UTF-32 & BOM General questions, relating to UTF or Encoding Forms Is Unicode a 16-bit encoding? Can Unicode text be represented in more ...
分类:其他好文   时间:2021-01-15 12:15:52    阅读次数:0
爬虫-urllib模块的使用
urllib是Python中请求url连接的官方标准库,在Python3中将Python2中的urllib和urllib2整合成了urllib。urllib中一共有四个模块,分别如下: request:主要负责构造和发起网络请求,定义了适用于在各种复杂情况下打开 URL (主要为 HTTP) 的函数 ...
分类:Web程序   时间:2021-01-15 11:56:28    阅读次数:0
centos7查看普通用户执行的非法命令日志
1、查看日志 用户执行非法命令删除文件,sudo rm -rf share/ [root@check ~]# tail /var/log/secure ...
分类:其他好文   时间:2021-01-15 11:51:34    阅读次数:0
40919条   上一页 1 ... 52 53 54 55 56 ... 4092 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!