开个新帖,来看图,开喷.解决方案
开个新帖,来看图,开喷.
我突然很向往那把电锯,但是不是说明它不够精细?
可怜的php 没了mysql 就等于一把断了的木勺,不过还是强过一把塑料勺子的vb...
------解决方案--------------------
貌似前两天在cnbeta里看到过图和评论...不过这个嘛,萝卜青菜各有所爱...
------解决方案--------------------
我只知道 青蛙转了ruby 不过python跟ruby的招聘太少 玩玩还可以
------解决方案--------------------
这图是我们php程序员配的图吧。。。
------解决方案--------------------
php其实也可做客户端程序的 因为php整个文件就那么点大
不过图中怎么没的.net
------解决方案--------------------
------解决方案--------------------
应该是浮云吧。。呵呵
我说这有几份自嘲成分,php也不至于这么逊吧 =_=,断掉的小木勺
------解决方案--------------------
------解决方案--------------------
我有的看不懂啊,哪位给个详细解释???
------解决方案--------------------
php怎么不行呢,哎。。。。。。。
------解决方案--------------------
想知道php有mysql相当于什么
------解决方案--------------------
我以为,世上的武术确实没有高低之分,只有习武的人才有强弱之别... ...李连杰
------解决方案--------------------
不懂啊,求解释
------解决方案--------------------
------解决方案--------------------
呵呵,看到伟大的lisp被形容成一把开叉的刀叉,忍不住要吐槽,那可是高级语言的老祖宗之一,怎么地也得给个纪念碑啥的吧。3p党之一的php永远是被鄙视的对象,可惜却是发展最火爆的,爱咋咋地。是男人就搞haskell,函数式那是另一个编程流派,所以那副图感觉像新大陆。
------解决方案--------------------
看不懂,不知作者为何如此贬低 php
如果没有了数据库,我看谁都一事无成
------解决方案--------------------
我以为,世上的武术确实没有高低之分,只有习武的人才有强弱之别... ...李连杰
------解决方案--------------------
------解决方案--------------------
这么看来。转c++才是王道呀。php版的兄弟转php多不? 做个普查。
------解决方案--------------------
电锯。。夸张。
------解决方案--------------------

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



PHP uses MySQLi and PDO extensions to interact in database operations and server-side logic processing, and processes server-side logic through functions such as session management. 1) Use MySQLi or PDO to connect to the database and execute SQL queries. 2) Handle HTTP requests and user status through session management and other functions. 3) Use transactions to ensure the atomicity of database operations. 4) Prevent SQL injection, use exception handling and closing connections for debugging. 5) Optimize performance through indexing and cache, write highly readable code and perform error handling.

PHP is used to build dynamic websites, and its core functions include: 1. Generate dynamic content and generate web pages in real time by connecting with the database; 2. Process user interaction and form submissions, verify inputs and respond to operations; 3. Manage sessions and user authentication to provide a personalized experience; 4. Optimize performance and follow best practices to improve website efficiency and security.

Python and JavaScript have their own advantages and disadvantages in terms of community, libraries and resources. 1) The Python community is friendly and suitable for beginners, but the front-end development resources are not as rich as JavaScript. 2) Python is powerful in data science and machine learning libraries, while JavaScript is better in front-end development libraries and frameworks. 3) Both have rich learning resources, but Python is suitable for starting with official documents, while JavaScript is better with MDNWebDocs. The choice should be based on project needs and personal interests.

MySQL is suitable for web applications and content management systems and is popular for its open source, high performance and ease of use. 1) Compared with PostgreSQL, MySQL performs better in simple queries and high concurrent read operations. 2) Compared with Oracle, MySQL is more popular among small and medium-sized enterprises because of its open source and low cost. 3) Compared with Microsoft SQL Server, MySQL is more suitable for cross-platform applications. 4) Unlike MongoDB, MySQL is more suitable for structured data and transaction processing.

Docker LNMP container call steps: Run the container: docker run -d --name lnmp-container -p 80:80 -p 443:443 lnmp-stack to get the container IP: docker inspect lnmp-container | grep IPAddress access website: http://<Container IP>/index.phpSSH access: docker exec -it lnmp-container bash access MySQL: mysql -u roo

PHP has shaped the network over the past few decades and will continue to play an important role in web development. 1) PHP originated in 1994 and has become the first choice for developers due to its ease of use and seamless integration with MySQL. 2) Its core functions include generating dynamic content and integrating with the database, allowing the website to be updated in real time and displayed in personalized manner. 3) The wide application and ecosystem of PHP have driven its long-term impact, but it also faces version updates and security challenges. 4) Performance improvements in recent years, such as the release of PHP7, enable it to compete with modern languages. 5) In the future, PHP needs to deal with new challenges such as containerization and microservices, but its flexibility and active community make it adaptable.

PHP is a server-side scripting language used for dynamic web development and server-side applications. 1.PHP is an interpreted language that does not require compilation and is suitable for rapid development. 2. PHP code is embedded in HTML, making it easy to develop web pages. 3. PHP processes server-side logic, generates HTML output, and supports user interaction and data processing. 4. PHP can interact with the database, process form submission, and execute server-side tasks.

The core benefits of PHP include ease of learning, strong web development support, rich libraries and frameworks, high performance and scalability, cross-platform compatibility, and cost-effectiveness. 1) Easy to learn and use, suitable for beginners; 2) Good integration with web servers and supports multiple databases; 3) Have powerful frameworks such as Laravel; 4) High performance can be achieved through optimization; 5) Support multiple operating systems; 6) Open source to reduce development costs.
