会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尊上
博客园
首页
新随笔
联系
订阅
管理
2019年4月11日
ASP.NET获取IP地址
摘要: public static string GetRealIP() { string result = System.Web.HttpContext.Current.Request.Headers["Cdn-Src-Ip"]; if(string.IsNullOrEmpty(result)) { re
阅读全文
posted @ 2019-04-11 16:07 磬音
阅读(452)
评论(2)
推荐(1)
2018年8月7日
ASP.NET MVC 导入Excel文件
摘要: 1.View部分内容示例如下: <form method="post" enctype="multipart/form-data" action="/Position/ImportExcel" class="form-group"> <input name="file" type="file" id
阅读全文
posted @ 2018-08-07 17:15 磬音
阅读(3225)
评论(3)
推荐(0)
2018年4月17日
ASP.NET调用dos命令获取交换机流量
摘要: protected void btn_Cisco_Click(object sender, EventArgs e) { try { string ip = txt_ip.Value; string community = txt_ttm.Value; string oid = txt_oid.Va
阅读全文
posted @ 2018-04-17 18:05 磬音
阅读(365)
评论(0)
推荐(0)
2018年3月1日
ASP.NET Excel导出
摘要: 1.以下是Excel导出的具体功能 protected void btn_Export_Click(object sender, EventArgs e) { string FileID = ""; if (Request.QueryString["fujian"] != null && Reque
阅读全文
posted @ 2018-03-01 15:54 磬音
阅读(826)
评论(1)
推荐(1)
Oracle 导出导入命令
摘要: 导入命令 : imp YG_XSOA_NEW/kingo@20.14.12.14/XSSJZX file=d:\daochu.dmp full=y 导出命令: exp YG_XSOA_NEW/kingo@20.14.12.14/XSSJZX file=d:\daochu.dmp owner=YG_X
阅读全文
posted @ 2018-03-01 15:40 磬音
阅读(465)
评论(0)
推荐(0)
公告