码迷,mamicode.com
首页 >  
搜索关键字:cannot be less than    ( 12159个结果
记录一次随意操作数据库,插入新数据,导致与程序添加新数据时,引起的主键值重复问题。More than one row with the given identifier was found: 1690
今天系统用户反馈了一个问题,根据分析发现,在Oracle数据库表中,主键值1690出现了重复。经过反复排查,发现表对应的序列号的值比对应的表中生成的id值要小,查看数据发现,表中的部分数据是直接insert语句插入的,而这个时候,又未同步更新表序列,通过应用程序生成的数据又是根据序列同步生成的,这个 ...
分类:数据库   时间:2020-07-14 00:20:24    阅读次数:95
VMware安装VMtools,用于共享windows 目录
在 菜单栏 》 虚拟机 》 安装 vmtools 进入虚拟机后,查看设备管理文件 /dev 新建待挂载目录 /mnt/cdrom mkdir /mnt/cdrom *** 挂载设备至 /mnt/cdrom *** mount /dev/cdrom /mnt/cdrom 进入到 /mnt/cdrom ...
分类:Windows程序   时间:2020-07-12 22:42:27    阅读次数:126
Transport Error: Cannot get remote repository refs.https://github.com/xxx/test1.git: cannot open git-upload-pack
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:Web程序   时间:2020-07-12 22:33:02    阅读次数:155
Linux运维之监控CPU和内存的日志工具
一、监控CPU和内存的日志工具的使用 1、阿里云提供了一个监控CPU和内存的脚本,因free版本不同的原因,脚本中的内容有做细微的修改,脚本内容如下: #!/bin/bash #When the free memory very less ,this script to collect CPU/me ...
分类:系统相关   时间:2020-07-12 20:48:34    阅读次数:115
[安洵杯 2019]easy_web
查看URL,发现img参数后面应该是base64加密,尝试解码 http://0ec6d84a-930a-4d8a-8aeb-10862f2da5ee.node3.buuoj.cn/index.php?img=TXpVek5UTTFNbVUzTURabE5qYz0&cmd base64解密-》bas ...
分类:Web程序   时间:2020-07-12 20:39:14    阅读次数:132
logstash
官网下载: https://www.elastic.co/cn/downloads/past-releases/ 启动时可能遇到java mysql的时区问题 unrecognized or represents more than one time zone. You must configure ...
分类:其他好文   时间:2020-07-12 20:27:00    阅读次数:75
vue 报错:TypeError: Cannot read property '$createElement' of undefined
TypeError: Cannot read property '$createElement' of undefinedat render (eval at ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_module ...
分类:其他好文   时间:2020-07-12 18:55:59    阅读次数:111
系统文件查看命令 -more -less -head -tail及上传下载命令
系统文件查看命令more 空格向下显示一页,回车 向下显示一行,/后面跟内容会显示出你要查找的内容,n是向下搜索,q退出 系统文件查看命令less 空格向下一页 回车向下一行 /后面跟查找内容会高亮显示 n向下搜索 N向上搜索 gg回到第一行 G到末行 冒号:指定翻页行数 系统文件查看命令head ...
分类:Web程序   时间:2020-07-12 18:25:02    阅读次数:74
Cannot find required service quagga in /etc/init.d/
[root@kunpeng82 mininet]# ls /lib/systemd/system/zebra.service /lib/systemd/system/zebra.service [root@kunpeng82 mininet]# vi /lib/systemd/system/zebr ...
分类:其他好文   时间:2020-07-12 14:15:10    阅读次数:68
悬垂指针和野指针的区别
Difference between Dangling Pointer and Wild Pointer? A dangling pointer is a pointer that used to point to a valid address but now no longer does. Th ...
分类:其他好文   时间:2020-07-12 01:03:42    阅读次数:90
12159条   上一页 1 ... 35 36 37 38 39 ... 1216 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!