摘要: ;with t as (select 1 id union all select 2 union all select 3 union all select null) select case when 5 in (select id from t) then 1 when 5 not in (se 阅读全文
posted @ 2023-11-29 21:03 z.seven 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 官网:Ajax (remote data) | Select2 - The jQuery replacement for select boxes <!DOCTYPE html> <html> <head> <title>select2使用方法</title> <meta http-equiv="C 阅读全文
posted @ 2023-11-05 14:04 z.seven 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 当前使用的笔记本是09年刚出来工作买的三星笔记本,配置如下: 当前运行的是Q4os,运行顺畅,给力! 阅读全文
posted @ 2023-10-28 22:45 z.seven 阅读(2) 评论(0) 推荐(0) 编辑
摘要: git clone https://github.com/VSCodium/vscodium.git 修改点: 1.get_repo.sh 从build.env判断MS_COMMIT是否变更,未变更不拉取vscode源码 2.build/build.sh添加SKIP_PATCH="no",在上一步后 阅读全文
posted @ 2023-10-05 18:03 z.seven 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 参考:https://github.com/flutter/flutter/issues/85922 从github上拷贝替换:flutter\packages\flutter_tools\lib\src\windows\build_windows.dart和visual_studio.dart 整 阅读全文
posted @ 2021-12-15 17:21 z.seven 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: Psbuild Get-MsBuild返回的位置是在.net 4.0 Framework下,不是当前最新vs地址 $env:PSModulePath 在C:\Users\{CurrentUser}\Documents\WindowsPowerShell\Modules\PSBuild\psbuild 阅读全文
posted @ 2021-12-15 17:11 z.seven 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 安装flutter stable 配置环境变量 PUB_CACHE=X:\pub\Cache PUB_HOSTED_URL=https://mirrors.tuna.tsinghua.edu.cn/dart-pub FLUTTER_WEB_CANVASKIT_URL=https://cdn.jsde 阅读全文
posted @ 2021-12-14 17:32 z.seven 阅读(273) 评论(0) 推荐(1) 编辑
摘要: 单元格:View Code /// <summary> /// radio button单元格 /// </summary> /// <remarks>绑定数据后不能在构造函数中修改属性</remarks> public class DataGridViewRadioButtonCell : DataGridViewTextBoxCell { Point radioButtonLocation; Size radioButtonSize; Point _cellLocation = new Point(); ... 阅读全文
posted @ 2013-02-26 21:01 z.seven 阅读(887) 评论(1) 推荐(0) 编辑
摘要: 解析: /// <summary> /// 获取产品配置规则(重复产品配置,将重复执行) /// </summary> /// <param name="type">类型JingDong,YinTai</param> /// <returns>规则列表</returns> public static IList<Model.LocalRule.ProductRule> GetProductRules(string type) { IList<Model.LocalRule.P... 阅读全文
posted @ 2012-08-26 09:18 z.seven 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 电子商务促销,买赠活动配置:规则实例:[2012-08-24 09:30:00~2012-08-27 09:30:00](rg000816)[(5N,{N=}),(,{N-1=})]|(rg001963)[(2N,{2N=bz000022}),(2N-1,{2N-1=bz000022})]解释:商品rg000816在2012-08-24 09:30:00到2012-08-27 09:30:00之间进行买5送一;商品rg001963不限制时间,买一件送一件商品bz000022相关类:ProductRule.csusing System;using System.Collections.Gener 阅读全文
posted @ 2012-08-26 09:12 z.seven 阅读(249) 评论(0) 推荐(0) 编辑