search

我上一篇博客是2014年总结,一个技术博客貌似慢慢的被我变成了一年只写一篇日记的自娱自乐的小小的日记本了。总的来说今年自己不好,各种问题很多,心态还有些消极。但是还是写上一点吧,也许后来的某一天看到了今天的我的这些感慨会觉得当年的可笑。按照惯例,从工作,学习,生活三个方面写。

工作:

去年可是我非常纠结的一年,原因是我跳槽了,从某社交网跳到了某搜索厂,大家自己猜去吧。工作内容发生了翻天覆地的变化,方向从大数据跳到了架构开发(千万不要以为带架构两个字就高大上,得看在什么公司能做什么)。很荣幸的我又接触到了一门语言,php。至此身负C/C++/Java/php 四种语言技能,但是功力是不一的。由于环境变化,自己适应起来确实有些困难,不像以前那样如鱼得水,所以做事情就有些畏首畏尾。给要准备跳槽的同学一个提醒:在新环境中自己的优势可能丧失大半,这是你必须要考虑的。也许有人奇怪了,大数据现在这么火,你咋还换方向了呢。原因在于,虽然大数据很火,自己做的却只是统计的活,我闭着眼睛都可以写一篇A4纸那么长的sql语句(当然比较夸张),脑袋里面装着几十张表。我自认为可能自己专门搞数据挖掘的机会不大,其次是我感觉到现在的大数据只是偏向于统计,起码大多数公司都是这样的,而统计这块受限于工具,自己写了两年的的SQL语句深感自己的代码能力下降的厉害,所以必须找一个开发的工作,不能继续写Sql了。当然这个开发能力在哪都能锻炼,但是我当时觉得这个厂应该是一个不错的选择(只是当初这么想)。

在来说说这个厂的工作情况吧。在这你能看到整个搜索引擎的架构,每个模块的文档,系统的部署,容灾设计等等,能领悟多少都看自己的造化了。在这有两个非常重要的工作共识,1:你的工作要能看到收益,不做出力不讨好的事情;

2:要认真对待你的工作排期,要对自己的话负责。

这两个共识是好事,但是可能也会有一些小问题,即那些收益不明显确很需要做的事情可能就没人做,比如像代码重构这种“费力不讨好的事”,因为对外是无法拿出可以亮瞎双眼的客观数据指标的,这对于有强迫症的自己来说非常痛苦。

一个大公司共有的问题:一切系统基本都已定型,现在的改动基本上都是小打小闹;并且系统模块关联复杂,牵一发动全身,即使小改动推进起来也是非常困难,有些明显不合理的设计可能根本不能改或者改动起来困难至极。在这考验的绝对不是你的技术能力,而是你的推动能力。

好了,不吐槽了,总之,无论如何自己要知道自己以后的发展目标是什么并且对自己的问题进行改正。最近流行一个称谓叫做“专家型工程师”,在这个一切都浮躁的年代,静下心来,深入钻研几门技术并不是坏事。

生活:

说说生活吧,依旧单身这个依旧不例外,认识的妹子倒是挺多的,也许缘分还没到,继续加油吧。父亲住了三次院期间抢救了一次,总算从鬼门关出来了,但是明显感觉身体已经不如往年,也许不希望发生的事情就在今后的几年就会发生,只能说这是天意吧。母亲身体也不好,但是父亲能够抢救回来完全是母亲在家自己提前进行了简单的抢救措施,才支撑到j救护车把父亲送到医院。在我家母亲算是半个大夫,每次母亲都说久病成医,病人包括父亲和她自己。今年回家自己骗了他们说已经有了女朋友,我怕我说实话二老身体受不住呀(自己泪流满面的说)。

学习:

再说说学习吧,今年实在是没看多少书,就简单的记在下面吧。

> 曼昆著

> 萧红著

> 李智慧著

> 曾宪杰著

说实话,别人的系统再牛逼那都不是自己的,看的多不如动手做,实践出真知。当然你可以从书中借鉴。

总的来说,去年的自己是一个忧桑的一年,是暗色调。过几天去拜佛烧香去,今年希望自己能够振作,不要再颓废了。

Statement
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
PHP Dependency Injection Container: A Quick StartPHP Dependency Injection Container: A Quick StartMay 13, 2025 am 12:11 AM

APHPDependencyInjectionContainerisatoolthatmanagesclassdependencies,enhancingcodemodularity,testability,andmaintainability.Itactsasacentralhubforcreatingandinjectingdependencies,thusreducingtightcouplingandeasingunittesting.

Dependency Injection vs. Service Locator in PHPDependency Injection vs. Service Locator in PHPMay 13, 2025 am 12:10 AM

Select DependencyInjection (DI) for large applications, ServiceLocator is suitable for small projects or prototypes. 1) DI improves the testability and modularity of the code through constructor injection. 2) ServiceLocator obtains services through center registration, which is convenient but may lead to an increase in code coupling.

PHP performance optimization strategies.PHP performance optimization strategies.May 13, 2025 am 12:06 AM

PHPapplicationscanbeoptimizedforspeedandefficiencyby:1)enablingopcacheinphp.ini,2)usingpreparedstatementswithPDOfordatabasequeries,3)replacingloopswitharray_filterandarray_mapfordataprocessing,4)configuringNginxasareverseproxy,5)implementingcachingwi

PHP Email Validation: Ensuring Emails Are Sent CorrectlyPHP Email Validation: Ensuring Emails Are Sent CorrectlyMay 13, 2025 am 12:06 AM

PHPemailvalidationinvolvesthreesteps:1)Formatvalidationusingregularexpressionstochecktheemailformat;2)DNSvalidationtoensurethedomainhasavalidMXrecord;3)SMTPvalidation,themostthoroughmethod,whichchecksifthemailboxexistsbyconnectingtotheSMTPserver.Impl

How to make PHP applications fasterHow to make PHP applications fasterMay 12, 2025 am 12:12 AM

TomakePHPapplicationsfaster,followthesesteps:1)UseOpcodeCachinglikeOPcachetostoreprecompiledscriptbytecode.2)MinimizeDatabaseQueriesbyusingquerycachingandefficientindexing.3)LeveragePHP7 Featuresforbettercodeefficiency.4)ImplementCachingStrategiessuc

PHP Performance Optimization Checklist: Improve Speed NowPHP Performance Optimization Checklist: Improve Speed NowMay 12, 2025 am 12:07 AM

ToimprovePHPapplicationspeed,followthesesteps:1)EnableopcodecachingwithAPCutoreducescriptexecutiontime.2)ImplementdatabasequerycachingusingPDOtominimizedatabasehits.3)UseHTTP/2tomultiplexrequestsandreduceconnectionoverhead.4)Limitsessionusagebyclosin

PHP Dependency Injection: Improve Code TestabilityPHP Dependency Injection: Improve Code TestabilityMay 12, 2025 am 12:03 AM

Dependency injection (DI) significantly improves the testability of PHP code by explicitly transitive dependencies. 1) DI decoupling classes and specific implementations make testing and maintenance more flexible. 2) Among the three types, the constructor injects explicit expression dependencies to keep the state consistent. 3) Use DI containers to manage complex dependencies to improve code quality and development efficiency.

PHP Performance Optimization: Database Query OptimizationPHP Performance Optimization: Database Query OptimizationMay 12, 2025 am 12:02 AM

DatabasequeryoptimizationinPHPinvolvesseveralstrategiestoenhanceperformance.1)Selectonlynecessarycolumnstoreducedatatransfer.2)Useindexingtospeedupdataretrieval.3)Implementquerycachingtostoreresultsoffrequentqueries.4)Utilizepreparedstatementsforeffi

See all articles

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.