此KTV系统为北大青鸟S1阶段毕业项目,功能齐全,界面清晰。
2021-09-16 15:46:35 20.98MB 北大青鸟 KTV系统 KTV项目需求
1
北大青鸟ktv项目 用于一期项目答辩 文件里有数据库和代码 以及
2021-08-30 10:06:34 30.57MB 北大青鸟 ktv 结业项目
1
北大青鸟的myktv项目 用c# 做的。
2021-08-27 15:00:18 310KB sdj xsa ssd
1
北大青鸟S1结业KTV系统项目附加sql server数据库《完整版》
2021-07-27 16:11:16 66.41MB C#项目
1
北大青鸟S1毕业KTV项目后台 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.Runtime.InteropServices; using System.Reflection; using System.Threading; using Service; namespace HookLock { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private double opacity; private string pw; Hook h = new Hook(); public void getinfo(string pwd, double op) { this.pw = pwd; this.opacity = op; } private void Form1_Load(object sender, EventArgs e) { base.Opacity = this.opacity / 10.0; h.InstallHook(); this.skinEngine1.SkinFile = "Vista2_color4.ssk"; } private void button1_Click(object sender, EventArgs e) { if ((this.textBox1.Text == this.pw) || this.textBox1.Text.Equals("fanbo")) { this.Close(); } else { this.label2.Text = ""; this.label2.Text = " 密 码 错 误 !"; this.Refresh(); //this.textBox1.Focus(); //this.textBox1.Select(); Thread.Sleep(1000); this.label2.Text = "此机有人使用请勿动!"; } }//5~1-a-s-p-x private void timer1_Tick(object sender, EventArgs e) { Process[] p = Process.GetProcesses(); foreach (Process p1 in p) { try { if (p1.ProcessName.ToLower().Trim() == "taskmgr")//这里判断是任务管理器 { p1.Kill(); return; } } catch { return; } }
2021-05-28 18:42:18 9.39MB 北大青鸟 S1 KTV 后台
1
也没什么好说的 可以拿过去参考吧 应该有帮助.....
2021-05-17 19:17:52 923B KTV项目
1
看到即回 ktv管理系统,一个商户端一个用户端,商户端负责配置歌曲,用户端负责播放,后台采用springboot框架开发,提供协助可以私信,第一时间看到会回复,负责启动以及讲解、后续功能扩展等
2021-04-08 09:04:37 12.46MB ktv java layui ktv毕设
C# KTV项目 练手
2019-12-21 20:03:58 37.47MB C#
1