自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 VMWare和win共享目录

VMWare->虚拟机-》设置-》选项》共享文件夹》总是启用》添加共享的文件夹。Ubuntu 共享文件夹挂载目录 vmshare 挂在到目录 /vmshare。比如添加vmshare文件。

2022-11-30 16:25:59 677

原创 VS2015 设置全局包含目录

vs2015全局包含目录

2022-11-30 09:08:36 593

原创 QString::toStdString() 中文乱码

QString::toStdString() 中文乱码

2022-11-29 10:21:12 1229 1

原创 Thinkphp 发布到linux笔记

1.在linux上搭建LAMP环境https://blog.csdn.net/lxmblog/article/details/803388812. 修改apach

2018-06-02 18:46:52 319

原创 Centos7 防火墙 firewalld

centos 7  弃用了iptables 采用 firewalld 服务为防火墙 firewall-cmd 命令查看firewall 状态 的几种方式[root@VM_0_13_centos html]# systemctl status firewalld //运行状态[root@VM_0_13_centos html]# systemctl is-enabled firewalld //是否...

2018-05-17 17:47:56 168

原创 win搭建web服务 sqlserver和mysql

安装phpstudy2018一键完成 php mysql Apache 安装安装sqlserver支持下载sql server 驱动https://docs.microsoft.com/zh-cn/sql/connect/sql-connection-libraries?view=sql-server-2017把php_pdo_sqlsrv_55_nts.dllphp_pdo_sqlsrv_55_...

2018-05-17 12:49:19 435

原创 LAMP环境搭建 linux centos7

LAMP 是Linux Apache MySQL PHP的简写使用yum安装 可以先更新一下yum[root@VM_0_13_centos ~]# yum -y update防火墙配置 vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #允许80端口通过防火墙-A...

2018-05-16 17:31:22 231

原创 CentOS 7 指令变化

CentOS 7  systemctl[root@VM_0_13_centos ~]# systemctl start httpd[root@VM_0_13_centos ~]# systemctl stop httpd[root@VM_0_13_centos ~]# systemctl restart httpd[root@VM_0_13_centos ~]# systemctl reload ...

2018-05-16 16:24:29 645

SublimeText3-mac 破解版

sublime text3 mac 破解

2014-05-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除