码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
put your hands up PHPLFI +CVE
当时做了''一年'',都没做出来,hint了一个PHPLFI,我就懵了,任意文件上传怎么和PHPLFI结合呢,还是要看的多,做的多,才有那种感觉. 习惯性查看源码 CVE-2017-12615,PUT方法任意文件上传漏洞,看了WP后,原来是这样的。0-0恍然大悟的感觉。hint是PHPLFI 呢么先 ...
分类:Web程序   时间:2019-04-26 00:27:36    阅读次数:172
CodeBlocks调试器缺少(gdb.exe)文件
错误如下: Building to ensure sources are up-to-date Selecting target: Debug ERROR: You need to specify a debugger program in the debuggers's settings. (Fo ...
分类:数据库   时间:2019-04-26 00:03:17    阅读次数:450
【Git123】Git
https://www.cnblogs.com/jager/p/6684637.html 四、git工作原理 这边文章介绍的不错 Git from the Bottom Up 六、git常用命令 workspace: 本地工作目录 index:缓存区域,临时保存本地改动 local reposito ...
分类:其他好文   时间:2019-04-25 01:02:12    阅读次数:143
10. Halloween 万圣节
10. Halloween 万圣节 (1) On October the 31st,across Britain and the USA,thousands of children are dressing up as monsters,ghosts and witches and going to ...
分类:其他好文   时间:2019-04-24 23:26:50    阅读次数:147
Bootstrap table 行编辑导航
/*开启表格编辑方向键导航 方向键(←): VK_LEFT (37) 方向键(↑): VK_UP (38) 方向键(→): VK_RIGHT (39) 方向键(↓): VK_DOWN (40) */ function OpenTableEditKeyNavigation() { $(document... ...
分类:其他好文   时间:2019-04-23 17:06:11    阅读次数:129
每日一句(8)
Scientists jump to the rescue with some distinctly shaky evidence to the effect that insects would eat us up if birds failed to control them.(2010, 46 ...
分类:其他好文   时间:2019-04-20 00:06:26    阅读次数:161
leetcode [144]Binary Tree Preorder Traversal
Given a binary tree, return the preorder traversal of its nodes' values. Example: Input: [1,null,2,3] 1 \ 2 / 3 Output: [1,2,3] Follow up: Recursive s ...
分类:其他好文   时间:2019-04-19 21:28:56    阅读次数:141
Linux基础命令---mpstat显示cpu使用
mpstat mpstat指令用来显示cpu的使用状况,将内容显示到标准输出。处理器0是第一个。还报告了所有处理器之间的全球平均活动。mpstat命令既可以在SMP机器上使用,也可以在UP机器上使用,但是在后者中,只会打印全局平均活动。如果未选择活动,则默认报告是CPU利用率报告。 Interval ...
分类:系统相关   时间:2019-04-18 22:12:49    阅读次数:216
activemq之python使用stomp协议
参考链接: 安装:https://pypi.org/project/stomp.py/4.1.8/#history https://www.cnblogs.com/andylhc/p/9337945.html https://blog.csdn.net/Up_junior/article/detai ...
分类:编程语言   时间:2019-04-18 12:11:33    阅读次数:391
高并发下乐观锁实现
目前有业务并发更新某业务表,比如用户账户表,可考虑利用数据库乐观锁的办法解决。 1、表设计 需要在表中新增version字段,可定义为bigint类型,初始值可设置为0 2、更新语句mybatis的实现 3、业务逻辑层,实现思路:可定义一个更新方法,先查询出当前记录,根据业务进行调用乐观锁实现的up ...
分类:其他好文   时间:2019-04-17 16:30:36    阅读次数:127
7825条   上一页 1 ... 88 89 90 91 92 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!