小弟我也来发一个关于PHP行不行的月经帖
我也来发一个关于PHP行不行的月经帖
以前经常碰到有人问:
php怎么样?
php还行不行?
有哪些大站在用php?
.net比php好吗?
java呢?
每次看到这样的帖子,我都蛋碎了……
其实这个问题早就有了明确的答案,因为现在逐渐开始流行云计算,而在国内几家门户(新浪sae,百度bce,腾讯open,阿里ace)搞的云计算平台上面,无一例外的是,PHP做为默认支持的程序语言。
除此之外,就是java了,而.net压根儿就看不到,以后能不能看到,谁来分析分析
------解决方案--------------------
杀鸡焉用牛刀
做做网站 php 足矣
------解决方案--------------------
语言只是语言而已
------解决方案--------------------
有很多人在看这个问题的时候,可能不是宏观的去看
而是仅仅局限在国内有多少招聘以及工作后有多少薪水的角度去看这个问题
毕竟php行不行可能不是他们要关心的,更关心的是php能不能给他们带来高收入.即使 php超级流行,可是工资还是1500,他们心里也是会很黯淡,觉得没有前途,也就滋生了php不行的想法。
除非有什么东西比php更具有革命性,或者php不再更新,php才有可能不行了.
可能我们可以探讨一下php的从业者相对其他码农薪酬是不是偏低了?
------解决方案--------------------
语言有前途
一直觉得php像竖着中指
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
这个和语言有毛关系,哪个同学不是会2,3门语言才能吃口饭啊。
公司有评级,什么级别拿什么钱,就会个php感觉就像培训班出来的一样,没有说服力。
------解决方案--------------------
我认为PHP从今后10年内都是一个铁饭碗
------解决方案--------------------
支持多语言技术,如今只会PHP行不通,兼学Java、#C比较好
------解决方案--------------------
为什么都会有这样的争论呢?
行或不行很要紧么
------解决方案--------------------
为什么不一直去学习呢
谁知道几十年后 PHP就不会被淘汰呢
那倒不如有时间 学习其他 的语言了呢
------解决方案--------------------
感觉做网站的要赚外快(创业初期)更容易一些
------解决方案--------------------
大家用了多久学的PHP啊
------解决方案--------------------
大家学了多久找到的工作啊
------解决方案--------------------
主要是各个空间基本都支持php
------解决方案--------------------
据我所知。net只能在windows,干用windows做服务器的,没几个。除非人傻钱多
php开发高效,开发效率太高了,“所见即所得”。这就是天然的优势。
单从时间是来说。一个项目,工期紧了。用php还是很不错的。
------解决方案--------------------
学一门技术只会死路一条。
------解决方案--------------------
生活而已 何必那么较真。
------解决方案--------------------
搞系统开发,肯定用C和汇编;搞系统维护,似乎得用Shell脚本,搞网站开发,还是用php或者jsp吧。所以做不同的事,要用不同语言。因为他们都有自己的强项。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The way to update ByBit exchanges varies by platform and device: Mobile: Check for updates and install in the app store. Desktop Client: Check for updates in the Help menu and install automatically. Web page: You need to manually access the official website for updates. Failure to update the exchange can lead to security vulnerabilities, functional limitations, compatibility issues and reduced transaction execution efficiency.

DeepSeek is a powerful intelligent search and analysis tool that provides two access methods: web version and official website. The web version is convenient and efficient, and can be used without installation; the official website provides comprehensive product information, download resources and support services. Whether individuals or corporate users, they can easily obtain and analyze massive data through DeepSeek to improve work efficiency, assist decision-making and promote innovation.

Detailed explanation and installation guide for PiNetwork nodes This article will introduce the PiNetwork ecosystem in detail - Pi nodes, a key role in the PiNetwork ecosystem, and provide complete steps for installation and configuration. After the launch of the PiNetwork blockchain test network, Pi nodes have become an important part of many pioneers actively participating in the testing, preparing for the upcoming main network release. If you don’t know PiNetwork yet, please refer to what is Picoin? What is the price for listing? Pi usage, mining and security analysis. What is PiNetwork? The PiNetwork project started in 2019 and owns its exclusive cryptocurrency Pi Coin. The project aims to create a one that everyone can participate

There are many ways to install DeepSeek, including: compile from source (for experienced developers) using precompiled packages (for Windows users) using Docker containers (for most convenient, no need to worry about compatibility) No matter which method you choose, Please read the official documents carefully and prepare them fully to avoid unnecessary trouble.

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Java 8 introduces the Stream API, providing a powerful and expressive way to process data collections. However, a common question when using Stream is: How to break or return from a forEach operation? Traditional loops allow for early interruption or return, but Stream's forEach method does not directly support this method. This article will explain the reasons and explore alternative methods for implementing premature termination in Stream processing systems. Further reading: Java Stream API improvements Understand Stream forEach The forEach method is a terminal operation that performs one operation on each element in the Stream. Its design intention is

The official website entrance of the Coinsuper Exchange: https://www.coinsuper.com. The client download channels are: Windows client, macOS client, and mobile (iOS/Android). Registration requires an email, mobile phone number and password, and you need to complete real-name authentication before you can trade. The platform provides a variety of digital asset transactions, including Bitcoin, Ethereum, etc., with the transaction fee rate of 0.1% for both orders and acceptors. Security safeguards include cold wallet storage, dual-factor verification, anti-money laundering and anti-terrorism financing measures, and with security public
