摘要: SharpDevelop 这个轻型的开发工具支持多种程序语言,包括C#、java以及VB.NET,同时还支持多种语言界面,象任何爱好者开发的工具一样。这个编辑器的界面风格类似于Office XP以及VS.NET,这个编辑器可以支持书写C#, ASP.NET,ADO.NET, XML, HTML 等多... 阅读全文
posted @ 2015-05-21 15:14 Echo.Liu 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 创建:package webdomain;import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;import java.i... 阅读全文
posted @ 2015-05-21 15:13 Echo.Liu 阅读(318) 评论(0) 推荐(0) 编辑
摘要: JAVA加密:package webdomain;import java.security.Key; import java.security.spec.AlgorithmParameterSpec; import javax.crypto.Cipher;import javax.cr... 阅读全文
posted @ 2015-05-21 15:11 Echo.Liu 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 增:using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using System.Xml;namespace App... 阅读全文
posted @ 2015-05-21 15:09 Echo.Liu 阅读(393) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;namespace CsvtoSqlserver{ static class Program { ... 阅读全文
posted @ 2015-05-21 15:06 Echo.Liu 阅读(4291) 评论(2) 推荐(0) 编辑