Skip to content

哎呀妈呀

小小站长

哎呀妈呀

小小站长

Search for:

Category Archives: 服务器

  • Home
  • Archive by category "服务器"
image
image
image
image
image
image
  • on 10 Nov 2020
  • By 1141727@qq.com
  • 服务器

css 强制换行 强制不换行

/* 强制不换行 */
div {
    white-space: nowrap;
}

/* 强制换行 */
div {
    word-wrap: break-word;
    word-break: normal;
}

/* 强制英文断行 */
div{
    word-break:break-all;
}

/* 强制中文断行 */
div {
    white-space: pre-wrap
}
  • on 31 Oct 2020
  • By 1141727@qq.com
  • 服务器

IIS 配置 PHP 常用软件

# IIS PHP版本管理

PHPManagerForIIS-1.2.0-x64-IIS-7
PHPManagerForIIS-1.3.0-x64-IIS-8
PHPManagerForIIS-1.4.0-x64-IIS-10
PHPManagerForIIS-1.5.0

# IIS 伪静态

rewrite_2.0_rtw_x64

# Windows Server 2016-2019 SXS

server_2019_.net3_.5_sxs

Recent Posts
  • css 文字超出省略号
  • css3 flex 左右布局
  • css 强制换行 强制不换行
  • php json_encode 中文不转码
  • Mysql 自动增长ID 清零 的几种方法
Recent Comments
    Archives
    • November 2021
    • November 2020
    • October 2020
    Categories
    • 服务器
    • PHP
    • MYSQL
    • HTML/JS/CSS
    Meta
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    站长

    © 2025 哎呀妈呀 辽ICP备15003918号-2