未入门问个有关学习的步骤和选择
是这样的:
朋友找我做一个网站,主要是需要一个“在线预订功能”,后期可能还会加上在线付款功能,然后他不是特别急
所以想问下大家,这样的话最好先后学习哪些东西?
PHP+MySQL好还是ASP.NET+MSSQL比较合适?
谢谢了嗯~
回复讨论(解决方案)
html->css->javascript(jquery)->mysql->php
php mysql 容易上手, 建议用
想要上手快,你可以学习php+mysql
很现实的一句:看交情和需求
没什么交情就直接拒绝或者收费,做网站往往问题不在做,在维护,所以是个长期的事
交情一般需求不大就找个现成的,你学好后台管理再教他就是了
交情还可以就要弄清详细的需求,尤其是中间转乘交互的地方,写好需求列表再做事
如果需求复杂,基于你还不是资深,建议找公司做吧,后续服务好一些
自己写的话,以我的经验,尤其是委托方不太懂网站的,一般不会一次就把需求说清楚,总是在工作过程中不断提出新的需求,做好不断添加的准备,最好用面向对象、模块化
很现实的一句:看交情和需求
没什么交情就直接拒绝或者收费,做网站往往问题不在做,在维护,所以是个长期的事
交情一般需求不大就找个现成的,你学好后台管理再教他就是了
交情还可以就要弄清详细的需求,尤其是中间转乘交互的地方,写好需求列表再做事
如果需求复杂,基于你还不是资深,建议找公司做吧,后续服务好一些
自己写的话,以我的经验,尤其是委托方不太懂网站的,一般不会一次就把需求说清楚,总是在工作过程中不断提出新的需求,做好不断添加的准备,最好用面向对象、模块化
后面这个说到我心里去了,“一般不会因此就把需求说清楚” 后面改死你
是一点基础都没有?
那还是别想这事了,先把基础都学好吧。估摸着要是一点基础都没有,最后要实现这些功能 配套的东西多了。
在线付款功能?
千万别帮你朋友做,不然最后朋友都做不成
在线付款功能?
千万别帮你朋友做,不然最后朋友都做不成
这句话经典 这种漏洞各种被黑 都是黑的真实的rmb呵呵
自己都不会,为什么要帮别人做呢?
要学会拒绝,不然搞砸了就是吃力不讨好了。
中肯的建议,谢谢
很现实的一句:看交情和需求
没什么交情就直接拒绝或者收费,做网站往往问题不在做,在维护,所以是个长期的事
交情一般需求不大就找个现成的,你学好后台管理再教他就是了
交情还可以就要弄清详细的需求,尤其是中间转乘交互的地方,写好需求列表再做事
如果需求复杂,基于你还不是资深,建议找公司做吧,后续服务好一些
自己写的话,以我的经验,尤其是委托方不太懂网站的,一般不会一次就把需求说清楚,总是在工作过程中不断提出新的需求,做好不断添加的准备,最好用面向对象、模块化
好
在线付款功能?
千万别帮你朋友做,不然最后朋友都做不成

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

AI Hentai Generator
Generate AI Hentai for free.

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,

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.

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

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...

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...

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

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.
