码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
python 开启http服务并下载文件
Python <= 2.3python -c "import SimpleHTTPServer as s; s.test();" 8000 Python >= 2.4python -m SimpleHTTPServer 8000 Python 3.xpython -m http.server 800 ...
分类:编程语言   时间:2020-02-18 14:50:38    阅读次数:81
HGAME pwn ROP_LEVEL2
花了好多天,终于把这个题彻底弄懂了。。。自己太菜了 下载文件,首先checksec检查一下保护。 只开启了堆栈不可执行,接下来拖到IDA看一下C的伪代码。 大致先让你输入,然后再次让你输入。 第一次输入的话,会将输入的数据保存到bss段,第二次是向栈中输入数据,并且可以溢出。经过计算,正好可以溢出到 ...
分类:其他好文   时间:2020-02-18 13:32:01    阅读次数:98
LeetCode 390. Elimination Game
原题链接在这里:https://leetcode.com/problems/elimination-game/ 题目: There is a list of sorted integers from 1 to n. Starting from left to right, remove the fi ...
分类:其他好文   时间:2020-02-18 09:56:29    阅读次数:79
pip 安装源
pip 安装源 介绍 1、采用国内源,加速下载模块的速度 2、常用pip源: 豆瓣:https://pypi.douban.com/simple 阿里:https://mirrors.aliyun.com/pypi/simple 3、加速安装的命令: : pip install i https:// ...
分类:其他好文   时间:2020-02-17 22:32:09    阅读次数:105
Rumor
Vova promised himself that he would never play computer games... But recently Firestorm — a well-known game developing company — published their newes ...
分类:其他好文   时间:2020-02-17 18:10:55    阅读次数:91
svn 忘记了用户名和密码
【SVN】如果windows用户忘记了svn的用户名和密码怎么办? 如果windows用户忘记了svn的用户名和密码怎么办? 1》你得进入默认地址 C:\Users\Administrator\AppData\Roaming\Subversion\auth\svn.simple 如果没有,将Admi ...
分类:其他好文   时间:2020-02-17 12:24:40    阅读次数:77
An enhance script to check partition tables under all schemas in sqlserver
Simple step for EMC NW & NMM (1) disable WINDOWS UAC (reboot)(2) SET windows domain user AS sysadmin(3) modify hosts(4) install software (NW , NMM) (r ...
分类:数据库   时间:2020-02-16 20:54:09    阅读次数:86
CodeForces - 835E The penguin's game
拿到题面后心里一阵窃喜:这不是很容易就可以二分判断吗? 这里有个坑:当$y$在区间内的个数为偶数个时,其实是判断不出来这个区间究竟是全是$x$或者有两个$y$的。 我们设两个$y$的下标为男主与女主。那么首先就是将他们~~残忍~~ 地拆开! 我们枚举二进制数位(这里是0到9)。每次查询数位为1(即相 ...
分类:其他好文   时间:2020-02-16 16:42:24    阅读次数:130
Go语言daemon启动的解决方法.linux平台
1、使用nohup ./commond & 这种方法最简单. nohup这个命令可以把程序放后台运行,顺便通过1 和2 把标准输出和标准错误重定向到文件,这样程序崩溃时才会有记录可查,这两者和程序的日志最好是分开,混在一起没办法判断轻重缓急: nohup ./server 1 server.out ...
分类:编程语言   时间:2020-02-16 13:03:11    阅读次数:89
ShardingJdbc整合水平分库分表
配置信息: server: port: 56081 servlet: context-path: /sharding-jdbc-simple-demo spring: application: name: sharding-jdbc-simple-demo http: encoding: enabl ...
分类:数据库   时间:2020-02-15 21:52:20    阅读次数:102
11903条   上一页 1 ... 80 81 82 83 84 ... 1191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!