2017年10月9日

摘要: ... 阅读全文
posted @ 2017-10-09 15:20 CCCCCC1129 阅读(138) 评论(0) 推荐(0) 编辑

2017年8月29日

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using Sys 阅读全文
posted @ 2017-08-29 16:08 CCCCCC1129 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: //链接数据库并添加数据,winform窗口 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.L 阅读全文
posted @ 2017-08-29 12:11 CCCCCC1129 阅读(346) 评论(0) 推荐(0) 编辑

2017年8月27日

摘要: static void Main(string[] args) { #region indexof//用法 //string str = "今天天气"; //int index= str.IndexOf("天",0);//从哪里开始找直到结尾 //int sum = 0; //for (int i 阅读全文
posted @ 2017-08-27 18:11 CCCCCC1129 阅读(148) 评论(0) 推荐(0) 编辑

导航