摘要:
public Form1() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; } TcpListener tcpl = null; bool serverState = true; Thread thd; /// < 阅读全文
摘要:
public string Relication() { //实例化Type type = typeof(DbHelperSQL);//反射获取方法System.Reflection.MethodInfo[] methArray = type.GetMethods();StringBuilder s 阅读全文
摘要:
@model MODEL.biao @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Create</title> <script 阅读全文
摘要:
@model MODEL.biao @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Create</title> <script 阅读全文
摘要:
@using Webdiyer.WebControls.Mvc;@model PagedList<MODEL.biao>@{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=devic 阅读全文
摘要:
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 阅读全文
摘要:
dal adal = new dal(); /// <summary> /// 查询 /// </summary> /// <param name="bid"></param> /// <param name="bname"></param> /// <param name="age"></para 阅读全文
摘要:
/// <summary> /// 查询 /// </summary> /// <param name="bid"></param> /// <param name="bname"></param> /// <param name="age"></param> /// <param name="li 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文