search
HomeBackend DevelopmentPHP Tutorial韩顺平老师亲临成都 PHP基础班火爆开班

“哇~~是他,居然是他!”

“我自学的只是就是看他的视频资料”

“我接触PHP到了解PHP也是因为在网上下载的他的视频”

“没想到能见到他本人... ...”

小伙伴们这么惊讶,究竟是谁呢?没错,就是我们既熟悉又陌生的韩顺平老师。相信很多知道传智播客的同学,都在官网上看过我们的自学视频,其中韩顺平老师的视频由于人性化和专业化,更为得到大家的广泛关注,这次韩老师亲临成都,参与我们首期PHP基础班开班,更是引爆全场!许多经典和出人意料的语句也更是让同学们频频点头称赞,拍手叫好。

首先韩老师让大家做了个证明题:随机抽取一位同学,问道:你需要多少钱来完成你想做的事?

这位同学有点害羞的回答:“我现在特别需要600块”

韩老师笑了笑,继续抽取下一位同学,说道:你不要像上一位同学一样把思维局限在现在,想象你要做的事,你认为你需要多少钱?

这位同学直接回答道我需要几百万!接下来抽到的几位同学也都是差不多的回答。

韩老师针对这些回答说道:看,你们回答最多就是几百万,没有一个人说想要几个亿,为什么呢?因为你们的梦想是估计在你们的能力范围内,是一个保守估计,由于现在的你们还没有达到能拥有几个亿的高度,所以你们想拥有的不过是几百万。我们往往是有多大的能力才能遇到多大的困难,所以我们要相信世界上没有克服不了的困难,没有解决不了的事!接下来你们要做的就是明确目标,当然目标要制定的合理,然后把自己当成一个人物,只有相信自己能行,你才能真的行!

在韩老师点起大家的热情后,我们的教学老师郭老师也乘这热乎劲儿,给大家讲道:现在是互联网时代,PHP正处于一个供不应求的状态,很多大型商务网站,信息网站HR都在感叹难招人!因此你们选择了PHP是正确的,选择来到成都传智播客学习PHP就更是明智的!

班主任为了给大家营造一个良好的学习氛围,便给每位新同学讲解了我们的学员守则:上课不能迟到、不能无故旷课、不能玩手机等。

对于教师团队,同学们都基本了解了,可对于新同学,我们可都还陌生呢,大家都互相认识认识吧:

“大家好,我叫xx,嗯----很抱歉今天穿了拖鞋来上课,下次不会再犯了”

“我来自新疆,没上过大学,17岁就已经出来工作了,一直从事网络硬件方面,也开过自己的工作室,但是还是觉得有一门技术在手比较靠谱,所以来到了成都传智播客”

“我在上海做了9年的电气安装,无意间在网上看了韩顺平老师的视频,深深的被软件开发行业吸引了”

“我在旁边的xx国际上班,做的网络运营这块,每天只上几个小时班,月薪4k左右,可能大部分人都不理解我为什么会辞职。其实我那行虽然轻松也过得去,但是没有发展前景,我同学之前就在这里学的Java,我是经他介绍过来的”

“我以前去过几个培训班,一周都上不了几节课,感觉很坑,以前工作赚的钱也七七八八的花的差不多了,这次是经过我一个朋友介绍过来的,他现在月薪1w多,他说很相信传智播客的品质,因为他就是从传智播客出来的”

大家都陆陆续续的介绍完了,相互也了解的差不多了,现在你们是互相学习的同学,以后你们就是并肩作战的战友,祝愿你们在艰苦学习后能找到一份满意的工作!加油!

 成都传智播客官网??http://cd.itcast.cn?140815ls

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment