C编码或java应该从哪里开始学习编码 [英] C coding or java where should I begin learning coding

查看:58
本文介绍了C编码或java应该从哪里开始学习编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,我想建立我的网站[删除] .com我应该在哪里开始或开始学习网站编码?



我尝试过:



i试图查看youtube视频

解决方案

首先做一些真正的研究,而不是只看youtube视频:你的问题标有C和Java - 两者都不用于构建网站!



这不太可能说学习这个,你将被设置为网站编码,因为它将取决于你想要的网站类型:博客需要一套技能,一个非常不同的商店,以及像这样的网站另一个。



网站可以用HTML构建;或HTML和Javascript; CSS;或者它们可以使用后端语言(如C#,VB,PHP等)以客户端服务器方式构建。它们还可能涉及前端软件包,如nodeJs,Drupal或许多其他软件包。许多(如果不是全部)需要与数据库进行一些可靠的交互,因此SQL或MySql技能也或多或少都是必需的。



我建议你从HTML开始 - 它是互联网的基本构建块,无论它有多糟糕(现代标准都很糟糕)。 W3Schools有一个 HTML教程 [ ^ ]它将教你创建一个基本的(不是真正的交互式)网站,你可以从那里开始决定你需要去哪个方向。


W3Schools.com是一个非常好的教程网站,可以了解有关建立自己的第一个网站的任何事情。

W3Schools在线网络教程 [ ^ ]

首先尝试从一本书中学习。我从C语言开始并完全理解它,我阅读了E-Balagurusamy一书中的每一个字。您可以像Andrew Koenig等一样推荐其他书籍,如Accelerated C ++。阅读时,我尝试在我的系统上编写示例。



这种方法帮助我对C的概念有了很好的了解,这也得益于实用的编程知识。


hello i want to build my website [DELETED].com where should i begin or start for learning website coding?

What I have tried:

i have tried looking youtube videos

解决方案

Start by doing some real research, instead of just looking at youtube videos: your question is tagged with "C" and "Java" - neither of which is used to construct a website!

It's not really possible to say "learn this and you'll be set up for website coding" because it's going to depend on what kind of website you want: a blog would need one set of skills, a shop a very different set, and a site like this yet another.

Sites can be built in HTML; or HTML and Javascript; CSS; or they can be constructed in a client server fashion using a back-end language such as C#, VB, PHP, etc. They can also involve front end packages like nodeJs, Drupal, or dozens of others. Many (if not all) need some solid interaction with databases, so SQL, or MySql skills are also necessary to a greater or lesser extent.

I'd suggest you start with HTML - it's the basic "building block" of the internet no matter how bad it may be (and it's pretty bad by modern standards). W3Schools have a HTML Tutorial[^] which will teach you to create a basic (not really interactive) website and you can start to decide from there which direction you need to go.


W3Schools.com is a very good tutorial site to learn about anything to get started about building your own first web site.
W3Schools Online Web Tutorials[^]


Try learning from a book first. I started with C language and to understand it perfectly, I read each and every word of the book "E-Balagurusamy". You can refer other books too like Accelerated C++ by Andrew Koenig, etc. While reading I tried working on the examples on my system.

This approach helped me in getting good knowledge about the concepts of C, which increased by practical programming knowledge too.


这篇关于C编码或java应该从哪里开始学习编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆