w h y ? y o u a r e h e r e ?

向前翻看 1shift+PgUp 向后翻看 1shift+PgDown 移动文件 1mv 文件名 移动目的地文件名 重命名文件 1mv 文件名 修改后的文件名 删除文件夹命令 1rm -rf /var/log/httpd/access 删除文件 1rm -f /var/log/httpd ...
阅读全文 »

安装 12345678wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpmrpm -ivh mysql-community-release-el7-5.noarch.rpmyum install mysql-serve ...
阅读全文 »

1yum install httpd 启动apache 1systemctl start httpd.service 停止apache 12systemctl stop httpd.service 重启apache 1systemctl restart httpd.service 设置apa ...
阅读全文 »

手动隐藏123456789101112131415161718@property(nonatomic,assign)BOOL isHiddenHomeIndicator;self.isHiddenHomeIndicator=YES;或者self.isHiddenHomeIndicator=NO;if ...
阅读全文 »

出现这种问题一般都会有提示 很有可能就是两个文件重复导致的 从提示上面就能看出来是哪几个文件重复了 比如下面的就是 EJWarningCardView 12libEJWarningCardView.a(EJWarningCardView.o)ld: 419 duplicate symbols for ...
阅读全文 »