上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 184 下一页
摘要: a 搜索 复制 阅读全文
posted @ 2022-03-31 09:29 papering 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 并发编程,为什么选Go? https://mp.weixin.qq.com/s/IVAM7mejrUjp3Ol78S6KIw 并发编程,为什么选Go? 吕吕 云加社区 2022-03-30 12:09 导语 | 代码的稳健、可读和高效是我们每一个coder的共同追求。本文将结合Go语言特性,为书写高 阅读全文
posted @ 2022-03-31 09:27 papering 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 看完微软大神写的求平均值代码,我意识到自己还是too young了 https://mp.weixin.qq.com/s/r2nO-JvviqK2bZAumNkc7g 阅读全文
posted @ 2022-03-31 00:03 papering 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 A key property of Concurrent React is that rendering is interruptible. When you first upgrade to React 18, before adding any concurrent feature 阅读全文
posted @ 2022-03-30 14:26 papering 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阿里低代码引擎 LowCodeEngine 正式开源! https://mp.weixin.qq.com/s/T66LghtWLz2Oh048XqaniA 低代码平台衍生历程 - 知乎 https://zhuanlan.zhihu.com/p/484744401 低代码平台衍生历程 腾讯技术工程 ​ 阅读全文
posted @ 2022-03-30 09:41 papering 阅读(4312) 评论(1) 推荐(0) 编辑
摘要: Using the Effect Hook – React https://reactjs.org/docs/hooks-effect.html 阅读全文
posted @ 2022-03-30 01:42 papering 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 京东家庭号前端分层架构演进及赋能实践 https://mp.weixin.qq.com/s/-WjF0EhmnSH01oqaPYansw 京东家庭号前端分层架构演进及赋能实践 原创 平台研发石磊 京东零售技术 2021-07-21 18:21 导读 京东家庭号以家庭关系为核心,实现了家 阅读全文
posted @ 2022-03-29 17:34 papering 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 i、「信息透出,促成双方会面」阶段 在这个阶段,前端的架构视角的关键词是: 继承式代码复用,加载期性能治理。 大家会发现,这个阶段考虑的都是通用性问题。抛去电商的业务因素,可以发现这是个放之哪里都能用的架构,解决前端自身在研发过程中的问题占了绝对比重。 ii、「在线交易达成」的阶段 在 阅读全文
posted @ 2022-03-29 17:24 papering 阅读(116) 评论(0) 推荐(0) 编辑
摘要: NBF事件中心架构设计与实现 https://mp.weixin.qq.com/s/MCdVuaV7_dwJt0Ibe4sdHg 阅读全文
posted @ 2022-03-27 12:07 papering 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 修改提交信息 git commit --amend https://git-scm.com/book/zh/v2/Git-工具-重写历史 Git - Rewriting History https://git-scm.com/book/en/v2/Git-Tools-Rewriting-Histor 阅读全文
posted @ 2022-03-25 17:15 papering 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # 将testdb数据库名改为testdbbak U=root PWD=123456 mysql -u$U -p$PWD -e 'CREATE DATABASE if NOT EXISTS testdbbak' list_table=$(mysql -u$U -p$PWD - 阅读全文
posted @ 2022-03-24 13:53 papering 阅读(90) 评论(0) 推荐(0) 编辑
摘要: ARM编译器4字节对齐-电子工程世界 http://news.eeworld.com.cn/mcu/article_2016070727411.html (1)我们假设只有一个赋初值的char型全局变量,那么系统会在data区分配一个4字节的存储空间来存储它。实际上,只用了1个字节,但是为了4字节对 阅读全文
posted @ 2022-03-23 13:23 papering 阅读(264) 评论(0) 推荐(0) 编辑
摘要: Go 高性能编程技法 - 知乎 https://zhuanlan.zhihu.com/p/482547957 阅读全文
posted @ 2022-03-23 09:04 papering 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 入参为接口类型对函数执行效率的影响 const test_host = "https://filehelper.weixin.qq.com/" func ImgUrl_interface(i interface{}) (string, []string) { switch i.(type) { de 阅读全文
posted @ 2022-03-22 11:17 papering 阅读(72) 评论(0) 推荐(0) 编辑
摘要: The Go Programming Language Specification - The Go Programming Language https://golang.google.cn/ref/spec#Numeric_types 阅读全文
posted @ 2022-03-22 10:46 papering 阅读(35) 评论(0) 推荐(0) 编辑
摘要: HTML使用treeTable实现树形表格_不再年少LIFE的博客-CSDN博客_树形表格 https://blog.csdn.net/weixin_39336385/article/details/100629157 HTML使用treeTable实现树形表格_不再年少LIFE的博客-CSDN博客 阅读全文
posted @ 2022-03-19 11:57 papering 阅读(327) 评论(0) 推荐(0) 编辑
摘要: KeenLab Tech Talk(二)| 浅谈React框架的XSS及后利用 https://mp.weixin.qq.com/s/M4APSXfDu0Rw2G06Rc3NxQ 阅读全文
posted @ 2022-03-17 21:48 papering 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 浅析V8引擎,让你更懂JavaScript! https://mp.weixin.qq.com/s/X0RCk2ggncB6_CjF4W6meA 阅读全文
posted @ 2022-03-16 19:32 papering 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Tutorial: Getting started with generics - The Go Programming Language https://go.dev/doc/tutorial/generics 阅读全文
posted @ 2022-03-16 14:52 papering 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Tutorial: Getting started with fuzzing - The Go Programming Language https://go.dev/doc/tutorial/fuzz 阅读全文
posted @ 2022-03-16 14:52 papering 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Go 1.18 is released! - The Go Programming Language https://go.dev/blog/go1.18 Go 1.18 is released! The Go Team15 March 2022 Today the Go team is thril 阅读全文
posted @ 2022-03-16 14:51 papering 阅读(491) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Formal_methods https://zh.wikipedia.org/wiki/形式化方法 形式化方法,中文也称形式方法[1]、正规方法[2]。在计算机科学和软件工程领域,形式化方法是基于数学的特种技术,适合于软件和硬件系统的描述 阅读全文
posted @ 2022-03-16 14:33 papering 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 因果推断:效应估计的常用方法及工具变量讨论 https://mp.weixin.qq.com/s/oNu3wim9mXGzW2D9eeq_CQ 阅读全文
posted @ 2022-03-15 22:00 papering 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 什么是好的技术氛围? https://mp.weixin.qq.com/s/L7vOx8cwJzAmYZCHnrav4w 阅读全文
posted @ 2022-03-15 22:00 papering 阅读(23) 评论(0) 推荐(0) 编辑
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2022-03-15 21:58 papering 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 58集团IAST/RASP调研与实践:IAST调研 https://mp.weixin.qq.com/s/54gpaEz9DtXB-GuRGLT0dQ 阅读全文
posted @ 2022-03-15 21:57 papering 阅读(47) 评论(0) 推荐(0) 编辑
摘要: package runtime import "runtime/internal/sys" // Caller reports file and line number information about function invocations on // the calling goroutin 阅读全文
posted @ 2022-03-15 17:59 papering 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 进程不直接绑定在环路地址上面(0.0.0.0),需绑定内网ip 阅读全文
posted @ 2022-03-14 23:12 papering 阅读(34) 评论(0) 推荐(0) 编辑
摘要: nginx 中输出 markdown .md 类型的文件内容 - Star-Hitian - 博客园 https://www.cnblogs.com/Star-Haitian/articles/8242784.html nginx 中输出 markdown .md 类型的文件内容 本来使用了 mdw 阅读全文
posted @ 2022-03-14 22:20 papering 阅读(1249) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、 `CreateTime` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `UpdateTime` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CUR 阅读全文
posted @ 2022-03-13 09:43 papering 阅读(88) 评论(0) 推荐(0) 编辑
摘要: SFTP 知识合集 - 吃货吃数据 - 博客园 https://www.cnblogs.com/huang6450/p/12210815.html 阅读全文
posted @ 2022-03-12 12:46 papering 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 如何在Ubuntu系统中开启sftp功能-阿里云帮助中心_(ECS)-阿里云帮助中心 https://help.aliyun.com/zh/ecs/enable-sftp-in-ubuntu 本文创建的用户组和用户以实际环境为准。 Ubuntu由于没有安装openssl服务,因此需要执行如下命令进行 阅读全文
posted @ 2022-03-12 11:38 papering 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 对 /sbin/nologin 的理解(转) - onlyrinoa - 博客园 https://www.cnblogs.com/onlyrinoa/p/7676314.html 系统账号的shell使用 /sbin/nologin ,此时无法登陆系统,即使给了密码也不行。 所谓“无法登陆”指的仅是 阅读全文
posted @ 2022-03-12 10:57 papering 阅读(160) 评论(0) 推荐(0) 编辑
摘要: /etc/passwd 阅读全文
posted @ 2022-03-12 00:54 papering 阅读(12) 评论(0) 推荐(0) 编辑
摘要: react 有没有类似vue中watch这样的api? - 知乎 https://www.zhihu.com/question/64160875 阅读全文
posted @ 2022-03-11 17:59 papering 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Composition over inheritance Composition over inheritance - Wikipedia https://en.wikipedia.org/wiki/Composition_over_inheritance 阅读全文
posted @ 2022-03-11 11:30 papering 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 如何在Bash脚本中引入alias - 后端技术小屋 - 博客园 https://www.cnblogs.com/taiyang-li/archive/2021/03/08/14502975.html alias的使用 在日常开发中,为了提高运维效率,我们会用alias(命令别名)来定义命令的简称。 阅读全文
posted @ 2022-03-10 10:12 papering 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 新方法放大 DDoS 攻击 40 亿倍_IT新闻_博客园 https://news.cnblogs.com/n/715378/ 阅读全文
posted @ 2022-03-10 10:07 papering 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、 sshpass -p "pwd123" ssh root@12.2.18.16 "systemctl stop app;systemctl status app;cp /root/fileByScp/app.zip /usr/local/project/app/;cd /usr/loc 阅读全文
posted @ 2022-03-10 10:07 papering 阅读(105) 评论(0) 推荐(0) 编辑
摘要: def get_tree_ids(tree: dict, keyword='id', child_name="children") -> list: ''' 求树的全部节点的id 方法:1、递归;2、数据库遍历parent_id查询 ''' ids = [tree[keyword]] childre 阅读全文
posted @ 2022-03-09 23:03 papering 阅读(1070) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 184 下一页