问题描述: 使用git push 报错: error: The requested URL returned error: 403 Forbidden while accessing https://github.com/Newlyfly/Hello_World.git/info/refs fata ...
分类:
系统相关 时间:
2017-09-18 01:11:30
阅读次数:
186
使用了hibernate的主键生成策略,而在程序中又主动去设置了主键值。<class name="ProductRegion" table="PRODUCT_REGION" lazy="false"> <id name="id" column="PRODUCT_REGION_ID"> <genera ...
分类:
其他好文 时间:
2017-09-16 18:57:49
阅读次数:
382
阅读错误之后,感觉是opencv本的问题(由于我安装了两个版本opencv-2.4.9 and opencv-3.1.0),搜了相关问题,然后修改了CMakeList.txt,解决了此问题。 参考了这个博客:http://www.cnblogs.com/xzd1575/p/5555523.html ...
分类:
其他好文 时间:
2017-09-12 13:38:40
阅读次数:
245
Return all non-overlapping matches of pattern in string, as a list of strings. The string is scanned left-to-right, and matches are returned in the or ...
分类:
其他好文 时间:
2017-08-25 09:39:51
阅读次数:
487
Farmer John went to cut some wood and left N (2 ≤ N ≤ 100,000) cows eating the grass, as usual. When he returned, he found to his horror that the clus ...
分类:
其他好文 时间:
2017-08-14 16:40:25
阅读次数:
147
今天要用Jmeter测试服务器性能,发现GUI界面总是有warning提示: 今天要用Jmeter测试服务器性能,发现GUI界面总是有warning提示: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs a ...
分类:
编程语言 时间:
2017-08-09 22:13:59
阅读次数:
245
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script ...
分类:
系统相关 时间:
2017-08-08 09:31:39
阅读次数:
172
最近使用git命令从github克隆仓库到版本,然后进行提交到github时报错如下: [root@node1 git_test]# git push origin mastererror: The requested URL returned error: 403 Forbidden while ...
分类:
数据库 时间:
2017-08-03 15:39:30
阅读次数:
282
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. 解决办法如下: ...
分类:
其他好文 时间:
2017-07-31 18:47:51
阅读次数:
289
1.当启动MySQL时,报如下错误 [ERROR] Plugin 'InnoDB' init function returned error.[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.[ERROR] Unknown ...
分类:
数据库 时间:
2017-07-27 14:33:16
阅读次数:
210