01 2010 档案
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Drawing.Imaging;using System.Text;using System.Windows.F...
阅读全文
摘要:C#中使用GDI+实现饼状图和柱状图跟数据库联接显示数据的方法http://developer.51cto.com/art/200908/148464.htmhttp://www.cnblogs.com/todd/articles/1241308.htmlhttp://hi.baidu.com/417533880/blog/item/c740b00824f5183ae8248823.htmlhtt...
阅读全文
摘要:根据文件夹大小,删除文件夹 private void button1_Click(object sender, EventArgs e) { DirectoryInfo Dir = new DirectoryInfo("c:\\Program Files"); int i = 0; try { foreach (DirectoryInfo d in Dir.GetDirectories()) /...
阅读全文
摘要:听力特快:http://www.listeningexpress.com/
阅读全文
摘要:常见的css简写font简写:font:italic small-caps bold 12px/1.5em arial,verdana;等效于:font-style:italic;font-variant:small-caps;font-weight:bold;font-size:12px;line-height:1.5em;font-family:arial,verdana;顺序:font-st...
阅读全文
摘要:asp.net 常见问题解决:http://tech.ddvip.com/zt/asp.net_issue.html
阅读全文

浙公网安备 33010602011771号