上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 188 下一页
摘要: NBF事件中心架构设计与实现 https://mp.weixin.qq.com/s/MCdVuaV7_dwJt0Ibe4sdHg 阅读全文
posted @ 2022-03-27 12:07 papering 阅读(314) 评论(0) 推荐(0)
摘要: 实践: 需求:cid0cid1cid2cid3将cid1、cid2、cid3压缩到cid0即压缩最近4次提交操作:git rebase -i cid0~4 修改提交信息 git commit --amend https://git-scm.com/book/zh/v2/Git-工具-重写历史 Git 阅读全文
posted @ 2022-03-25 17:15 papering 阅读(276) 评论(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 阅读(119) 评论(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 阅读(322) 评论(0) 推荐(0)
摘要: Go 高性能编程技法 - 知乎 https://zhuanlan.zhihu.com/p/482547957 阅读全文
posted @ 2022-03-23 09:04 papering 阅读(64) 评论(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 阅读(140) 评论(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 阅读(47) 评论(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 阅读(440) 评论(0) 推荐(0)
摘要: KeenLab Tech Talk(二)| 浅谈React框架的XSS及后利用 https://mp.weixin.qq.com/s/M4APSXfDu0Rw2G06Rc3NxQ 阅读全文
posted @ 2022-03-17 21:48 papering 阅读(140) 评论(0) 推荐(0)
摘要: 浅析V8引擎,让你更懂JavaScript! https://mp.weixin.qq.com/s/X0RCk2ggncB6_CjF4W6meA 阅读全文
posted @ 2022-03-16 19:32 papering 阅读(61) 评论(0) 推荐(0)
摘要: Tutorial: Getting started with generics - The Go Programming Language https://go.dev/doc/tutorial/generics 阅读全文
posted @ 2022-03-16 14:52 papering 阅读(71) 评论(0) 推荐(0)
摘要: Tutorial: Getting started with fuzzing - The Go Programming Language https://go.dev/doc/tutorial/fuzz 阅读全文
posted @ 2022-03-16 14:52 papering 阅读(54) 评论(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 阅读(605) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Formal_methods https://zh.wikipedia.org/wiki/形式化方法 形式化方法,中文也称形式方法[1]、正规方法[2]。在计算机科学和软件工程领域,形式化方法是基于数学的特种技术,适合于软件和硬件系统的描述 阅读全文
posted @ 2022-03-16 14:33 papering 阅读(269) 评论(0) 推荐(0)
摘要: 因果推断:效应估计的常用方法及工具变量讨论 https://mp.weixin.qq.com/s/oNu3wim9mXGzW2D9eeq_CQ 阅读全文
posted @ 2022-03-15 22:00 papering 阅读(137) 评论(0) 推荐(0)
摘要: 什么是好的技术氛围? https://mp.weixin.qq.com/s/L7vOx8cwJzAmYZCHnrav4w 阅读全文
posted @ 2022-03-15 22:00 papering 阅读(44) 评论(0) 推荐(0)
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2022-03-15 21:58 papering 阅读(119) 评论(0) 推荐(0)
摘要: 58集团IAST/RASP调研与实践:IAST调研 https://mp.weixin.qq.com/s/54gpaEz9DtXB-GuRGLT0dQ 阅读全文
posted @ 2022-03-15 21:57 papering 阅读(59) 评论(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 阅读(79) 评论(0) 推荐(0)
摘要: 进程不直接绑定在环路地址上面(0.0.0.0),需绑定内网ip 阅读全文
posted @ 2022-03-14 23:12 papering 阅读(68) 评论(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 阅读(1546) 评论(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 阅读(136) 评论(0) 推荐(0)
摘要: SFTP 知识合集 - 吃货吃数据 - 博客园 https://www.cnblogs.com/huang6450/p/12210815.html 阅读全文
posted @ 2022-03-12 12:46 papering 阅读(158) 评论(0) 推荐(0)
摘要: 如何在Ubuntu系统中开启sftp功能-阿里云帮助中心_(ECS)-阿里云帮助中心 https://help.aliyun.com/zh/ecs/enable-sftp-in-ubuntu 本文创建的用户组和用户以实际环境为准。 Ubuntu由于没有安装openssl服务,因此需要执行如下命令进行 阅读全文
posted @ 2022-03-12 11:38 papering 阅读(1140) 评论(0) 推荐(0)
摘要: 对 /sbin/nologin 的理解(转) - onlyrinoa - 博客园 https://www.cnblogs.com/onlyrinoa/p/7676314.html 系统账号的shell使用 /sbin/nologin ,此时无法登陆系统,即使给了密码也不行。 所谓“无法登陆”指的仅是 阅读全文
posted @ 2022-03-12 10:57 papering 阅读(212) 评论(0) 推荐(0)
摘要: /etc/passwd 阅读全文
posted @ 2022-03-12 00:54 papering 阅读(20) 评论(0) 推荐(0)
摘要: react 有没有类似vue中watch这样的api? - 知乎 https://www.zhihu.com/question/64160875 阅读全文
posted @ 2022-03-11 17:59 papering 阅读(86) 评论(0) 推荐(0)
摘要: Composition over inheritance Composition over inheritance - Wikipedia https://en.wikipedia.org/wiki/Composition_over_inheritance 阅读全文
posted @ 2022-03-11 11:30 papering 阅读(47) 评论(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 阅读(194) 评论(0) 推荐(0)
摘要: 新方法放大 DDoS 攻击 40 亿倍_IT新闻_博客园 https://news.cnblogs.com/n/715378/ 阅读全文
posted @ 2022-03-10 10:07 papering 阅读(52) 评论(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 阅读(161) 评论(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 阅读(1144) 评论(0) 推荐(0)
摘要: javascript将扁平的数据转为树形结构 O(n)级算法_huyao的博客-CSDN博客 https://blog.csdn.net/qq_37746973/article/details/78664079 当我们需要将一个一维数组转换成一个多层结构的时候,最简单但是最慢的就是多个for循环嵌套 阅读全文
posted @ 2022-03-09 22:52 papering 阅读(733) 评论(0) 推荐(0)
摘要: 草根前端带 200 人团队需要具备的方法论 https://mp.weixin.qq.com/s/R1J0Wt6bdUbpJPnA21RA7A 草根前端带 200 人团队需要具备的方法论 原创 Scott 前端早早聊 2022-03-08 21:00 一名前端的成长,大致要经历:从方法,到方法论,再 阅读全文
posted @ 2022-03-09 18:52 papering 阅读(428) 评论(0) 推荐(0)
摘要: 小结: 1、 每一个表单都是一份各个组件组成的 JSON Schema,表单设计器的输出是一份描述表单字段的 JSON Schema,表单设计完成后 JSON Schema 将被存储到数据库中。表单发布后,前端渲染器再根据 JSON Schema 渲染表单。表单中每一个组件对应 Schema 数组中 阅读全文
posted @ 2022-03-09 09:49 papering 阅读(1552) 评论(1) 推荐(0)
摘要: 多叉树的设计、建立、层次优先遍历和深度优先遍历 - unixfy - 博客园 https://www.cnblogs.com/unixfy/p/3486179.html 阅读全文
posted @ 2022-03-08 23:47 papering 阅读(98) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/FiqQVIvh2mBjxfMvgX4nNg 阅读全文
posted @ 2022-03-08 23:02 papering 阅读(196) 评论(0) 推荐(0)
摘要: 小结: 1) 对于携带参数的函数的命名也是有讲究的,我们通常「可以使用通用的名字来代表参数命名」而不是使用在当下具体的名称,比如:「apiSelectedKey=>selectedKey」 使用通用的名字来代表参数命名 而不是使用在当下具体的名称 入职Apifox研发组三个月,我领悟了30个高效开发 阅读全文
posted @ 2022-03-08 13:13 papering 阅读(141) 评论(0) 推荐(0)
摘要: 淘宝店铺 TypeScript 研发规约落地实践|技术详解 https://mp.weixin.qq.com/s/4ckz3zBmG6N0XppxZY7e9w 淘宝店铺 TypeScript 研发规约落地实践|技术详解 原创 QCon+案例研习社 InfoQ 2022-02-24 13:30 作者 阅读全文
posted @ 2022-03-08 09:23 papering 阅读(371) 评论(0) 推荐(0)
摘要: charset utf-8; 阅读全文
posted @ 2022-03-07 17:50 papering 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 188 下一页