码迷,mamicode.com
首页 >  
搜索关键字:team building    ( 3993个结果
Go Pentester - HTTP Servers(2)
Routing with the gorilla/mux Package A powerful HTTP router and URL matcher for building Go web servers https://github.com/gorilla/mux Install package ...
分类:Web程序   时间:2020-03-07 18:54:27    阅读次数:80
java访问SSL 证书使用https不可访问 报错的情况
错误详情: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCer ...
分类:编程语言   时间:2020-03-07 13:14:38    阅读次数:77
Go Pentester - HTTP Servers(1)
HTTP Server Basics Use net/http package and useful third-party packages by building simple servers. Building a Simple Server package main import ( "fm ...
分类:Web程序   时间:2020-03-02 23:08:06    阅读次数:95
eclipse 恢复 git master 主分支
git上误提交代码时(我同事错误提交了主分支代码,且主分支显示master,master,之前的提交次数在git浏览器上不再展示),可根据以下步骤回滚错误提交的代码及记录: 1. 本地git仓库还原到前一个版本 选中项目右键 -》 Team -》 Show in History 选中上一个版本右键 ...
分类:系统相关   时间:2020-03-02 22:57:09    阅读次数:126
Agile-Safe 经验
SAFe: Scaled Agile Framework SAFe的全称是Scaled Agile Framework enterprise 上图黄色柱形中的每一个小圈代表的是一个scrum迭代,共有五个迭代。两个小圈中间的省略号。。。的意思是有很多团队在跑迭代。SAFe有两层,Team层和prog ...
分类:其他好文   时间:2020-03-02 12:30:07    阅读次数:99
[Typescript] Using 'Pick' to create a sub-type from original type
There might be cases where you have selective data for your entities. Let's say that you are building a public API endpoint to get all the registered ...
分类:其他好文   时间:2020-02-26 01:05:11    阅读次数:65
git使用之eclipse使用
初始化GIT仓库 对于Eclipse已有的项目,如果想要初始化为git仓库,可以选中项目右键,选择Team-->Share Project然后在新弹出的界面中勾选use or create repository,选中项目,点击create repository,点击finish完成。 提交项目到远程 ...
分类:系统相关   时间:2020-02-25 09:15:42    阅读次数:76
基于 H5 Canvas 实现楼宇新风系统
现如今,新型冠状病毒疫情牵动着每一个人的神经,每天起床后的第一件事就是打开疫情地图,看看最新的疫情数据。如何防控对于普通居民来说,减少外出,注意卫生等都是有效措施,另外保持室内通风换气也是至关重要的,无论是飞沫传播还是流传的气溶胶传播,环境密闭导致空气浑浊,易造成病菌滋生,增加人体感染疾病的风险。勤... ...
分类:其他好文   时间:2020-02-24 09:19:07    阅读次数:109
buuctf刷题之旅—web—EasySQL
打开环境,发现依旧是sql注入 GitHub上有源码(https://github.com/team-su/SUCTF-2019/tree/master/Web/easy_sql) index.php源码 <?php session_start(); include_once "config.php ...
分类:数据库   时间:2020-02-23 20:35:01    阅读次数:255
Go Pentester - HTTP CLIENTS(2)
Building an HTTP Client That Interacts with Shodan Shadon(URL:https://www.shodan.io/) is the world's first search engine for Internet-connected device ...
分类:Web程序   时间:2020-02-23 20:14:39    阅读次数:74
3993条   上一页 1 ... 18 19 20 21 22 ... 400 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!