上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 186 下一页
摘要: simc/event.hpp at shadowlands · simulationcraft/simc https://github.com/simulationcraft/simc/blob/shadowlands/engine/sim/event.hpp // https://graphics 阅读全文
posted @ 2021-02-21 17:32 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Flatten me https://www.w3.org/Mail/flatten/index?subject=Expected+behaviour+of+quotation+marks&list=public-digipub-ig 阅读全文
posted @ 2021-02-21 16:59 papering 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/aMKhU9rG_Al-sA5DAFji_g Go 开发关键技术指南 | Go 面向失败编程 (内含超全知识大图) 原创 杨成立(忘篱) 阿里巴巴云原生 2019-12-25 阅读全文
posted @ 2021-02-20 23:42 papering 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 技术方案设计没有深度?试试这套方法论 高福来(不拔) 阿里技术 2021-02-19 阅读全文
posted @ 2021-02-20 20:54 papering 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1. Cross-origin resource sharing: arbitrary origin trusted 2. Cross-origin resource sharing 3. Input returned in response (reflected) 4. Cacheable HTT 阅读全文
posted @ 2021-02-20 20:38 papering 阅读(918) 评论(0) 推荐(0) 编辑
摘要: struct--》stringreqS := fmt.Sprint(req)respS := fmt.Sprint(resp) 阅读全文
posted @ 2021-02-20 12:24 papering 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 张建飞 阿里云云栖号 2021-02-18 https://mp.weixin.qq.com/s/BLyHpUxYirhvPKT-Kkj1Tw 阅读全文
posted @ 2021-02-19 08:07 papering 阅读(97) 评论(0) 推荐(0) 编辑
摘要: sqlmap: automatic SQL injection and database takeover tool http://sqlmap.org/ 超详细SQLMap使用攻略及技巧分享 - FreeBuf网络安全行业门户 https://www.freebuf.com/sectool/164 阅读全文
posted @ 2021-02-18 22:58 papering 阅读(69) 评论(0) 推荐(0) 编辑
摘要: csrf_token 阅读全文
posted @ 2021-02-18 22:25 papering 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 认识长轮询:配置中心是如何实现推送的? kiritomoe 阿里技术 2021-02-18 阅读全文
posted @ 2021-02-18 10:11 papering 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 当爆破遇到JS加密 菜鹅小生ya FreeBuf 2021-02-15 https://mp.weixin.qq.com/s?src=11&timestamp=1613436570&ver=2893&signature=Y7a9F*Bly3Llq2MdBkDKy3tHD6YiPV0LXslaiiJ2 阅读全文
posted @ 2021-02-15 23:28 papering 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 指针 - Go语言101(通俗版Go白皮书) https://gfw.go101.org/article/pointer.html *int // 一个基类型为int的非定义指针类型。 **int // 一个多级非定义指针类型,它的基类型为*int。 type Ptr *int // Ptr是一个定 阅读全文
posted @ 2021-02-14 23:43 papering 阅读(106) 评论(0) 推荐(0) 编辑
摘要: https://baike.baidu.com/item/核心转储/16772089 核心转储(core dump),在汉语中有时戏称为吐核,是操作系统在进程收到某些信号而终止运行时,将此时进程地址空间的内容以及有关进程状态的其他信息写出的一个磁盘文件。这种信息往往用于调试。 中文名核心转储外文名c 阅读全文
posted @ 2021-02-14 00:05 papering 阅读(761) 评论(0) 推荐(0) 编辑
摘要: https://baike.baidu.com/item/地址总线/4307936?fr=aladdin 阅读全文
posted @ 2021-02-14 00:04 papering 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 这个时候,我们就需要让采购人员、销售支持、销售人员联系客户,进行充分沟通,确定最终的商品品类及数量。这个流程属于协同问题,充满不确定性,也就是说,相比交易体系,更有可能随着公司的管理优化而进行变化。协同体系用于处理不确定性问题,一般采用 EDA 架构,且要和交易体系进行集成。所谓「不确定性」部分,其 阅读全文
posted @ 2021-02-12 12:48 papering 阅读(70) 评论(0) 推荐(0) 编辑
摘要: [原创]QT信号槽简易分析_如何查看与分析QT的源码实现-编程技术-看雪论坛-安全社区|安全招聘|bbs.pediy.com https://bbs.pediy.com/thread-250183.htm 阅读全文
posted @ 2021-02-11 17:28 papering 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 应用: timhul/ClassicSim: An event-driven simulation tool written in C++ for World of Warcraft Classic. https://github.com/timhul/ClassicSim ClassicSim/C 阅读全文
posted @ 2021-02-10 17:20 papering 阅读(175) 评论(0) 推荐(0) 编辑
摘要: \threadsafe The \threadsafe command includes a line in the documentation to indicate that the associated class or function is threadsafe and can be ca 阅读全文
posted @ 2021-02-10 17:00 papering 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 通过秘钥文件scp scp -i pem /home/my/etcdApp2/etcd-v3.4.14-linux-amd64.tar.gz root@1.2.3.4:/ 通过秘钥文件登录服务器 ssh -i pem host scp app root@test:/home/fc/ 传文件夹scp 阅读全文
posted @ 2021-02-10 16:13 papering 阅读(355) 评论(0) 推荐(0) 编辑
摘要: https://github.com/togettoyou/go-one-server/blob/main/server.sh 阅读全文
posted @ 2021-02-09 13:56 papering 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 任何人都能写出机器能看懂的代码,但只有优秀的程序员才能写出人能看懂的代码。有两种写程序的方式:一种是把代码写得非常复杂,以至于“看不出明显的错误”;另一种是把代码写得非常简单,以至于“明显看不出错误”。“把正确的代码改快速”,要比“把快速的代码改正确”,容易得太多。 阅读全文
posted @ 2021-02-09 02:54 papering 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Taro 助力京喜拼拼项目性能体验优化 原创 凹凸曼-JJ 凹凸实验室 2021-02-08 阅读全文
posted @ 2021-02-08 22:53 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 专项测试_唐某人__的博客-CSDN博客 https://blog.csdn.net/weixin_42813989/article/details/90289718 阅读全文
posted @ 2021-02-08 17:03 papering 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 提效降本:蚂蚁金服如何用融合计算改造在线机器学习-阿里云开发者社区 https://developer.aliyun.com/article/724723 阅读全文
posted @ 2021-02-08 13:53 papering 阅读(127) 评论(0) 推荐(0) 编辑
摘要: mg_http_parse_headers(s, end, hm->headers, sizeof(hm->headers) / sizeof(hm->headers[0]));if ((cl = mg_http_get_header(hm, "Content-Length")) != NULL) 阅读全文
posted @ 2021-02-08 12:38 papering 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2021-02-08 00:53 papering 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 删除本地分支在删除分支的时候,我们会使用git branch --delete dev来执行.有时还会通过缩写git branch -d dev来代替,使用中我们发现还有git branch -D dev的写法,他们有什么区别呢?-d是--delete的缩写,在使用--delete删除分支时,该分支 阅读全文
posted @ 2021-02-07 16:39 papering 阅读(1569) 评论(0) 推荐(0) 编辑
摘要: Mongoose Docs https://www.cesanta.com/docs/#send-and-receive-buffers User Guide# Introduction# Mongoose is a networking library for C/C++. It implemen 阅读全文
posted @ 2021-02-07 03:48 papering 阅读(320) 评论(0) 推荐(0) 编辑
摘要: c++ - qDebug() doesn't print anything - Stack Overflow https://stackoverflow.com/questions/34355549/qdebug-doesnt-print-anything sudo vim /usr/share/q 阅读全文
posted @ 2021-02-07 00:45 papering 阅读(70) 评论(0) 推荐(0) 编辑
摘要: ISO C++ forbids comparison between pointer and integer #pragma once#include <stdexcept>#define check(p, msg) \ if (p == false) \ throw std::logic_erro 阅读全文
posted @ 2021-02-06 22:48 papering 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: 南航 CG-CTF 题目WP WangONC 看雪学院 2021-02-05 阅读全文
posted @ 2021-02-06 11:44 papering 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 学习下 https://zhuanlan.zhihu.com/p/47870235 S panner的2PC做了一个比较特别的设计 阅读全文
posted @ 2021-02-06 00:09 papering 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Redis为什么要分16个库 互联网后端架构 2021-02-05 阅读全文
posted @ 2021-02-06 00:00 papering 阅读(80) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2021-02-05 00:44 papering 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/z6jhcWf0cwq2NR3oQKwkdA 屈璐 腾讯大讲堂 2021-02-04 作者:fionaqu 腾讯WXG程师|导语 日常工作中,我们常常需要了解使用我们产品的用户到底是什么人,他们的消费习惯是怎样的,行为轨迹是怎样的等等…..正好最 阅读全文
posted @ 2021-02-05 00:42 papering 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 事务与复制的几种实现模式 - 知乎 https://zhuanlan.zhihu.com/p/51940735 阅读全文
posted @ 2021-02-04 23:58 papering 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Four Strategies for Managing Technical Debt - Design Smells http://www.designsmells.com/articles/four-strategies-for-managing-technical-debt/ Technica 阅读全文
posted @ 2021-02-03 11:40 papering 阅读(58) 评论(0) 推荐(0) 编辑
摘要: Design for failure and nothing will fail 坚守 Design For Failure 的架构理念“Design for failure and nothing will fail”,最早是 AWS 的一条最佳实践,即面向失败进行系统设计。你也可以理解为:考虑系 阅读全文
posted @ 2021-02-03 01:24 papering 阅读(178) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/ptMVP-VaHFYcMV1VikNfkw 我对技术架构的理解与架构师角色的思考 道延 阿里云云栖号 2021-02-02 作者 | 道延 先自我介绍一下,我叫道延, 2014年进入阿里,在阿里通信呆了接近两年。2016年底到了业务平台,当时玄 阅读全文
posted @ 2021-02-02 23:47 papering 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: STGW 下一代互联网标准传输协议QUIC大规模运营之路 wentaomao 腾讯技术工程 2021-02-01 阅读全文
posted @ 2021-02-02 02:06 papering 阅读(178) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 186 下一页