上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 491 下一页
摘要: Manually staging files, writing commit messages, committing, and syncing to Git involves multiple repetitive steps. This lesson demonstrates how to si 阅读全文
posted @ 2025-06-06 02:45 Zhentiw 阅读(25) 评论(0) 推荐(0)
摘要: In development we often want to test out features we are building but can only do so with deployed or staging applications or setting up Ngrok or Clou 阅读全文
posted @ 2025-06-06 02:41 Zhentiw 阅读(9) 评论(0) 推荐(0)
摘要: Planning complex application logic or workflows before coding can be challenging. This lesson demonstrates how to leverage Cursor's AI (Chat and Agent 阅读全文
posted @ 2025-06-06 02:38 Zhentiw 阅读(116) 评论(0) 推荐(0)
摘要: Writing clear and effective prompts or rules for AI (.mdc files in Cursor) can be tricky. Your instructions might start out clumsy or ambiguous, leadi 阅读全文
posted @ 2025-06-06 02:33 Zhentiw 阅读(40) 评论(0) 推荐(0)
摘要: We have new Arrayin Javascript const arr1 = new Array(3) // create an empty array with lengh 3 const arr2 = new Array(1,2,3) // create an array with v 阅读全文
posted @ 2025-06-02 14:06 Zhentiw 阅读(8) 评论(0) 推荐(0)
摘要: It can be a performance bottleneck if you frequently add/remove event listener bind to a DOM element. patchProps(el, key, prevValue, nextValue) { if ( 阅读全文
posted @ 2025-05-29 15:15 Zhentiw 阅读(7) 评论(0) 推荐(0)
摘要: Brwoser support: https://caniuse.com/?search=%3Ahas <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="widt 阅读全文
posted @ 2025-05-27 19:43 Zhentiw 阅读(10) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/?search=clamp <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="wid 阅读全文
posted @ 2025-05-27 19:38 Zhentiw 阅读(8) 评论(0) 推荐(0)
摘要: Browser support: https://caniuse.com/css-text-wrap-balance <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" cont 阅读全文
posted @ 2025-05-27 19:35 Zhentiw 阅读(8) 评论(0) 推荐(0)
摘要: 可扩展性是指系统、程序或技术架构在功能、规模及性能需求增加时,能够容易地增加其性能、容量和功能的能力。 示例 假设我们有一个国际化网站,我们希望根据用户选择的语言动态显示不同的内容,比如在网站首页展示一个欢迎语,不考虑扩展性,可能的实现方式如下: <!--Vue实现示例--> <template> 阅读全文
posted @ 2025-05-27 14:20 Zhentiw 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 491 下一页