using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Input; using System.Threading.Tasks; using ...
分类:
其他好文 时间:
2020-04-06 14:00:06
阅读次数:
71
(待测试) using System.IO;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading.Tasks; namespace _01_UserTestUI{ ...
分类:
其他好文 时间:
2020-04-04 09:15:38
阅读次数:
203
下载: 文件操作类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Windows.Forms; using Sys ...
分类:
Web程序 时间:
2020-04-03 16:43:43
阅读次数:
98
导出Excel 操作类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NPOI.SS.UserMode ...
分类:
其他好文 时间:
2020-04-03 16:27:50
阅读次数:
58
上一篇中,我已经提供了NPOI的dll文件下载 没有下载的同学可以通过上一篇进行下载 这里就直接上Demo代码 前台代码 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="导出到Excel.aspx.cs" Inherits="导出到Ex ...
分类:
数据库 时间:
2020-04-02 11:44:07
阅读次数:
84
前言:xml的操作方式有多种,但要论使用频繁程度,博主用得最多的还是Linq to xml的方式,觉得它使用起来很方便,就用那么几个方法就能完成简单xml的读写。之前做的一个项目有一个很变态的需求:C#项目调用不知道是什么语言写的一个WebService,然后添加服务引用总是失败,通过代理的方式动态 ...
分类:
其他好文 时间:
2020-04-01 00:50:36
阅读次数:
72
前言 今天和某个人聊天聊到了 C 的 LINQ,发现我认识的 LINQ 似乎和大多数人认识的 LINQ 不太一样,怎么个不一样法呢?其实 LINQ 也可以用来搞函数式编程。 当然,并不是说写几个 和用用像 Java 那样的 之类的就算叫做 LINQ 了,LINQ 其实是一个另外的一些东西。 LINQ ...
using System; using System.Collections.Generic; using System.Linq; namespace MyApplication { class Program { static void Main(string[] args) { // 实例化Q ...
分类:
其他好文 时间:
2020-03-26 21:57:37
阅读次数:
100
http://www.codewars.com/kata/56676e8fabd2d1ff3000000c/train/csharp Can you find the needle in the haystack? Write a function findNeedle() that takes a ...
分类:
其他好文 时间:
2020-03-23 18:57:11
阅读次数:
87
源地址忘记了 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using ...