自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1213)
  • 收藏
  • 关注

翻译 revit2014项目样板_HTML5模板:适用于任何项目的基本样板

As you learn HTML5 and add new techniques to your toolbox, you’re likely going to want to build yourself an HTML boilerplate to start off all your future projects. We encourage this, and there are man...

2020-09-03 13:27:31 932

翻译 css背景图像属性_如何将CSS3转换应用于背景图像

css背景图像属性CSS transformations are great, but they don’t (yet?) apply to background images. This article presents a workaround for those times when you really do want to rotate a background image, or to...

2020-09-03 12:08:59 544

翻译 火狐浏览器添加css调试_CSS调试和优化:基于浏览器的开发人员工具

火狐浏览器添加css调试The following introduction to CSS code-quality tools is an extract from Tiffany’s new book, CSS Master, 2nd Edition. 以下对CSS代码质量工具的介绍摘自Tiffany的新书CSS Master,第二版 。 On your road to becoming ...

2020-09-03 10:37:27 1148

翻译 通过索引和说明提高MySQL性能

Techniques to improve application performance can come from a lot of different places, but normally the first thing we look at — the most common bottleneck — is the database. Can it be improved? How c...

2020-09-03 10:08:21 307

翻译 api restful_构建RESTful API的13种最佳实践

api restfulFacebook, GitHub, Google, and many other giants need a way to serve and consume data. A RESTful API is still one of the best choices in today’s dev landscape to serve and consume data. Fac...

2020-09-03 09:17:54 409

翻译 wordpress用途_8个热门WordPress多用途主题及其炫酷功能

wordpress用途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-03 09:08:07 557

翻译 为您的网站提供动力的100种Jamstack工具,API和服务

We’ve explained the Jamstack, a popular new way to build secure, scalable, high-performance sites. Now we’ll introduce you to the tools, services, and APIs that power Jamstack sites. 我们已经解释了Jamstack ...

2020-09-03 08:19:46 2530

翻译 使用Blackfire进行PHP级性能优化

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:10:35 1212

翻译 wordpress api_开发WordPress REST API应用程序:入门

This article on developing a WordPress REST API app was originally published by Torque Magazine, and is reproduced here with permission. 这篇有关开发WordPress REST API应用程序的文章最初由Torque Magazine发行 ,并经许可在此处转载...

2020-09-03 08:01:26 709

翻译 第一个代码_您的第一个PHP代码

The following is a short extract from our new book, PHP & MySQL: Novice to Ninja, 6th Edition, written by Tom Butler and Kevin Yank. It’s the ultimate beginner’s guide to PHP. SitePoint Premium me...

2020-09-03 06:50:28 219

翻译 symfony设置静态首页_使用Symfony Flex构建图像博客:设置

symfony设置静态首页This article is part of a zero-to-hero project — a multi-image gallery blog — for performance benchmarking and optimizations. (View the repo here.) In this part, we’ll set our project up ...

2020-09-03 06:40:37 354

翻译 cloudflare_使用Cloudflare使您的网站更快,更安全

cloudflareCloudflare is an industry leader in the content-delivery space, reducing load and speeding up millions of websites. Cloudflare是内容交付领域的行业领导者,可减轻负载并加快数百万个网站的速度。 What is peculiar about this ...

2020-09-03 04:10:49 5167

翻译 wordpress 自定义_为WordPress REST API创建自定义端点

wordpress 自定义This WordPress REST API tutorial walks you through creating a custom WP-API endpoint. We’ll first create a child theme of the default “Twenty Seventeen” theme, which will allow us to add ...

2020-09-03 03:21:40 1557

翻译 excel赢得值曲线图_赢得其他开发人员想要的职位的简单策略

excel赢得值曲线图How do they do it? 他们是如何做到的呢? “How is [insert developer name] able to attract the promotions and job offers they’re getting? Their work is trash; I’m a much better developer! I work twice...

2020-09-03 02:20:12 1002

翻译 dev.c++游戏代码_代码挑战2:CSSBattle.dev中获得更高分数的4个技巧

A little over a week ago you may have seen us launch our second Code Challenge – a partnership with our friends at CSSBattle.dev. CSS battles are a relatively new concept – the site launched in April ...

2020-09-03 01:40:32 842

翻译 php pdo数据库_重新引入PDO-用PHP访问数据库的正确方法

php pdo数据库PDO is the acronym of PHP Data Objects. As the name implies, this extension gives you the ability to interact with your database through objects. PDO是PHP数据对象的首字母缩写。 顾名思义,此扩展使您能够通过对象与数据库进行交互...

2020-09-03 00:52:21 777

翻译 用Gulp更快地开发WordPress主题

This Gulp article is part of a series created in partnership with SiteGround. Thank you for supporting the partners who make SitePoint possible. 该Gulp文章是与SiteGround合作创建的系列文章的一部分。 感谢您支持使SitePoint成为可能的...

2020-09-03 00:30:25 216

翻译 php代码质量检测工具_8个必须具备PHP质量保证工具

php代码质量检测工具This popular post has been updated on June 30th 2017 to include newest technologies and tools. 该热门帖子已于2017年6月30日更新,其中包括最新技术和工具。 For shipping quality code, we must have testing in mind wh...

2020-09-02 23:23:02 1290

翻译 php 类型约束_PHP中的约束理论

php 类型约束The post “The Theory of Constraints in PHP” is the editorial for the PHP Channel’s newsletter on July 11th. To stay on top of PHP news, posts, and relevant links, make sure to keep up to date ...

2020-09-02 22:44:06 317

翻译 为什么将字符串称为字符串?

This is the editorial for the July 25th edition of the SitePoint PHP newsletter. 这是SitePoint PHP新闻通讯7月25日版的社论。 Why is a string called a string? Have you ever given this some thought? We never use s...

2020-09-02 22:12:56 370

翻译 用c语言写一个php扩展_有一个针对PHP的性别扩展

用c语言写一个php扩展Unlike in our “mainstream” paid course about exploring PHP, I like to explore the weird and forgotten areas of the language. 与我们的“主流” 付费课程有关探索PHP不同 ,我喜欢探索该语言的怪异和被遗忘的领域。 Recently, I vent...

2020-09-02 21:52:01 215

翻译 symfony4 orm_介绍Neo4j Symfony捆绑包

symfony4 ormThis article was peer reviewed by Wern Ancheta and Christophe Willemsen. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! 本文由Wern Ancheta和Chris...

2020-09-02 21:33:22 283

翻译 用于Angular,React和Vue.js的Bootstrap UI库

This article lists a number of resources that provide Bootstrap components for your Angular, React, and Vue.js apps. 本文列出了为Angular,React和Vue.js应用程序提供Bootstrap组件的大量资源。 These days, the web is populate...

2020-09-02 20:33:39 387

翻译 bisquare与lar_哈Lar 通过SMS与PHP进行通讯!

bisquare与larThis article was peer reviewed by Wern Ancheta. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! 本文由Wern Ancheta进行同行评审。 感谢所有SitePoint的同行评审人员使Si...

2020-09-02 18:54:35 406

翻译 vue 分步引导组件_引导卡组件:完整介绍

vue 分步引导组件In this article, I’m going to introduce you to the Bootstrap card component and walk you through its many features and uses. By the end of this tutorial, you’ll be able to incorporate Bootst...

2020-09-02 18:34:24 2464

翻译 ssl证书类型rsa_什么是SSL,哪种证书类型适合您

ssl证书类型rsaThis article was created in partnership with GoGetSSL. Thank you for supporting the partners who make SitePoint possible. 本文是与GoGetSSL合作创建的。 感谢您支持使SitePoint成为可能的合作伙伴。 Over the last decade,...

2020-09-02 15:22:56 1855

翻译 python就业发展前景_如何参与蓬勃发展的Python就业市场

python就业发展前景From finance to artificial intelligence, data science to web development, there isn’t an area in which Python isn’t consolidated and flourishing. So let’s discuss actual salaries, in-deman...

2020-09-02 15:12:57 457

翻译 使用Socialite轻松向您的应用添加社交登录

This article was peer reviewed by Wern Ancheta. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! 本文由Wern Ancheta进行同行评审。 感谢所有SitePoint的同行评审人员使SitePoint内容达到最...

2020-09-02 13:14:25 853

翻译 如何在Windows 10 Home上安装Docker

If you’ve ever tried to install Docker for Windows, you’ve probably came to realize that the installer won’t run on Windows 10 Home. Only Windows Pro, Enterprise or Education support Docker. Upgrading...

2020-09-02 13:04:13 649

翻译 解释如何优化css选择器_优化CSS:ID选择器和其他神话

In today’s typical scenario, where the average website ships 500KB of gzipped JavaScript and 1.5MB of images, running on a midrange Android device via 3G with a 400ms round trip time, CSS selector per...

2020-09-02 12:02:41 339

翻译 自定义io控制码_如何使用组件IO创建自定义组件

自定义io控制码My Introduction to Component IO article described how you could use pre-built components on any site regardless of the Content Management System, languages, or technologies used. The benefits ...

2020-09-02 11:53:03 335

翻译 fa fa-user_如何通过短信通过2FA保护Laravel应用

fa fa-userThis article was peer reviewed by Christopher Thomas. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! 本文由Christopher Thomas进行了同行评审。 感谢所有SitePoin...

2020-09-02 11:33:59 859

翻译 cdo气候_开发人员可以为气候行动做出贡献的7种方法

eof 气候Whether you’ve just started out as a software engineer or you’ve been at it for decades, you too can play a role in helping to positively impact the environment. 无论您是刚开始担任软件工程师还是已经工作了数十年,您都可以在帮...

2020-09-02 11:05:10 531

翻译 机器学习速成课程_速成课程:使用信号量CI进行连续部署

机器学习速成课程Software is playing an ever bigger role in how companies compete across a broad range of industries. Large organizations are finding that their current approaches to managing software are limi...

2020-09-02 08:33:07 176

翻译 noops fabric_每个开发公司需要了解的有关NoOps开发的知识

noops fabricIt seems like everything is getting automated these days. 这些天似乎一切都在自动化。 And I mean everything. 我的意思是一切 。 Who would’ve thought that we’d be automating development teams, though? 谁会想到我们...

2020-09-02 08:13:17 190

翻译 前端框架浏览器兼容解决方案_前端框架:定制与即用型解决方案

前端框架浏览器兼容解决方案The dilemma over “custom versus ready-to-use” is pretty common in the Web world. Whether we talk about CSS, JavaScript, PHP, or a framework in any other programming language, the question...

2020-09-02 06:44:44 678

翻译 如何在WordPress生态系统中找到合适的位置

This article was sponsored by StylemixThemes. Thank you for supporting the partners who make SitePoint possible. 本文由StylemixThemes赞助。 感谢您支持使SitePoint成为可能的合作伙伴。 WordPress is simple, elegant, and modu...

2020-09-02 06:14:28 254

翻译 驯服Snoo:使用Reddit API

Reddit is a social networking, entertainment, and news website where the content is almost exclusively submitted by users. According to this report, in February 2016 Reddit had 36 million user account...

2020-09-02 05:43:01 1100

翻译 快速提示:Ubuntu 16.04上的LetsEncrypt“服务器”错误修复

I recently had to renew the HTTPS certificates for my server, and ran into trouble. 最近,我不得不为服务器续订HTTPS证书 ,并遇到了麻烦。 The errors that the command sudo letsencrypt renew was spewing out were these: sud...

2020-09-02 05:03:50 269

翻译 php页面不渲染显示源代码_PHP如何执行-从源代码到渲染

php页面不渲染显示源代码This article was peer reviewed by Younes Rafie. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! 该文章由Younes Rafie进行同行评审。 感谢所有SitePoint的同行评审人员使...

2020-09-02 04:53:41 747

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除