首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏IMWeb前端团队

    Front-End MV*简述(一)

    1.2K100发布于 2018-01-08
  • 来自专栏IMWeb前端团队

    Front-End MV*简述(一)

    近几年来由于web应用的交互越来越复杂,前端技术也迎来了一个飞速发展的时期。本文意在描述前端MV类型的框架发展历程及对部分MV\框架的介绍。

    84710发布于 2019-12-03
  • 来自专栏AIGC

    【GPTs】Front-end Expert:助力前端开发的智能工具

    英文GPTs指令: # Expert Front-End Developer Role Your role is to act as an expert front-end developer with 在探索众多GPTs应用时,我发现了一款专注于前端开发的智能助手,名为 Front-end Expert。 Front-end Expert Front-end Expert Front-end Expert 是一款专为前端开发者设计的智能助手,帮助用户解决复杂代码问题,提升开发效率。 以下是对该工具的详细介绍: Front-end Expert 主要功能 代码问题解决:Front-end Expert 能够根据用户输入的代码片段,提供详细的解决方案,例如分析错误代码、解释代码逻辑 小结 Front-end Expert 是前端开发者的得力助手,特别是在处理复杂的技术问题时,能够快速提供详细的解答。

    25810编辑于 2025-06-02
  • 来自专栏全栈技术

    分享20+个在线工具网站,60+常用工具

    /58/ 随机密码生成器:https://tools.haiyong.site/front-end/686/ 在线二维码生成器:https://tools.haiyong.site/front-end/ 3454/ 在线汉字转拼音:https://tools.haiyong.site/front-end/5523/ 长度单位换算工具:https://tools.haiyong.site/front-end /5580/ 在线繁体字转换器:https://tools.haiyong.site/front-end/5579/ 随机数生成器:https://tools.haiyong.site/front-end /6680/ 在线涂鸦画板:https://tools.haiyong.site/front-end/6900/ 在线计算器:https://tools.haiyong.site/front-end/6904 /front-end/852/ ASCII 表:https://tools.haiyong.site/front-end/6318/ 调色板:https://tools.haiyong.site/front-end

    1.7K40编辑于 2023-09-13
  • 来自专栏云原生布道专栏

    【重识云原生】第四章云网络4.7.4节vhost-user方案——virtio的DPDK卸载方案

    ,virtio front-end驱动和back-end设备的用户态版本,主要基于DPDK/SPDK框架来进行开发。 接下来本文将从front-end驱动和back-end设备的角度来分别介绍virtio的用户态实现及其主要的代码结构和运行机制。 4.4.1 virtio front-end 驱动的用户态实现         virtio front-end 驱动主要工作于Guest系统中,对基于KVM-Qemu的VM系统,其主要的处理对象是Qemu 用户态virtio back-end设备实现中,与front-end驱动之间的virtqueue的vring对应的内存通过共享内存方式来实现,并且由virtio front-end驱动来分配,vhost 2.响应front-end驱动的建链请求建立back-end设备与front-end驱动的关联;         当有virtio front-end驱动链接vhost back-end设备时,每个front-end

    2.9K20编辑于 2022-06-27
  • 来自专栏木宛城主

    SharePoint Farm 3-Tier拓扑结构的实施解决方案

    SharePoint Farm 3-Tier 拓扑结构 物理结构上“层”通常使用单词Tier来表示,而逻辑上的”层“通常用Layer来表示, SharePoint Farm 3-Tier 拓扑结构分为Web Front-end 前端Web Front-end 服务器用来承载网页、Web 服务和 Web 部件,它们是处理来自用户的请求所必需的。 Web Front-end 服务器将这些请求定向到APP服务器,APP服务器再将结果返回到前端Web Front-end 服务器。 也就是说你可以在任意服务器上去启动SharePoint Service ,比如某个SharePoint Service发生了意外错误后,你可以在Web Front-end或者其他SharePoint Server Application sp.domain.com作为Host header(主机头) NTLM身份验证 使用Web Service Account,如SP_Web 注意DNS中将Host header指向Web Front-end

    1.4K90发布于 2018-01-11
  • 来自专栏用户8851537的专栏

    最新gitlab备份迁移方案

    [DONE] [SKIPPED] Wiki * front-end/mp-health-service (@hashed/2c/62/2c624232cdd221771294dfbb310aca000a0df6ac8b66b696d90ef06fdefb64a3 [DONE] [SKIPPED] Wiki * front-end/web-health-doctor (@hashed/19/58/19581e27de7ced00ff1ce50b2047e7a567c76b1cbaebabe5ef03f7c3017bb5b7 [DONE] [SKIPPED] Wiki * front-end/mp-health-doctor (@hashed/4a/44/4a44dc15364204a80fe80e9039455cc1608281820fe2b24f1e5233ade6af1dd5 [DONE] [SKIPPED] Wiki * front-end/web-website (@hashed/85/27/8527a891e224136950ff32ca212b45bc93f69fbb801c3b1ebedac52775f99e61 [DONE] [SKIPPED] Wiki * front-end/admin-platform (@hashed/b1/7e/b17ef6d19c7a5b1ee83b907c595526dcb1eb06db8227d650d5dda0a9f4ce8cd9

    1.3K10发布于 2021-07-30
  • 来自专栏vivo互联网技术

    C/C++ 性能优化背后的方法论:TMAM

    3.1.3 Front-End-Boun Front-End 职责: 取指令 将指令进行解码成微指令 将指令分发给Back-End,每个周期最多分发4条微指令 Front-End Bound表示处理其的 Front-End 的一部分slots没法交付足够的指令给Back-End。 Front-End Bound 意味着,会导致部分slot 即使Back-End 没有阻塞也会被闲置。例如因为指令cache misses引起的阻塞是可以归类为Front-End Bound。 内存排序 3.1.4 Back-End-Bound Back-End 的职责: 接收Front-End 提交的微指令 必要时对Front-End 提交的微指令进行重排 从内存中获取对应的指令操作数 执行微指令 3.3.1 Front-End Bound 上图中展示了Front-End的职责即取指令(可能会根据预测提前取指令)、解码、分发给后端pipeline, 它的性能受限于两个方面一个是latency、

    2.9K40发布于 2021-03-17
  • 来自专栏杨丝儿的小站

    SP Modules Review Contents (2)

    Module 5 TTS front-end We want to generate speech that is Intelligible: you can clearly perceive what said Natural: sounds like human speech Appropriate: conveys the right meaning in a specific context Front-end : Analyze text, generate a linguistic specification of what to actually generate Front-end purpose:

    54050编辑于 2022-11-15
  • 来自专栏Programming, Open Source And

    How to Grow Your Career as a JavaScript Developer?

    Responsibilities of a JS Developer The typical job of a JavaScript developer is to implement front-end In some scenarios, a JavaScript developer might require to work with other front-end web developers that All of them can be classified in these 3 broad categories: Front-end JavaScript Developer – This is where For front-end development, a JavaScript developer needs to have a knowledge of some other web development Full-Stack JavaScript Developer – For this role, you need to know both front-end and back-end development

    82730发布于 2019-01-09
  • 来自专栏用户4822892的专栏

    Is it worth learning JavaScript in 2020?

    In the event that you have to do front-end web improvement, JavaScript is the most well-known decision For a couple of years, Javascript spread such a lot of that it's unmistakable all over, front-end, back-end As of late, Javascript has likewise spread such a lot that it's noticeable all over, front-end, back-end Contemplating that Javascript is for the most part centered around front-end improvement and UIs, it To make a portable front-end, you can utilize an alternate framework like React Native or Flutter or

    57400发布于 2020-02-11
  • 来自专栏用户4822892的专栏

    Choosing a Technology Stack for Web App Development in 2019

    front-end part is a customer arranged side of a site or an application that manages the programming The Front-End Development Front-end web development is likewise called customer side programming. The front-end programming languages are: HTML (Hypertext Markup Language); CSS (Cascading Style Sheets When making the front-end side of a program, designers use frameworks that assist them with saving time

    62911发布于 2019-10-22
  • 新手保姆教程 手把手带体验OpenManus

    # 分支说明: # main: 仅保留核心代码,是一个极简框架,可以比较容易兼容到其它场景 # front-end 切换 front-end 分支 # git checkout -b front-end origin/front-end pip 可运行: python run_flow.py 浏览器版本运行:(我们体验的话是用了一个简易的前端版本) 1 python app.py 2.2 Todo2 OpenManusWeb 最新版本需要 front-end https://github.com/mannaandpoem/OpenManus.git git checkout -b front-end upstream/front-end # 安装依赖 pip install -r requirements.txt

    2K10编辑于 2025-04-11
  • 来自专栏明明如月的技术专栏

    TestNG Suites Example(java单元测试组件例子)

    testng.org/testng-1.0.dtd" > <suite name="tests" parallel="tests" thread-count="2"> <test name="<em>front-end</em> name="com.websystique.testng.backend.*" /> </packages> </test> </suite> 标签有两个带有name的值‘front-end 在这种情况下 front-end 和back-end 测试可以平行运行。 注意:套件的每一个分类如front-end  将通过单独的一个线程运行。 DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > <suite name="fulltests"> <test name="<em>front-end</em>

    68910发布于 2021-08-27
  • 来自专栏iRF射频前端产业观察

    Apple iPhone 13 Pro 主要芯片列表

    [likely 6GB LPDDR4X SDRAM]) Apple APL1098 PMIC NXP Display Port Multiplexer Skyworks SKY58271-19 Front-End Module(猜测为N78或者79的发射模组) Skyworks SKY58270-17 Front-End Module(猜测为N78或者79的发射模组) Apple/Dialog Semi 338S00770 Skyworks的芯片,猜测为低频发射模组 Qorvo Envelope Tracker IC (2 pcs, likely) Qualcomm Envelope Tracker IC Avago Front-End

    2.1K40编辑于 2022-05-16
  • 来自专栏用户4822892的专栏

    Top 5 Programming Languages for Development

    JavaScript On the off chance that you are locked in or intrigued into front-end, at that point JavaScript It is broadly utilized to planned intelligent front-end applications. JavaScript is basic to front-end web improvement. Read: "Top JavaScript Frameworks for Web Application Development" Although JavaScript is a front-end Let’s Decide: Front-end web development – JavaScript Back-end development – JavaScript, Python, Java,

    1K31发布于 2019-09-26
  • Python Proficiency Test Papers-Unit 1·Preparation-Lesson 1· Python‘s Concise (Re

    A.WEB front-end developmentB. Network ProgrammingC. Financial AnalysisD. options one by one to determine which one doesn't fall under the typical application of Python.Web front-end development: Python has a wide range of applications in web front-end development, such as full-stack

    20410编辑于 2024-06-02
  • 来自专栏机器学习、深度学习

    卫星图像分割--Effective Use of Dilated Convolutions for Segmenting Small Object Instances

    网络包括三个模块:front-end module, local feature extraction (LFE) module and head module 3.2. Front-end module The front-end module is designed to extract features that cover large context, and Local feature extraction module LFE module 主要是解决 front-end module 的问题。

    1.2K50发布于 2018-01-03
  • 来自专栏四火的唠叨

    Bootstrap: New Net-volution

    A lot of companies developed their own mature front-end components or frameworks since several years I recommend everyone who is interested in front-end tech can have a glance at Bootstrap at least. Of course you needn't to dive into each detail of it, but to build sense of front-end development and

    30730编辑于 2022-07-15
  • 来自专栏用户4822892的专栏

    Front end Web Development Tools in 2020

    AngularJS AngularJs is another irreplaceable apparatus for front-end developers. It additionally streamlines the front-end development process by making an expressive domain that is It improves the front-end development process by building up an open, coherent and expressive condition TypeScript TypeScript is an open-source front-end scripting language. TypeScript makes the best web development condition for front-end developers. 

    82110发布于 2020-01-08
领券