会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
慧由心生
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
30
下一页
2017年1月3日
自定义控件
摘要: 1、custombox http://blog.csdn.net/jasonkao001/article/details/22808135 https://www.codeproject.com/Articles/10670/Image-ComboBox-Control
阅读全文
posted @ 2017-01-03 16:49 慧由心生
阅读(119)
评论(0)
推荐(0)
2016年12月23日
C#:额外知识点
摘要: 7、Const 与 Readonly 区别: 前者静态,后者动态; 前者值替换,后者可以在初始化时赋值 编译结束之后使用Reflector或者IL工具查看代码,是没有I这个常量的,所有使用I这个常量的地方,都被替换成了值100。基于以上原因,所有public修饰的变量,都不应该使用const修饰,因
阅读全文
posted @ 2016-12-23 14:18 慧由心生
阅读(286)
评论(0)
推荐(0)
2016年12月22日
C# : CEF操作
摘要: 代码挺差的,仅供学习、参考 class CEFGlueLoader { class CefAppImpl : CefApp { protected override void OnBeforeCommandLineProcessing(string processType, CefCommandLi
阅读全文
posted @ 2016-12-22 16:54 慧由心生
阅读(5725)
评论(0)
推荐(0)
C#:获取环境信息
摘要: 外部环境数据1.需要管理员权限2.需要安装office2003以上完整版3.需要安装flash reader 10.0以上4.需要安装adodb reader;Adobe Acrobat X Pro; 8.0以上 代码比较差,仅供学习、参考 /// <summary> /// 外部环境数据 ///
阅读全文
posted @ 2016-12-22 16:37 慧由心生
阅读(722)
评论(0)
推荐(0)
C#:注册组件
摘要: 注册flash 为例: 代码比较差 仅供学习参考 /// <summary> /// 注册组件 /// </summary> private static void Registor() { PrintLog("注册flash"); #if _RELEASE && !_ORG_MANAGER str
阅读全文
posted @ 2016-12-22 16:06 慧由心生
阅读(368)
评论(0)
推荐(0)
DLL库
摘要: 8、WebEye.Controls.WinForms.WebCameraControl 7、AxInterop.RDPCOMAPILIB.dll 6、阿里云上传、下载:Aliyun.OSS.dll https://help.aliyun.com/ 5、SQLite数据库操作:SQLite.Inter
阅读全文
posted @ 2016-12-22 15:02 慧由心生
阅读(532)
评论(0)
推荐(0)
2016年11月23日
C#:时间转换
摘要: 1、C#时间转js时间 /// <summary> /// C#时间转js时间 /// </summary> /// <param name="theDate"></param> /// <returns></returns> private static long MilliTimeStamp(D
阅读全文
posted @ 2016-11-23 11:21 慧由心生
阅读(620)
评论(0)
推荐(0)
2016年9月20日
视频通信网址
摘要: 1、傲瑞科技:http://www.oraycn.com/OMCS_download.aspx
阅读全文
posted @ 2016-09-20 11:40 慧由心生
阅读(145)
评论(0)
推荐(0)
2016年7月13日
C#:向exe传值
摘要: 一、需求:在不同的exe程序中,提示消息框样式一致,内容不同。 二、实现: 1、提示消息框program.cs static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Mai
阅读全文
posted @ 2016-07-13 17:23 慧由心生
阅读(2414)
评论(0)
推荐(0)
C#:复杂条件判断类型(练习)
摘要: /// <summary> /// 文件类型 /// </summary> public enum FileType { Courseware, //"课件" Document, //"文档" Picture, //"图片" Audio, //"音频" Video, //"视频" Cartoon,
阅读全文
posted @ 2016-07-13 15:26 慧由心生
阅读(1693)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
30
下一页
公告