题目描述 Peter returned from the recently held ACM ICPC World finals only to find that his return flight was overbooked and he was bumped from the flight! ...
分类:
Web程序 时间:
2019-04-13 10:44:48
阅读次数:
195
昨天用.net console application读取sharepoint list列表,在本地一切正常,一传到服务器上就报401未授权的错误,尝试了各种办法都没有解决。最后发现原因是我的AD账号只能在本机使用,在其他电脑上都不能用,非常雷人的root cause。也许是被管AD账号的同事坑了, ...
分类:
其他好文 时间:
2019-04-10 09:13:40
阅读次数:
149
设定博客文章按照时间分层筛选出现问题 解决方案: 修改settings.py中时区配置信息: 注意问题: 启用 USE_TZ = True 后,处理时间方面,有两条 “黄金法则”:保证存储到数据库中的是 UTC 时间;在函数之间传递时间参数时,确保时间已经转换成 UTC 时间; ...
分类:
数据库 时间:
2019-03-31 22:03:11
阅读次数:
357
症状:如图1。点“重试”没用,就反复提示:系统无法打开指定的设备或文件。点击“取消”后又。会弹出图2:Server returned unexpected error 110 attempting to install package, 后面跟安装包的路径。 问题原因:是权限问题,因为刚重装了系统, ...
分类:
其他好文 时间:
2019-03-31 18:11:20
阅读次数:
496
E: Sub-process /usr/bin/dpkg returned an error code (1)错误解决 在用apt-get安装软件时出现了类似于install-info: No dir file specified; try --help for more information.d ...
分类:
其他好文 时间:
2019-03-26 11:56:23
阅读次数:
226
现象: A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Numb ...
分类:
Web程序 时间:
2019-02-23 19:33:31
阅读次数:
248
org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1 出现这一错误的主要原因有两个 使用的是hibern ...
分类:
Web程序 时间:
2019-02-10 00:03:18
阅读次数:
435
控制台报错: 08:07:09.293 [http-bio-8080-exec-2] ERROR org.hibernate.internal.SessionImpl - HHH000346: Error during managed flush [Batch update returned une ...
分类:
其他好文 时间:
2019-01-19 11:07:37
阅读次数:
581
在 使用 Xcode 检查内存泄露时(cmd+shift+B)运行,出现了一个警告:nil returned from a method that is expected to return a non-null value iOS 原因是返回了一个 不能为空 的对象。 解决方案:使用 abort( ...
分类:
移动开发 时间:
2019-01-18 16:28:01
阅读次数:
357
记录被LeetCode虐的日子 第一种方法:使用枚举 / Note: The returned array must be malloced, assume caller calls free(). / int twoSum(int nums, int numsSize, int target) { ...
分类:
其他好文 时间:
2019-01-12 21:52:54
阅读次数:
293