摘要: package com.ggfw.datamanagement.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.ann 阅读全文
posted @ 2022-01-07 11:32 想要逗逼的码农 阅读(352) 评论(0) 推荐(0)
摘要: 再生产wsdl文件时重写描述文件 阅读全文
posted @ 2019-02-14 11:34 想要逗逼的码农 阅读(640) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Text;using System.Configuration;usi... 阅读全文
posted @ 2015-03-31 11:14 想要逗逼的码农 阅读(668) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using xyxx_base.Models;using istrong.db;using Aspose.Words;using Sys... 阅读全文
posted @ 2015-03-31 11:11 想要逗逼的码农 阅读(273) 评论(0) 推荐(0)
摘要: 毕业快半年,工作还算稳定。但是作为新手有点迷茫,求各路大神指导。1、工作上使用的是c#/net,web开发,想学点新东西但是因为工作上用不到怕学完就忘了,而且也怀疑学习这些新东西的价值,比如python。之前实习学过mybaties,因为换工作没用,已经忘得差不多了。才有了这种迷茫想法。也有不学东西... 阅读全文
posted @ 2014-11-11 18:51 想要逗逼的码农 阅读(134) 评论(1) 推荐(0)
摘要: private static string NcPost(string url, string postCont, int timeOut, bool sign) { Encoding encoding = Encoding.GetEncoding("gb2312... 阅读全文
posted @ 2014-11-10 09:47 想要逗逼的码农 阅读(321) 评论(0) 推荐(0)
摘要: using System;using System.Xml;/*CreateDate:2013-06-01 11:06*//*DesignBy:momo QQ:261754265*/namespace NCHelper{ /// ///OrderHelper 的摘要说明 /// ... 阅读全文
posted @ 2014-11-10 09:43 想要逗逼的码农 阅读(198) 评论(0) 推荐(0)
摘要: private static string SerializeToXml(object obj, string encoding) { if (obj != null) { XmlSerializerNamesp... 阅读全文
posted @ 2014-11-10 09:41 想要逗逼的码农 阅读(126) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Reflection;using System.IO;using Aspose.Cells;using Syst... 阅读全文
posted @ 2014-08-08 17:04 想要逗逼的码农 阅读(603) 评论(0) 推荐(0)
摘要: public static void DownloadFile(string strFilePath) { FileInfo download = new FileInfo(strFilePath); HttpContext.Current.... 阅读全文
posted @ 2014-08-01 11:13 想要逗逼的码农 阅读(125) 评论(0) 推荐(0)