摘要: p1 只是指向a的地址,,p2 指向b 的地址, b=*p1,p2指向b的地址里面,b的值发生了改变,最终a 的又变成5 阅读全文
posted @ 2016-05-23 17:06 #ifndef 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 3 echo "安装将花费一定时间,请耐心等待直到安装完成^_^" 4 if which apt-get >/dev/null; then 5 sudo apt-get install -y vim vim-gnome ctags xclip astyle pytho 阅读全文
posted @ 2016-05-19 12:27 #ifndef 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 在终端中敲入如下命令,安装ssh服务器和客户端: # sudo apt-get install openssh-server openssh-client 停止ssh服务,使用: # sudo /etc/init.d/ssh stop 开启ssh服务,使用: # sudo /etc/init.d/s 阅读全文
posted @ 2016-05-04 21:32 #ifndef 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: /************************************************************************* > File Name: 类.txt > Author: sunshunzhong > Mail: 13215543132@163.com > Cre 阅读全文
posted @ 2016-05-04 21:12 #ifndef 阅读(7454) 评论(0) 推荐(1) 编辑
摘要: win8 换win7 硬盘格式修改一下gpt 格式转换为mbr模式 当进入到要选择安装到某一个盘时,由于磁盘的类型不同,会提示:“选中的磁盘采用GPT分区形式无法安装系统”。这时需要重新设置分区形式(格式化是解决不了问题的) 解决方法: 1. 按“shift+F10”组合键,进入DOS命令行 2. 阅读全文
posted @ 2016-05-03 20:36 #ifndef 阅读(185) 评论(0) 推荐(0) 编辑