摘要: <script> $().ready(function () { // 在键盘按下并释放及提交后验证提交表单 $("#form1").validate({ errorElement: "em", //errorElement: 错误消息的html标签,默认用label显示错误信息,可以通过error 阅读全文
posted @ 2023-02-28 21:16 Forbid404 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 问题描述:手里有几个.babylon格式的三维模型,但是没用过babylon,只对ThreeJS熟悉;但是最新的ThreeJS里发现已经没有BabylonLoader的加载器,能查到的暮志未晚提供的例子,应该是因为Three.js版本不一样导致在新的里边不能用(也应该是自己水平不行没能解决这个问题。 阅读全文
posted @ 2023-01-10 14:05 Forbid404 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: 字段 A 44 A 键。 AbntC1 147 ABNT_C1(巴西)键。 AbntC2 148 ABNT_C2(巴西)键。 Add 85 加号键。 Apps 72 应用程序键 (Microsoft Natural Keyboard)。 也称为菜单键,因为它显示特定于应用程序的上下文菜单。 Attn 阅读全文
posted @ 2022-05-25 19:13 Forbid404 阅读(2409) 评论(0) 推荐(0) 编辑
摘要: public class PrintDialogHelper { private const string PrintServerName = "DESKTOP-49LV5U6"; private const string PrintName = "80mm Series Printer"; pub 阅读全文
posted @ 2022-05-25 10:25 Forbid404 阅读(99) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 金额转换成中文大写金额 /// </summary> /// <param name="LowerMoney">eg:10.74</param> /// <returns></returns> public string MoneyToUpper(string L 阅读全文
posted @ 2022-05-21 17:06 Forbid404 阅读(6) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Media.Imaging;using System.Drawing;using System 阅读全文
posted @ 2022-05-21 16:36 Forbid404 阅读(266) 评论(0) 推荐(0) 编辑
摘要: public enum LogLevelEnum { [Description("未分配")] None = 0, [Description("非常重要")] Critical = 1, [Description("重要")] Important = 2, [Description("一般")] N 阅读全文
posted @ 2022-05-07 10:18 Forbid404 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 问题描述 项目中要求能不断拍照并更新显示图片,使用FileStream在本地创建了图片文件; 当下次重新拍照前删除之前拍过的图片时,提示“System.IO.IOException: 文件“xxx”正由另一进程使用,这是因为FileStream在创建本地图片后,没有及时的释放掉资源。 解决办法: 可 阅读全文
posted @ 2022-04-30 16:19 Forbid404 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1 下载phpStudy 作为本地开发服务器 hpStudy下载后解压安装。安装完成后启动服务。如下: 2 打开phpStudy的安装目录,进入到安装目录的 PHPTutorial \ WWW 文件夹中。 将本地的ThreeJS示例文件夹拷贝在当前文件夹,如下图: 3 打开vhosts.conf文件 阅读全文
posted @ 2021-01-18 15:51 Forbid404 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 作者:小曾出处:http://www.cnblogs.com/1996V/p/7700087.html 有很多朋友有的因为兴趣,有的因为生计而走向了.Net中,有很多朋友想学,但是又不知道怎么学,学什么,怎么系统的学,为此我以我微薄之力总结归纳写了一篇.Net web开发技术栈,以此帮助那些想学,却 阅读全文
posted @ 2020-11-02 09:47 Forbid404 阅读(288) 评论(0) 推荐(0) 编辑