美菜网面试笔试题居然有80%都不会或者忘了代码英文怎么写,这是不是我白做5年PHP开发了?
在北京,我做了5年PHP开发,一直用think PHP框架开发,连前端页面都是我设计开发的。先说我的工作,主要负责pc端和移动端网站开发(包括微信),前端在pc用bootstrap或UIkit框架,jquery,html/css,ajax等,移动端用ionic框架,angularJS等,后台用think PHP框架开发,扩展php,用面向对象与json来实现,用mysql数据库做存储。做了很多不大不小的项目,为什么笔试题有这么多题都没有答出来,什么情况?是我的问题吗?我工作查手册是必备,常百度或谷歌,根本记不了那么多函数,你们有过吗?
回复内容:
你只是建站高手 因为这是你的真实水平。“我做了5年PHP开发,一直用think PHP框架开发”
5年只用一个框架,还是一个评价不高的框架,黑点。
“连前端页面都是我设计开发的”
设计和开发是两个概念,据我的经验,什么都干往往等于蜻蜓点水,除非你真的是超牛超爱学,但现在看来并不是。
“主要负责pc端和移动端网站开发(包括微信),前端在pc用bootstrap或UIkit框架,jquery,html/css,ajax等,移动端用ionic框架,angularJS等,后台用think PHP框架开发,扩展php,用面向对象与josn来实现,用mysql数据库做存存储”
都是标准零部件,知其然不知其所以然,堆业务代码而已,没什么好说的。
“我工作查手册是必备,常百度或谷歌,根本记不了那么多函数”
查手册倒是可以,尤其PHP的核心和扩展API是如此恶心难记。但也不至于80%答不上吧?毕竟五年。
我觉得你有几个问题:
1. 不好学,粗枝大叶不求甚解
2. 很多时候只是做事而已,并没有太多思考,自我驱动力不足
3. 英文可能不太好,记忆能力不足,拼写错误比较多 哥哥。你的才华真是浪费了。我估计最多一年你应该爱用能把这个框架给摸熟了吧。多多看看一些其他的语言。一些高大上的框架。了解一些思想多好。千万别被thinkphp这个框架给束缚住了。 面向对象与josn是什么鬼?json都写错了。 五年工作经验和一年工作经验用五年是不一样的 我也去那面试了 感觉笔试题不难啊 框架是利器,但利器要看怎么用,本身功力不够,再好的利器就是几块钱一斤的钢铁。
最近为公司招新准备的面试题里,我出的题目是,用php代码编写,连接数据库,查询表里啥啥的记录并并展示到前端table里。
考察什么,就是php的一些原生的基本功,我没要求你能够完整写出mysql_connect,mysql_fetch啥的,但是大体步骤你要知道吧,$r = M('')->select()这是什么鬼,我要你这行代码就是能发现你tp写的挺溜? 这只能代表你码了5年的abc..一个框架用5年也是6…
看你的描述,给我的印象就是一年经验用5年啊,一个应届生可能花一年就能掌握了……
Json都写错了,我觉得应该好好想想怎么跟应届生竞争吧……… 你这五年怎么过来的 看了看,顶多半年就能熟练使用你说的技术了吧。

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

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

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.

How to use Bootstrap to get the value of the search bar: Determines the ID or name of the search bar. Use JavaScript to get DOM elements. Gets the value of the element. Perform the required actions.

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

Use Bootstrap to implement vertical centering: flexbox method: Use the d-flex, justify-content-center, and align-items-center classes to place elements in the flexbox container. align-items-center class method: For browsers that do not support flexbox, use the align-items-center class, provided that the parent element has a defined height.

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7
