摘要: /// <summary> /// 取得某月的第一天 /// </summary> /// <param name="datetime">要取得月份第一天的时间</param> /// <returns></returns> private DateTime FirstDayOfMonth(Date 阅读全文
posted @ 2018-10-09 11:01 傲三 阅读(2921) 评论(0) 推荐(0) 编辑
摘要: http://www.wstmart.net/doc-34.html 阅读全文
posted @ 2018-08-29 17:34 傲三 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 向FTP服务器下载文件的简单实例 string filePath = "d:\\"; string fileName = "lhking.txt"; //文件下载之后要保存的路径和文件名 FtpWebRequest reqFTP; try { FileStream outputStream = ne 阅读全文
posted @ 2018-07-06 17:37 傲三 阅读(1322) 评论(0) 推荐(0) 编辑
摘要: 方法一 class Base64Helper { /// <summary> /// Base64加密,采用utf8编码方式加密 /// </summary> /// <param name="source">待加密的明文</param> /// <returns>加密后的字符串</returns> 阅读全文
posted @ 2018-06-19 17:04 傲三 阅读(853) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qwerty837504957/article/details/48625557 阅读全文
posted @ 2018-05-08 15:19 傲三 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 现存量整理(整理现存量):exec T_SCM_RebuildCurrentStock 阅读全文
posted @ 2017-11-29 11:03 傲三 阅读(123) 评论(0) 推荐(0) 编辑
摘要: http://tplusdev.chanjet.com/library/5762050ce881e0ad214ca958 阅读全文
posted @ 2017-10-30 09:42 傲三 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 语言什么的没关系,你有项目经验和处理问题的能力,加上学习能力都不是事。 阅读全文
posted @ 2017-10-14 10:52 傲三 阅读(97) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using System.Data;using System.Text;using S 阅读全文
posted @ 2017-09-05 08:38 傲三 阅读(85) 评论(0) 推荐(0) 编辑
摘要: // get请求方法 function fetchGet(url, callback) { // return callback(null, top250) wx.request({ url: url, header: { 'Content-Type': 'application/json' }, 阅读全文
posted @ 2017-09-05 08:37 傲三 阅读(155) 评论(0) 推荐(0) 编辑