会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天道酬勤!!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
31
32
33
34
35
36
37
38
39
···
105
下一页
2021年4月30日
sql数据库撑满硬盘的解决办法
摘要: 1 停掉 sql 服务 2 剪切 数据库和日志文件 到控件较大的盘 3 启动数据库 4 删掉原数据库 5 附加 剪切走的数据库即可 一定要做 维护计划定期 收缩 日志文件
阅读全文
posted @ 2021-04-30 19:33 simadi
阅读(910)
评论(0)
推荐(0)
2021年4月29日
腾讯云 实时音频trtc 技术交流网站
摘要: https://www.rtcgeek.com/ 交流
阅读全文
posted @ 2021-04-29 17:15 simadi
阅读(97)
评论(0)
推荐(0)
2021年4月28日
WPF超级链接
摘要: 一、添加样式 <Style x:Key="LinkLabelStyle"> <Setter Property="Control.Padding" Value="0" /> <Setter Property="Control.VerticalAlignment" Value="Center" /> <
阅读全文
posted @ 2021-04-28 10:16 simadi
阅读(253)
评论(0)
推荐(0)
2021年4月27日
sqlite "insert or replace" 和 "insert or ignore" 用法
摘要: insert or replace:如果不存在就插入,存在就更新insert or ignore:如果不存在就插入,存在就忽略只对UNIQUE约束的字段起作用。如图:举例:建表:CREATE TABLE TEST(id BIGINT, name text, birthday datetime, PR
阅读全文
posted @ 2021-04-27 21:57 simadi
阅读(1127)
评论(0)
推荐(0)
2021年4月26日
C#日期格式精确到毫秒
摘要: 有时候我们要对时间进行转换,达到不同的显示效果 默认格式为:2009-6-24 14:33:34 如果要换成成200906,06-2009,2009-6-24或更多的该怎么办呢 我们要用到:DateTime.ToString的方法(String, IFormatProvider) using Sys
阅读全文
posted @ 2021-04-26 10:18 simadi
阅读(406)
评论(0)
推荐(0)
2021年4月22日
国人开发的免费开源wpf ui控件库 handycontrol
摘要: 官网 https://handyorg.gitee.io/handycontrol/quick_start/ https://gitee.com/handyorg/HandyControl https://github.com/HandyOrg/HandyControl/blob/master/RE
阅读全文
posted @ 2021-04-22 16:40 simadi
阅读(7550)
评论(0)
推荐(0)
ui设计网站
摘要: http://so.uigreat.com/
阅读全文
posted @ 2021-04-22 15:21 simadi
阅读(66)
评论(0)
推荐(0)
2021年4月21日
Octotree:树形展示 Github 项目代码
摘要: Browser extension (Chrome, Firefox, Edge, Opera, Safari) github 代码树形结构 安装 Octotree 浏览器扩展即可
阅读全文
posted @ 2021-04-21 16:45 simadi
阅读(95)
评论(0)
推荐(0)
2021年4月19日
exe程序图标设置
摘要: 1 下载png图片 https://www.iconfont.cn/ 查找素材,下载64的png图片 2 转成ico图片 https://www.bitbug.net/ 在线转换 3 程序里设置
阅读全文
posted @ 2021-04-19 10:47 simadi
阅读(165)
评论(0)
推荐(0)
2021年4月17日
WPF控件主题样式,含21种不同风格漂亮主题(2021修正版)
摘要: 从csdn下载的结果不能用,修正后可以了。 下载地址 https://download.csdn.net/download/simadi/16731399 WPF控件主题资源,包括TabControl、ListBox、ComboBox、Button、ToggleButton、RadioButton、
阅读全文
posted @ 2021-04-17 18:33 simadi
阅读(2364)
评论(1)
推荐(1)
上一页
1
···
31
32
33
34
35
36
37
38
39
···
105
下一页
公告