首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏码匠的流水账

    聊聊springboot的Customizer

    restTemplateRequestCustomizers.orderedStream().collect(Collectors.toList()));return configurer;}小结springboot提供了很多Customizer

    56040编辑于 2023-08-22
  • 来自专栏linux百科小宇宙

    Ubuntu 13.04 安装 GRUB Customizer

    grub-customize sudo apt-get update sudo apt-get install grub-customize 相关阅读:GRUB Customizer

    1.7K30发布于 2021-06-23
  • 来自专栏码匠的流水账

    聊聊springboot的Customizer

    序 本文主要研究一下springboot的Customizer TaskExecutorCustomizer @FunctionalInterface public interface TaskExecutorCustomizer restTemplateRequestCustomizers.orderedStream().collect(Collectors.toList())); return configurer; } 小结 springboot提供了很多Customizer

    40820编辑于 2023-08-31
  • 来自专栏linux百科小宇宙

    Ubuntu 14.04 安装 Grub Customizer 4.0.6

    Grub Customizer 是一款非常棒的应用软件,使用其用户可编辑grub引导屏幕菜单项,设置默认启动的操作系统,改变通过一个LiveCD安装的操作系统。 最新版本 Grub Customizer 4.0.6 已经发布,并且已经添加到PPA,所以用户可通过PPA很轻易的安装。 /grub-customize sudo apt-get update sudo apt-get install grub-customize 需要卸载 grub-customizer

    1.6K00发布于 2021-06-12
  • 来自专栏ops技术分享

    ESXi-Customizer定制ESXI网卡驱动

    ESXi-Customizer定制ESXI网卡驱动 ESXi-Customizer目前应该是只支持ESXI6.5以前的版本,ESXI6.7版本后可以使用VMware PowerCLI,当然ESXI6.5 .exe 运行ESXi-Customizer-v2.7.2解压缩,解压完成后,会看到以下内容 运行ESXi-Customizer.cmd,运行后其页面如下 分别选择,原版的ESXI6.5.iso镜像、 wiki/index.php/List_of_currently_available_ESXi_packages 点击Run开始,会提示以下内容,点击“否”即可 Note: The [ESXI-Customizer Please use the [ESXI-Customizer-PS] PowerCli script instead. Do you want to get more information? 意思就是,注意ESXI-Customizer工具正式不受支持,建议使用PowerCli,想要了解更多信息点击是 接下来就是烧录: 写入完成后,不要急着拔出U盘,打开U盘,找到根目录下的isolinux.cfg

    5.8K20发布于 2021-07-02
  • 来自专栏DeveWork

    Customizer Library:主题“自定义”功能的WordPress类库

    不过一些第三方主题可能没有这个功能,如果你想在这个“自定义”上想扩展多点,那么这个Customizer Library 可能适合你。 Customizer Library Customizer Library的作者就是著名框架Options Framework的作者(什么?你还不知道这个框架? Customizer Library 是它最近开发的一个project,旨在通过简单的集成代码实现并扩充WordPress 主题的“自定义”功能——恩,这与Options Framework 的出发点是一致的

    1.1K70发布于 2018-01-22
  • 来自专栏萌海无涯

    封装 ESXI 网卡驱动

    4.获取ESXi-Customizer-PS脚本 下载ESXi-Customizer-PS脚本。 最新下载链接为https://github.com/VFrontDe/ESXi-Customizer-PS, 点击“DownLoad ZIP”即可下载。 ? 解压下载的“ESXi-Customizer-PS-master.zip”文件。 获取“ESXi-Customizer-PS.ps”脚本 ? \ESXi-Customizer-PS.ps1 -v67 -ozip -outDir .\ ? 操作说明https://www.v-front.de/p/esxi-customizer-ps.html

    9K10发布于 2021-01-02
  • 来自专栏reizhi

    为 ESXi 添加 RTL8168/8111 及 SATA 控制器驱动

    不过天无绝人之路,我们仍然可以使用第三方工具 ESXi-Customizer-PS 对安装镜像进行修改,加载我们想要的驱动,从而继续正常使用。 在使用 ESXi-Customizer-PS 之前,我们需要先安装 VMware PowerCLI,可以在网络搜索下载。安装完成后,在这个网址下载 ESXi-Customizer-PS。 随后我们打开 VMware PowerCLI ,并且定位到 ESXi-Customizer-PS 所在的目录,执行: . \ESXi-Customizer-PS-v2.5.ps1 -v65 -vft -load net55-r8168,net51-r8169,sata-xahci 随后脚本会自动连接到 VMware 经过漫长的等待后,对应版本的 ESXi 安装镜像便会保存在 ESXi-Customizer-PS 同目录中。当然你也可以使用 -v60 -v55 来生成6.0或是5.5版本的安装镜像。

    17.6K20编辑于 2022-09-26
  • 来自专栏全栈工程师修炼之路

    3.vSphere进阶操作配置

    (1) 离线封装(推荐) 工具准备:安装环境Windows7 X64 #下载VMware-PowerCLI-6.5.0和ESXi-Customizer-PS封装工具 VMware-PowerCLI-6.5.0 -4624819.exe ESXi-Customizer-PS-v2.6.0.ps1 #http://vibsdepot.v-front.de/tools/ESXi-Customizer-PS-v2.6.0 \ESXi-Customizer-PS-v2.6.0.ps1 -izip . \ESXi-Customizer-PS-v2.6.0.ps1 -v67 -vft -load net55-r8168 -v50 : Create the latest ESXi 5.0 ISO -v51 参考网站: +ESXi-Customizer定制ESXI网卡驱动 https://www.cnblogs.com/pipci/p/12769718.html ---- 0x01 操作实例 操作1.Vsphere

    1.5K10编辑于 2022-09-28
  • 来自专栏Java学习录

    Zipkin客户端链路追踪源码解析

    > adapter, Req req, SpanCustomizer customizer) { customizer.name(spanName(adapter, req)); String = null) customizer.tag("http.method", method); String path = adapter.path(req); if (path ! , Resp> adapter, @Nullable Resp res, @Nullable Throwable error, SpanCustomizer customizer) { = null) customizer.name(nameFromRoute); String maybeStatus = maybeStatusAsString(statusCode, 299 = null) customizer.tag("http.status_code", maybeStatus); } error(statusCode, error, customizer

    1.5K20发布于 2019-11-20
  • 来自专栏全栈工程师修炼之路

    3.vSphere进阶操作配置

    (1) 离线封装(推荐) 工具准备:安装环境Windows7 X64 #下载VMware-PowerCLI-6.5.0和ESXi-Customizer-PS封装工具 VMware-PowerCLI-6.5.0 -4624819.exe ESXi-Customizer-PS-v2.6.0.ps1 #http://vibsdepot.v-front.de/tools/ESXi-Customizer-PS-v2.6.0 WeiyiGeek.settingPOwershell Step4.打包驱动把 ESXi-Customizer-PS-v2.6.0.ps1和ESXi670-201905001.zip放到c盘根目录下 \ESXi-Customizer-PS-v2.6.0.ps1 -izip . \ESXi-Customizer-PS-v2.6.0.ps1 -v67 -vft -load net55-r8168 -v50 : Create the latest ESXi 5.0 ISO -v51

    1.8K30发布于 2020-10-23
  • 来自专栏全栈程序员必看

    Java代码生成器——基于模板快速生成web项目结构

    String templatePath = "template"; GeneratorFacade g = new GeneratorFacade(); Customizer customizer = new Customizer(g.getGenerator().getOutRootDir()); //选择配置文件风格 customizer.determineCfgStyle g.generateByAllTable(); // 按table名字删除文件 // g.deleteByTable("table_name", "template"); } } Customizer.java public class Customizer { /** * outPath:输出目录 */ private String outPath; /** * deleteStyle : 需要被删除的风格文件类型 */ private String deleteStyle; public Customizer(String outPath) {

    1.9K40编辑于 2022-08-12
  • 来自专栏大大的微笑

    Spring Cloud Circuit Breaker

    默认配置 Resilience4JCircuitBreakerFactory @Bean public Customizer<Resilience4JCircuitBreakerFactory> defaultCustomizer 特殊熔断配置 @Bean public Customizer<Resilience4JCircuitBreakerFactory> slowCustomizer() { return factory TimeLimiterConfig.custom().timeoutDuration(Duration.ofSeconds(2)).build()), "slow"); } @Bean public Customizer 默认配置 @Bean public Customizer<SpringRetryCircuitBreakerFactory> defaultCustomizer() { return factory 特殊配置 @Bean public Customizer<SpringRetryCircuitBreakerFactory> slowCustomizer() { return factory

    1K20编辑于 2021-12-28
  • 来自专栏陶然同学博客

    【Spring Security】Spring Security 前后端分离认证

    import org.springframework.context.annotation.Configuration; import org.springframework.security.config.Customizer org.springframework.security.web.authentication.AuthenticationSuccessHandler; import java.io.IOException; import static org.springframework.security.config.Customizer.withDefaults LoginSuccessHandler()) .failureHandler(new LoginFailureHandler()) ); //Customizer.withDefaults ():关闭 //http.csrf(Customizer.withDefaults());//跨域漏洞防御:关闭 //http.csrf(e->e.disable()); //http.csrf(crsf->crsf.disable());//相当于 http.csrf(Customizer.withDefaults()); http.csrf

    81240编辑于 2023-11-06
  • 来自专栏CoderJia的工作笔记

    重学SpringBoot3-集成Spring Security(一)

    .anyRequest().authenticated() // 其他接口需认证 ) .formLogin(Customizer.withDefaults ()) .httpBasic(Customizer.withDefaults()); // 使用 HTTP Basic 认证 return http.build http .formLogin(Customizer.withDefaults() // 使用默认登录 4.1. SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { http .csrf(Customizer.withDefaults logoutRequestMatcher(new AntPathRequestMatcher("/logout")) ) .httpBasic(Customizer.withDefaults

    3.2K11编辑于 2024-10-18
  • 来自专栏离别歌 - 信息安全与代码审计

    当Nashorn失去括号:非典型Java命令执行绕过

    比如这个java.beans.Customizer接口: public interface Customizer { /** * Set the object to be customized This method should be called only * once, before the Customizer has been added to any parent AWT The customizer * should fire a PropertyChange event whenever it changes the target * bean in 使用它来构造最终的Nashorn脚本如下: var a = new java.beans.Customizer { setObject: eval } a.object = "java.lang.Runtime.getRuntime

    57210编辑于 2024-04-13
  • 来自专栏烹饪一朵云

    利用原型链漏洞污染拿下服务器权限

    * @param {Function} [customizer] The function to customize merged values. . */ function baseMerge(object, source, srcIndex, customizer, stack) { if (object === source) { , stack); } else { var newValue = customizer ? customizer(objValue, srcValue, (key + ''), object, source, stack) : undefined; var isCommon = stack.set(srcValue, newValue); mergeFunc(newValue, srcValue, srcIndex, customizer, stack); stack

    93500发布于 2021-09-16
  • 来自专栏Spring Boot学习之路

    Spring Boot 3 集成 Spring Security(1)认证

    import org.springframework.context.annotation.Configuration; import org.springframework.security.config.Customizer anyRequest().authenticated() ) // 使用默认的登录页面 .formLogin(Customizer.withDefaults ()) // 使用 HTTP Basic 认证 .httpBasic(Customizer.withDefaults()); http .formLogin(Customizer.withDefaults() // 使用默认登录 4.1. logoutRequestMatcher(new AntPathRequestMatcher("/logout")) ) .httpBasic(Customizer.withDefaults

    96910编辑于 2025-01-11
  • 来自专栏飞鸟的专栏

    Spring Cloud Gateway 网关与微服务架构的整合(一)

    @Beanpublic Customizer<ReactiveResilience4JCircuitBreakerFactory> defaultCustomizer() { return factory circuitBreakerGatewayFilterFactory() { return new CircuitBreakerGatewayFilterFactory();}@Beanpublic Customizer <GatewayFilterDefinitionLocator> customizer() { return locator -> locator.getFilters().stream()

    43130编辑于 2023-04-11
  • 来自专栏码农小胖哥的码农生涯

    Spring Security 实战干货:如何实现不同的接口不同的安全策略

    // 根据需求自行定制 http.antMatcher("/admin/v1") .sessionManagement(Customizer.withDefaults ()) .formLogin(Customizer.withDefaults()); } } /** * app接口安全策略 // 根据需求自行定制 http.antMatcher("/app/v1") .sessionManagement(Customizer.withDefaults ()) .formLogin(Customizer.withDefaults()); } } } 3.

    1.9K10发布于 2020-06-12
领券