没办法了,有些零散的知识点吧,不记一下就忘了,自用...

IEnumerable 的Aggregate方法的扩展以及应用:

http://www.cnblogs.com/ldp615/archive/2009/08/12/1544688.html

http://www.cnblogs.com/qing123/archive/2010/03/30/1700638.html

关于NPOI的使用:

用过某些单元格已经进行了合并单元格的操作,那再对它作合并操作就不起作用了。

比如前面已经对几个单元格进行了横向合并,随后的代码又要进行纵向合并,将导致失败。所以应该找准时间 横向纵向一起合并!

 整数类型 

8种:

短字节:sbyte(8位)        字节:byte(8位)                  短整型:short(16位)        无符号短整型:ushort(16位)

整型:int(32位)             无符号整型:uint(32位)         长整型:long(64位)          无符号长整型:ulong(64位)

数据库数据类型  

主要是char    varchar    nchar    nvarchar    text    ntext之间的区别

http://www.cnblogs.com/mekong/archive/2009/04/17/1437996.html

 javacript的Date(主要是日期格式)

http://www.cnblogs.com/bingbang/archive/2011/05/03/2035338.html

 

 TO Be Continued...

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-07-28
  • 2021-10-21
  • 2021-12-21
  • 2021-08-29
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2021-11-25
  • 2022-02-07
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案