Fork me on GitHub
上一页 1 ··· 17 18 19 20 21

2017年5月18日

Linux常用命令及操作(第二弹)

摘要: Ctrl l清屏 Ctrl d关闭终端 Ctrl Alt T打开终端 pwd 查看当前的目录 Shift Ctrl C复制 Shift Ctrl V粘贴 Shift Ctrl N打开新的终端 F11 全屏(任何) cat 查看文件内容 rm -r 删除目录 ls -l查看所有文件的详细 stat 查 阅读全文

posted @ 2017-05-18 09:47 ScvQ 阅读(226) 评论(0) 推荐(0) 编辑

Linux下安装Mysql

摘要: 1. sudo apt-get install mysql-server 2. sudo apt-get isntall mysql-client 3. sudo apt-get install libmysqlclient-dev 安装管理软件sudo apt install mysql-workbench 阅读全文

posted @ 2017-05-18 09:37 ScvQ 阅读(145) 评论(0) 推荐(0) 编辑

Linux常用命令及操作

摘要: shutdown -r now现在重启 shutdown -h now现在关机 reboot重启 startx进入图形界面 chmod +x 777 文件名 授权和可执行 777为二进制111-111-111(系统用户-当前用户-其他用户) ls -a -s -color显示所有文件(a显示所有,s 阅读全文

posted @ 2017-05-18 09:35 ScvQ 阅读(258) 评论(0) 推荐(0) 编辑

CentOS修改Mysql字符集

摘要: 1、mysql>show variables like 'character_set%'; 显示如下: 2、备份my.cnf cp /etc/my.cnf /etc/my.cnf.bak 3、修改my.cnf,结果如下 4、重启mysql服务 sudo service mysqld restart 阅读全文

posted @ 2017-05-18 09:19 ScvQ 阅读(769) 评论(0) 推荐(0) 编辑

2017年5月17日

安装ubuntu是所需的引导

摘要: title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-16.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8 initrd (hd0,0)/initrd.lz 阅读全文

posted @ 2017-05-17 23:16 ScvQ 阅读(160) 评论(0) 推荐(0) 编辑

阿里云maven镜像

摘要: nexus-aliyun * Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public 阅读全文

posted @ 2017-05-17 15:11 ScvQ 阅读(108) 评论(0) 推荐(0) 编辑

Java企业版文档地址

摘要: 地址:http://docs.oracle.com/javaee/7/index.html 阅读全文

posted @ 2017-05-17 14:05 ScvQ 阅读(112) 评论(0) 推荐(0) 编辑

上一页 1 ··· 17 18 19 20 21

导航