avatar
文章
80
标签
142
分类
12
首页
笔记
软件
开源
读书
分类
标签
归档
链接
关于
Logo思学资讯模板 返回首页
搜索
首页
笔记
软件
开源
读书
分类
标签
归档
链接
关于

资讯模板

发表于2018-01-01|更新于2025-10-31|资讯
|总字数:0|阅读时长:1分钟|浏览量:
文章作者: Hao
文章链接: https://blog.v4coder.cn/posts/3c7719f9/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 思学!
资讯
赞助
  • 微信
    微信
  • 支付宝
    支付宝
cover of previous post
上一篇
Redmine 项目管理 - 手动安装
环境 系统 Ubuntu18.04 Server LTS 系统没有安装 Apache 或 MySQL 安装 安装APACHE2 123456sudo apt updatesudo apt install apache2 libapache2-mod-passengersudo systemctl stop apache2.servicesudo systemctl start apache2.servicesudo systemctl enable apache2.service 安装数据库MYSQL 12345sudo apt-get install mysql-serversudo systemctl stop mysql.servicesudo systemctl start mysql.servicesudo systemctl enable mysql.service 运行以下命令以保护MYSQL服务器的安全: 12345678sudo mysql_secure_installation New password:...
cover of next post
下一篇
Yii2 多语言配置 - i18n 国际化
原理 国际化 i18n 是 Yii2 的核心组件,应用 bootstrap 时 i18n 就会被实例化。 1234567891011121314// yii2/base/Application.phppublic function coreComponents(){ return [ 'log' => ['class' => 'yii\log\Dispatcher'], 'view' => ['class' => 'yii\web\View'], 'formatter' => ['class' => 'yii\i18n\Formatter'], 'i18n' => ['class' => 'yii\i18n\I18N'], ...

评论
GiscusGitalk
avatar
Hao
好好学习,天天向上
文章
80
标签
142
分类
12
Follow Me
公告
This is my Blog
最新文章
Hutool 小而全的 Java 工具包类库2025-10-31
免费翻译整本英文书籍生成双语书籍2025-10-30
Ventoy 使用指南2025-10-30
Ventoy 制作可启动 U 盘的开源工具2025-10-30
Proxmox VE 从零开始安装配置2025-10-30
© 2019 - 2025 By Hao
滇ICP备2022006346号-1
搜索
数据加载中