随笔分类 -  问题汇总

摘要:一.问题: SQLServer数据库写入的时候出现了错误如下:SQL Error (3621): String or binary data would be truncated The statement has been terminated. */ 二.原因 数据库表结构中字段定义的长度比实际 阅读全文
posted @ 2022-02-15 11:44 笑笑未来 阅读(956) 评论(1) 推荐(0) 编辑
摘要:一、js截取某个字符串前面的内容 eg: birthdate.match(/(\S*)T/)[1].replace(/-/g, "/") 二、常用截取 1.js截取两个字符串之间的内容 var str = "aaabbbcccdddeeefff"; str = str.match(/aaa(\S*) 阅读全文
posted @ 2022-02-14 11:35 笑笑未来 阅读(1603) 评论(0) 推荐(0) 编辑
摘要:一、字符串截取问题: //1.<Case No.> = <Centre Code>/current year/#####, ##### = same no. from <Case Profile No> Case Profile No:CAP-0001003-2022-00143 Case No.: 阅读全文
posted @ 2022-02-14 09:54 笑笑未来 阅读(4907) 评论(0) 推荐(0) 编辑
摘要:1.C#判断字符判断为空或者空格(20200408) 2.如何去掉C#字符串前后的空格 (20200408) 3.IIS 发布出去未能加载文件或程序集“UHFReader”或它的某一个依赖项。试图加载格式不正确(20200408) 4.XAF GroupOperator合并查询筛选条件(202004 阅读全文
posted @ 2020-04-08 10:39 笑笑未来 阅读(124) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示