码迷,mamicode.com
首页 >  
搜索关键字:oa    ( 1363个结果
泛微E-cology OA /weaver/ 代码执行漏洞
泛微E-cology OA /weaver/代码执行漏洞 泛微e-cology OA Beanshell组件远程代码执行 http://127.0.0.1/weaver/bsh.servlet.BshServlet 若存在如上页面,则用下面数据包进行测试。 等有时间写个脚本。 ...
分类:其他好文   时间:2019-09-22 12:45:58    阅读次数:118
shiro安全框架
安全问题 Shiro简介 Apache shiro是一个强大且易用的JAVA安全框架,通过shiro提供的api可以非常容易的程序中的认证(登录验证),授权(根据不同的用户配置不同的权限),加密(MD5不可逆的加密),和session管理等功能。 包括小型移动应用,大型WEB应用、企业级应用(OA、 ...
分类:其他好文   时间:2019-09-12 23:29:31    阅读次数:113
[虚拟机OA]Team Formation 2 团队构成
FC Codelona is trying to assemble a team from a roster of available players. They have a minimum number of players they want to sign and each player n ...
分类:其他好文   时间:2019-09-12 10:24:12    阅读次数:353
[虚拟机OA]Climb the hill 爬山
Jack was trying to go up the hill. He does not have any problem in climbing up or coming down the hill if the slope is consistently either increasing ...
分类:其他好文   时间:2019-09-12 09:58:27    阅读次数:101
[虚拟机OA]Build the Subsequences 生成子序列
A subsequence of a string is obtained by deleting zero or more characters from the string while maintaining order. For example, the subsequences of st ...
分类:其他好文   时间:2019-09-12 09:56:59    阅读次数:92
[虚拟机OA]Even Subarray 最多含有K个奇数的子数组
A subarray is a contiguous portion of an array. Given an array of integers, you must determine the number of distinct subarrays that can be formed hav ...
分类:编程语言   时间:2019-09-12 09:43:08    阅读次数:129
[虚拟机OA]Break a Palindrome 破坏回文串
In this challenge, you will be given a palindrome which you must modify if possible. Change exactly one character of the string to another character i ...
分类:其他好文   时间:2019-09-12 09:33:11    阅读次数:171
[虚拟机OA]Group Anagram 变位词归类
Given an array of strings, group anagrams together. Example: 题意: 给定一堆单词,把变位词放一块儿去。 碎碎念: 开始想说“eat” 转charArray {'e', 'a', 't'} “tea” 转charArray {'t', 'e ...
分类:其他好文   时间:2019-09-12 09:21:57    阅读次数:75
[虚拟机OA]Fun with Anagrams 玩转同构词
Two strings are anagrams if they are permutations of each other. For example, "aaagmnrs" is an anagram of "anagrams". Given an array of strings, remov ...
分类:其他好文   时间:2019-09-12 09:19:34    阅读次数:167
[虚拟机OA]Maximal Square 最大正方形
Given a 2D binary matrix filled with 0's and 1's,find the largest square containing only 1's and return its area. Input: 1 0 1 0 01 0 1 1 11 1 1 1 11 ...
分类:其他好文   时间:2019-09-11 20:11:23    阅读次数:106
1363条   上一页 1 ... 16 17 18 19 20 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!