上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页
摘要: 1.0 版本 1.1 服务器端 using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; usin 阅读全文
posted @ 2017-05-30 17:18 逍遥小天狼 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1 摇奖机 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using S 阅读全文
posted @ 2017-05-29 23:12 逍遥小天狼 阅读(213) 评论(0) 推荐(0) 编辑
摘要: “System.InvalidOperationException”类型的未经处理的异常在 System.Windows.Forms.dll 中发生 其他信息: 线程间操作无效: 从不是创建控件“label1”的线程访问它。 解决方法: 1 构造方法中添加 CheckForIllegalCrossT 阅读全文
posted @ 2017-05-29 17:04 逍遥小天狼 阅读(10834) 评论(0) 推荐(0) 编辑
摘要: 1 进程 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; nam 阅读全文
posted @ 2017-05-29 15:24 逍遥小天狼 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1 get Get方式将数据发送到服务端,那么会将用户在表单中的数据放置到浏览器的地址栏中发送到服务器 格式:表单元素name属性的值=用户输入的值 请求地址:http://localhost:59448/GetAndPost.ashx?txtName=123&txtPwd=123 接收方式: st 阅读全文
posted @ 2017-05-25 17:57 逍遥小天狼 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 说明:NPOI组件的使用 1 添加引用 2 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using S 阅读全文
posted @ 2017-05-22 17:57 逍遥小天狼 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 说明:使用微软提供的拼音组件ChnCharInfo.dll 1 方法一 //01 构建拼音对象 ChineseChar cc = new ChineseChar(txtHanZi.Text[0]); //02 创建拼音字符 string[] pinyin = cc.Pinyins.ToArray() 阅读全文
posted @ 2017-05-20 17:27 逍遥小天狼 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 说明:代码生成器有很多,我们目前介绍的是动软代码生成器 1 打开动软,连接数据库,新建项目,选择要生成的表和地址,生成 2 自定义模板生成 <#@ template language="c#" HostSpecific="True" #> <#@ output extension= ".cs" #> 阅读全文
posted @ 2017-05-19 10:49 逍遥小天狼 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 说明:版本控制器Svn的使用,安装教程不再多说 VisualSVN-Server--项目经理 TortoiseSVN--右击的时候显示 VisualSVN-- visual studio中使用 1 搭建服务器(项目经理) 1.1 启动服务 2.1 打开visualSVN-server 软件,并创建, 阅读全文
posted @ 2017-05-16 16:52 逍遥小天狼 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 说明:文档型关系数据库,多用于移动端 1.1 添加引用 ` 1.1.1 System.Data.SQLite.xml 1.1.2 System.Data.SQLite.dll 1.2 连接字符串的设置 string connStr = @"data source=F:\Users\home\Docu 阅读全文
posted @ 2017-05-16 13:18 逍遥小天狼 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页