张志峰的博客

水滴石川,积少成多。

导航

上一页 1 2 3 4 5 6 ··· 120 下一页

2018年10月2日

摘要: //poScreenCenter时,窗体会显示到主显示器的中央 MainForm.Position := poScreenCenter; function TGAEAMainForm.GetWorkArea(var R : TRect) : Boolean;var I : Integer;begin 阅读全文

posted @ 2018-10-02 14:59 ╰★张志峰★╮ 阅读(1612) 评论(0) 推荐(0) 编辑

2018年9月28日

摘要: 之前电脑用的双屏幕,后来改为了单屏幕,发现之前放到另一屏幕上的文件双击打开后看不到,似乎还停留在另一屏幕的位置处。 解决的方法如下: 1.打开对应的文件(此时不要点击其他地方,确保此文件获得焦点); 2.At+空格,此时会在屏幕右上方出现一个操作提示,没有也没有关系; 3.按下M键,进行移动操作; 阅读全文

posted @ 2018-09-28 16:21 ╰★张志峰★╮ 阅读(1405) 评论(0) 推荐(0) 编辑

2018年9月11日

摘要: object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 772 ClientWidth = 635 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = '... 阅读全文

posted @ 2018-09-11 14:19 ╰★张志峰★╮ 阅读(1369) 评论(0) 推荐(0) 编辑

2018年6月14日

摘要: https://blog.csdn.net/maxwoods/article/details/8592389 http://www.cnblogs.com/baoluo/archive/2011/04/14/2016377.html http://www.360doc.com/content/11/ 阅读全文

posted @ 2018-06-14 18:58 ╰★张志峰★╮ 阅读(458) 评论(0) 推荐(0) 编辑

2018年5月29日

摘要: https://www.cnblogs.com/del/archive/2008/09/01/1281345.html 阅读全文

posted @ 2018-05-29 18:19 ╰★张志峰★╮ 阅读(275) 评论(0) 推荐(0) 编辑

2018年5月25日

摘要: 最近在做一个Delphi的项目,常常要设计软件的界面,需要将控件画成圆角矩形。在Delphi中将控件画成圆角效果,可使用CreateRoundRectRgn函数。在此写了一个通用的函数,只要在用到改变控件效果的地方,调用就OK了,函数如下:procedure TfrmTest.RoundContro 阅读全文

posted @ 2018-05-25 09:15 ╰★张志峰★╮ 阅读(1279) 评论(0) 推荐(0) 编辑

2018年5月22日

摘要: uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,DateUtils; ... //获取文件的创建时间 function GetFileCreationT 阅读全文

posted @ 2018-05-22 19:11 ╰★张志峰★╮ 阅读(906) 评论(0) 推荐(0) 编辑

摘要: unit ColorButton; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, StdCtrls; type TColorButton = class(TButton) private //添加Color属性,默认clWhite { Private declara... 阅读全文

posted @ 2018-05-22 16:44 ╰★张志峰★╮ 阅读(1673) 评论(0) 推荐(0) 编辑

2018年5月11日

摘要: //参考如下代码~~uses Clipbrd;function StringGridSelectText(mStringGrid: TStringGrid): string;var I, J: Integer; S: string;begin Result := ''; if not Assigne 阅读全文

posted @ 2018-05-11 14:34 ╰★张志峰★╮ 阅读(1799) 评论(0) 推荐(0) 编辑

2018年2月5日

摘要: 学习 125 人赞同了该回答 学习 学习 学习 学习 学习 125 人赞同了该回答 回答这个问题,还是要有一些背景信息,如你目前所掌握的知识结构,希望从事AI的哪个方向,以及达到什么水平。 姑且假设是个高中毕业生吧,目标是达到能够从事机器学习研发工作的基本要求,那么需要先循序渐进地学习几门基础知识: 阅读全文

posted @ 2018-02-05 17:46 ╰★张志峰★╮ 阅读(597) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 120 下一页