上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页

2017年7月21日

dpkg --add-architecture i386 && apt-get update && > apt-get install wine32

摘要: dpkg --add-architecture i386 && apt-get update &&> apt-get install wine32 阅读全文

posted @ 2017-07-21 00:14 木花猫 阅读(656) 评论(0) 推荐(0) 编辑

2017年7月20日

Android Studio 快捷键整理分享-SadieYu

摘要: 文章编辑整理:Android Studio 中文组 - SadieYu Alt+回车 导入包,自动修正 Ctrl+N 查找类 Ctrl+Shift+N 查找文件 Ctrl+Alt+L 格式化代码 Ctrl+Alt+O 优化导入的类和包 Alt+Insert 生成代码(如get,set方法,构造函数等 阅读全文

posted @ 2017-07-20 16:21 木花猫 阅读(231) 评论(0) 推荐(0) 编辑

解决Ubuntu系统中文乱码显示问题

摘要: sudo dpkg-reconfigure locales最后重启ubuntu。 重启后在系统设置--语言设置里面需要勾选中文,就会自动下载中文包,安装完成后再次重启就ok了。 阅读全文

posted @ 2017-07-20 10:25 木花猫 阅读(427) 评论(0) 推荐(0) 编辑

在Ubuntu / Ubuntu Kylin下安装和卸载 Nodepadqq

摘要: 在Ubuntu / Ubuntu Kylin下安装和卸载 Nodepadqq 对于Ubuntu发行版本可以通过PPA安装,命令如下: sudo add-apt-repository ppa:notepadqq-team/notepadqq sudo apt-get update sudo apt-g 阅读全文

posted @ 2017-07-20 10:07 木花猫 阅读(384) 评论(0) 推荐(0) 编辑

2017年7月14日

Ubuntu16 编译源码出错 unsupported reloc 43

摘要: 错误如下 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:270: error: unsupported reloc 43 prebui 阅读全文

posted @ 2017-07-14 10:55 木花猫 阅读(380) 评论(0) 推荐(0) 编辑

Ubuntu 16.04 LTS 成功编译 Android 6.0 源码教程

摘要: sudo apt-get install -y git flex bison gperf build-essential libncurses5-dev:i386 \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev g++-multilib 阅读全文

posted @ 2017-07-14 10:11 木花猫 阅读(448) 评论(0) 推荐(0) 编辑

现象: shell脚本中source aaa.sh时提示 source: not found

摘要: 原因: ls -l `which sh` 提示/bin/sh -> dash 这说明是用dash来进行解析的。 改回方法: 命令行执行:sudo dpkg-reconfigure dash 在界面中选择no 再ls -l `which sh` 提示/bin/sh -> bash 修改成功,sourc 阅读全文

posted @ 2017-07-14 09:40 木花猫 阅读(908) 评论(0) 推荐(0) 编辑

2017年7月13日

Agent admitted failure to sign using the key

摘要: SSH生成id_rsa, id_rsa.pub后,连接服务器却报: Agent admitted failure to sign using the key 错误。 解决方法: 在当前用户下执行命令: ssh-add 即可解决。 阅读全文

posted @ 2017-07-13 16:59 木花猫 阅读(170) 评论(0) 推荐(0) 编辑

gitlab 安装遇到 fatal:does not appear to be a git repository fatal: Could not read from remote repository. 问题

摘要: Cloning into 'door_lock_bsp'... git@192.168.1.5's password: fatal: 'door_lock/door_lock_bsp.git' does not appear to be a git repository fatal: Could n 阅读全文

posted @ 2017-07-13 16:41 木花猫 阅读(1782) 评论(0) 推荐(0) 编辑

2017年7月12日

gerrit 安装

摘要: http://blog.csdn.net/ljchlx/article/details/21988471 阅读全文

posted @ 2017-07-12 20:42 木花猫 阅读(122) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页

导航