Let's go
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 58 下一页
摘要: 单列布局案例: 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"/> <title>单列布局</title> </head> <style> body{ margin:0; } .box{ width:960px; margin:0 阅读全文
posted @ 2020-11-18 13:15 chenze 阅读(2119) 评论(0) 推荐(0)
摘要: 一、 创建Windows 窗体应用(.NET Framework)项目 1.将窗体 StartPosition 设置为 CenterScreen 2.Test设置为:基于Scoket实现TCP服务器 后台代码: public partial class Form1 : Form { public F 阅读全文
posted @ 2020-11-16 22:04 chenze 阅读(167) 评论(0) 推荐(0)
摘要: 一、 效果图 代码: @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>EchartsViewTwo</title> <scri 阅读全文
posted @ 2020-11-12 20:07 chenze 阅读(132) 评论(0) 推荐(0)
摘要: 一、 1.C#中值类型和引用类型分别包含哪些,分别列举一下 值类型:Sbyte, short, int, long, byte, ushort, char, ulong 引用类型包括:数组,用户定义的类、接口、委托,object,字符串 2.关键词ref和out的作用是什么?它们有什么区别? ref 阅读全文
posted @ 2020-11-04 15:48 chenze 阅读(181) 评论(0) 推荐(0)
摘要: 一、 1.先创建一个System.xml的文件 <?xml version="1.0" encoding="utf-8" ?> <systems> <system> <name>测试A</name> <code>testA</code> <datasource>Data Source=.;Initi 阅读全文
posted @ 2020-10-27 16:29 chenze 阅读(141) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 58 下一页
有事您Q我