10 2011 档案

摘要:利用SQLite数据库做了个笔记记录软件,加上搜索功能,方便自己记录东西所用。下载地址(请在安装了.net framework 3.0/3.5的机器上运行,win7默认已安装该运行时)参考资料: 1.KTDictSeg分词组件:http://www.cnblogs.com/eaglet/archive/2008/11/17/1335098.html 2.ICSharpCode.TextEditor 高亮文本编辑器:http://www.icsharpcode.net/ 3.SQlite 数据库:http://www.sqlite.org/download.html 阅读全文
posted @ 2011-10-30 12:52 清山博客 阅读(1496) 评论(0) 推荐(0) 编辑
摘要:下载地址:http://download.csdn.net/detail/a497785609/3691712 阅读全文
posted @ 2011-10-17 20:13 清山博客 阅读(162) 评论(0) 推荐(0) 编辑
摘要:方法1: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Threading; using System.Reflection; static class Program { private static Mutex singleton; /// <summary> /// The main entry point for the application. ... 阅读全文
posted @ 2011-10-12 20:35 清山博客 阅读(299) 评论(0) 推荐(0) 编辑
摘要:将Quartz.NET组建引入到WinFrom中时,遇到个问题,关闭程序后,进程任未结束。解决办法:在窗体关闭时,把调度器关闭就不会存在进程了。private void FormMain_FormClosing ( object sender , FormClosingEventArgs e )if (Scheduler.GetIntance()!= null ){ Scheduler.GetIntance().Shutdown()} 阅读全文
posted @ 2011-10-12 20:34 清山博客 阅读(518) 评论(0) 推荐(2) 编辑
摘要:<?xml version="1.0" encoding="utf-8"?><xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe"> <xsl:output method="html" /> <xsl:variable 阅读全文
posted @ 2011-10-07 16:05 清山博客 阅读(252) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示