2020/6/5

linux卸载/安装php运行环境

安装 安装apache yum list | grep http    2.安装php yum -y install php yum -y install php-fpm     3.安装mysql //wget…

  • linux
  • 2020/6/5
  • helei
  • 1,026
  • 2020/6/3

    php获取ip

    public function actionGetIp(){ static $realip; if (isset($_SERVER)) { if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { $realip = $_SE…

  • php
  • 2020/6/3
  • helei
  • 1,003
  • 2020/6/2

    wpf最大化/c#获取屏幕高度

    //判断是否已经最大化             if (this.Height == SystemParameters.WorkArea.Size.Height || this.Width ==&n…

  • c#
  • 2020/6/2
  • helei
  • 1,012
  • 2020/6/2

    Windows实现同时多个设备播放声音

    首先你的机子要支持同时连接两个播放设备 然后下载VocideMeeter

  • windows
  • 2020/6/2
  • helei
  • 1,362
  • 2020/6/2

    python selenium 判断元素是否隐藏

    is_dispalyed()

  • python selenium
  • 2020/6/2
  • helei
  • 1,005
  • 2020/6/2

    c#实现软件启动页

    1、建立Windows 窗体程序,增加两个窗体。解决资源管理器中,主界面命名为Form1,启动界面命名为Form22、设置Form2窗体的FormBorderStyle为None;BackgroundImage为你喜欢的图片;BackgroundImageLayout为Zoom…

  • c#
  • 2020/6/2
  • helei
  • 1,081
  • 2020/6/2

    html背景图

    /* 背景图垂直、水平均居中 */     background-position: center center;     /* 背景图不平铺 */     background…

  • css html
  • 2020/6/2
  • helei
  • 1,233