GithubHelp home page GithubHelp logo

pyihe.github.io's People

Contributors

pyihe avatar

Watchers

 avatar

pyihe.github.io's Issues

清除Mac文件附加属性,"-rwxr-xr-x@"中的@符号 | 星星点灯

https://pyihe.github.io/2021/06/01/%E6%B8%85%E9%99%A4Mac%E6%96%87%E4%BB%B6%E9%99%84%E5%8A%A0%E5%B1%9E%E6%80%A7%EF%BC%8C-rwxr-xr-x-%E4%B8%AD%E7%9A%84-%E7%AC%A6%E5%8F%B7/

前言不知道有没有朋友发现,在Mac系统中的有些文件的属性中包含@符号,如下图所示: 注意: 通过命令ls -l可以查看文件属性 图中@符号表示的是Mac OS系统中文件的附加属性,出现该符号表示此文件或者目录具有扩展属性;为什么会出现这个属性?

Go语言向导:通过例子学习Golang.md | 星星点灯

https://pyihe.github.io/2020/07/23/Go%E8%AF%AD%E8%A8%80%E5%90%91%E5%AF%BC%EF%BC%9A%E9%80%9A%E8%BF%87%E4%BE%8B%E5%AD%90%E5%AD%A6%E4%B9%A0Golang/

什么是Go?Go(也叫Golang)是由Google开发的一款开源的编程语言。它是一款静态编译型语言。Go支持并发编程, 即它允许多个进程同时运行, 这是通过使用通道、协程等实现。Go有垃圾回收机制,它自己实现内存管理并且允许函数的延迟执行。

Sign in With Apple之服务端验证 | 星星点灯

https://pyihe.github.io/2020/11/05/Sign-in-With-Apple%E4%B9%8B%E6%9C%8D%E5%8A%A1%E7%AB%AF%E9%AA%8C%E8%AF%81/

前言2019年之后,对于Apple App来说,如果要支持第三方登录,则必须同时支持苹果的第三方登录,即Sign in With Apple, 本文主要介绍如何使用Go语言实现Sign in With Apple时服务端的验证, 即Generate and Validate Tokens。或者不支持第三方登录, 直接使用电话号码或者账号密码的方式进行注册以及登录。

Sign in With Google之服务端验证 | 星星点灯

https://pyihe.github.io/2020/12/11/Sign-in-With-Google%E4%B9%8B%E6%9C%8D%E5%8A%A1%E7%AB%AF%E9%AA%8C%E8%AF%81/

前言关于使用Google第三方登录服务端如何进行登录验证。Google登录流程中,服务器的主要工作为验证用户信息以确保此次登录为有效登录,然后让当前登录的用户进行应用服务器的相应流程。另一方面,用户在授权登录后,应用服务器可以通过用户的授权获取到access_token,以便后续访问Google的其他API。

搭建MongoDB副本集&分片 | 星星点灯

https://pyihe.github.io/2021/05/31/%E6%90%AD%E5%BB%BAMongoDB%E5%89%AF%E6%9C%AC%E9%9B%86-%E5%88%86%E7%89%87/

副本集什么是副本集?顾名思义,副本集是一个集合,即MongoDB实例的集合,集合中的每个成员拥有相同的数据集合;一个副本集包含多个数据节点和一个可选的仲裁节点,在数据节点中,只有一个可以作为主节点(Primary Node),其他节点只能是第二节点(Secondary Nodes)。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.