在Form.OnKeyPress事件中写如下代码: if Key = #13 then if ActiveControl = DBGrid1 then begin TDBGrid(ActiveControl).SelectedIndex := TDBGrid(ActiveControl).Selec ...
分类:
移动开发 时间:
2020-05-16 17:19:05
阅读次数:
85
示例: if Key = 13 then //回車後跳到下一格 with TDbgrideh(ActiveControl) do begin if Selectedindex < (FieldCount - 1) then Selectedindex := Selectedindex + 1 els ...
分类:
数据库 时间:
2020-05-16 16:54:03
阅读次数:
64
<el-col> <el-menu default-active="1" class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose" background-color="rgb(255,255,255,0)" text- ...
分类:
其他好文 时间:
2020-05-15 16:10:12
阅读次数:
165
告警信息: 13% building modules 28/40 modules 12 active ...dex=0!\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }. 9 ...
分类:
其他好文 时间:
2020-05-15 00:27:14
阅读次数:
235
In this lesson, we create a set of tabs with Alpine JS, where only the content of the currently active tab is visible. To do this, we define an active ...
分类:
Web程序 时间:
2020-05-14 19:45:34
阅读次数:
73
修改一下启动命令时的路径 位置示例: 命令为 E:\PYTHON_PROJECT\testTF\inceptionV1_net\log>tensorboard --logdir=TEC4FN --host=127.0.0.1 命令输入位置要在日志文件夹的上一层,logdir后的位置为日志文件夹的位置 ...
分类:
其他好文 时间:
2020-05-14 19:35:34
阅读次数:
58
昨日内容回顾 分组与嵌套 # 多个选择器可以并列公用一套css样式 div,p,span {} # 不同选择器之间也可以混合使用 .c1,#d1>span {} 伪类选择器 a:link {} a:hover {} # 需要记忆 a:active {} a:visited {} input:focu ...
分类:
Web程序 时间:
2020-05-14 19:17:01
阅读次数:
69
一、准备好ServicePrincipal并配置相应的权限 1. 在Azure Portal 顶部搜索Azure Active Directory,点击服务-Azure Active Directory 2. 点击应用注册 3. 点击新注册 4. 填上相应的参数,点击注册 5. 进入刚刚创建的应用程 ...
分类:
其他好文 时间:
2020-05-14 13:09:43
阅读次数:
50
一、win10家庭版开启administrator方法: 1、通过Cortana搜索cmd,匹配出“命令提示符”,右键以管理员身份运行; 2、在打开的命令提示符窗口输入net user administrator /active:yes,按回车执行命令,提示命令成功完成,进行下一步; 复制命令 ne ...