本问题可能是某个设置改变引起的,其他机器上没发现. 问题描述昨天,以及今天(2014-11-29),使用 TortoiseGit 时碰到了一个诡异的问题. 卸载,清理注册表,重装,重启,各种折腾以后,还是不能解决. 使用 TortoiseGit 执行拉取(pull ...) 命令时, 就给报错...
分类:
其他好文 时间:
2014-12-01 16:00:08
阅读次数:
256
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
Follow up:
Did you use extra space?
A straight forward solution using O(mn) space is probably a bad ide...
分类:
其他好文 时间:
2014-11-30 17:00:32
阅读次数:
223
ubuntu 14.04.1 LTS 64bit安装完GuestAdditions后,在终端输入sudo mount -t vboxsf sharename /mnt/share提示错误:mount: wrong fs type, bad option, bad superblock on shar...
分类:
其他好文 时间:
2014-11-28 19:50:05
阅读次数:
193
1.新建用户[root@localhost linux]# adduser liangh[root@localhost linux]# passwd lianghChanging password for user liangh.New password: BAD PASSWORD: it is b...
分类:
系统相关 时间:
2014-11-27 15:49:19
阅读次数:
310
Annotation Order:It's considered good practice to dependency inject Angular's providers in before our own custom ones.Bad:// randomly ordered dependen...
分类:
Web程序 时间:
2014-11-25 18:16:10
阅读次数:
155
DescriptionDZY loves chessboard, and he enjoys playing with it.He has a chessboard of n rows and m columns. Some cells of the chessboard are bad, othe...
分类:
其他好文 时间:
2014-11-24 18:51:18
阅读次数:
232
I do not know how many of you all have asthma in here today, but have you ever had an asthma attack before, you are short of breathe,(…?) you’re weezy...
分类:
其他好文 时间:
2014-11-23 20:15:33
阅读次数:
165
编译一个能在 arm 平台上用的动态库,结果报错如下:
relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
./obj/xxx.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
其实错误信息已经给出解决办法了,加...
分类:
其他好文 时间:
2014-11-21 18:40:09
阅读次数:
3187
首先,建议将编码设置为GB2312,并在WEB-INF\lib里导入:commons-fileupload-1.3.jar和commons-io-2.4.jar,可百度下下载,然后你编码完成后,上传时可能会遇到"servlet Bad version number in .class file"错误...
分类:
Web程序 时间:
2014-11-20 11:49:35
阅读次数:
236
linux shell scripts:Syntax error: Bad for loop variable
sh add.sh 报错:
add.sh: 4: Syntax error: Bad for loop variable
代码没有错误,Ubuntu为了加快开机速度,用dash代替bash。
解决办法:取消dash,使用bash:
sudo dpkg-reconfigure dash
选择No选项。...
分类:
系统相关 时间:
2014-11-18 16:01:51
阅读次数:
226