10 2017 档案
摘要:C#播放FLV视频//记录播放视频文件路径 private void ChangeFlv(string path) { //获取XML文件的路径 xmlPath = Application.StartupPath.ToString(); xmlPath = xmlPath.Substring(0,
阅读全文
摘要:如果对您有帮助 请关注我:林新 C#复习笔记 第一章 1.变量: 基本数据类型:byte short int long float a = 6.5f; double char bool decimal b = 1000.99m; (有符号和无符号:有符号分正负 无符号只能表示正数 int表示有符号
阅读全文
摘要:using System; using System.Collections.Generic; //using System.Linq; using System.Text; //using System.Threading.Tasks; using System.Data; using Syste
阅读全文
摘要:如果对您有帮助 请关注我:林新 using System.Data.SqlClient; string conn = @"server=USER-20170520ES\SQLEXPRESS;database=Music;uid=sa;pwd=sa"; 创建SQL语句,支持模糊搜索,如果不输入,就等于
阅读全文
摘要:如果对您有帮助 请关注我: 林新 出现 Files 的值“ < < < < < < < .mine”无效。路径中具有非法字符。找:csproj.FileListAbsolute.txt DAL 层 删 DeBug 下面的 bin 东西 窗体最小化 this.WindowState = FormWin
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u
阅读全文