自学php,不知道干啥了?
课余时间学了有2个月了,php,div+css,mysql,js ,jquery,json,xml.oop,mvc差不多都学了,模板和框架看了一点,因为感觉现在没有上班,用不上。学了不用长远也是忘,还不如多学基础,锻炼能力。自己可以写新闻查询系统,面向过程的,面向对象的没试过,现在有些迷茫,不知道该做些什么,所以没有效率和头绪,希望,公司的大牛,或者有经验的同仁,能指点一二,如何学的更好,更从容,在公司更能有担当??[/size]
回复讨论(解决方案)
你只是学会了语法,运用是需要经验积累的。
在公司多做下项目,学习数据结构,算法,看看框架源码,学会思考。
我觉得楼上说的对,我的进度更慢,三个月才开始mysql,不过还是感觉什么都不会………也许逻辑思维是硬伤?
看看《形式逻辑》
你那样学只是堆砌代码,只能是知其然,不知其所以然
去联系写一套程序就知道了
.....
.....
...找个小项目做做练下手就会发现有些问题是学习中没有发现的了
如果你的时间充裕,我强烈建议多学习一些基础理论,例如网络传输,计算机内部工作原理,算法,数据结构,浏览器内核工作原理等等,它决定了你未来能走多远;你提到的那些技术,都是武功招式,没有内力只会徒有其表。但解决问题的能力又是另一个领域,例如竞赛专家并不一定适合商业项目,他需要考虑太多因素,进行博弈后选取一个最适合当前环境的,这个只能在工作后碰到实际问题时慢慢总结经验。
我也是新手,正在学习中,视频反复不断的看,弄清楚基础的语法,感觉路还长着呢,共勉吧
如果你的时间充裕,我强烈建议多学习一些基础理论,例如网络传输,计算机内部工作原理,算法,数据结构,浏览器内核工作原理等等,它决定了你未来能走多远;你提到的那些技术,都是武功招式,没有内力只会徒有其表。但解决问题的能力又是另一个领域,例如竞赛专家并不一定适合商业项目,他需要考虑太多因素,进行博弈后选取一个最适合当前环境的,这个只能在工作后碰到实际问题时慢慢总结经验。
你tmd在逗我吧 ,别人是新手 还是自学php。你让别人看计算机工作原理,浏览内核等,不是扯蛋嘛,不要误导新手。
楼主我觉得你缺的是练手,你可以看看框架tp,yii2等,实际工作做在这两个框架用的公司很多,你可以试着用框架写个博客,新手都是通过写博客开始的。
如果你的时间充裕,我强烈建议多学习一些基础理论,例如网络传输,计算机内部工作原理,算法,数据结构,浏览器内核工作原理等等,它决定了你未来能走多远;你提到的那些技术,都是武功招式,没有内力只会徒有其表。但解决问题的能力又是另一个领域,例如竞赛专家并不一定适合商业项目,他需要考虑太多因素,进行博弈后选取一个最适合当前环境的,这个只能在工作后碰到实际问题时慢慢总结经验。
你tmd在逗我吧 ,别人是新手 还是自学php。你让别人看计算机工作原理,浏览内核等,不是扯蛋嘛,不要误导新手。
楼主我觉得你缺的是练手,你可以看看框架tp,yii2等,实际工作做在这两个框架用的公司很多,你可以试着用框架写个博客,新手都是通过写博客开始的。
屁股决定脑袋,如果目标只是做初中级开发,确实没必要看
但楼主现在上学正是充能的最好时机,我希望他走的更远

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

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

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

Alipay PHP...

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

Session hijacking can be achieved through the following steps: 1. Obtain the session ID, 2. Use the session ID, 3. Keep the session active. The methods to prevent session hijacking in PHP include: 1. Use the session_regenerate_id() function to regenerate the session ID, 2. Store session data through the database, 3. Ensure that all session data is transmitted through HTTPS.

The application of SOLID principle in PHP development includes: 1. Single responsibility principle (SRP): Each class is responsible for only one function. 2. Open and close principle (OCP): Changes are achieved through extension rather than modification. 3. Lisch's Substitution Principle (LSP): Subclasses can replace base classes without affecting program accuracy. 4. Interface isolation principle (ISP): Use fine-grained interfaces to avoid dependencies and unused methods. 5. Dependency inversion principle (DIP): High and low-level modules rely on abstraction and are implemented through dependency injection.

How to debug CLI mode in PHPStorm? When developing with PHPStorm, sometimes we need to debug PHP in command line interface (CLI) mode...

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

Article discusses essential security features in frameworks to protect against vulnerabilities, including input validation, authentication, and regular updates.
