会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
SINOZhudx
博客园
首页
新随笔
联系
管理
订阅
[置顶]
CMS DS
摘要: 注释1:@item.PostDate 获取数据库该表的PostDate的当前时间 时间格式化: [@string.Format("{0:yyyy-MM-dd}", item.PostDate)]注释2:@DS.StringExtensions.Ellipsis(item.Title,18) 取...
阅读全文
posted @ 2014-06-03 12:00 SINOZhudx
阅读(133)
评论(0)
推荐(0)
2014年2月8日
C#操作office进行Excel图表创建,保存本地,word获取
摘要: 1,新建C#控制台应用程序(Excel创建图表)using System;using System.Collections.Generic;using System.Linq;using System.Text;//解决方案中 添加引用 Execl(COM组件)using MSExcel = Microsoft.Office.Interop.Excel;using System.IO;using System.Reflection;namespace ExeclCharts{ class Program { static void Main(string[] args) { ...
阅读全文
posted @ 2014-02-08 09:52 SINOZhudx
阅读(311)
评论(0)
推荐(0)
公告