Table of Contents
回复内容:
Home Backend Development PHP Tutorial 做了1年半的JAVA程序员,后来经朋友介绍又转行做PHP,目前马上也做了快半年了,想问下,我的未来该如何规划?

做了1年半的JAVA程序员,后来经朋友介绍又转行做PHP,目前马上也做了快半年了,想问下,我的未来该如何规划?

Jun 06, 2016 pm 04:44 PM
excel java linux php unix

JAVA一开始没入门,,加上项目大,工作压力大,是对日外包公司,每人负责的模块很细,其实能学习到的东西很有限,大部分只是JAVA编程的基础知识,,现在做了PHP,感觉能接触到更多东西,架构方面,LINUX服务器,JS方面等等,但目前我对未来还是挺迷惘的,,当时冲着多学些知识转到了PHP,但未来如何发展,确实给我照成了不少困扰。。对现在的公司有些情况不满意,,感觉不适合长久待着,,跳槽是迟早的事,我该往哪方向的公司跳呢?
对程序方面,兴趣还是有的,,工作前,用E语言给自己写了些自动填表的小工具,工作后,为了偷懒用JAVA 写过些EXCEL批量处理的小程序(对日文档很多!),,,感觉我更喜欢做桌面程序。。现在做PHP,能学习到些LINUX方面知识,感觉也挺有兴趣的,,能在自己的路由UNIX系统上自己搭建属于自己的小论坛。。即使没人访问,但也挺享受这种过程的。

回复内容:

你已经学了世界上最强大的语言了还有啥不满足的呢?

告诫其他人,楼主就是你们的反面教材,如果不想混日子,想好好发展,就在知乎搜索一下高手的经验,努力打好基础,什么时候你能高屋建瓴地观察行业和技术了,你就算是入门了。 lz我也刚入门php不久,苦恼而学习中,不过。已经工作了,整天被大量的代码围绕着。没有自己的一点生活,过着朝九晚12的生活,前两天一女孩儿问我说,你还有自己的生活吗,健康很重要,确实,小半年的程序员生涯,让我体会到了,对此,我只能长叹一口气,奋斗吧 ,少年,一切都会好的, 作为一个php程序员,我想说:我明天开始写java了,楼主保重。
其实,语言真的只是工具,不同工具有不同工具的优点和特长。所以,你要做的事先知道自己想干什么,然后知道自己要怎么干,接着按部就班学习就好了。没有你想的那么复杂,(不同语言)殊途同归。 题主遇到了一个大部分码农都面对的坎,进则海阔天空,退则转行回家。 努力提高自己,让自己成为这个领域的“高手”,你就会被这领域需要,到时候不是你找工作而是工作来找你!
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

deepseek web version entrance deepseek official website entrance deepseek web version entrance deepseek official website entrance Feb 19, 2025 pm 04:54 PM

DeepSeek is a powerful intelligent search and analysis tool that provides two access methods: web version and official website. The web version is convenient and efficient, and can be used without installation; the official website provides comprehensive product information, download resources and support services. Whether individuals or corporate users, they can easily obtain and analyze massive data through DeepSeek to improve work efficiency, assist decision-making and promote innovation.

How to install deepseek How to install deepseek Feb 19, 2025 pm 05:48 PM

There are many ways to install DeepSeek, including: compile from source (for experienced developers) using precompiled packages (for Windows users) using Docker containers (for most convenient, no need to worry about compatibility) No matter which method you choose, Please read the official documents carefully and prepare them fully to avoid unnecessary trouble.

How do you parse and process HTML/XML in PHP? How do you parse and process HTML/XML in PHP? Feb 07, 2025 am 11:57 AM

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

PHP Program to Count Vowels in a String PHP Program to Count Vowels in a String Feb 07, 2025 pm 12:12 PM

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Break or return from Java 8 stream forEach? Break or return from Java 8 stream forEach? Feb 07, 2025 pm 12:09 PM

Java 8 introduces the Stream API, providing a powerful and expressive way to process data collections. However, a common question when using Stream is: How to break or return from a forEach operation? Traditional loops allow for early interruption or return, but Stream's forEach method does not directly support this method. This article will explain the reasons and explore alternative methods for implementing premature termination in Stream processing systems. Further reading: Java Stream API improvements Understand Stream forEach The forEach method is a terminal operation that performs one operation on each element in the Stream. Its design intention is

Ouyi okx installation package is directly included Ouyi okx installation package is directly included Feb 21, 2025 pm 08:00 PM

Ouyi OKX, the world's leading digital asset exchange, has now launched an official installation package to provide a safe and convenient trading experience. The OKX installation package of Ouyi does not need to be accessed through a browser. It can directly install independent applications on the device, creating a stable and efficient trading platform for users. The installation process is simple and easy to understand. Users only need to download the latest version of the installation package and follow the prompts to complete the installation step by step.

BITGet official website installation (2025 beginner's guide) BITGet official website installation (2025 beginner's guide) Feb 21, 2025 pm 08:42 PM

BITGet is a cryptocurrency exchange that provides a variety of trading services including spot trading, contract trading and derivatives. Founded in 2018, the exchange is headquartered in Singapore and is committed to providing users with a safe and reliable trading platform. BITGet offers a variety of trading pairs, including BTC/USDT, ETH/USDT and XRP/USDT. Additionally, the exchange has a reputation for security and liquidity and offers a variety of features such as premium order types, leveraged trading and 24/7 customer support.

Get the gate.io installation package for free Get the gate.io installation package for free Feb 21, 2025 pm 08:21 PM

Gate.io is a popular cryptocurrency exchange that users can use by downloading its installation package and installing it on their devices. The steps to obtain the installation package are as follows: Visit the official website of Gate.io, click "Download", select the corresponding operating system (Windows, Mac or Linux), and download the installation package to your computer. It is recommended to temporarily disable antivirus software or firewall during installation to ensure smooth installation. After completion, the user needs to create a Gate.io account to start using it.

See all articles