课程在教 C++,但不喜欢C++,喜欢 HTML5、CSS3、JavaScript。
另外问一下:不精通 C++ 但学会了用 Adobe Air 开发桌面应用,这样可行不?
再问一下,我觉得 C++ 实在是太没有美感了,怎么提起对它的兴趣?
回复内容:
A1:学习编程唯一的办法就是多写代码,没别的办法。A2:当然可以。你想用什么语言写什么样的程序只要不让别人给你付钱或者损害别人利益是没有人会管你的。
A3:按照你说的,想要提起兴趣的话,恐怕要改变一下你的“美感”
作为一名程序员来说,从来没有什么语言是必须要学的。每种语言有其不同的设计哲学与目的。有人喜欢买乐高拼着玩,有人喜欢用机床自己做。由于面对的需求不同,自己的兴趣不同,所以这么多语言都有人用。C++是一门非常复杂的语言,他有着太多的语言特性,想要学好非常困难。至于你说的想要当前端工程师,既然提到了工作,那么你学的技术会的人越少,工资的水平就相应地越高。虽然有可能比较难找。HTML。CSS。JS的应用领域和C++不同,你不会用C++去写网页,也不会用JS去做大规模计算程序。既然你提到了用AIR做桌面程序,这没什么不好的。三国杀桌面版还是用AIR的呢。不过你试试处理海量数据和运算,就知道C和C++这样的语言有什么优势了。实际上大型的商用程序没有多少用AIR做的,特别是对于性能和稳定性有很高要求的程序。
你现在刚大一,最好各种语言都接触下,不要看见一门语言就说“这丫太丑了,不学”。而把自己的未来限定在某种技术上面。现在仅仅是一门语言,以后可能你会反感计算机组成原理,操作系统,计算机网络等一系列过于基础的课程。而这些课程才是培养你“计算机素养”的地方。 连C++都啃不下来,楼主会有多大毅力能把前端编程啃下来,值得存疑。
别被前端的花花绿绿蒙骗了,要精通任何编程语言、技术都需要相当大的投入。
再说,有比较才有收获。 现在市面上的前端工程师,基本上都是自学的,一般来说大学教的都是计算机科学的通用课程,HTML、JS、CSS这种具体技能基本上都是要靠自学的(或者有人会觉得大学不是也教C/C++和Java吗?但其实学校教的目的是为了让学生体验什么是面向过程编程和面向对象编程的,如果仅仅学习学校教的Java知识,是远远还不够编写一个能用的系统的)。所以说基本上学习JS、HTML这些,多看书,多写程序,最好有一个实际项目的锻炼机会,基本上问题不大。
不精通C++其实没有什么大不了,我相信市面上80%的程序员不精通C++,但他们依然能从事Java、C#、Python、Ruby、PHP、JavaScript等等的开发
博学一点,在下定论之前做充足的调研。如果题主有做到这样,是不会觉得C++没有美感的。虽然我基本上没有能力用C++写出一个能用的系统,但我觉得C++并不是一门笨拙的语言,它是静态语言里对面向对象支持比较灵活的一类。如果学过Java或C#,在有些需要多重继承的场景,会相当抓狂的。另外C++的语言设计是比较严谨的,所以Java、C#最开始的很多设计理念也源于C++,如果深入学习JavaScript,会发现JavaScript很多地方的设计都是显得很随意,而且不符合一般人认识的
说了这么多,特别是第三段的内容,其实我想说的是,题主才刚刚开始走上编程这条路,有自己明确的发展方向是好的,但不要有对某个方向有抵触的情绪,这样会影响你看事物的角度,从而使自己的思路变得狭窄。当然人看事物的角度或多或少会受自身性格和经历的影响,但我们都应该用开放的心怀对待各种事务
最后是跟@柳易寒 童鞋说的,编程就算不是搞算法,也是一门脑力活,系统的架构设计、数据结构设计、元数据设计等等都是一门门相当复杂的学问,但他们不涉及算法范畴 看到这个问题,我就想起了国内现在为什么不缺应用型,而缺创新性人才了。虽然我不是计算机专业的,但是,我想有一个道理,到哪个技术行业都适用:要学好一样东西,不把基础的原理搞明白,就想学着去用,这是不太理智的。诚然,你可以编出一个一个的小程序来,但是,你知道程序运行时,电脑是怎么工作的么?程序运行出错了,你能很快的想到错误的根本原因么?有句话叫“经济基础决定上层建筑”,在这里也应该适用,底子没打好,成就也不会高。(个人观点,随便喷哈。) http://css-tricks.com/
如果前端能做到这个级别,那么你会不会 C++ 都无所谓。
一个计算机系的,擅长前端只是附加,如果底层达不到计算机系的要求,说出去不让人笑话么。

H5 provides a variety of new features and functions, greatly enhancing the capabilities of front-end development. 1. Multimedia support: embed media through and elements, no plug-ins are required. 2. Canvas: Use elements to dynamically render 2D graphics and animations. 3. Local storage: implement persistent data storage through localStorage and sessionStorage to improve user experience.

H5 and HTML5 are different concepts: HTML5 is a version of HTML, containing new elements and APIs; H5 is a mobile application development framework based on HTML5. HTML5 parses and renders code through the browser, while H5 applications need to run containers and interact with native code through JavaScript.

Key elements of HTML5 include,,,,,, etc., which are used to build modern web pages. 1. Define the head content, 2. Used to navigate the link, 3. Represent the content of independent articles, 4. Organize the page content, 5. Display the sidebar content, 6. Define the footer, these elements enhance the structure and functionality of the web page.

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.


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

WebStorm Mac version
Useful JavaScript development tools

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),

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

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

SublimeText3 English version
Recommended: Win version, supports code prompts!
