上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 188 下一页
摘要: ICMP_百度百科 https://baike.baidu.com/item/ICMP/572452 ICMP(Internet Control Message Protocol)Internet控制报文协议。它是TCP/IP协议簇的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网 阅读全文
posted @ 2020-04-02 09:06 papering 阅读(359) 评论(0) 推荐(0)
摘要: 实践 2)golang 代码格式化 pre-commit #!/bin/sh echo "DIY your git hooks @ pre-commit" run_GoFormat() { gf=`gofmt -l -w .;` if test -z "$gf" then return fi ech 阅读全文
posted @ 2020-04-02 01:21 papering 阅读(3861) 评论(0) 推荐(1)
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2020-04-01 23:18 papering 阅读(272) 评论(0) 推荐(0)
摘要: JK 阅读全文
posted @ 2020-03-31 23:44 papering 阅读(180) 评论(0) 推荐(0)
摘要: tcp 单向关闭 阅读全文
posted @ 2020-03-30 23:46 papering 阅读(394) 评论(0) 推荐(0)
摘要: 在今天的内容里,我对 UDP 套接字调用 connect 方法进行了深入的分析。之所以对 UDP 使用 connect,绑定本地地址和端口,是为了让我们的程序可以快速获取异步错误信息的通知,同时也可以获得一定性能上的提升。 阅读全文
posted @ 2020-03-29 23:30 papering 阅读(484) 评论(0) 推荐(0)
摘要: MySQL :: MySQL 8.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#mysqldump-pe 阅读全文
posted @ 2020-03-28 23:03 papering 阅读(890) 评论(0) 推荐(0)
摘要: 使用 SMTP 发送邮件_使用 SMTP 发送邮件_发送邮件_用户指南_邮件推送-阿里云 https://help.aliyun.com/knowledge_detail/51622.html 通过 SMTP 协议发送邮件的整体过程如下: 客户端使用 telnet 命令连接到SMTP服务器,建立会话 阅读全文
posted @ 2020-03-28 22:53 papering 阅读(2575) 评论(0) 推荐(0)
摘要: git rm --cached --force -r . Files already tracked by Git are not affected; Git - gitignore Documentation https://git-scm.com/docs/gitignore gitignore 阅读全文
posted @ 2020-03-28 22:46 papering 阅读(1801) 评论(0) 推荐(0)
摘要: Git:.gitignore和.gitkeep文件的使用 Git:.gitignore和.gitkeep文件的使用 https://majing.io/posts/10000001781172 .gitkeep .gitkeep是一个占位文件。 Git是不会把一个完全空的文件夹添加到版本控制里,为了 阅读全文
posted @ 2020-03-28 22:25 papering 阅读(1231) 评论(0) 推荐(0)
摘要: 初探和实现websocket心跳重连(npm: websocket-heartbeat-js) 心跳重连缘由 websocket是前后端交互的长连接,前后端也都可能因为一些情况导致连接失效并且相互之间没有反馈提醒。因此为了保证连接的可持续性和稳定性,websocket心跳重连就应运而生。 在使用原生 阅读全文
posted @ 2020-03-27 23:20 papering 阅读(3317) 评论(0) 推荐(0)
摘要: 极光推送 - Push API v3 - 极光文档 https://docs.jiguang.cn//jpush/server/push/rest_api_v3_push/ 阅读全文
posted @ 2020-03-27 23:05 papering 阅读(310) 评论(0) 推荐(0)
摘要: 小结: 1、 Go不需要VM,Go应用程序二进制文件中嵌入了一个小型运行时(Go runtime),可以处理诸如垃圾收集(GC),调度和并发之类的语言功能 Go does not need a VM and Go application binaries include a small runtim 阅读全文
posted @ 2020-03-27 22:36 papering 阅读(296) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/ihqh5T_4RaiPfC9p8pWZSA 方秋枋 WeMobileDev 2020-03-20 大纲 背景 线上效果指标 什么是软件架构 为什么需要软件架构 从零到一构建支付跨平台软件架构 1.抽象业务流程 2.加入路由机制 3.管理网络请求 阅读全文
posted @ 2020-03-27 22:32 papering 阅读(319) 评论(0) 推荐(0)
摘要: How to dynamically add or remove tasks to celerybeat? · Issue #3493 · celery/celery https://github.com/celery/celery/issues/3493 基于Django+celery二次开发动态 阅读全文
posted @ 2020-03-26 07:27 papering 阅读(646) 评论(1) 推荐(0)
摘要: 16 | 如何理解TCP的“流”? https://time.geekbang.org/column/article/132443 TCP 是一种流式协议在前面的章节中,我们讲的都是单个客户端 - 服务器的例子,可能会给你造成一种错觉,好像 TCP 是一种应答形式的数据传输过程,比如发送端一次发送 阅读全文
posted @ 2020-03-26 07:05 papering 阅读(1198) 评论(0) 推荐(0)
摘要: Interfaces — zope.interface 5.0.2.dev0 documentation https://zopeinterface.readthedocs.io/en/latest/README.html 阅读全文
posted @ 2020-03-25 08:28 papering 阅读(212) 评论(0) 推荐(0)
摘要: Frequently Asked Questions — Circus 0.15.0 documentation https://circus.readthedocs.io/en/latest/faq/#whycircussockets Here is a list of frequently as 阅读全文
posted @ 2020-03-24 23:54 papering 阅读(224) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/boRWlx1R7TX0NLuI2sZBfQ 作为业务 SRE,我们所运维的业务,常常以 Linux+TCP/UDP daemon 的形式对外提供服务。SRE 需要对服务器数据包的接收和发送路径有全面的了解,以方便在服务异常时能快速定位问题。以 阅读全文
posted @ 2020-03-22 18:19 papering 阅读(517) 评论(0) 推荐(0)
摘要: django-admin and manage.py | Django documentation | Django https://docs.djangoproject.com/en/3.0/ref/django-admin/#runserver runserver¶ django-admin r 阅读全文
posted @ 2020-03-19 23:20 papering 阅读(782) 评论(0) 推荐(0)
摘要: https://code.aliyun.com/help/ssh/README 如果打算拷贝你的公钥到你的粘贴板下,请参考你的操作系统使用以下的命令: Windows: clip < ~/.ssh/id_rsa.pub Mac: pbcopy < ~/.ssh/id_rsa.pub GNU/Linu 阅读全文
posted @ 2020-03-18 09:17 papering 阅读(231) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/hy68s610B9GbL_wgwTn7nA 更优美的python日志管理库Loguru Asynchronous, Thread-safe, Multiprocess-safe All sinks added to the logger are 阅读全文
posted @ 2020-03-17 23:51 papering 阅读(856) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/_4tMPUkGDuQyQ2kRkE4n8w 网易严选消息中心实践与规划 原创 严选技术 严选技术团队 2020-02-10 严选消息中心作为严选的基础服务一直在不断的演进中,本文将通过图文的方式详细介绍消息中心的实践历程与接下来的体系化和平台化 阅读全文
posted @ 2020-03-17 23:49 papering 阅读(1342) 评论(0) 推荐(0)
摘要: 什么是 MFA?_启用和解绑MFA_账号常见问题_账号管理-阿里云 https://help.aliyun.com/knowledge_detail/37215.html 阅读全文
posted @ 2020-03-17 23:35 papering 阅读(285) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/qHJiTjpvDikFcdl9SRL97Q 阅读全文
posted @ 2020-03-17 09:01 papering 阅读(162) 评论(0) 推荐(0)
摘要: 用户验收测试 阅读全文
posted @ 2020-03-13 11:32 papering 阅读(258) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/T-t070BAiE2Zwf6G1Wt3_A 聊聊架构张辉 InfoQ 2016-11-07 阅读全文
posted @ 2020-03-12 20:29 papering 阅读(304) 评论(0) 推荐(0)
摘要: monad和y combinator 阅读全文
posted @ 2020-03-11 18:22 papering 阅读(183) 评论(0) 推荐(0)
摘要: https://asgi.readthedocs.io/en/latest/ 阅读全文
posted @ 2020-03-11 09:09 papering 阅读(156) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/TAiQjfkxJd_uDkDHNE_Sjg 阅读全文
posted @ 2020-03-10 18:50 papering 阅读(274) 评论(0) 推荐(0)
摘要: django-guardian (1.1.1+) - Object level permissions support. Home - Django REST framework https://www.django-rest-framework.org/#example 阅读全文
posted @ 2020-03-10 12:30 papering 阅读(181) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2020-03-10 09:23 papering 阅读(126) 评论(0) 推荐(0)
摘要: https://book.douban.com/author/104388/books?start=0&format=pic&sortby=collect 阅读全文
posted @ 2020-03-10 09:22 papering 阅读(179) 评论(0) 推荐(0)
摘要: LINUX动态库(.SO)搜索路径(目录)设置方法 [root@VM_0_11_centos ld.so.conf.d]# cat /etc/ld.so.confinclude ld.so.conf.d/*.conf[root@VM_0_11_centos ld.so.conf.d]# ll -as 阅读全文
posted @ 2020-03-09 21:00 papering 阅读(2238) 评论(0) 推荐(0)
摘要: functools.singledispatchmethod(Python 3.8) | 码农网 https://www.codercto.com/a/83245.html 阅读全文
posted @ 2020-03-09 10:02 papering 阅读(390) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/BGHOw12iCASJy1pgkYZi3w 当数据处理做不到实时,应该怎么办? 阅读全文
posted @ 2020-03-08 10:47 papering 阅读(210) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2020-03-08 09:18 papering 阅读(261) 评论(0) 推荐(0)
摘要: 1 继承和多态 - 廖雪峰的官方网站 https://www.liaoxuefeng.com/wiki/1016959663602400/1017497232674368 Guo磊 python与鸭子类型 部分参考来源:作者:JasonDing https://www.jianshu.com/p/6 阅读全文
posted @ 2020-03-08 09:13 papering 阅读(278) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/gWYL2Th9Go5LDhkyGB_rYQ 阅读全文
posted @ 2020-03-06 23:59 papering 阅读(137) 评论(0) 推荐(0)
摘要: 练习题: -2 思考题最后给你留两道思考题吧,你可以想一想 IPv4、IPv6、本地套接字格式以及通用地址套接字,它们有什么共性呢?如果你是 BSD 套接字的设计者,你为什么要这样设计呢? -1 为什么本地套接字格式不需要端口号,而 IPv4 和 IPv6 套接字格式却需要端口号呢? 1 既然缓冲区 阅读全文
posted @ 2020-03-06 21:55 papering 阅读(713) 评论(0) 推荐(0)
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 188 下一页