1.设计一个简易的地铁计费系统 乘坐地铁需要记录乘坐时间,离开时间,费用扣款,并且显示详细的信息 2.(乘坐编号,kaishi乘坐时间,Onuse是否使用) 数据库连接代码:` package wbsys.entity; import java.sql.*; public class Lianjie ...
分类:
其他好文 时间:
2021-04-09 13:00:20
阅读次数:
0
将服务寄宿与控制台: using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.ServiceModel.Description; using ...
分类:
其他好文 时间:
2021-04-06 14:33:05
阅读次数:
0
先创建后台实体类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System. ...
自定义学生类 public class Student { public int Id { get; set; } public string Name { get; set; } public int ClassId { get; set; } public int Age { get; set; ...
分类:
其他好文 时间:
2021-03-31 12:08:29
阅读次数:
0
一、wapper介绍 Wrapper : 条件构造抽象类,最顶端父类 AbstractWrapper : 用于查询条件封装,生成 sql 的 where 条件 QueryWrapper : Entity 对象封装操作类,不是用lambda语法 UpdateWrapper : Update 条件封装, ...
分类:
其他好文 时间:
2021-03-30 13:20:04
阅读次数:
0
###### base64_编码 如果在linux上直接运行base64命令,则是对字符串进行编码在python和go语言中,需要将字符串转换成字节才能进行base64编码,两者的结果不一样 echo "Hello World" | base64 ###### read_同时为多个变量赋值 命令结果 ...
分类:
系统相关 时间:
2021-03-29 12:32:57
阅读次数:
0
using System; //导入命名空间 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lesson_one //这里 ...
SQLMANAGE 数据库连接管理 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;u ...
分类:
数据库 时间:
2021-03-12 14:16:14
阅读次数:
0
官方文档:https://github.com/alibaba/fastjson/wiki/JSONPath Entity entity = new Entity(123, new Object());JSONPath.eval(entity, "$.value")); API public cla ...
分类:
编程语言 时间:
2021-03-11 14:23:45
阅读次数:
0
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:
其他好文 时间:
2021-03-10 13:11:51
阅读次数:
0