上一页 1 2 3 4 5 6 7 8 9 10 ··· 51 下一页
摘要: 曾经以为ChatGpt 应该是无所不知道,无所不能的,但是就这个C# 解密用了两天时间来搞,gpt给的代码一直有各种bug,最后还是要靠搜索引擎Bing的帮助才找到了答案AES加密之CryptoJS与Java C#互相加密解密_梁金堂的博客-CSDN博客 这个文章提供了我查找的方向Port cryp 阅读全文
posted @ 2023-03-26 16:07 LuoCore 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: vite V3.0.0 vite.config.ts 引入插件报错(***** 不是函数) ·问题 #9414 ·Vitejs/Vite (github.com) 我的错误提示如下 ERROR failed to load config from D:\Work\TestCode\LuoCoreAd 阅读全文
posted @ 2023-03-24 14:12 LuoCore 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: using System.Diagnostics; // ... Process.Start("msedge", "https://www.luocore.com"); 阅读全文
posted @ 2023-03-23 11:08 LuoCore 阅读(707) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/li150dan/p/13492280.html //对字符进行UrlEncode编码 string text= System.Web.HttpUtility.UrlEncode("heart", System.Text.Encoding.UTF8); 阅读全文
posted @ 2023-03-22 11:40 LuoCore 阅读(3403) 评论(0) 推荐(0) 编辑
摘要: using OpenCvSharp; using NAudio.Wave; // 定义视频和音频的参数 int fps = 30; Size videoSize = new Size(640, 480); WaveFormat audioFormat = new WaveFormat(44100, 阅读全文
posted @ 2023-03-21 19:56 LuoCore 阅读(1704) 评论(3) 推荐(0) 编辑
摘要: jQuery取某个div下所有被选中的checkbox_weixin_36975992的博客-CSDN博客 var categoryCheckedInfo = $("#selectCaregory input:checked:checked"); if (categoryCheckedInfo.le 阅读全文
posted @ 2023-03-15 17:02 LuoCore 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 博客原链接:sql语句查询重复的数据 - 代码改变世界&1024 - 博客园 (cnblogs.com) 记录备份,防止以后找不到 查找所有重复标题的记录:SELECT *FROM t_info aWHERE ((SELECT COUNT(*)FROM t_infoWHERE Title = a.T 阅读全文
posted @ 2023-03-14 09:06 LuoCore 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 最近在写 ajax 提交的时候遇到一个问题,在执行 ajax 提交之后,浏览器页面自动刷新了,主要是没有 由于form 表单的默认提交行为。一下是几种阻止 form 表单默认提交行为的方式。 1.使用button 按钮提交表单的时候,要设置type="button" button在浏览器中默认的类型 阅读全文
posted @ 2023-03-11 19:23 LuoCore 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 只要在该input标签后添加autofocus="autofocus"即可代码实例:<html> <head></head> <body> 用户名:<input type="text" id="username" name="username" autofocus="autofocus"/><br/ 阅读全文
posted @ 2023-03-11 19:21 LuoCore 阅读(164) 评论(0) 推荐(0) 编辑
摘要: jq回调函数、jq一个函数执行完毕后再执行另一个函数 - small-match - 博客园 (cnblogs.com) jq回调函数第一版 复制代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </hea 阅读全文
posted @ 2023-03-10 17:22 LuoCore 阅读(342) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 51 下一页