GitHub push代码发生错误:fatal: Authentication failed for 'https://github.com/ ...
使用的https提交,在用SourceTree提交代码时候发生错误,返回的错误提示说:
fatal: Authentication failed for 'https://github.com/ ...
如图所示:
解决方案...
分类:
Web程序 时间:
2015-08-25 21:51:15
阅读次数:
1482
今天碰见了一个错误,搞了好久查不到原因,很是坑:
原因很清楚,就是因为我的某些数据请求的路径为空,也就是路径有错误.
但是具体是什么路径出现错误了?
上面的原因并没有说出来,还需要接着向下面看.
看到报错的,而且很是眼熟的就是KIImagePager,而且还是和路径有关联的,很有可能就是这里出错了~
先过去看看:
这两个类中,和KIImag...
分类:
Web程序 时间:
2015-08-25 21:51:05
阅读次数:
257
Camera驱动相关文件:
1、ProjectConfig.mk 配置相关信息,定义主副摄像头。和其他信息
2、kd_imgsensor.h 定义Sensor_id 的信息文件, kernel和vendor下都需要有一份
3、kd_camera_hw.c kd_camera_hw.h 控制Camera上下电,宏在kd_camera_hw.h中定义
4、kd_sensor...
分类:
其他好文 时间:
2015-08-25 21:52:56
阅读次数:
7484
我们知道MongoDb不支持byte(BsonType中根本没有定义byte), 但是在实际生产环境中数据结构(特别是远古时代的数据结构)往往包含byte数据项。
这时候无法保存原有的数据结构,一般会另外创建一个Wrapper结构(Wrapper内部将byte转为int等MongoDb可以识别的类型),最后将Wrapper存入MongoDb。无疑,这种方法并不优雅。
(下面的方法实现于c#, M...
分类:
数据库 时间:
2015-08-25 21:51:47
阅读次数:
186
1710: 最后一个1
时间限制: 1 Sec 内存限制: 128 MB
提交: 51 解决: 32
[提交][状态][讨论版]
题目描述
对于一个十进制的数字x,将他转化为2进制,他的2进制将由0和1组成,求里面的最后一个1在第几位
输入
第一行输入T,代表T组数据,
接下来T行,每行输入一个X。
0
0
输出
输入x的2进制中最后一个1在第几位,...
分类:
其他好文 时间:
2015-08-25 21:51:48
阅读次数:
101
题目链接:https://leetcode.com/problems/missing-number/
题目:
Given an array containing n distinct numbers taken from 0,
1, 2, ..., n, find the one that is missing from the array.
For example,
Give...
分类:
其他好文 时间:
2015-08-25 21:51:39
阅读次数:
126
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath
*)indexPath
测试始终不走这个代理方法的原因肯定是因为UICollectionViewFlowLayout *layout = [[[UICollectionV...
分类:
其他好文 时间:
2015-08-25 21:50:12
阅读次数:
187
A message containing letters from A-Z is being encoded to numbers using the
following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the total nu...
分类:
其他好文 时间:
2015-08-25 21:52:38
阅读次数:
137
传送门:BZOJ1052傻逼题。二分一个长度,注意到每次正方形必然落在某个角上,枚举判断即可。好久不见的1A……代码上的小细节见下。#include
#include
#include
#include
#include
using namespace std;const int INF=0x3f...
分类:
其他好文 时间:
2015-08-25 21:49:42
阅读次数:
146
这是师兄们在实际项目中用到的关于VC++和MATLAB混合编程的实例。最近自己在瞎鼓捣,也就研究了下这块,本想写篇博文,但网上这块的资料还算是比较多,写的也比较具体,想着不重复劳动,因此我也就不写了。//提取节点信息
mxArray *csd_path;
mxArray *save_path;
mxArray *mat_path=mxCreateCellMatrix(NULL...
分类:
编程语言 时间:
2015-08-25 21:52:12
阅读次数:
237
开启apache的mod_rewrite功能模块
引入http-vhosts.conf文件
添加VirtualHost配置
配置hosts文件
重启apache
新建php文件
访问www.phpexcel.com/index.php...
分类:
其他好文 时间:
2015-08-25 21:50:20
阅读次数:
181
Climbing Worm
Problem Description
An inch worm is at the bottom of a well n inches deep. It has enough energy to climb u inches every minute, but then has to rest a minute before climbing agai...
分类:
其他好文 时间:
2015-08-25 21:49:30
阅读次数:
190
spring整合quartz实现定时任务...
分类:
编程语言 时间:
2015-08-25 21:49:22
阅读次数:
313
伴随着信息科技日新月异的发展,信息呈现出爆发式的膨胀,人们获取信息的途径也更加多样、更加便捷,同时对于信息的时效性要求也越来越高。举个搜索场景中的例子,当一个卖家发布了一条宝贝信息时,他希望的当然是这个宝贝马上就可以被卖家搜索出来、点击、购买啦,相反,如果这个宝贝要等到第二天或者更久才可以被搜出来,估计这个大哥就要骂娘了。再举一个推荐的例子,如果用户昨天在淘宝上买了一双袜子,今天想买一副泳镜去游泳...
分类:
其他好文 时间:
2015-08-25 21:51:31
阅读次数:
150
今天在Visual Studio 2010中编译文件的时候报出了以下错误:经过确认引用的dll没有问题,把引用重新添加过来,重启Visual Studio 2010都没有效果。错误一直都在,一直都在!!!后来发现该工程所引用的dll是net framework 4.0生成的。而该工程是.Net Framework 4.0 Client Profile生成的,如下:修改该工程的目标框架为net fr...
分类:
系统相关 时间:
2015-08-25 21:50:15
阅读次数:
198
POJ 3321 DFS+树状数组...
分类:
移动开发 时间:
2015-08-25 21:50:12
阅读次数:
185
A - Closest Common Ancestors(8.4.9)
Time Limit:2000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
Write a program that takes as input a rooted ...
分类:
其他好文 时间:
2015-08-25 21:48:27
阅读次数:
223