- 博客(1241)
- 收藏
- 关注
翻译 svg嵌套svg_SVG 101:什么是SVG?
svg嵌套svgThough it was conceived back in the late 1990s, SVG is in many ways the “ugly duckling” file format that grew up to become a swan. Poorly supported and largely ignored for most of the 2000s, s...
2020-09-03 12:36:28 894
翻译 gulp4.0.2_如何迁移到Gulp.js 4.0
Despite competition from webpack and Parcel, Gulp.js remains one of the most popular JavaScript task runners. Gulp.js is configured using code which makes it a versatile, general-purpose option. As we...
2020-09-03 10:17:56 759
翻译 使用WordPress设置API构建自定义管理页面
In this guide, we’ll introduce the WordPress Settings API, and create a WordPress administration page where we demonstrate the use of this API. 在本指南中,我们将介绍WordPress设置API,并创建一个WordPress管理页面,在此演示该API的用...
2020-09-03 09:38:56 1347
翻译 服务器端配置nginx_使用Nginx和pm-static进行服务器端优化
服务器端配置nginxThis article is part of a series on building a sample application — a multi-image gallery blog — for performance benchmarking and optimizations. (View the repo here.) 本文是构建用于性能基准测试和优化的示例应用...
2020-09-03 08:58:49 559
翻译 后台重新加载页面_使用后台处理加快页面加载时间
后台重新加载页面This article is part of a series on building a sample application — a multi-image gallery blog — for performance benchmarking and optimizations. (View the repo here.) 本文是构建用于性能基准测试和优化的示例应用程序(...
2020-09-03 08:48:12 899
翻译 js设置css自定义变量_CSS中的变量:自定义属性
js设置css自定义变量The following is a short extract from Tiffany’s book, CSS Master, 2nd Edition. 以下是Tiffany的书CSS Master,第二版的摘录。 For years, variables were one of the most commonly requested CSS features. V...
2020-09-03 08:29:10 887
翻译 varnish代理服务器_如何使用Varnish提升服务器性能
varnish代理服务器Varnish Cache is an HTTP accelerator and reverse proxy developed by Danish consultant and FreeBSD core developer Poul-Henning Kamp, along with other developers at Norwegian Linpro AS. It w...
2020-09-03 07:51:32 353
翻译 symfony连接数据库_使用Symfony Flex构建图像库博客:数据测试
symfony 查询数据This article is part of a series on building a sample application — a multi-image gallery blog — for performance benchmarking and optimizations. (View the repo here.) 本文是构建用于性能基准测试和优化的示例应...
2020-09-03 07:31:41 203
翻译 as3 greensock_GreenSock 3 Web动画:了解GSAP的新功能
as3 greensockOn November 1st 2019, GreenSock Animation Platform (GSAP) released version 3, which is its most significant upgrade to date. 在2019年11月1日, GreenSock动画平台(GSAP)发布了版本3,这是迄今为止最重要的升级。 GSAP ...
2020-09-03 07:00:07 1134
翻译 cdn工作原理_什么是CDN以及它如何工作?
cdn 工作原理CDN – you keep seeing the acronym. Maybe in URLs, maybe on landing pages, but it never quite clicked – what are Content Delivery Networks, what do they do exactly? CDN –您会不断看到缩写词。 也许在URL中,也许在...
2020-09-03 06:31:13 1092
翻译 23种提高网站性能的开发工具
When dealing with performance, it’s hard to remember all the tools that might help you out during development. For that purpose, we’ve compiled a list of 23 performance tools for your reference. Some ...
2020-09-03 05:59:29 473
翻译 盖茨比乔布斯_为什么我们将已有20年历史的网站迁至盖茨比
We knew we had a problem. 我们知道我们遇到了问题。 In 2019, SitePoint was getting Lighthouse Speed scores under 10 on mobile, and between 20 and 30 on desktop. 在2019年,SitePoint在移动设备上获得的Lighthouse Speed得分低于10,在...
2020-09-03 05:21:14 273
翻译 PHP-FPM调整:使用“ pm static”获得最高性能
php-fpm调优An unedited version of article was originally published at HaydenJames.io and republished here with the author’s permission. 未经编辑的文章版本最初在HaydenJames.io上发布,并在得到作者许可的情况下在此处重新发布。 Let’s take a ...
2020-09-03 05:10:40 1116
翻译 面试六要点_家庭办公室设置要点:改善空间的6条原则
面试六要点A good home office setup is the sum of its parts. Great Wi-Fi isn’t going to offset the mounting frustration of a wobbly chair. Calming natural lighting won’t be able to shut those kids up from a...
2020-09-03 05:01:17 1051
翻译 github 命令行_GitHub CLI:命令行指南
github 命令行In this quickstart guide, you’ll learn GitHub CLI. Find out what the GitHub CLI tool is used for, how to set it up, and how to use it. 在此快速入门指南中,您将学习GitHub CLI 。 找出GitHub CLI工具的用途,如何设置以及如何使...
2020-09-03 04:51:07 5925
翻译 nginx apache_Apache vs Nginx性能:优化技术
nginx apacheSome years ago, the Apache Foundation’s web server, known simply as “Apache”, was so ubiquitous that it became synonymous with the term “web server”. Its daemon process on Linux systems ha...
2020-09-03 04:30:49 694
翻译 symfony_Symfony Flex:为更快,更好的Symfony铺平道路
symfonySymfony Flex is a modern replacement for the Symfony Installer, and not the name of the next Symfony version. As the intro text says: Symfony Flex是Symfony Installer的现代替代品,而不是下一Symfony版本的名称。 正如...
2020-09-03 03:01:36 568
翻译 案例研究:使用Blackfire.io优化CommonMark Markdown解析器
As you may know, I am the author and maintainer of the PHP League‘s CommonMark Markdown parser. This project has three primary goals: 您可能知道,我是PHP League的CommonMark Markdown解析器的作者和维护者。 该项目具有三个主要目标: ...
2020-09-03 02:39:57 268
翻译 stax 修改_我们如何为Stax控制台构建无服务器Web应用程序
stax 修改This post was originally published on the Stax website. 该帖子最初发布在Stax网站上 。 Building a web console for a product as complex as Stax presented a number of challenges. Our API-first, serverless p...
2020-09-03 01:21:09 244
翻译 自定义Bootstrap jQuery插件
Bootstrap comes packed with tons of ready-to-use jQuery-powered plugins. The beauty of Bootstrap plugins is that you can slot them into your project, write the appropriate markup using data- attribute...
2020-09-03 00:20:47 344
翻译 postman api使用_如何使用Postman掌握您的API工作流程
postman api使用Building good APIs is hard, and anyone who had the chance to do so can relate to this. A project can easily grow to become a mess. One can keep trying to adopt an approach to make it more...
2020-09-02 23:51:30 2102
翻译 全栈开发和web开发_成为全栈开发人员
This popular article has been updated in June 2017 to include modern technologies. 该热门文章已于2017年6月进行了更新,以包括现代技术。 A full stack developer who can get from a prototype to full MVP (minimum viable produ...
2020-09-02 23:12:07 399
翻译 WordPress SEO初学者指南
WordPress is used by millions of people right around the world to setup websites for a variety of applications. While it’s popular because it’s easy to get up and running and use, it still requires pr...
2020-09-02 22:23:38 524
翻译 web开发入门_Web开发人员工作流程工具:入门指南
web开发入门Here’s a primer for the tools all web developers should get to know, from basic Bash commands to web browser add-ons that will debug your web apps and automate navigation tests, plus continuous...
2020-09-02 22:02:59 2171
翻译 git 文件夹上库代码上库_如何正确组织代码库中的文件并避免混乱
git 文件夹上库代码上库The main library, data, UI, docs and wiki, tests, legacy and third-party components … How do we keep track and maintain order within all of this? Organizing the files in your codebase ca...
2020-09-02 21:42:40 571
翻译 数仓拉链表使用_如何用拉链炸弹捍卫您的网站
数仓拉链表使用This article was originally published on Christian’s blog and republished here with his permission. Check out the rest of his very interesting writing over there if you’d like to learn about Io...
2020-09-02 20:14:05 232
翻译 chrome扩展crx构建_构建一个Chrome扩展程序以简化您的工作流程
chrome扩展crx构建When I began as a JavaScript editor at SitePoint, our submission process was something of a mess — articles coming from every direction in a variety of formats. So we decided to standardi...
2020-09-02 19:44:23 293
翻译 wordpress入门主题_设置和运行WordPress网站的终极入门指南
wordpress入门主题So you’ve decided to run a WordPress site but have no idea where to start? This tutorial is aimed at absolute beginners. Some IT knowledge will help but I presume you want to learn the es...
2020-09-02 19:34:24 2919
翻译 phpunit入门_重新介绍PHPUnit-PHP TDD入门
phpunit入门There are a lot of PHPUnit posts on our site already (just check the tag), but it’s been a while since we’ve actually introduced people to it, and the tool has evolved significantly since the...
2020-09-02 19:24:55 402
翻译 wordpress api_了解WordPress页面和Pages API
wordpress apiThere are differences between WordPress posts and pages. There are times when a post is more suitable to use, while for other types of content, a page is more appropriate. In this article...
2020-09-02 19:15:14 426
翻译 小数视力表转换成对数视力表_如何用视力表建立班级预订系统
小数视力表转换成对数视力表This article was sponsored byAcuity Scheduling. Thank you for supporting the partners who make SitePoint possible. 本文由Acuity Scheduling赞助。 感谢您支持使SitePoint成为可能的合作伙伴。 I recently wrote ...
2020-09-02 19:05:26 774
翻译 zend 开发php_Zend表达模块的快速开发
zend 开发phpI have learned a few tricks when writing Zend Expressive modules that I want to share with you. 在编写要与您共享的Zend Expressive模块时,我学到了一些技巧。 Please follow the previous post first to set up a pro...
2020-09-02 18:44:37 119
翻译 使用Bootstrap-Vue将Bootstrap与Vue.js集成
In this article, we’ll explore how to integrate Bootstrap with Vue.js using Bootstrap-Vue. 在本文中,我们将探讨如何使用Bootstrap-Vue将Bootstrap与Vue.js集成。 React and Vue.js are two leading, modern JavaScript framewo...
2020-09-02 18:03:55 2372
翻译 wordpress优化_优化WordPress网站性能的10个步骤
wordpress 优化This article on WordPress site performance is part of a series created in partnership with SiteGround. Thank you for supporting the partners who make SitePoint possible. 有关WordPress网站性能的这...
2020-09-02 17:42:13 1046
翻译 黑马程序员day01_Day Camp 4开发人员:PHP应用程序安全性
黑马程序员day01Application security is on everybody’s mind these days. Every day we hear of another site hacked or another data breach. Does your team do everything it can to keep your site secure and your...
2020-09-02 17:11:45 142
翻译 如何安装mysql_如何安装MySQL
如何安装mysqlIn the first of a series of MySQL articles, we will discover how easy it is to install the database system on your development PC. 在一系列MySQL文章的第一篇中,我们将发现在开发PC上安装数据库系统非常容易。 为什么选择MySQL? (Why...
2020-09-02 16:13:29 414
翻译 电脑usb增压_用于为您的网站增压的2020最佳WordPress插件
电脑usb增压This sponsored article was created by our content partner, BAW Media. Thank you for supporting the partners who make SitePoint possible. 这篇赞助文章是由我们的内容合作伙伴BAW Media创建的。 感谢您支持使SitePoint成为可能的合作伙伴...
2020-09-02 15:42:53 284
翻译 jsp修改数据库代码_正确地对代码库进行更改
jsp修改数据库代码The difference between a good and a bad commit can be huge. It’s no fun having to ask your colleague — or your past self — what a particular change was about, or what the current state of th...
2020-09-02 15:33:01 701
翻译 测试开发人员与开发人员_9对5的开发人员可以成为优秀的开发人员吗?
测试开发人员与开发人员For more on personal development for developers, check out this episode of our podcast, The Versioning Show, covering the three keys of being a productive software engineer. 有关开发人员的个人开发的更多...
2020-09-02 15:02:43 194
翻译 php入门_PHP入门
php入门PHP – the server-side programming language powering over 80% of the web – is now at version 7.1. As an interpreted (as opposed to compiled) language, PHP code is executed in run-time meaning ther...
2020-09-02 14:22:49 224
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人