//在工程里面写 Application.Initialize; Application.Title := '管理系统'; Application.ShowHint := True; //闪现窗体创建显示 FormSplash := TFormSplash.Create(Application); ... ...
Welcome to GnuPG 2.2 Installation Instructions Double click the Install package to install GnuPG 2.2. Any previous version of GnuPG 2.2 will automatic ...
分类:
其他好文 时间:
2019-09-22 15:00:31
阅读次数:
75
Sat Sep 21 06:00:00 2019Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"End automatic SQL Tuning Advisor run ...
分类:
数据库 时间:
2019-09-21 23:29:36
阅读次数:
173
/* 解法一:使用链表从0实现栈,用min来存放最小值。 复杂的地方是,如果pop了最小的数,就要遍重新找到最小的数。 */ public class MinStack { List list; int min; /** initialize your data structure here. */... ...
分类:
其他好文 时间:
2019-09-19 14:07:20
阅读次数:
77
目标检测 搬砖一个ALPR自动车牌识别的环境参考License Plate Detection and Recognition in Unconstrained Scenarios@https://www.cnblogs.com/greentomlee/p/10863363.html@https:/ ...
分类:
其他好文 时间:
2019-09-19 12:11:33
阅读次数:
312
实现的方式概述 注意以下的热部署方式在IDEA是默认没有打开自动编译的,手动编译需要快捷键(Ctrl+Shift+F9),自动编译的修改配置如下:(注意刷新不要太快,会有1 2秒延迟) File Settings Compiler Build Project automatically spring ...
分类:
编程语言 时间:
2019-09-19 01:05:44
阅读次数:
112
一、运行模式 运行模式也可以称之为运行级别。 在 Linux进程中存在一个进程:init(initialize,初始化),该进程ID是1 查看该进程命令:ps -ef | grep init 该进程存在一个对应的配置文件:inittab(系统运行级别配置文件,位置:/etc/inittab),用户可 ...
分类:
系统相关 时间:
2019-09-17 11:02:02
阅读次数:
126
摘要:Oracle AWR 介绍(AWR -- Automatic Workload Repository) OracleAWR介绍(AWR--AutomaticWorkloadRepository) 数据库自动诊断监视工具(AutomaticD... ...
分类:
数据库 时间:
2019-09-16 14:48:55
阅读次数:
112
1、生命周期 1.1 clean--三个阶段 preclean clean postclean 1.2 default: --validate --initialize --generate-resources --process-resources --compile --process-clas ...
分类:
其他好文 时间:
2019-09-14 18:42:02
阅读次数:
107
在GitHub上新建一个仓库: 1.新建一个空的仓库 2.填写仓库名字以及仓库描述 选择是公开仓库还是私有仓库,自从 GitHub 被微软收购之后,我们也可以免费创建私有仓库了 其次就是,Initialize this respository with a README 是指是否初始化 README ...
分类:
其他好文 时间:
2019-09-12 09:55:53
阅读次数:
96