摘要: public Form1() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; } TcpListener tcpl = null; bool serverState = true; Thread thd; /// < 阅读全文
posted @ 2018-08-06 08:14 真是善良 阅读(108) 评论(0) 推荐(0) 编辑
摘要: public string Relication() { //实例化Type type = typeof(DbHelperSQL);//反射获取方法System.Reflection.MethodInfo[] methArray = type.GetMethods();StringBuilder s 阅读全文
posted @ 2018-07-30 07:51 真是善良 阅读(82) 评论(0) 推荐(0) 编辑
摘要: @model MODEL.biao @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Create</title> <script 阅读全文
posted @ 2018-07-30 01:53 真是善良 阅读(345) 评论(0) 推荐(0) 编辑
摘要: @model MODEL.biao @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Create</title> <script 阅读全文
posted @ 2018-07-30 01:52 真是善良 阅读(132) 评论(0) 推荐(0) 编辑
摘要: @using Webdiyer.WebControls.Mvc;@model PagedList<MODEL.biao>@{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=devic 阅读全文
posted @ 2018-07-30 01:51 真是善良 阅读(230) 评论(0) 推荐(0) 编辑
摘要: using MODEL;using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.Mvc;using BLL;using Ne 阅读全文
posted @ 2018-07-30 01:50 真是善良 阅读(108) 评论(0) 推荐(0) 编辑
摘要: dal adal = new dal(); /// <summary> /// 查询 /// </summary> /// <param name="bid"></param> /// <param name="bname"></param> /// <param name="age"></para 阅读全文
posted @ 2018-07-30 01:49 真是善良 阅读(246) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 查询 /// </summary> /// <param name="bid"></param> /// <param name="bname"></param> /// <param name="age"></param> /// <param name="li 阅读全文
posted @ 2018-07-30 01:48 真是善良 阅读(203) 评论(0) 推荐(0) 编辑
摘要: create table lei( lid int identity , lname varchar(30) )create table biao( bid int primary key identity , bname varchar(30) , age varchar(30) , lid in 阅读全文
posted @ 2018-07-29 22:42 真是善良 阅读(139) 评论(0) 推荐(0) 编辑
摘要: create table lei( lid int identity , lname varchar(30) )create table biao( bid int primary key identity , bname varchar(30) , age varchar(30) , lid in 阅读全文
posted @ 2018-07-29 21:07 真是善良 阅读(96) 评论(0) 推荐(0) 编辑