上一页 1 2 3 4 5 6 7 ··· 30 下一页
摘要: 1、WPF显示图片内部一部分 <Rectangle Height="12" Width="60"> <Rectangle.Fill > <ImageBrush ImageSource="Pic\icon_tubiao1.png" ViewboxUnits="Absolute" Viewbox="44 阅读全文
posted @ 2017-09-08 15:29 慧由心生 阅读(1845) 评论(0) 推荐(0) 编辑
摘要: 2、CSharp与JS交互问题: 1)在 继承CefRenderProcessHandler的子类中重载OnWebKitInitialized()函数,注册JS类 2)在 继承CefApp的子类中创建“继承CefRenderProcessHandler的子类”实例,并重载GetRenderProce 阅读全文
posted @ 2017-04-24 18:24 慧由心生 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 1、VISUALSVN : https://www.visualsvn.com/visualsvn/download/tortoisesvn/ 阅读全文
posted @ 2017-04-24 09:58 慧由心生 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1、Http Post Header 中文数据值,服务端接收Header 中文数据值乱码问题:客户端: Encoding utf8Encoding = Encoding.GetEncoding("utf-8"); string utf8FileName = HttpUtility.UrlEncode 阅读全文
posted @ 2017-04-17 13:30 慧由心生 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 3、Http files server:一款非常专业的文件传输工具 http://www.rejetto.com/files/sw/hfs.exe 2、SQLiteStudio: SQLite数据库管理工具 1、XMind 思维导图软件 阅读全文
posted @ 2017-04-10 16:15 慧由心生 阅读(156) 评论(0) 推荐(0) 编辑
摘要: @ECHO OFF If exist "%Temp%\~import.reg" ( Attrib -R -S -H "%Temp%\~import.reg" del /F /Q "%Temp%\~import.reg" If exist "%Temp%\~import.reg" ( Echo Cou 阅读全文
posted @ 2017-03-15 19:59 慧由心生 阅读(309) 评论(0) 推荐(0) 编辑
摘要: public class ComRegistor { public static string classID = "CLSID\\{479A1AAC-C148-40BB-9868-A9773DA66AF9}\\";//SWFToImage组件注册ID /// /// 注册组件 /// /// ... 阅读全文
posted @ 2017-03-05 18:50 慧由心生 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; namespace FTPConsoleApplicati 阅读全文
posted @ 2017-02-20 15:25 慧由心生 阅读(1470) 评论(0) 推荐(0) 编辑
摘要: 13、反射获取方法所在的类名称:System.Reflection.MethodBase.GetCurrentMethod().DeclaringType 12、try{}catch(){}finally{//必定进入} try { throw new Exception("try"); } cat 阅读全文
posted @ 2017-02-20 15:22 慧由心生 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 一、wpf类库项目改为Window应用程序项目1、错误 CS5001 Program does not contain a static 'Main' method suitable for an entry point Working E:\Working\CSC 1 活动 解决方法:(注:启动文 阅读全文
posted @ 2017-02-15 12:08 慧由心生 阅读(1401) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 30 下一页