题主目前在一所培训机构培训,学习前端,班里大部分都是讲一遍就懂了,我很难转过弯。。
有没有通过勤奋弥补了资质的不足(或者取得了成功)知友
回复内容:
勤奋当然不能弥补天资的不足,不然的话,习总、马总、奥总,难道他们是在各自领域最勤奋的人类个体吗?但大多数人的问题不是天资不足,而是还不够勤奋。。 勤奋不能弥补天资不足,但是可以弥补努力不够。 本来打算叨逼叨很多来的,后来一想,没必要,道理其实你也懂。你只是想给自己找个榜样,给自己一些建议、学习方法。
我不是牛人,天资也相当一般,但我也想说说我的看法。。。
你现在无非就是觉得学习跟不上,那你应该做下反思,自己真的爱做前端不?毕竟前端不是啥高深的行业,入门并不难。你现在觉得门都入不了,我觉得你就是缺乏兴趣,跟勤不勤奋都没多大关系。你要是有兴趣,你现在不是跑知乎上问这问题,而是在津津有味的编码。
有兴趣,给div设置个width都会觉得有意思,改变一下值,一刷新页面,宽度变了,有意思,给span加个width,一刷新,唉,没变,这更有意思了,为啥呢?于是你就搜为啥span加width没变化,你就会搜到什么是块级元素,什么是行级元素;搜索的过程中你或许还能搜到块级跟行级能互相转换,就是加display:block,然后你又会再去搜display:block是干嘛的,块级元素是不是就是行级元素加display:block,然后你就能深入到了解html元素的语义、css与dom关系等等,一个width就可以延伸出去很多知识点。而这些都不需要培训,在家百度就可以学到。
这就是兴趣,有兴趣就愿意去思考。虽然我一上列出的东西被很多大牛们看起来很低级,很白痴、很浪费时间浪费精力,但很多菜鸟都是这么成长起来的,很多问题也都是这么由小到大慢慢解决的。
所以你好好想想,自己是否愿意干这行,其实就是愿不愿意编程。
一不小心又叨逼叨了很多。。。 答案很残酷,至少我得答案很残酷,不能。我是一名大一学生,高中很勤奋,当然,有比我勤奋的多的人,拼命式的勤奋。但结果好像是比我聪明的考的比我好,比我笨的考的没我好。这是从高考角度来看,我想从社会的各当面来看,也是一样。我的观点是,一个没有天资的人是不可能做出最一流的成就得,然而若是要提高自己的现状,我觉得勤奋还是有用的。
最后送给题主一句我高中物理老师送给我的话:你都这么努力了,还是这样,那你要是不努力,岂不更惨。 共勉吧。 首先,你是真的比别人慢吗?还是只是表现出来比较慢。
其次,如果是真慢的话,不要着急,慢慢的反思,看看能不能提高自己学习的速度或者办法 笨人能努力,聪明人也能,但是人家聪明学得快,笨人却不能。
只有在兔子睡觉的时候,乌龟才可能取胜,然而不是每个兔子都会睡觉。 当然可以啊,天赋不足,努力来补。只要你不角逐最尖端的,大多数时候比别人成倍的努力完全可以弥补天赋的差距
当然了,找到符合自己天赋的地方就可以少努力很多省下时间来享受生活
其实天赋不足不只是努力可以补的,其他东西也可以,比如说运气,比如说爹 慢就多花时间慢慢熬。勤奋当然是不能弥补先天的不足的,取决于你想要一个什么高度,比如你想达到爱因斯坦一样的智商,那可以肯定的是,那是不可能的。但是如果你是想学好前端呢,我可以肯定的是,勤奋肯定是能弥补先天的不足的。
-------
师傅领进门,修行在个人。
培训只是带你进行业,能走多远,那才真正是看你勤不勤奋了。 别灰心~努力也许真的没有用,但是努力可以改变我的生活,改变我的作息。我只是想证明,我希望把这件事做好,而不是说我一定要做好。我付出热情,我付出汗水,不是为了从道德上绑架别人,而是,我真的是想这样来证明自己,尽管它的证明效果没有强烈,但是,这就是我的证明方式。为自己代言。………………话虽然鸡汤了点,也残酷了点,但是,这就是我现在的体会。 仅就前端领域来说,是可以的
题主你坚持下去, 不懂多学多问, 总有一天你会突然发现, 原来前端知识真TM简单

There is no difference between HTML5 and H5, which is the abbreviation of HTML5. 1.HTML5 is the fifth version of HTML, which enhances the multimedia and interactive functions of web pages. 2.H5 is often used to refer to HTML5-based mobile web pages or applications, and is suitable for various mobile devices.

HTML5 is the latest version of the Hypertext Markup Language, standardized by W3C. HTML5 introduces new semantic tags, multimedia support and form enhancements, improving web structure, user experience and SEO effects. HTML5 introduces new semantic tags, such as, ,, etc., to make the web page structure clearer and the SEO effect better. HTML5 supports multimedia elements and no third-party plug-ins are required, improving user experience and loading speed. HTML5 enhances form functions and introduces new input types such as, etc., which improves user experience and form verification efficiency.

How to write clean and efficient HTML5 code? The answer is to avoid common mistakes by semanticizing tags, structured code, performance optimization and avoiding common mistakes. 1. Use semantic tags such as, etc. to improve code readability and SEO effect. 2. Keep the code structured and readable, using appropriate indentation and comments. 3. Optimize performance by reducing unnecessary tags, using CDN and compressing code. 4. Avoid common mistakes, such as the tag not closed, and ensure the validity of the code.

H5 improves web user experience with multimedia support, offline storage and performance optimization. 1) Multimedia support: H5 and elements simplify development and improve user experience. 2) Offline storage: WebStorage and IndexedDB allow offline use to improve the experience. 3) Performance optimization: WebWorkers and elements optimize performance to reduce bandwidth consumption.

HTML5 code consists of tags, elements and attributes: 1. The tag defines the content type and is surrounded by angle brackets, such as. 2. Elements are composed of start tags, contents and end tags, such as contents. 3. Attributes define key-value pairs in the start tag, enhance functions, such as. These are the basic units for building web structure.

HTML5 is a key technology for building modern web pages, providing many new elements and features. 1. HTML5 introduces semantic elements such as, , etc., which enhances web page structure and SEO. 2. Support multimedia elements and embed media without plug-ins. 3. Forms enhance new input types and verification properties, simplifying the verification process. 4. Offer offline and local storage functions to improve web page performance and user experience.

Best practices for H5 code include: 1. Use correct DOCTYPE declarations and character encoding; 2. Use semantic tags; 3. Reduce HTTP requests; 4. Use asynchronous loading; 5. Optimize images. These practices can improve the efficiency, maintainability and user experience of web pages.

Web standards and technologies have evolved from HTML4, CSS2 and simple JavaScript to date and have undergone significant developments. 1) HTML5 introduces APIs such as Canvas and WebStorage, which enhances the complexity and interactivity of web applications. 2) CSS3 adds animation and transition functions to make the page more effective. 3) JavaScript improves development efficiency and code readability through modern syntax of Node.js and ES6, such as arrow functions and classes. These changes have promoted the development of performance optimization and best practices of web applications.


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

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

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.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.