Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4213645
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2024年(1)

2023年(5)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2016-04-26 19:48:59

1、直接关闭防火墙systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动2、设置 iptables serviceyum -y install iptables-services如果要修改防火墙配置,如增加防火墙端口3306vi /etc/sysconfig/iptables 增加.........【阅读全文】

阅读(3610) | 评论(0) | 转发(0)

发布时间:2016-04-26 18:34:20

git 1.7.10之后,有时候git pull的时候 会自动发送merge 信息如下配置可以关闭编辑~/.gitconfig [core] mergeoptions = --no-edit 或者终端中执行git config --global core.mergeoptions --no-edit......【阅读全文】

阅读(4999) | 评论(0) | 转发(0)

发布时间:2016-04-21 17:32:33

use db_name; SET autocommit=0 ; source the_sql_file.sql ; COMMIT ;......【阅读全文】

阅读(2264) | 评论(0) | 转发(0)

发布时间:2016-03-03 10:52:07

看了一下网上大部分文章都是手动安装sbt的其实也可以apt安装echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.listsudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823sudo apt-get updatesudo apt-get install sbt.........【阅读全文】

阅读(3489) | 评论(0) | 转发(0)

发布时间:2016-02-15 15:02:16

以前在windows下使用itools访问手机,但是在ubuntu下就不行了,不过ubuntu下也有相应的工具.在手机上打开usb调试模式,接上usb.lsusb显示Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 001 Device 002: ID 8087:8008 Intel Corp. Bu.........【阅读全文】

阅读(2073) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册