上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 108 下一页
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: 1-100 累加值 但要求跳过所有包含有3的数 * 公用类库 公共所需要用的操作函数或方法 * * 历史版本: JDK 8.01 * 2023-03-12 创建者 geovindu * 2023-03-12 添加 Lam 阅读全文
posted @ 2023-03-19 09:31 ®Geovin Du Dream Park™ 阅读(45) 评论(0) 推荐(0) 编辑
摘要: /** * 1.某小伙想定一份外卖,商家的优惠方式如下: * 鱼香肉丝ShreddedPork单点24元,油炸花生米FriedPeanuts单点8元,米饭 CookedRice单点3元。 * 订单满30元8折优惠。 discountedPrice * 鱼香肉丝优惠价16元,但是优惠价和折扣不能同时使 阅读全文
posted @ 2023-03-12 01:20 ®Geovin Du Dream Park™ 阅读(58) 评论(0) 推荐(0) 编辑
摘要: httpd.conf 修改端口: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instr 阅读全文
posted @ 2023-03-09 22:37 ®Geovin Du Dream Park™ 阅读(120) 评论(0) 推荐(0) 编辑
摘要: https://github.com/processing/p5.jshttps://p5js.org/examples/ https://p5js.org/libraries/https://processing.org/https://openprocessing.org/https://git 阅读全文
posted @ 2023-03-07 15:06 ®Geovin Du Dream Park™ 阅读(79) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// SelectPdf edit: geovindu,Geovin Du ///https://github.com/selectpdf/ ///https://www.nuget.org/packages/Select.Pdf/ ///https://github. 阅读全文
posted @ 2023-02-21 11:40 ®Geovin Du Dream Park™ 阅读(74) 评论(0) 推荐(0) 编辑
摘要: import javafx.application.Application; //https://gluonhq.com/products/javafx/ https://github.com/openjdk/jfx import javafx.fxml.FXMLLoader; //https:// 阅读全文
posted @ 2023-02-19 22:14 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml.Serialization; using System.Xml; namespace DuFul 阅读全文
posted @ 2023-02-11 09:49 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// https://learn.microsoft.com/zh-cn/ef/core/logging-events-diagnostics/simple-logging /// </summary> /// <param name="optionsBuilder"> 阅读全文
posted @ 2023-02-08 23:14 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: sql: create view ViewEmployeeMasters as select a.*,b.Name as 'DepartmentName',b.Code as 'DepartmentCode' from EmployeeMasters as a,DepartmentMaster as 阅读全文
posted @ 2023-02-07 22:35 ®Geovin Du Dream Park™ 阅读(47) 评论(0) 推荐(0) 编辑
摘要: /* function mappinghttps://learn.microsoft.com/en-us/ef/core/querying/user-defined-function-mapping view mapping public DbQuery<View_BookDetails> View 阅读全文
posted @ 2023-02-07 16:44 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 108 下一页