


关于职业规划――做asp的 业余学php 做普通网站尚可,打算明年转 今天主管说公司打算转,net 叫小弟我跟.net团队学 郁闷中!大家给点意见
关于职业规划――做asp的 业余学php 做普通网站尚可,打算明年转 今天主管说公司打算转,net 叫我跟.net团队学 郁闷中!大家给点意见
关于职业规划――做asp的 业余学php 技术还不是很猛,而且也没有什么linux下的经验 框架不会 smarty 刚入门
做普通网站尚可,打算明年转php
今天主管说公司打算转,net 叫我跟.net团队学
我是asp那块的 做客户主要 他们是做个皮具平台 不过平台快完成了 以后可能客户也用.,net做
这样我是一点不会 得跟他们学 本来工资1700 做,.net涨点 但是以公司的小气可能就几百
2000我都怀疑 其实我php不是很牛 放弃也不是不可以 但是,net那块的人玩的不是很好
不知道他们是否会尽心教我 毕竟.net我是一点不会 大家只是一个公司的
郁闷中!大家给点意见
是跟他们学.net 还是继续学php php我把smarty学好点 回家学下zend 开发是没问题了 毕竟我在用php开发我的小站
------解决方案--------------------
本来你php也是业余学的。而工作上从asp转.net,这貌似和php并不冲突吧,何况.net有人带呢。
艺多不压身~~
------解决方案--------------------
建议继续PHP,做网站,PHP要比NET强.个人认为。
------解决方案--------------------
呵呵,如果想转php,不想转.net建议换工作,如果不想换工作,就学一学.net
我asp、.net全是自己学来的,没有人教过我。现在基本上一般的网站还是可以做的。
------解决方案--------------------
.net纯自己上手的话
只需半个月
------解决方案--------------------
和我的经历有些像,不过多学些没有坏处,我以前也是搞ASP的,后来在一个新团队里,都是搞Java的,我也自学了三个月的Java,入了个门,不过还是有用处的
------解决方案--------------------
同楼主经历相似,
我以前也是搞PHP的,后来转了.net ,感觉转换起来其实很快的,,.net并不难(就实现一些简单的网站来说),,
现在我是.net开发公司项目,,php干私活可以,呵呵,,
建议转.net
------解决方案--------------------
...你学PHP的框架,为什么就不学.net的框架呢
其实都是一样的,就是使用一些现成的类来完成你的目的
两个的框架都是一样的道理的,仅仅是记住别人的类而以
我喜欢php主要是它可以自己写代码,而不是使用现成的框架
但是当我发现php也在推举框架的时候,我就打算放弃了
既然都要学框架才能找到工作为什么我不直接用.net的框架呢
毕竟介绍.net的框架的书不少,而PHP的书相对很少
尤其是php+mysql+linux+apache+ajax是目前招聘要求的主流
而.net的招聘主流大不了再加上sql和应用软件的开发吧!
------解决方案--------------------
呵呵,大家有空到我的BBS坐坐:http://www.langmanzg.com/bbs/forumtop.asp
------解决方案--------------------
我也是自学.net和php的,不能完全指望别人教你,自己勤快点儿就好了
------解决方案--------------------
学学.net可以补充php,毕竟php很不成熟,学起来也没有章法,asp.net知识更系统些。
没有那个php高手是只会个php的,C/C++/Java一般都有涉及。
可以尝试一下.net,其实,会asp和php学.net挺容易的。

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











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.

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.

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

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

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.

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

PHP is still dynamic and still occupies an important position in the field of modern programming. 1) PHP's simplicity and powerful community support make it widely used in web development; 2) Its flexibility and stability make it outstanding in handling web forms, database operations and file processing; 3) PHP is constantly evolving and optimizing, suitable for beginners and experienced developers.

PHP and Python each have their own advantages and are suitable for different scenarios. 1.PHP is suitable for web development and provides built-in web servers and rich function libraries. 2. Python is suitable for data science and machine learning, with concise syntax and a powerful standard library. When choosing, it should be decided based on project requirements.
