• 2024-07-05[1022] Activate specific apps using keyboard shortcuts
    Thisisaverygoodone!!! TaskbarShortcutKeys:Ifanappispinnedtoyourtaskbar,youcanusethefollowingshortcut:PressWin+1toactivatethefirstprogramonthetaskbar(orlaunchitifit’snotopen).Similarly,Win+2activatesthesec
  • 2024-06-09ABC 315F Shortcuts
    题意有N个点,你从第一个点出发,要按顺序经过所有的点,最终抵达第N个点。在这个过程中你可以跳过一些点,但如果你跳过了C个点,那么你必须要接受pow(2,C-1)的惩罚。设s为你走过的距离加上你的惩罚,请求出最小化s。题解显然考虑dp,设计dp[i][j]为到达第i个点,中途跳过了j个点需要的路程。
  • 2024-05-08Computer Basics - Top 10 keyboard shortcuts everyone should know
    REFhttps://www.computerhope.com/tips/tip79.htmTop10keyboardshortcuts(快捷键)everyoneshouldknowUsingkeyboardshortcutscangreatlyincreaseyourproductivity,reducerepetitivestrain,andhelpkeepyoufocused.Forexample,tocopytext,youcanhi
  • 2024-04-09Django便捷函数shortcuts
    一、Django便捷函数1、介绍包django.shortcuts收集助手函数和“跨”多级mvc的类,换句话说,为了方便起见,这些函数/类引入受控耦合。fromdjango.shortcutsimportrender,HttpResponse,redirect,reverse,resolve_url2、官方链接https://docs.djangoproject.com/zh-hans/3
  • 2024-04-08Eclipse设置new菜单
    1.问题每次我们新建文件时,发现shortcuts只有那固定的几个,但是随着我们开发的项目不同,需求不同,都需要不同的shortcuts2.解决2.1windows>perspective>CustomizePerspective找到该项2.2在里面选择自己想要的shortcuts即可
  • 2024-01-25软件技巧-MAC通过快捷键打开Terminal
    背景  MAC系统经常要在Finder某一个位置打开终端(Terminal),现有操作方式为:选中目录,点击鼠标右键,选择打开终端。操作比较多,且如果目标是一个文件,必须到文件的上级目录才能打开终端。目标  选中目录/文件时,通过快捷键直接在当前目录位置打开终端。方案一:通过Shortcuts实现
  • 2023-11-172023-11-17 记录formly+antd+dayjs的shortcuts设置筛选项全部、昨天、今天
    业务中需要用到formly+antd的组件DatePicker日期组件,其中要给该组件添加筛选项(如:全部、昨天、今天),日期的格式化用到了日期插件dayjs(注意不是momentjs)shortcuts=[{text:'全部',onClick:()=>([null,null])},...shortcutsData]如果只是设置昨天或者今天,只需传开始和结束
  • 2023-11-01[macos]mac os 的 show All操作
    使用command+H隐藏窗口后,有没有什么办法能把所有隐藏的窗口都展示出来呢  SystemPreferences>Keyboard>KeyboardShortcuts>select"ApplicationShortcuts">highlight"AllApplications">click"+">type"ShowAll"inthe"
  • 2023-10-25gerrit 快捷键说明 shotcuts 说明
    gerrit是一个git仓库,可以快速的对比代码的不同。下面记录一下快捷键NavigationwithinthereviewUIcanbecompletelydonebykeys,andmostactionscanbecontrolledbykeyboardshortcuts.Typing?opensapopupthatshowsalistofavailablekeyboardshortcu
  • 2023-10-24idea禁用双击ctrl
    Runanything|IntelliJ IDEADocumentationDisabledoublemodifierkeyshortcuts
  • 2023-08-20Shortcuts
    Shortcuts关键在于要根据\(2\)的幂次增长的速度的性质。发现如果不跳过任何一个点,那么最坏情况下两两是\((0,0),(10^4,10^4)\)循环的,结果大概是\(n\times\sqrt2\times10^4=\sqrt210^8\),在\(10^8\)的量级。所以最多\(28\)次(\(2^{28}>\sqrt210^8\),实际上是\(27\)次
  • 2023-08-13快捷键 (Shortcuts)
    快捷键(Shortcuts)JupyterNotebook在JupyterNotebook中,有许多常用的快捷键可以提高你的工作效率。以下是一些常用的快捷键:运行单元格:运行当前单元格并将光标移动到下一个单元格:Shift+Enter运行当前单元格并保持光标在当前单元格:Ctrl+Enter运行当前单元格并在下方
  • 2023-08-12blender shortcuts
  • 2023-08-06Linux - Terminal shortcuts
    Ctrl+ALt+T:OpenanewterminalCtrl+L:ClearoutputintheterminalCtrl+D:ClosetheterminalCtrl+A:MovecursortobeginningCtrl+E:MovecursortotheendCtrl+U:DeletecharactersbeforecursorCtrl+C:Terminatecurrentlyrunningpr
  • 2023-06-16VSCode - Check Keyboard Shortcuts related to commenting
    Clickthegearicon,thenselect'KeyboardShortcuts':Search'comment': 
  • 2023-06-06不小心按下了 Ctrl + Win + C,悲剧了。。。
    情况原来是颜色滤镜功能,吓死我了。来看看你不知道的Win10快捷键吧:https://defkey.com/windows-10-all-keyboard-shortcutsWin11快捷键:https://defkey.com/windows-11-shortcuts
  • 2023-05-25IOS快捷指令代码分享
    IOS快捷指令分享制作快捷指令首先在快捷指令APP上制作快捷指令添加一些逻辑,具体可以自己体验然后点击共享,获取iCloud链接类似于这种https://www.icloud.com/shortcuts/02b1494ad19e49a29ce1189f0391a99a可能在手机上分享会报未登录iCloud,但是也没给出登陆的地方,其实在设
  • 2023-04-12Visual Studo for Mac 快捷键
    DefaultKeyboardShortcuts-VisualStudioforMac|MicrosoftLearnCodeNavigationCommandsKeyboardshortcutsFindReferences⇧⌘R, F12GotoDeclaration⌘D, F12NextError⌥⇧⇟, ⇧⌘F12NextIssueinFile⌥⇟PreviousError⌥⇧⇞
  • 2023-02-02keyboard_shortcuts
    内核以下是系统底层的快捷键,通常被用于调试。遇到系统问题,请尽可能尝试这些快捷键,而不是按住电源开关强制关机。这些快捷键需要首先使用如下命令激活echo"1">/proc/s
  • 2023-02-01Codeblocks相关设置
    《Codeblocks相关设置》本帖持续更新…1、自动代码补全菜单栏->Setting->Editor->Keyboardshortcuts->Edit->Completecode,然后根据自己需求设置快捷键。2、行注
  • 2023-01-21使用 UnoCSS shortcuts 简化 class
    UnoCSS确实简化了不少样式书写、也降低了CSS打包体积,提升了样式使用率。但样式太多的话,class也写得多,比较费眼。所幸,UnoCSS提供了shortcuts来简化class,并且可以通
  • 2022-12-02mac base
    homebrew被墙了的话,想办法。tmuxrgfzfvim显示网速https://github.com/exelban/stats快捷键Automator->quickactionSystempreference->keyboard->shortc
  • 2022-11-14CF1650G 『Counting Shortcuts』 题解
    从洛谷博客那里搬过来的(图论专题本来打算先挑最简单的做,结果做了两个多小时(题意就是让你找从起点\(s\)到终点\(t\)的最短路以及次短路个数,本题次短路长度指的是最短
  • 2022-11-01IntelliJ IDEA and Eclipse Shortcuts
    https://www.cloudflight.io/en/blog/intellij-idea-and-eclipse-shortcuts/ AfteraroundsevenyearsofexclusivelyusingEclipseforJavadevelopmentIrecent
  • 2022-09-22These 30 keyboard shortcuts are guaranteed to save you time in After Effects.
    These30keyboardshortcutsareguaranteedtosaveyoutimeinAfterEffects.  https://www.logickeyboard.com/shortcut/AECC2017.html