会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
30
下一页
2022年8月12日
MVC修改为X64平台设置方法
摘要: Change this in VS: Tools | Options | Projects and Solutions | Web Projects | Use the 64 bit version of IIS Express
阅读全文
posted @ 2022-08-12 11:49 人生为卒
阅读(45)
评论(0)
推荐(0)
2022年8月3日
echarts 柏拉图
摘要: https://echarts.apache.org/examples/zh/editor.html?c=line-simple app.title = '柏拉图'; option = { //标题 title:{ text: '柏拉图', left:'center' //居中显示 }, //添加横
阅读全文
posted @ 2022-08-03 10:06 人生为卒
阅读(441)
评论(0)
推荐(0)
2022年5月21日
DevExpress编辑模板
摘要: 步骤:DevExpress Mode Center >> reporting >> winform reports >> lbel report >> run ribbon designer >> 弹出编辑操作画面
阅读全文
posted @ 2022-05-21 14:51 人生为卒
阅读(92)
评论(0)
推荐(0)
2022年3月31日
Visual Studio 2019 许可证过期
摘要: 转发: https://www.cnblogs.com/ring5/p/15245079.html Visual Studio 2019 许可证过期,登录微软账户也不行,一直提示点击更新许可证,”无法下载许可证,请检查你的网络连接或代理设置“ 解决方案:找到VS2019安装目录,找到Common7/
阅读全文
posted @ 2022-03-31 16:12 人生为卒
阅读(4182)
评论(0)
推荐(0)
2022年3月9日
SQL多行数据分组后合并某个字段
摘要: 转载 :https://www.cnblogs.com/DONET-LC/p/14510440.html --多行数据分组后合并某个字段 declare @tabs table(tId int,name nvarchar(10)) insert @tabs values (1,'linda'), (
阅读全文
posted @ 2022-03-09 10:37 人生为卒
阅读(632)
评论(0)
推荐(0)
2022年2月15日
VS2019 nuget设置
摘要: 添加的两个地址: 网络地址包: https://api.nuget.org/v3/index.json https://www.nuget.org/api/v2/ 本地离线包: C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
阅读全文
posted @ 2022-02-15 16:32 人生为卒
阅读(674)
评论(0)
推荐(1)
2022年2月14日
sql group 拼接字段
摘要: SELECT m1.ID,m1.ProduceDate,m1.TypeFlag,m1.[LineNo],m2.LineName, STUFF(( SELECT ',' + cast(ms.[ID] as varchar)+':'+ cast(ms.PlanAmount as varchar) --需
阅读全文
posted @ 2022-02-14 10:47 人生为卒
阅读(430)
评论(0)
推荐(0)
2022年2月8日
委托的写法
摘要: using System; namespace weituo { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); Console.WriteLine("写法一!"); func1
阅读全文
posted @ 2022-02-08 15:00 人生为卒
阅读(49)
评论(0)
推荐(0)
c# 复制对象
摘要: #region 复制对象 #region MyRegion private static Dictionary<string, object> _Dic = new Dictionary<string, object>(); public static TOut TransExp<TIn, TOut
阅读全文
posted @ 2022-02-08 11:52 人生为卒
阅读(334)
评论(0)
推荐(0)
2022年1月27日
重置Trigger计时器
摘要: 如果系统时间往前调整,不会触发Trigger计时 方法:①重启程序 ②重置Trigger计时 /// <summary> /// 任务调度对象 /// </summary> protected static IScheduler m_scheduler; //重置计时器 foreach (strin
阅读全文
posted @ 2022-01-27 11:52 人生为卒
阅读(74)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
30
下一页
公告