ICode9

精准搜索请尝试: 精确搜索
  • 攻防世界-Misc-hit-the-core(strings使用、密码规律观察)2019-04-26 10:52:43

    strings查看字符串,好像还真得到一个有用的串:  这个串挺长的,{}的位置正确,凯撒、栅栏就别想了,能不能从串本身找到规律? 仔细观察,发现前面部分的大写字母拼起来正好是ALEXCTF,而且每个字母之间隔了4个字母,写个脚本提取一下:   data = 'cvqAeqacLtqazEigwiXobxrCrtuiTzahfFreqc{bn

  • CRM webClient UI搜索参数里max hit是怎么被后台服务器处理的2019-04-21 19:49:23

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • tkinter——python的GUI标准库2019-04-14 21:48:27

    -- coding:utf-8 -- import tkinter as tk window=tk.Tk()#一个窗口对象 window.title("tkinter")#窗口名称 window.geometry("200x200")#字符串形式表示长宽 中间是x la=tk.Label(window,text="我是鬼畜窗口\nnb",bg="red",font=("Ariel",20),width=2

  • Unity3d使用鼠标点击控制人物走动无效的问题2019-04-11 16:51:38

    Unity3d使用鼠标点击控制人物走动无效的问题 最近在自学Unity3d,在学到使用鼠标点击控制人物走动时,按照API上面将代码写好,如下: void Update () { // _clickListener.Update(); if (Input.GetMouseButtonUp (0)) { ClickOn(Input.mousePosition); } } void Cli

  • 【Leetcode】803. Bricks Falling When Hit 803. 打砖块2019-04-03 08:53:06

    解法 先把所有该消的都消掉,现在和第一行相通的点都是“稳定点” 然后把消除顺序反过来遍历一遍 当把(i,j)恢复成1之后,它会把它四个方向上的集合连通 假如连通完毕后“稳定点”所在的那个集合的的点的个数上涨了x个(x一定大于1),说明消除(i,j)使得有x-1个点从“稳定点”变得不

  • leetcode 819. 最常见的单词(Most Common Word)2019-04-01 17:38:16

    目录 题目描述: 示例: 解法: 题目描述: 给定一个段落 (paragraph) 和一个禁用单词列表 (banned)。返回出现次数最多,同时不在禁用列表中的单词。题目保证至少有一个词不在禁用列表中,而且答案唯一。 禁用列表中的单词用小写字母表示,不含标点符号。段落中的单词不区分大小写。答案都

  • [Swift]LeetCode819. 最常见的单词 | Most Common Word2019-03-28 19:40:23

    Given a paragraph and a list of banned words, return the most frequent word that is not in the list of banned words.  It is guaranteed there is at least one word that isn't banned, and that the answer is unique. Words in the list of banned words are

  • CRM One Order search max hit实现原理讨论2019-03-24 16:54:49

    One Order的setting应该不起作用,这里需要的是Fiori Personalize的setting,如果没有,程序会把One Order的Max Hit设成1000: 大概看了一下customer report对应的OpportunityQuery,在Hana上面设了max hit之后是先在全集里面匹配符合条件的数据,然后再返回max hit的集合: 要获取更多Je

  • [Swift]LeetCode803. 打砖块 | Bricks Falling When Hit2019-03-17 20:38:48

    We have a grid of 1s and 0s; the 1s in a cell represent bricks.  A brick will not drop if and only if it is directly connected to the top of the grid, or at least one of its (4-way) adjacent bricks will not drop. We will do some erasures sequentially. Eac

  • 动词过去式和过去分词不规则变化2019-02-17 12:43:38

    AAA型 read-read-read                cut-cut-cut               let-let-let                  put-put-put               cost-cost-cost hit-hit-hit                           set-

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有