分类: 文章

5 篇文章

Nginx 服务器伪静态
server { listen 80; server_name example.com; # 示例1:文章页重写 location /article/ { rewrite ^/article/([0-9]+)/?$ /article.php?id=$1 last; } # 示例2:分类页重写 location /category/ { rewrit…
Algorithms are still developed
Data structures and algorithms are important, whether it's an interview or a job, no matter what aspect of technology you're working on. However, although algorithms are impor…
Choice is more important than effort
In fact, the sooner the choice of direction is determined, the better, in life we have to face countless choices, there is a line in an American drama related to hackers that …
Don’t set limits on yourself!
Too many people focus on the boundaries and not on the core. You can think of boundaries as gravity, and every object has a gravitational force that affects everything else be…
How to improve code quality?
Before that, we have to think about whyHow important do major manufacturers value code quality? In the current competitive market, users tend to prefer stable and reliable pro…