随笔 - 9  文章 - 0 评论 - 0 阅读 - 4135
< 2025年6月 >
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12

摘要: 新建文件名称: vscode.reg 文件内容: Windows Registry Editor Version 5.00 ; Open files [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] @="Edit with VS Code" "Icon"= 阅读全文
posted @ 2021-03-16 14:40 code魔布 阅读(373) 评论(0) 推荐(0)
摘要: 1类库右键属性->设置生成 2.把生成的xml文件复制到和引用类库同一个文件夹 阅读全文
posted @ 2020-12-03 10:04 code魔布 阅读(150) 评论(0) 推荐(0)
摘要: /** * 判断某个字符串是否包括查询得匹配字符串 * @param {*} value 匹配字符串 */ String.prototype.contains = function (value) { try { if (value.length == 0) { return true; } ret 阅读全文
posted @ 2020-11-09 13:49 code魔布 阅读(199) 评论(0) 推荐(0)
摘要: 1.npm i layui-src 下载layui包 2.在main.js 引入css文件,在index.html引用会报错,不知道为什么,import方式导入没有问题 3.在public文件夹下的 index.html 引入 layui.js 4.好了可以用了,这里的是dropdown控件官网没有 阅读全文
posted @ 2020-11-03 08:29 code魔布 阅读(707) 评论(0) 推荐(0)
摘要: vs code 输入/** 自动提醒 阅读全文
posted @ 2020-10-31 17:20 code魔布 阅读(291) 评论(0) 推荐(0)
摘要: table.select("where条件包括<>"),查询后数据会默认排序,按照第一列 第二列,依次排序。这种方式会把原有的数据顺序打乱。 处理方法: DataView dv = table.DefaultView; dv.RowFilter = $"where条件";//如果不需要排序;如果需要 阅读全文
posted @ 2020-10-30 22:47 code魔布 阅读(1461) 评论(0) 推荐(0)
摘要: 1.路径提示工具 Path Intellisense 2.中文语言包:Chinese (Simplified) Language Pack for Visual Studio Code 3.SVN项目管理工具:TortoiseSVN 4.Vue开发工具:Vetur 5.在浏览器打开:View In 阅读全文
posted @ 2020-10-23 12:43 code魔布 阅读(111) 评论(0) 推荐(0)
摘要: 一顿疯狂找原因 原来把字段设置成了 char(10),设置成可变长度就可以了 阅读全文
posted @ 2020-08-21 15:34 code魔布 阅读(641) 评论(0) 推荐(0)
摘要: 解决方案: skinEngine1.SkinDialogs = false; 阅读全文
posted @ 2014-07-29 22:11 code魔布 阅读(202) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示