会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小太阳yl
博客园
首页
新随笔
联系
订阅
管理
2019年12月10日
运行vs2019时候,提示无法启动 IIS Express Web服务器
摘要: 一,报错截图 二,解决方法: 可能原因:误操作执行了:Sc config http start= disabled 解决:cmd执行:sc config http start= demand & net start http 注意:上面执行如果出现如下的报错: 则继续输入: net start ms
阅读全文
posted @ 2019-12-10 12:10 小小程序媛1116
阅读(3677)
评论(1)
推荐(2)
2018年1月10日
在主机没有安装office软件的情况下,Word转HTML页面
摘要: 添加引用dll文件(Aspose.Words)--这里其实可以用于转换为xml等多种格式,我只用于转为HTML string docName="D:\\1.doc"; Aspose.Words.Document doc = new Aspose.Words.Document(docName); do
阅读全文
posted @ 2018-01-10 11:27 小小程序媛1116
阅读(139)
评论(0)
推荐(0)
2017年11月27日
HTML转换为PDF
摘要: <html> <head> <title><title> </head> <body> <div><buttion id='btn_htmlToPdf'></buttion></div> <div id="content"> <ul> <li>Are you going to Scarborough
阅读全文
posted @ 2017-11-27 14:50 小小程序媛1116
阅读(291)
评论(0)
推荐(0)
2017年2月27日
对 c#winform datagridview 单个单元格的控制(改变单个单元格的背景色)
摘要: private void dataGridView1_RowPrePaint(object sender, DataGridViewRowPrePaintEventArgs e) { DataGridViewRow dgr = dataGridView1.Rows[e.RowIndex]; try
阅读全文
posted @ 2017-02-27 16:46 小小程序媛1116
阅读(6635)
评论(0)
推荐(0)
2017年1月10日
页面的离开和关闭事件
摘要: <script> var t; window.onbeforeunload=function(){ setTimeout(function(){t=setTimeout(onunloadcancel,0)},0); return "确认离开"; } window.onunloadcancel=fun
阅读全文
posted @ 2017-01-10 17:09 小小程序媛1116
阅读(343)
评论(0)
推荐(0)
2016年11月11日
文本框的简繁体转换
摘要: 简繁体的转换
阅读全文
posted @ 2016-11-11 09:41 小小程序媛1116
阅读(689)
评论(0)
推荐(0)
公告