1.SourceTree 拉取报错 Your local changes to the following files would be overwritten by merge:XXX 原因: 本地有代码未提交,导致下载代码不能合并,可能造成冲突 解决:先提交本地代码到本地Git,再执行从服务器拉取代码,如果无冲突,可执行推送到远程服务器
在Windows上启动kafka_2.12-1.1.0报以下错误:[2018-05-08 10:24:51,777] ERROR Failed to clean up log for __consumer_offsets-17 in dir D:\JavaSoft\kafka_2.12-1.1.0\JavaSoftkafka_2.12-1.1.0log due to IOException (kafka.server.LogDirFailureChannel)java.nio.file.File
一开始按照linux的习惯去编译一个使用了windowsAPI的程序 结果提示: $ i686-pc-cygwin-g++ screen_catch.cscreen_catch.c: In function ‘int main()’:screen_catch.c:158:39: warning: ISO C++ forbids converting a string constant to ‘LPSTR {aka char*}’ [-Wwrite-strings] SaveBitmapT
由于plink1.9和1.07这两个版本互掐,经常出现各种不兼容问题,“.bim file has a split chromosome. Use --make-bed by itself to remedy this.”报错就是一个典型的版本问题,版本1.9解决这种问题需要用到以下命令行: plink --bfile oldfile --make-bed --out newfile 用--make-bed重新生成一次文件即可.