08 2016 档案

摘要:https://alpha.wallhaven.cc/ 阅读全文
posted @ 2016-08-24 13:26 尘梦 阅读(267) 评论(0) 推荐(0) 编辑
摘要:实现逻辑: 根据票号前戳+生成的6位数据编号=收据号(010+000001=010000001) 作废票号 将票号作废,插入到编号表中,以此下次在使用 作废票号使用 编号表中 现在只有2,当我作废1的时候,表中就有1 2 值了 假如我现在的作废号为010000001,我表中插入1的值,因此 我下次在 阅读全文
posted @ 2016-08-16 14:17 尘梦 阅读(262) 评论(0) 推荐(0) 编辑
摘要:DataTable dt = new DataTable(); dt.Columns.Add("id", typeof(System.String)); DataRow row = dt.NewRow(); row["id"] = "sdsd"; dt.Rows.Add(row); DataTabl 阅读全文
posted @ 2016-08-12 09:43 尘梦 阅读(143) 评论(0) 推荐(0) 编辑
摘要:财务收费系统补充数据库表 1、 学生表(F_Student) 名称 代码 数据类型 强制性的 ID s_ID int TRUE 学生姓名 Stu_name varchar (50) TRUE 身份证号 stu_Card varchar(18) TRUE 年级 stu_ear int TRUE 专业 阅读全文
posted @ 2016-08-05 11:14 尘梦 阅读(917) 评论(0) 推荐(0) 编辑
摘要:子 阳水 4 丑 阴土 5寅 阳木 6卯 阴木 7辰 阳土 8巳 阴火 9午 阳火 10未 阴土 11申 阳金 0酉 阴金 1戌 阳土 2亥 阴水 3 甲 阳木 4已 阴木 5 丙 阳火 6丁 阴火 7 戊 阳土 8己 阴土 9 庚 阳金 0辛 阴金 1 壬 阳水 2葵 阴水 3 阅读全文
posted @ 2016-08-04 10:51 尘梦 阅读(394) 评论(0) 推荐(0) 编辑
摘要:Email整体项目 引用其他类 抽象 使用 阅读全文
posted @ 2016-08-04 09:35 尘梦 阅读(169) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 打印机 { public class print { private static print instace = null; static object ce=... 阅读全文
posted @ 2016-08-01 11:27 尘梦 阅读(161) 评论(0) 推荐(0) 编辑