javascript - 关于bootstrap的后端开发
想使用bootstrap的前端模板来制作网页,但是不知道后端开发工具应该选用哪个才能更好地搭配bootstrap,想构架一个非博客网站,本来想使用wordpress,但是感觉两者相容性不太好,不知道使用bootsrap的各位都是使用哪种后端框架呢?metronic? thinkphp?还是wordpress?
回复内容:
想使用bootstrap的前端模板来制作网页,但是不知道后端开发工具应该选用哪个才能更好地搭配bootstrap,想构架一个非博客网站,本来想使用wordpress,但是感觉两者相容性不太好,不知道使用bootsrap的各位都是使用哪种后端框架呢?metronic? thinkphp?还是wordpress?
不不不,你听我说。metronic是响应式后台模板,里面就是htmlcssjs。tp是php框架,wordpress是基于php的博客系统,工具越来越多可以用来做网站。你想问的啥,metronic里面一些好像就是bootstrap,可能是你的需求
似乎没有什么大的关系吧——关于bootstrap和你提的那些框架。
另外,wordpress是可以自定义主题的。
后端程序和网页模板有很大耦合吗?我觉得是没有吧,那不存在适合不适合的问题吧。
这根本不存在用哪个好的问题,只要是开源的系统,你都可以随意的来修改你的前端。
你熟悉哪个用哪个
wordpress这是后端框架,你这是在逗我吗?
一个前端 一个后端 ~
bootstrap是一个css框架,可以随意搭配。另外你既然想用wordpress,那么应该知道有 “主题” 这个东西吧?你找一个基于bootstrap的wordpress主题放进去不就完美解决了吗?
用RESTful做前后端交互
bootstrap貌似和你的后端选型是没有关系的吧?
后端只是提供数据的吧

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

When the number of elements is not fixed, how to select the first child element of the specified class name through CSS. When processing HTML structure, you often encounter different elements...

In PHP8, match expressions are a new control structure that returns different results based on the value of the expression. 1) It is similar to a switch statement, but returns a value instead of an execution statement block. 2) The match expression is strictly compared (===), which improves security. 3) It avoids possible break omissions in switch statements and enhances the simplicity and readability of the code.

The H5 page needs to be maintained continuously, because of factors such as code vulnerabilities, browser compatibility, performance optimization, security updates and user experience improvements. Effective maintenance methods include establishing a complete testing system, using version control tools, regularly monitoring page performance, collecting user feedback and formulating maintenance plans.

The... (splat) operator in PHP is used to unpack function parameters and arrays, improving code simplicity and efficiency. 1) Function parameter unpacking: Pass the array element as a parameter to the function. 2) Array unpacking: Unpack an array into another array or as a function parameter.

Create a progress bar using HTML5 or CSS: Create a progress bar container. Set the progress bar width. Create internal elements of the progress bar. Sets the internal element width of the progress bar. Use JavaScript, CSS, or progress bar library to display progress.

H5 (HTML5) is suitable for lightweight applications, such as marketing campaign pages, product display pages and corporate promotion micro-websites. Its advantages lie in cross-platformity and rich interactivity, but its limitations lie in complex interactions and animations, local resource access and offline capabilities.

Solutions to H5 compatibility issues include: using responsive design that allows web pages to adjust layouts according to screen size. Use cross-browser testing tools to test compatibility before release. Use Polyfill to provide support for new APIs for older browsers. Follow web standards and use effective code and best practices. Use CSS preprocessors to simplify CSS code and improve readability. Optimize images, reduce web page size and speed up loading. Enable HTTPS to ensure the security of the website.

Yes, H5 page production is an important implementation method for front-end development, involving core technologies such as HTML, CSS and JavaScript. Developers build dynamic and powerful H5 pages by cleverly combining these technologies, such as using the <canvas> tag to draw graphics or using JavaScript to control interaction behavior.
