会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IT菜鸟的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2019年1月21日
Java 环境下载设置
摘要: 本篇文章出处: http://www.cnblogs.com/xiaofeixiang/p/4085159.html 和 https://www.cnblogs.com/renqiqiang/p/6822143.html JDK(Java Development Kit)简单理解就是Java开发工具
阅读全文
posted @ 2019-01-21 16:52 IT菜鸟的博客
阅读(2825)
评论(0)
推荐(0)
2019年1月15日
WinForm DataGridView双向数据绑定
摘要: 程序目标: 实现DataGridView与BindingList<T>双向绑定。用户通过DataGridView修改值后立即更新BindList对象的值,代码修改BindList后立即更新DataGridView的显示。 实现环境:vs2017 C# WinForm 程序完整代码包:https://
阅读全文
posted @ 2019-01-15 23:25 IT菜鸟的博客
阅读(3370)
评论(0)
推荐(2)
WinForm 双向数据绑定
摘要: 程序目标: 控件的属性值与对象的属性值双向绑定使窗口控件的属性值与对象的属性值保持一致。对窗口控件属性值更改后立即更新对象的属性值,对对象的属性值更改后立即更新窗口控件的属性值。 程序完整代码包:https://pan.baidu.com/s/1JPX0BJDNiEoczYE9xXL1ow 主要代码
阅读全文
posted @ 2019-01-15 02:37 IT菜鸟的博客
阅读(3190)
评论(0)
推荐(1)
2018年12月19日
编码
摘要: Unicode: Unicode=Unicode Little Endian=UCS-2 Little Endian 。总是用2个字节编码一个字符。 Unicode Big Endian=UCS-2 Big Endian 。总是用2个字节编码一个字符,存放顺序与UCS-2 Little Enadia
阅读全文
posted @ 2018-12-19 00:19 IT菜鸟的博客
阅读(178)
评论(0)
推荐(0)
2018年12月18日
Delphi 数据转换
摘要: 指针转换 Pointer——string
阅读全文
posted @ 2018-12-18 23:46 IT菜鸟的博客
阅读(151)
评论(0)
推荐(0)
2018年12月16日
Delphi 拦截输入法输入结果
摘要: { 拦截输入法输入的字符串。向编辑框中输入中文查看效果。 Delphi XE7 } unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, ...
阅读全文
posted @ 2018-12-16 21:53 IT菜鸟的博客
阅读(939)
评论(0)
推荐(0)
Win32 Ime
摘要: Win32 Ime API: ImmGetContext: 获取指定窗口的当前的输入上下文,然后再尝试访问上下文中的信息。应用程序应该定期使用这个功能获取窗口的当前的输入上下文。若hWnd参数为零,将返回桌面当前的输入上下文。 HIMC ImmGetContext( HWND hWnd ); Get
阅读全文
posted @ 2018-12-16 16:49 IT菜鸟的博客
阅读(799)
评论(0)
推荐(0)
2018年12月15日
Delphi 项目配置选项
摘要: 打开项目设置窗口: 通过菜单:项目>选项 快捷键 :Shift+Ctrl+F11 Conditional defines Search path
阅读全文
posted @ 2018-12-15 12:53 IT菜鸟的博客
阅读(473)
评论(0)
推荐(0)
上一页
1
2