摘要:
SilverLight 4页面跳转大全 收藏 //Silverlight页面的跳转//(Application.Current.RootVisual as IContent).Content = new DragControl();//普通页面跳转HtmlWindow html = HtmlPage.Window;//html.Navigate(new Uri("http://www.0379zd... 阅读全文
摘要:
今天Mysql 突然不能等入了! 这次补充一下!我的MySql又一次出现了这个问题!1.Mysql 密码没错。2.这个是localhost的处错误。出现了host "localhost" is not allowed 1130 的错误.在网上查找解决办法。大部分都是解决host "dd.dd.d.d" is not allowed 1130 就是只是解决远程无法登入的问题。但是我这个是本地无法登入... 阅读全文
摘要:
using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; //需要在项目里引用ICSharpCode.SharpZipLib.dll和itextsharp.dll public string TxtFilePath; public string SavePdfPath;//保存PDF的路径 #region 读取TX... 阅读全文