上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页
摘要: private void button1_Click(object sender, EventArgs e) { //清除Series chart1.Series.Clear(); Random randon = new Random(); //添加第一个Series chart1.Series.A 阅读全文
posted @ 2020-04-17 18:42 liessay 阅读(482) 评论(0) 推荐(0)
摘要: 显示分组面板 gridView1.OptionsView.ShowGroupPanel = true; 是否开启多选 gridView1.OptionsSelection.MultiSelect = true; 多选模式(开启多选生效),行选择、单元格选择,CheckBox选择 //单元格选择 gr 阅读全文
posted @ 2020-04-16 13:35 liessay 阅读(930) 评论(0) 推荐(0)
摘要: using System; using System.Data; using System.Windows.Forms; using DotNet.Utilities; namespace WindowsFormsApp1 { public partial class Form1 : Form { 阅读全文
posted @ 2020-04-16 12:48 liessay 阅读(746) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-01-16 19:21 liessay 阅读(1083) 评论(0) 推荐(0)
摘要: //每次保存后自动格式化 "editor.formatOnSave": true, // #每次保存的时候将代码按eslint格式进行修复 "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, // #让函数(名)和后面的括号之间 阅读全文
posted @ 2020-01-16 09:13 liessay 阅读(609) 评论(0) 推荐(1)
摘要: Model层Region.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebApplication1.Models { public class R 阅读全文
posted @ 2020-01-15 22:01 liessay 阅读(917) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e 阅读全文
posted @ 2020-01-14 15:25 liessay 阅读(3215) 评论(0) 推荐(0)
摘要: 拼接sql语句会造成sql注入,注入演示 namespace WindowsFormsApp1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_C 阅读全文
posted @ 2019-12-11 09:05 liessay 阅读(794) 评论(0) 推荐(0)
摘要: Form2 Form1 效果 阅读全文
posted @ 2019-12-10 08:35 liessay 阅读(240) 评论(0) 推荐(1)
摘要: View Controller 阅读全文
posted @ 2019-11-29 14:40 liessay 阅读(214) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页