大前端

  • PHP开发之环境搭建

    代码狗提供的教程代码实例,均是在此环境上测试通过的。 我是喜欢一键搭建本地开发环境的,毕竟干这行的人,电脑时不时就会抽筋,这就导致我们经常装系统,如果每次装了系统就重新搭建开发环境的话,想想就可怕。 …

    2022年4月7日
  • 程序员最喜欢的前端UI框架的移动端、PC端和混合APP的应用总结

    1.SUI Mobile SUI Mobile 是一套基于 Framework7 开发的UI库。它非常轻量、精美,只需要引入我们的CDN文件就可以使用,并且能兼容到 iOS 6.0+ 和 Android 4.0+,非常适合开发跨平台Web App。 2.MUI 这个UI框架想必…

    2022年2月26日
  • 2022年 16 个最有用的 Vue UI库

    1. Vuetify (⭐️ 24k) 网站:https://vuetifyjs.com/zh-Hans/github: https://github.com/vuetifyjs/... Vuetify 是一个 Vue UI 库,包含手工制作的精美材料组件。不需要设计技能 - 创建令人惊叹的应用程序所需的…

    大前端 2022年2月26日
  • 全网最受欢迎的10大vue前端UI框架

    最近在逛各大网站,论坛,SegmentFault等编程问答社区,发现Vue.js异常火爆,重复性的提问和内容也很多,小编自己也趁着这个大前端的热潮,着手学习了一段时间的Vue.js,目前用它正在做自己的公司项目。 学习的过程…

    2022年2月26日
  • How to Run a Traceroute on Linux, Windows & macOS

    Introduction Traceroute is a crucial tool in network diagnostics. Together with other Linux commands such as ping, ip, and netstat (or the newer alternative ss), Traceroute identifies the path packet…

    大前端 2022年1月9日
  • Telnet vs. SSH: How Is SSH Different From Telnet?

    Introduction Telnet and SSH are network protocols used to access and manage remote systems. But what is it that makes them different, and when is it better to use one over the other? This tutorial co…

    大前端 2022年1月9日
  • How Does SSH Work?

    Introduction Data transmission between devices on a network needs to be regulated for devices to communicate properly. The transmission is carried out with a set of rules known as a network protocol.…

    大前端 2022年1月9日
  • Apache 403 Forbidden: Reasons and How to Fix It

    Introduction Apache is a popular open-source app for running web servers, owing to its reliability and stability. Despite its ease of use, it’s not uncommon to encounter a ‘403 Forbidden’ error after…

    大前端 2022年1月9日
  • How to Install OpenVPN on CentOS 7 or 8

    Introduction A Virtual Private Network (VPN) encrypts all network traffic, masking the users and protecting them from untrusted networks. It can provide a secure connection to a company network, bypa…

    大前端 2022年1月9日
  • How to Calculate Website or Web-Based Application Bandwidth Requirements

    Introduction One of the key factors to consider when developing a website or a web-based application is the bandwidth your set up will need to run correctly. Knowing your bandwidth requirements helps…

    大前端 2022年1月9日