首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏NLP算法工程师之路

    Hexo Customization

    bilibili插件 bilibili 颜文字 颜文字 表情 表情 下载按钮 {% btn https://www.baidu.com, 点击下载百度, download fa-lg fa-fw %} 点击下载百度 引用 {% cq %} 人生乃是一面镜子, 从镜子里认识自己, 我要称之为头等大事, 也只是我们追求的目的! {% endcq %} 人生乃是一面镜子, 从镜子里认识自己, 我要称之为头等大事, 也只是我们追求的目的! 代码块 代码 图标 https://fontawesome.com/v4

    43120发布于 2019-12-18
  • 来自专栏蚂蚁开源社区

    简单实用的商品购物和添加购物车UI设计

    -- .cd-customization --> <button class="cd-<em>customization</em>-trigger">Customize</button>

    <! 0; } .no-touch .cd-single-item:hover .cd-customization { /* product customization visible */ pointer-events : auto; visibility: visible; opacity: 1; } .cd-customization .color, .cd-customization .size { height : 34px; position: relative; overflow: hidden; } .cd-customization .color ul, .cd-customization .size .cd-customization .color.selected-3 ul li:first-of-type, .cd-customization .size.selected-3 ul li:first-of-type

    2.3K40发布于 2019-08-09
  • 来自专栏linux运维

    系统定制问题:系统定制过程中出现问题,影响使用

    /bin/bash # 测试系统定制test_system_customization() { echo "开始测试系统定制..." " >> /var/log/system_customization_test.log fi} test_system_customization5. # 示例:查看定制日志cat /var/log/customization.log (2)解析错误信息根据日志中的错误信息定位问题。 grep -i error /var/log/customization.log > /var/log/customization_errors.log if [ -s /var/log/customization_errors.log fi} analyze_customization_logs

    29710编辑于 2025-02-08
  • 来自专栏增长技术

    App Guide相关

    Pointer is not wanted. setToolTip - This describe how the ToolTip will look like, refer to ToolTip Customization ToolTip is not wanted. setOverlay - This describe how the Overlay will look like, refer to Overlay Customization Pointer Customization Guide Pointer is the round button that is animating to indicate the clickable UI Overlay Customization Guide Overlay is the semi-transparent background that is used to cover up other Refer to Overlay Customization Activity in the example. .setStyle() Currently only 2 styles are available

    70420发布于 2018-09-06
  • 来自专栏hotqin888的专栏

    ONLYOFFICE 5.5 API变化

    Version 5.5 Added the editorConfig.customization.spellcheck field. Added the editorConfig.customization.goback.requestClose field. Added the editorConfig.customization.unit field. Added the region field. Added the editorConfig.customization.mentionShare field.

    1.2K20发布于 2020-06-22
  • 来自专栏yanlongli_艳龙

    Android 构建多APK

    (true) println "ignore variant: ${variant.name}" } } } APK构建自定义操作 工程目录下新建一个 customization.gradle tasks["pre${name}Build"].dependsOn replaceSrcTaskName task(replaceSrcTaskName) { group "customization dependsOn replaceBuildConfigFieldTaskName task(replaceBuildConfigFieldTaskName) { group "customization String", "SERVER_PROXY", "\"******:8443\"" } } } } app目录中build.gradle 文件中添加 customization.gradle com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply from: "${rootDir}/customization.gradle

    1.1K30编辑于 2021-12-16
  • 来自专栏全栈程序员必看

    BCG界面库_如何用vc设计界面

    为了实现这一点,CMyApp::InitInstance set registry entry and initialize customization managers: SetRegistryBase (_T(“Settings“)); // Initialize customization managers: InitMouseManager(); InitContextMenuManager 为了具有自定义工具条和菜单条, 请做如下改变: 加入 toolbar/menu customization command (for example, View | Customize…) Implement 在运行时改变菜单的字体: CBCGPMenuBar::SetMenuFont (LPLOGFONT lpLogFont, BOOL bHorz = TRUE); 使工具条具有”pager” (customization EnableUserTools (ID_TOOLS_ENTRY, ID_TOOL1, ID_TOOLx); A new “Tools” page will be added to the customization

    1.3K30编辑于 2022-11-08
  • 来自专栏C++核心准则原文翻译

    C++核心准则C.165: 为定制点使用using关键字​

    C.165: Use using for customization points C.165: 为定制点使用using关键字 Reason(原因) To find function objects calls N::swap if it exists, otherwise std::swap } Enforcement(实施建议) Unlikely, except for known customization 原文链接: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c165-use-using-for-customization-points

    51010发布于 2020-03-25
  • 来自专栏张善友的专栏

    .NET 5.0 Docker 镜像 错误修复方法

    ", "src/BuildingBlocks/EventBus/IntegrationEventLogEF/"] COPY ["src/BuildingBlocks/WebHost/WebHost.Customization /WebHost.Customization.csproj", "src/BuildingBlocks/WebHost/WebHost.Customization/"] COPY ["src/Services

    1.5K20发布于 2021-07-14
  • 来自专栏监控

    不背锅运维:VMware vSphere API玩法

    ()     globalip = vim.vm.customization.GlobalIPSettings()     adaptermap.adapter = vim.vm.customization.IPSettings ()     adaptermap.adapter.ip = vim.vm.customization.FixedIp()     adaptermap.adapter.ip.ipAddress = parserIpaddress (domain=parserDnsdomain, hostName=vim.vm.customization.FixedName(name=vmname))     # 将所有这些部件放在一起以自定义规格     customspec = vim.vm.customization.Specification(nicSettingMap=[adaptermap], globalIPSettings=globalip ,identity=ident)     clonespec = vim.vm.CloneSpec(customization=customspec, config=vmconf)     clonespec.location

    2.7K31编辑于 2023-02-10
  • 来自专栏c++ 学习分享

    [原创]自定义VS2010项目文件vcxproj动态管理inc lib

    A Build Customization is defined by up to three files – a .targets file, a .props file and .xml file Build Customization item definition metadata also gets initialized here. --> <PropertyGroup /> < -- This group contains imports for the Build Customization target files. --> <ImportGroup Label="ExtensionTargets

    50310编辑于 2023-07-06
  • 来自专栏Web行业观察

    Creating Scalable Vector Graphics from Text: A text-to-svg.com Tutorial

    SVGExample: "Hello World" or your company nameStep 3: Customize Your Text (Optional)The tool offers several customization With its simple interface and customization options, it's a valuable tool for designers and developers

    22510编辑于 2025-09-02
  • 来自专栏全栈程序员必看

    iOS 7 UI 过渡指南 – 開始之前(iOS 7 UI Transition Guide – Before You Start)[通俗易懂]

    The amount of customization—and the specific customization techniques you use—impact the type of work custom elements, including standard elements that you customized using UIKit tinting and appearance-customization

    35620编辑于 2022-07-11
  • 来自专栏C++核心准则原文翻译

    C++核心准则T.69:在模板内部,不要进行不受限制的非成员函数调用

    Inside a template, don't make an unqualified non-member function call unless you intend it to be a customization An unqualified call becomes a customization point where any function helper in the namespace of t's type

    1.5K10发布于 2020-09-21
  • 来自专栏dandelion1990的专栏

    Python 语音录制与识别

    self.engine_type = engine_type self.speaker_diarization = 0 self.hotword_id = "" self.customization_id = word_info def set_hotword_id(self, hotword_id): self.hotword_id = hotword_id def set_customization_id (self, customization_id): self.customization_id = customization_id def set_voice_format(self speaker_diarization'] = req.speaker_diarization query_arr['hotword_id'] = req.hotword_id query_arr['customization_id '] = req.customization_id query_arr['filter_dirty'] = req.filter_dirty query_arr['filter_modal

    89221编辑于 2024-03-22
  • 来自专栏周拱壹卒

    Vanna 离线环境部署

    allow_llm_to_see_data=True).run(port=8085, host='0.0.0.0') 上面代码会在 8085 端口启动一个 Vanna Flask Web App,更多参数设置可见 Customization [7] ModelScope all-MiniLM-L6-v2: https://www.modelscope.cn/models/wengad/all-MiniLM-L6-v2/files [8] Customization : https://vanna.ai/docs/web-app/#customization [9] Vanna Docs: Local: https://vanna.ai/docs/local.html

    3.8K10编辑于 2024-06-11
  • 来自专栏OpenFPGA

    创建包含源文件的IP-带有参数

    第十二步:单击 “Customization Parameters”选项。 如图所示,弹出“Customization Parameters”参数配置对话框,可以看出从gate.v文件中提取了参数DELAY。 ? 第十六步:单击“Customization GUI”选项,弹出如图所示的“Customization GUI”对话框。该对话框给出了输入/输出端口,以及带有默认值的参数选项。 ?

    3.2K00发布于 2021-01-13
  • 来自专栏全栈开发那些事

    Eclipse 一直提示 loading descriptor for 的解决方法

    第一步:点击这个 view Menu 第二部:点击 Filters and Customization>>content>>一般将 Java EE Navigator Content WEB 勾掉,然后重启下

    95020编辑于 2023-02-27
  • 来自专栏全栈程序员必看

    c++图形界面开发_在界面用显示时间的步骤

    registry entry and initializecustomization managers: SetRegistryBase (_T(“Settings“)); // Initialize customization 在运行时改变菜单的字体: CBCGPMenuBar::SetMenuFont (LPLOGFONT lpLogFont, BOOL bHorz = TRUE); 使工具条具有”pager”(customization ID_TOOLS_ENTRY, ID_TOOL1, ID_TOOLx); · A new “Tools” page will be addedto the customization

    1.5K30编辑于 2022-11-08
  • 来自专栏MySQL解决方案工程师

    编写MySQL Shell插件(REPORT)

    Customization and extensible framework is essential to a tool as such DB administrators can create customized Creating a New Report in Python - DB Size 使用Python创建新报告-数据库大小 MySQL Shell allows customization based

    2.5K10发布于 2020-09-28
  • 领券