会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
下一页
2012年8月13日
word中提升列表、标题的等级
摘要: shift+alt+左右方向键
阅读全文
posted @ 2012-08-13 19:25 gitran
阅读(318)
评论(0)
推荐(0)
word中表格快速添加行
摘要: 方向右键切换到表外,回车即可
阅读全文
posted @ 2012-08-13 09:28 gitran
阅读(211)
评论(0)
推荐(0)
2012年8月9日
xml序列化
摘要: http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization
阅读全文
posted @ 2012-08-09 16:43 gitran
阅读(96)
评论(0)
推荐(0)
ICON下载,Win8,Metro风格
摘要: http://mywindows8themes.com/
阅读全文
posted @ 2012-08-09 10:04 gitran
阅读(99)
评论(0)
推荐(0)
2012年8月8日
解析xml文件保存到List中
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;namespace testConsoleApplication1{ class test解析xml文件 { public static void Main() { List> info = getFileList(); Console.WriteLine("一共有" + info.Count + "项"); ...
阅读全文
posted @ 2012-08-08 20:25 gitran
阅读(504)
评论(0)
推荐(0)
一点想法
摘要: 命令行式PYTP
阅读全文
posted @ 2012-08-08 17:29 gitran
阅读(98)
评论(0)
推荐(0)
2012年8月7日
递归显示指定文件夹下面的文件
摘要: using System;using System.IO;class Program{ static void Main() { string[] files = Directory.GetFiles("D:\\快盘\\", "*.*", SearchOption.AllDirectories); foreach (string file in files) { Console.WriteLine(file); } }}http://www.dotnetp...
阅读全文
posted @ 2012-08-07 20:24 gitran
阅读(228)
评论(0)
推荐(0)
解决本地文本文件上传到服务器乱码问题(C#),ANSI转UTF-8编码
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace testConsoleApplication1{ class Class2 { public static void Main() { FileStream fs = new FileStream(@"D:\name.xml", FileMode.Open, FileAccess.Read); //...
阅读全文
posted @ 2012-08-07 11:06 gitran
阅读(1706)
评论(0)
推荐(0)
2012年8月6日
时间处理,时间差DateTime、TimeSpan
摘要: double span = 1343109387213; DateTime tm = new DateTime(1970,1,1); DateTime tm2 = tm.AddMilliseconds(span); Console.WriteLine(tm2.ToString("yyyy-MM-dd hh:mm:ss")); //月份表示为M,分钟表示为m TimeSpan ts = tm2.Subtract(tm); Console.WriteLine(ts.TotalMilliseconds...
阅读全文
posted @ 2012-08-06 20:37 gitran
阅读(222)
评论(0)
推荐(0)
Psiphon 3
摘要: https://s3.amazonaws.com/0ubz-2q11-gi9y/en.html
阅读全文
posted @ 2012-08-06 15:34 gitran
阅读(460)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告