会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
零存
博客园
首页
新随笔
联系
订阅
管理
2020年6月16日
硬盘识别不了,显示盘符,读取不了,需要将其格式化。怎么操作
摘要: 硬盘识别不了,显示盘符,读取不了,需要将其格式化。怎么操作。只需只需命令chkdsk G:/f 【G表示盘符】,检查修复一下即可。十几分钟左右自动搞定
阅读全文
posted @ 2020-06-16 11:19 零存
阅读(2338)
评论(0)
推荐(0)
2019年10月8日
c# 对SOAP返回XML字符串的解析方法
摘要: 示例: 针对以上进行解析,解析代码
阅读全文
posted @ 2019-10-08 15:20 零存
阅读(2793)
评论(0)
推荐(0)
2018年12月5日
c#导出Excel
摘要: 使用IO流,使用文件流在磁盘创建一个 Excel 文件,然后使用流写入数据 public static void ExportExcel(DataTable dt) { string path = AppDomain.CurrentDomain.BaseDirectory + "Export/";
阅读全文
posted @ 2018-12-05 17:06 零存
阅读(178)
评论(0)
推荐(0)
2018年8月3日
sqlserver链接服务器
摘要: EXEC sp_addlinkedserver @server='别名', --链接服务器别名 @srvproduct='', @provider='SQLOLEDB', @datasrc='ip地址' --需要访问的的数据库所在的服务器的ip GO EXEC sp_addlinkedsrvlogi
阅读全文
posted @ 2018-08-03 10:45 零存
阅读(353)
评论(0)
推荐(0)
2018年7月23日
安装linux的磁盘划分
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-07-23 16:19 零存
阅读(2)
评论(0)
推荐(0)
2018年5月31日
Sql Server执行exe程序
摘要: --启用xp_cmdshell EXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO xp_cmdshell { 'command_string' } [ , no_output ] --执行EXEC xp_cmdshell 'C:\Sendpnemai
阅读全文
posted @ 2018-05-31 09:44 零存
阅读(1756)
评论(0)
推荐(0)
公告