There are multiple modules with names that only differ in casing.有多个模块同名仅大小写不同This can lead to unexpected behavior when compiling on a filesystem with ...
分类:
其他好文 时间:
2017-07-03 16:36:14
阅读次数:
390
错误描述: prototxt中第****行,第**列缺少一个整型数或者标识符。 解决方法: 检查对应的prototxt文件,第****行,第**列是否遗漏相关信息。 我的文件是在代码新旧版本没对应好~ layer { type: "Accuracy" } layers{ type: ACCURACY ...
分类:
Web程序 时间:
2017-07-03 14:06:33
阅读次数:
238
写个笔记记录做版本升级时遇到的一些问题,方便日后回查 4.15 升至4.16 1. Cpp文件报 Expected CppCom_Menu.h to be first header included. 原因:4.16以前的版本添加C++时都会将 #include "项目名.h" 添加到第一行。现在需 ...
分类:
其他好文 时间:
2017-07-02 21:20:20
阅读次数:
458
SQL*Loader FAQ: Contents [hide] 1 What is SQL*Loader and what is it used for? 2 How does one use the SQL*Loader utility? 3 How does one load MS-Excel ...
分类:
数据库 时间:
2017-06-30 21:05:26
阅读次数:
294
【引子】 最近将ECShop框架网站从租用服务器搬家至阿里云,虽然模块及功能上已经被修改的面目全非了,但基础部分还在。 在这个过程中遇到了很多的WARNING与ERROR,解决方案如下。 【环境】 服务器环境由PHP5.3+MySQL5.6更新至PHP5.6+MySQL5.7 【数据库】 利用nav ...
分类:
其他好文 时间:
2017-06-29 18:01:43
阅读次数:
702
Given two sorted integer arrays nums1 and nums2, merge nums2 intonums1 as one sorted array. Note: You may assume that nums1 has enough space (size tha ...
分类:
其他好文 时间:
2017-06-25 12:04:33
阅读次数:
213
在Xshell5中编写int main(int argc,char** argv)时, 出现-bash:syntax error near unexpected token '(' ; 可是我是按照Linux语句编写的,其他代码没有出错; 检查发现, Xshell5对应的Linux版本是Linux5 ...
分类:
其他好文 时间:
2017-06-23 16:24:34
阅读次数:
281
首要我们以最为常用的UIImageView为例介绍实现原理: 1)UIImageView+WebCache: setImageWithURL:placeholderImage:options: 先显示 placeholderImage ,同时由SDWebImageManager 根据 URL 来在本 ...
分类:
移动开发 时间:
2017-06-18 22:42:47
阅读次数:
187
错误提示: 9:15:53 AM [Apache] Error: Apache shutdown unexpectedly.9:15:53 AM [Apache] This may be due to a blocked port, missing dependencies, 9:15:53 AM ...
分类:
Web程序 时间:
2017-06-14 16:25:56
阅读次数:
308
这篇文章是David MacKay利用信息论,来对快排、堆排的本质差异导致的性能差异进行的比较。 信息论是非常强大的,它并不只是一个用来分析理论最优决策的工具。 从信息论的角度来分析算法效率是一件很有趣的事,它给我们分析排序算法带来了一种新的思路。 运用了信息论的概念,我们很容易理解为什么快排的速度 ...
分类:
编程语言 时间:
2017-06-13 17:26:16
阅读次数:
224