摘要: 一、准备工作: 1、阿里云99元服务器(安装Windows)或者其他windows云服务器 2、frp内网穿透软件 3、数据库MSSQL 2014绿色版 4、ToEasy服务器和客户端软件 二、内网穿透设置 解压frp软件后,打开配置文件frps.toml和frpc.toml进行设置。 1、服务端( 阅读全文
posted @ 2024-09-24 10:18 bigcat0001 阅读(420) 评论(0) 推荐(0)
摘要: 1、安装Oraclewin10 下面安装Oracle 10g,需要修改安装目录下面的oraparam.ini文件修改两处:[Windows-5.2-optional]后面增加内容:[Windows-6.1-required] #Minimum display colours for OUI to r 阅读全文
posted @ 2023-06-13 21:18 bigcat0001 阅读(313) 评论(0) 推荐(0)
摘要: 先放代码:function getScreenScale:double; var dc:HDC; begin dc:= GetDC(0); result:= GetDeviceCaps(dc,LOGPIXELSX)/0.96/100; ReleaseDC(0,dc); end; procedure 阅读全文
posted @ 2023-05-21 10:37 bigcat0001 阅读(425) 评论(0) 推荐(0)
摘要: 使用OneDelphi已经有一段时间了,中间件的功能很强大,主要特点:● oneDelphi由OneServer中间件,OneClient控件包组成,自由免费,全源码... ● oneDelphi是一个MVC+传统DATASET双架构中间件... ● oneFastClient是一个快速开发传统EX 阅读全文
posted @ 2023-05-18 19:23 bigcat0001 阅读(901) 评论(0) 推荐(0)
摘要: 原因:服务器端没设超管密码解决办法: 阅读全文
posted @ 2023-05-17 13:21 bigcat0001 阅读(134) 评论(0) 推荐(0)
摘要: 1、引用单元dxInputDialogs2、方法dxInputQuery(string,string,string,TdxInputQueryValidationProc) 定义:function dxInputQuery(const ACaption: string; const APrompt: 阅读全文
posted @ 2023-05-16 14:29 bigcat0001 阅读(184) 评论(0) 推荐(0)
摘要: 1、引用单元dxInputDialogs2、方法dxInputQuery(string,string,string)定义:function dxInputQuery(const ACaption: string; const APrompt: string; var AValue: string): 阅读全文
posted @ 2023-05-16 13:56 bigcat0001 阅读(107) 评论(0) 推荐(0)
摘要: 1、引用单元dxInputDialogs2、方法dxInputBox(string,string,string) 定义:function dxInputBox(const ACaption: string; const APrompt: string; const ADefaultValue: st 阅读全文
posted @ 2023-05-16 13:43 bigcat0001 阅读(203) 评论(0) 推荐(0)
摘要: //根据SQL生成类代码 function TdmImg.GenClassFromSQL(vSQL: string; vZTCode: string = ''; vTypeName: string = ''): string; var qryTemp: TOnedataSet; iField, iL 阅读全文
posted @ 2023-05-15 20:43 bigcat0001 阅读(105) 评论(0) 推荐(0)
摘要: 打开ExpressSkins Library目录下面的dxSkinEditor.exe//获取DEV皮肤颜色 function TdmImg.GetDevSkinColor(groupName, PropName: string; defaultColor: Tcolor;istext:Boolea 阅读全文
posted @ 2023-05-15 20:30 bigcat0001 阅读(188) 评论(0) 推荐(1)