上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
摘要: FireMonkey App Low Code Wizard 1.0 from May 26, 2021Create a new fully-functional Delphi mobile application with multiple screens using the Low Code W 阅读全文
posted @ 2022-04-07 13:37 Thenext 阅读(235) 评论(0) 推荐(0)
摘要: fdquery有个属性,FormatOptions.DefaultParamDataType=ftUnknow,默认是ftUnknown,改为ftString就好了, 阅读全文
posted @ 2022-04-04 11:20 Thenext 阅读(138) 评论(0) 推荐(0)
摘要: 在折腾的好一阵之后,慢慢的对于园子的样式定制有了一些心得。最终借助李宝亨大大的牛气自定义皮肤终于翻身做主人了。感觉好帅的说,下面简单写一下,具体定义皮肤的方式吧。 一、选择博客园模板 要选择一个在默认的模板中,对于样式定义较少的模板,这样才对于我们自定义的样式冲击比较小。毕竟园子现在还没有完全开放样 阅读全文
posted @ 2022-03-29 14:06 Thenext 阅读(180) 评论(0) 推荐(0)
摘要: Dell latitude e5470BIOS修改与U盘启动 1、开机一直按F2进入BIOS,按F2进入BIOS界面,切换到secure BOOT页面,选择secure Boot Enable按回车改成Disabled,如图:注:戴尔笔记本每做一步BIOS更改记得应用一下2、切换到Advanced 阅读全文
posted @ 2022-03-28 20:37 Thenext 阅读(1262) 评论(0) 推荐(0)
摘要: 1. 写法轻松,更新效率高:update table1set field1=table2.field1,field2=table2.field2from table2where table1.id=table2.id 2. 常规方式,种写法相当于一个 Left join, 以外面的where为更新条 阅读全文
posted @ 2022-03-28 09:22 Thenext 阅读(601) 评论(0) 推荐(0)
摘要: Delphi提供了一个TInifile类,使我们可以非常灵活的处理INI文件 一.INI文件的结构[小节名]ini文件 关键字1=值1 关键子2=值2INI文件允许有多个小节,每个小节又允许有多个关键字,“=”后面是该关键字的值。值的类型有三种:字符串、整型数值和布尔值。其中字符串存贮在INI文件中 阅读全文
posted @ 2022-03-26 11:51 Thenext 阅读(336) 评论(0) 推荐(0)
摘要: var StartTime, EndTime: cardinal; begin StartTime := GetTickCount; sleep(1000); EndTime := GetTickCount; caption := (IntToStr(EndTime - StartTime) + ' 阅读全文
posted @ 2022-03-26 09:08 Thenext 阅读(386) 评论(0) 推荐(0)
摘要: 0 I have the following C# code that works, ie. I get the expected result from the server. static async Task GetObjectInfo() { HttpClient httpClient = 阅读全文
posted @ 2022-03-25 17:31 Thenext 阅读(347) 评论(0) 推荐(0)
摘要: 1、对于使用TCP/IP链接的客户端应用程序,是具有状态的。一直等到客户端完成服务请求后释放配置的资源。如何掉线了,那么服务器就是傻傻地等着,可能导致资源耗尽。 如何在服务端选择一个链接切断关闭之: 2、KeepAlive功能 实现DataSnap服务器和DataSnap客户端互相查询的功能。 如果 阅读全文
posted @ 2022-03-25 13:52 Thenext 阅读(203) 评论(0) 推荐(0)
摘要: create extension pgcrypto; --增加,加密解密模块; drop extension pgcrypto; --删除,加密解密模块; 定义--encrypt(bytea, bytea, text)-- update bill_his_yun set yun_ip=encode( 阅读全文
posted @ 2022-03-23 17:18 Thenext 阅读(626) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页