摘要:
类图 源码 Command.java package com.demo; public interface Command { /** * 执行命令 */ void execute(); void redo(); /** * 撤销命令 */ void undo(); } Light.java pac 阅读全文
posted @ 2021-12-14 16:20
往心。
阅读(45)
评论(0)
推荐(0)
摘要:
类图 源码 ShoppingRequest.java package com.chain; public class ShoppingRequest { private String shoppingReason; private double billMoney; public ShoppingR 阅读全文
posted @ 2021-12-14 16:15
往心。
阅读(32)
评论(0)
推荐(0)
摘要:
类图 源码 (1) Customer.java package proxytest; public class Customer implements Person{ public void findLove(){ System.out.println("高富帅"); System.out.prin 阅读全文
posted @ 2021-12-14 16:13
往心。
阅读(25)
评论(0)
推荐(0)
摘要:
类图 源码 package weight; /** * 坐标类:外部状态类 * @author fly * */ class Coordinates { private int x; private int y; public Coordinates(int x,int y) { // TODO A 阅读全文
posted @ 2021-12-14 16:12
往心。
阅读(34)
评论(0)
推荐(0)
摘要:
桥接模式 类图 源码 package bridge; public interface Vehicle { public void drive(); } Car.java package bridge; public class Car implements Vehicle { @Override 阅读全文
posted @ 2021-12-14 16:02
往心。
阅读(37)
评论(0)
推荐(0)
摘要:
建造者模式 类图 源码 package com.bulid; public class Computer { private String cpu;//必须 private String ram;//必须 private int usbCount;//可选 private String keyboa 阅读全文
posted @ 2021-12-14 15:56
往心。
阅读(28)
评论(0)
推荐(0)
摘要:
类图 源码 package skinMan; public class Client { public static void main(String[] agrs) throws Exception { HumanFactory maleHumanFactory = new MaleFactory 阅读全文
posted @ 2021-12-14 15:54
往心。
阅读(30)
评论(0)
推荐(0)
摘要:
类图 源码 package jiami; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; public class DES implements Method { 阅读全文
posted @ 2021-12-14 15:49
往心。
阅读(39)
评论(0)
推荐(0)
摘要:
新建解决方案 清除解决方案 重新生成解决方案 发布应用程序 设置配置文件 重命名配置文件 发布后生成的文件 IIS安装 安装完成后,输入http://localhost/出现 打开IIS 添加自己的网站 选择“Visual Studio 2017”—>选择“Visual Studio Tools”— 阅读全文
posted @ 2021-12-14 09:40
往心。
阅读(136)
评论(0)
推荐(0)
摘要:
在我们开发的工程中,有时候会报[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax 阅读全文
posted @ 2021-12-14 09:30
往心。
阅读(1023)
评论(0)
推荐(0)

浙公网安备 33010602011771号