码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
开启WIndows10 未经身份验证的来宾访问策略以及SMB1
打开记事本编辑保存至.vbs 以管理员身份运行 Set obj = createobject("wscript.shell") obj.run ("reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters ...
分类:Windows程序   时间:2020-01-12 22:13:22    阅读次数:232
flutter MainAxisAlignment和CrossAxisAlignment
我们只需要记住textDirection就是用来控制水平方向的起始位置和排列方向verticalDirection就是用来控制垂直方向的起始位置和排列方向 然后记住MainAxisAlignment(主轴)就是与当前控件方向一致的轴CrossAxisAlignment(交叉轴)就是与当前控件方向垂直 ...
分类:其他好文   时间:2020-01-12 09:52:50    阅读次数:62
小问题总结
vmware 没有网,无法桥接? 虚拟网络编辑器->恢复默认设置 再去看网络协议有无vmware bridg。。。 没有就安装 安不上就重装。。 win7 win10经常UAC弹窗,还会使很多程序无法自动运行? win+r ->gpedit.msc->计算器配置-> windows设置-> 安全设置 ...
分类:其他好文   时间:2020-01-10 00:45:23    阅读次数:88
[ngx-formly] Use 3rd party Form Controls with Angular Formly / Custom type
In a real form you'll most likely want to add some 3rd party form controls. For example autocomplete fields, date-time pickers etc. In this lesson we' ...
分类:其他好文   时间:2020-01-09 21:07:29    阅读次数:75
[ngx-formly] Implement cross-cutting functionality with Angular Formly Extensions
Assume we want to add a data-cy attribute to all of our form controls. We need this as a hook to later be able to easily grab our input fields from wi ...
分类:其他好文   时间:2020-01-09 20:58:58    阅读次数:78
dac FDMemTable
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:其他好文   时间:2020-01-09 14:44:32    阅读次数:86
注册系统热键
unit unitFrmMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormCr ...
分类:其他好文   时间:2020-01-09 13:02:44    阅读次数:85
本地同步到网络时间
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, ...
分类:其他好文   时间:2020-01-09 10:34:57    阅读次数:128
Themes、Windows UI控件新玩法—DevExpress WPF v19.2
通过DevExpress WPF Controls,你能创建有着强大互动功能的XAML基础应用程序,这些应用程序专注于当代客户的需求和构建未来新一代支持触摸的解决方案。 无论是Office办公软件的衍伸产品,还是以数据为中心的商业智能产品,都能通过DevExpress WPF控件来实现。DevExp ...
分类:Windows程序   时间:2020-01-09 10:30:03    阅读次数:97
tfield的字段名和显示名
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, DB, ADODB, StdCtrls; ty ...
分类:其他好文   时间:2020-01-09 10:17:47    阅读次数:94
1635条   上一页 1 ... 18 19 20 21 22 ... 164 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!