摘要: https://lpgrow.icu 我花2天搭建的美女照片网站,无广告, 3个美女的5000张照片,toxic_妲己,周妍希(土肥圆矮挫穷),eggs(尤妮丝). 阅读全文
posted @ 2024-11-14 23:29 龙剑伟 阅读(46) 评论(0) 推荐(0)
摘要: example of window.addEventListener // 如果验证不通过禁止提交表单 (function() { 'use strict'; window.addEventListener('load', function() { // 获取表单验证样式 var forms = d 阅读全文
posted @ 2024-08-02 16:22 龙剑伟 阅读(46) 评论(0) 推荐(0)
摘要: https://www.baeldung.com/jpa-mapping-single-entity-to-multiple-tables https://howtodoinjava.com/spring-data/pagination-sorting-example/ 阅读全文
posted @ 2024-08-01 11:56 龙剑伟 阅读(48) 评论(0) 推荐(0)
摘要: 微服务包括这些组件, 服务注册, 服务发现, 负载均衡,配置管理,路由,断流器-过流熔断,分布式系统的日记追踪,服务安全等。 the component of spring boot microservices. spring boot, it provides the foudation for 阅读全文
posted @ 2024-07-10 10:34 龙剑伟 阅读(84) 评论(0) 推荐(0)
摘要: https://angular.dev/tutorials/learn-angular/2-updating-the-component-class another angular practice, https://www.baeldung.com/spring-cloud-angular exa 阅读全文
posted @ 2024-07-02 15:49 龙剑伟 阅读(35) 评论(0) 推荐(0)
摘要: 错误: ng serve ng : 无法加载文件 C:\Users\无密码\AppData\Roaming\npm\ng.ps1。未对文件 C:\Users\无密码\AppData\Roaming\npm\ng.ps1 进行数字签名 。无法在当前系统上运行该脚本。有关运行脚本和设置执行策略的详细信息 阅读全文
posted @ 2024-07-02 12:31 龙剑伟 阅读(105) 评论(0) 推荐(0)
摘要: 正则表达式简明扼要, 一行代码就能实现挺复杂的功能。 def title(s): return re.sub(rb"[A-Za-z]+('[A-Za-z]+)?", lambda mo: mo.group(0)[0:1].upper() + lambda mo: mo.group(0)[1:].lo 阅读全文
posted @ 2024-06-22 13:18 龙剑伟 阅读(24) 评论(0) 推荐(0)