自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 修改Kingedit属性

kindeditor-all-min.js格式化 修改Kingedit的上传图片的url,大概4278行 B.call(d, h, f.title, f.width, f.height,f.border, f.align) 修改为 B.call(d, f.url, f.title, f.width, f.height,f.border, f.align) 然后2241行修改 ins

2016-02-04 17:33:35 1185

原创 winform与WPF间消息处理

当使用winform启动WPF应用时,传参比较简单,直接使用进程之间传递参数,若winform向已启动的WPF中传参数,则使用消息处理 winform程序,本例使用控制台 实体类 namespace ConsoleApplication1 { [StructLayout(LayoutKind.Sequential)] public struct Entity

2015-11-24 15:13:36 595

原创 BackgroundWorker改变WPF进度条值

public partial class UpdateWindow { private BackgroundWorker _work=new BackgroundWorker(); /// /// 构造函数 /// public UpdateWindow() { _work

2015-10-20 14:25:55 769

原创 WPF ,WinForm的TreeView

WinForm的TreeView using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms

2015-10-15 16:23:30 612

原创 c#操作sqlite

class Program { private static SQLiteConnection conn; private static int isExist; private static SQLiteDataReader reader; static void Main(string[] args) {

2015-07-30 10:46:48 379

原创 c#操作xml

XML文件 AA CC EE CC QQ C#文件读取xml private bool createUser(string strname)//登陆,用户存在则arrfriends中加入好友,否则创建用户 { bool fla

2015-07-29 16:27:52 283

原创 c#多线程操作UI控件

使用Dispatcher.BeginInvoke 步骤  使用Thread新建并开始一个线程  在新建的线程处理函数中需要修改界面的时候获取界面的dispatcher  使用Dispatcher的BeginInvoke方法指定一个线程优先级,和一个委托,这个委托时用于修改界面内容的  private void button1_Click(object sender, RoutedEven

2015-07-27 15:09:39 648

js,css压缩

js文件,css文件的压缩软件,使用方便。

2015-10-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除