- 博客(11)
- 资源 (7)
- 收藏
- 关注
原创 springboot 设置favicon.ico图标踩坑
目录结构类路径下static/home.html<!DOCTYPE html><html lang="en" xmlns:th="http://www.thymeleaf.org"><head> <meta charset="UTF-8"/> <title>home</title> <link rel="icon" th:href="@{/static/favicon.ico}" ..
2021-05-13 17:23:57
1210
原创 微信企业付款到零钱,查询接口报错<err_code_des><![CDATA[参数错误:必须输入商户号]]></err_code_des>
<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[参数错误:必须输入商户号]]></return_msg><result_code><![CDATA[FAIL]]></result_code><err_code><![CDATA[PARAM_ERROR]]><
2021-04-26 17:24:07
1186
原创 谷歌浏览器主页被篡改经rg4.gndh666.top重定向到hao123怎么办?修改注册表也没用怎么办?
亲身经历,现在流氓软件太无耻了!因为点击了sp_baofeng.rar这个文件,电脑就中毒了所有浏览器被篡改经rg4.gndh666.top重定向到hao123,气!修改设置无用!腾讯电脑管家无用!360依然无用!360安全卫士也护不住360浏览器!无语了!各种百度删除注册表也没用!后台百度到“火绒”管用,就试了试!ojbk!完美!步骤:1.下载安装火绒2.点击安全工具3.点击专杀工具4.进入网页5.下载安装--查杀--重启,解决问题!与..
2020-10-21 14:50:39
14616
8
原创 委托和匿名方法
class Program { public static void Main(string[] args) { test test = new test(); //委托 deadd d2 = test.add; //匿名方法 deadd de = delegate(int a,int b) { ...
2020-10-19 15:29:13
138
原创 C# excel导出
/// /// 导出数据 /// /// /// protected void btnprint_Click(object sender, EventArgs e) { string sql = “”; if (txtKey.Text == “”) sql = “sele
2017-02-22 15:22:05
311
原创 C# 页面跳转 点击确认后 传值
int id =10; int code=1026; string name = "head"; Response.Redirect("<script>alert('确认成功');location.href='jieshou.aspx?id="+ id+"&code="+code+"&name="+name+" '</script>");页面跳转 确
2017-02-22 13:19:13
1129
原创 web form excel导入
前台 代码 <div class="left"><ul> <li> <asp:FileUpload ID="fuload" runat="server" /> </li> <asp:Label ID="lbmsg" runat="server"></asp:Label> <li> <asp:Button ID="Button1
2016-09-14 16:00:25
2156
原创 MVC excel导入
MVC excel导入view部分 代码@{ Layout = "~/Views/Shared/_LayoutPage1.cshtml"; ViewBag.Title = "Index";}<script src="~/scripts/jquery-1.10.2.js"></script><link rel="stylesheet" href="~/Content/kd.c
2016-09-14 15:54:00
271
原创 .net发邮件类
using System;using System.Collections.Generic;using System.Linq;using System.Net.Mail;using System.Text;using System.Web;namespace sentmail{ public class Email { ///
2015-12-26 17:38:50
340
原创 .net发邮件html模板
*{ padding:0; margin:0; font-family:”Microsoft YaHei”; list-style:none;} .main{text-align:center;font-size:18px;}a { color: #004f7c; }a:hover { color: #23a30d; }.img2{vertical-align:middle;mar
2015-12-26 17:35:50
619
原创 .net发邮件
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Net.Mail;using System.Text;using System.IO;usi
2015-12-26 17:27:55
243
net发邮件代码和html模板页代码
2015-12-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人