码迷,mamicode.com
首页 >  
搜索关键字:hint    ( 1715个结果
[HCTF 2018]WarmUp
<?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { $whitelist = ["source"=>"source.php","hint"=>"hint.php"]; if ( ...
分类:其他好文   时间:2021-07-16 17:40:01    阅读次数:0
【转】Oracle GoldenGate OGG管理员手册
【转】Oracle GoldenGate OGG管理员手册 2014/09/07 BY ADMIN LEAVE A COMMENT 第一章 系统实现简述 前言 编写本手册的目的是为系统管理员以及相关操作人员提供 Oracle Goldengat 软 件的日常维护和使用的技术参考; 3 ORACLE ...
分类:数据库   时间:2021-06-21 20:21:07    阅读次数:0
hint: Updates were rejected because the tip of your current branch is behind
问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:其他好文   时间:2021-06-19 18:56:51    阅读次数:0
2021强网杯 [强网先锋]赌徒
2021强网杯 [强网先锋]赌徒 考点: 构造pop链 进去就一句话 I think you need /etc/hint . Before this you need to see the source code 看了看源码,看了看请求和响应,啥也没看出来 老规矩,上dirsearch 一个www ...
分类:其他好文   时间:2021-06-15 17:40:08    阅读次数:0
如何解决Pulling without specifying how to reconcile divergent branches
% git pull hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of t ...
分类:其他好文   时间:2021-06-10 18:54:15    阅读次数:0
MongoDB(15)- 查询操作里面的游标 cursor
db.collection.find() 方法里面的游标 该方法最后会返回一个 cursor 正常情况下,访问文档必须迭代游标 重点事项 当调用 find() 函数时,Shell 并不立即查询数据库,而是等真正开始获取结果时才发送查询请求 游标对象的每个方法几乎都会返回游标对象本身,这样可以方便进行 ...
分类:数据库   时间:2021-06-03 18:11:17    阅读次数:0
buuctf web
打开后查看源代码看到 点进去看到源代码,一段段分析 首先看到了 hint.php,点进去看到 flag在 ffffllllaaaagggg 中,接着分析 设置一个白名单,检查是否存在$page并且检查$page是否为字符 检查$page是否在白名单中,后面有两个函数,上网后了解是截取变量page中? ...
分类:Web程序   时间:2021-06-02 19:06:31    阅读次数:0
黑暗之中的我
解压得到以下压缩包 打开hint.txt、pic.jpg、music.zip发现以下内容 解压music.zip发现要输入密码 因为pic.jpg里面包含盲文,所以pic.jpg里面的盲文应该就是解压密码。根据盲文对照表解出盲文kmdonowg,输入解压成功。 因为前有盲文,所以大胆猜测后面的音频应 ...
分类:其他好文   时间:2021-04-21 12:12:44    阅读次数:0
UOJ-37 清华集训2014 主旋律
Description 给定一场 \(n\) 个点,\(m\) 条边的有向图,你可以删去一些边,要求剩下的吐仍然强连通。求方案数 \(\bmod (10^9+7)\) 的值。 Hint \(1\le n\le 15, 0\le m\le n(n-1)\) Solution orz 神仙容斥 首先,根 ...
分类:其他好文   时间:2021-04-19 15:02:03    阅读次数:0
golang中,map作为函数参数是如何传递的
当你声明一个map的时候: m := make(map[int]int) 编译器会调用 runtime.makemap: // makemap implements a Go map creation make(map[k]v, hint) // If the compiler has determ ...
分类:其他好文   时间:2021-04-01 13:45:56    阅读次数:0
1715条   1 2 3 4 ... 172 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!