象棋软件2019最强引擎,象棋软件2019最强引擎,象棋软件2019最强引擎。。
2021-11-29 13:00:32 1.2MB 象棋软件 象棋引擎 象棋
1
C# Asprise OCR 15.3 32位最新破解(1.去弹窗 2.100单词限制 3.过试用期限制)
2021-11-29 09:35:45 27.08MB Asprise OCR 15.3 32位元
1
易语言右下角弹窗慢慢出来源码,弹窗程序
2021-11-28 20:00:18 8KB 弹窗程序
1
html的28个弹出提示代码,包含带有箭头的弹出提示等等
2021-11-27 21:13:11 2.52MB html 弹窗 jQuery
1
html网页弹窗
2021-11-27 21:06:14 925B 弹窗
1
private string savefile(string content) { try { #region 保存文章内容为html文件 DateTime dt = DateTime.Now; //设置文件夹路径 string directory = @"D:\"; //文件名称 以时间命名 避免重名 string filename = dt.Year.ToString() + dt.Month.ToString() + dt.Day.ToString() + dt.Hour.ToString() + dt.Minute.ToString() + dt.Second.ToString() + dt.Millisecond.ToString(); //文件扩展名 可根据具体需要修改 string othername = @".html"; //文件保存完整路径 string path = directory + filename + othername; //验证文件夹是否存在 不存在则创建 if (!Directory.Exists(directory)) { Directory.CreateDirectory(directory); } //以创建文件的方式写入内容 FileStream fs = new FileStream(path, FileMode.CreateNew, FileAccess.Write); StreamWriter sw = new StreamWriter(fs, System.Text.Encoding.Default); sw.WriteLine(content); sw.Close(); fs.Close(); return @"D:/" + filename + othername;//返回文件存储路径 #endregion } catch (Exception ex) { //错误处理 return ""; } }
2021-11-26 22:05:15 1KB 文件保存
1
小程序-弹窗
2021-11-26 18:08:51 10KB 小程序 dialog modal
1
H5alert弹窗提示各种例子,带样式非常的漂亮。有必要的同事可以下载下来看看
2021-11-26 12:01:51 36KB H5弹窗提示
1
主要为大家详细介绍了jquery实现弹窗系统提示框效果,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
2021-11-25 09:38:10 30KB jquery 弹窗 提示框
1
NULL 博文链接:https://snowelf.iteye.com/blog/991396
2021-11-17 12:45:20 989B 源码 工具
1