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

2021年10月23日

摘要: 阅读全文
posted @ 2021-10-23 11:57 westsoft 阅读(120) 评论(0) 推荐(0) 编辑

2021年10月19日

摘要: 生成单据编号的存储过程 USE [crm2] GO /****** Object: StoredProcedure [dbo].[GetBillsID] Script Date: 09/22/2018 15:13:35 ******/ SET ANSI_NULLS ON GO SET QUOTED_ 阅读全文
posted @ 2021-10-19 22:12 westsoft 阅读(108) 评论(0) 推荐(0) 编辑
 
摘要: cxgrid中回车键光标移到下列 OptionsBehavior.GoToNextCellOnEnter:=True; 更完善的回车 可以在焦点到了最后一列再回车时有下一行则移到下一行的第一列,没有下一行则新增记录并移到第一列 procedure TK_XSD_Form.cxGrid1DBTable 阅读全文
posted @ 2021-10-19 22:11 westsoft 阅读(83) 评论(0) 推荐(0) 编辑
 
摘要: cxVerticalGrid赋值是实时更新 procedure TForm1.cxVerticalGrid1Edited(Sender: TObject;ARowProperties: TcxCustomEditorRowProperties);beginif Assigned(cxVertical 阅读全文
posted @ 2021-10-19 22:07 westsoft 阅读(98) 评论(0) 推荐(0) 编辑
 
摘要: 1、对TcxGrid创建多个Level 2、对TcxGrid的TcxGridLevelOptions的TabsForEmptyDetail设置为True 3、再设置DetailTabsPosition的方向为:dtpTop或则dtpLeft 4、cxGrid的rootleveloptions属性下的 阅读全文
posted @ 2021-10-19 22:06 westsoft 阅读(46) 评论(0) 推荐(0) 编辑
 
摘要: cxgrid属性说明,每次用的时候费时费力查找。 由层得到数据表名: procedure TFB_PatientWaiting.cxgrdbtblvwGrid1DBTableView_MyPatienWaitingDblClick( Sender: TObject); var tmp_ifGHD : 阅读全文
posted @ 2021-10-19 22:04 westsoft 阅读(260) 评论(0) 推荐(0) 编辑
 
摘要: 做一个平均数,合计数的sql查询 select score as '成绩' ,name as '姓名' from studentsUNION ALLselect AVG(score) from students; 在最后一行显示平均数; select score as '成绩' ,name as ' 阅读全文
posted @ 2021-10-19 22:03 westsoft 阅读(162) 评论(0) 推荐(0) 编辑
 
摘要: FDMemTable 提示操作速度尤其是循环 with FDMemTable1 do begin DisableControls; //切断数据感知控件 try Open; //打开 //定义Field fld_Id := TIntegerField(FieldByName('Id')); fld_ 阅读全文
posted @ 2021-10-19 21:56 westsoft 阅读(123) 评论(0) 推荐(0) 编辑
 
摘要: 手机号码验证 if (not TRegEx.IsMatch(Edit1.Text, '^[0-9]{11}')) or (length(Edit1.Text) <> 11) then // 11位数字,否则不合格 begin ShowMessage('请输入正确的11位手机号码'); exit; e 阅读全文
posted @ 2021-10-19 21:55 westsoft 阅读(79) 评论(0) 推荐(0) 编辑
 
摘要: TStrings是一个抽象类,在实际开发中,是除了基本类型外,应用得最多的。 常规的用法大家都知道,现在来讨论它的一些高级的用法。 1、CommaText 2、Delimiter &DelimitedText 3、Names &Values &ValueFromIndex 先看第一个:CommaTe 阅读全文
posted @ 2021-10-19 21:54 westsoft 阅读(324) 评论(0) 推荐(0) 编辑
 
该文被密码保护。 阅读全文
posted @ 2021-10-19 21:49 westsoft 阅读(0) 评论(0) 推荐(0) 编辑
 
摘要: 取字符串长度 //取字符串长度 function Len(const value: string): integer; begin if Value='' then result:= 0 else result:= PInteger(Integer(Value)-4)^; end; 阅读全文
posted @ 2021-10-19 21:49 westsoft 阅读(37) 评论(0) 推荐(0) 编辑
 
摘要: 1、USER :DateUtils 2、使用 StartOfTheMonth 和 EndOfTheMonth 函数获取即可; procedure TForm1.btn1Click(Sender: TObject); begin mmo1.Lines.Add(FormatDateTime('yyyy- 阅读全文
posted @ 2021-10-19 21:48 westsoft 阅读(565) 评论(0) 推荐(0) 编辑
 
摘要: SQL Server 断开某个数据库所有连接(还原的时候需要)转自用保留 问题描述: SQL Server数据库备份还原后,在数据库名称后会出现“受限制访问”字样 解决办法: 右键点击数据库 -> 属性 -> 选项 -> 状态 -> 限制访问 -> 选择Multiple -> 确定。 问题描述: 在 阅读全文
posted @ 2021-10-19 21:44 westsoft 阅读(145) 评论(0) 推荐(0) 编辑

2021年8月24日

摘要: 在企业管理器中修改表结构,提示“超时时间已到。在操作完成之前超时时间已过或服务器未响应” 通过修改“表设计器和数据库设计器”来解决这个问题。 工具->选项->设计器->表设计器和数据库设计器,将默认30秒,改成600秒或更大值。 解决问题后,再改回30秒。 阅读全文
posted @ 2021-08-24 00:24 westsoft 阅读(253) 评论(0) 推荐(0) 编辑

2021年8月23日

摘要: 参考thinkphp3.2手册 专题=>restful; REST(Representational State Transfer表述性状态转移)是一种针对网络应用的设计和开发方式,可以降低开发的复杂性,提高系统的可伸缩性.restful借口的实现必不可少的便是路由的运用。启用路由:在Applica 阅读全文
posted @ 2021-08-23 17:11 westsoft 阅读(332) 评论(0) 推荐(0) 编辑

2021年8月14日

该文被密码保护。 阅读全文
posted @ 2021-08-14 11:16 westsoft 阅读(1) 评论(0) 推荐(0) 编辑
 
摘要: 支付宝:https://docs.open.alipay.com/194/106039/ 用户付款码,25-30 开头的长度为 16-24 位的数字,实际字符串长度以开发者获取的付款码长度为准;付款码使用一次即失效 微信:https://pay.weixin.qq.com/wiki/doc/api/ 阅读全文
posted @ 2021-08-14 11:14 westsoft 阅读(2053) 评论(0) 推荐(1) 编辑
 
摘要: 微信和支付宝付款码条码规则 阳光男孩joe 2019-01-10 14:35:03 10857 收藏 1分类专栏: android版权 android专栏收录该内容42 篇文章0 订阅订阅专栏微信条码规则:用户付款码条形码规则:18位纯数字,以10、11、12、13、14、15开头支付宝条码规则:付 阅读全文
posted @ 2021-08-14 10:43 westsoft 阅读(1117) 评论(0) 推荐(0) 编辑

2021年8月13日

该文被密码保护。 阅读全文
posted @ 2021-08-13 23:43 westsoft 阅读(0) 评论(0) 推荐(0) 编辑

2021年3月8日

摘要: https://developer.aliyun.com/mirror/ http://mirrors.aliyun.com/ubuntu-releases/18.04/ 阅读全文
posted @ 2021-03-08 10:00 westsoft 阅读(392) 评论(0) 推荐(0) 编辑

2021年2月3日

摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TMyThread = cl 阅读全文
posted @ 2021-02-03 16:54 westsoft 阅读(410) 评论(0) 推荐(0) 编辑

2020年12月28日

该文被密码保护。 阅读全文
posted @ 2020-12-28 00:47 westsoft 阅读(0) 评论(0) 推荐(0) 编辑
 
摘要: FastReport教程:MS SQL中的递归 来源: 发布时间:2019-02-19 浏览:1486次 下载FastReport.Net最新版本 有时,需要存储过程或函数才能多次使用样本的结果。在这种情况下,我们经常使用临时表。但是,值得考虑临时表的一些优点和缺点。 好处: 临时表是完整的表。因此 阅读全文
posted @ 2020-12-28 00:43 westsoft 阅读(209) 评论(0) 推荐(0) 编辑

2020年12月10日

摘要: 1. DLL接口功能说明 本dll封装了支付接口,barcodepay,refund,query,和cancel的网络请求和接收,和轮询回调支付结果的完整的流程(PayService). 声明函数, 以条码支付为例,参数含义详见 刷卡(条码)支付 FUNCTION string BarcodePay 阅读全文
posted @ 2020-12-10 21:55 westsoft 阅读(310) 评论(0) 推荐(0) 编辑
 
摘要: pycharm汉化 阅读全文
posted @ 2020-12-10 04:11 westsoft 阅读(0) 评论(0) 推荐(0) 编辑

2020年12月2日

摘要: https://www.cnblogs.com/little-rain/p/11063967.html 工欲善其事,必先利其器。 不难发现,还是有很多小朋友在使用eclipse开发java项目。当你接触IDEA后,一切都变得美好了。 使用IDEA创建一个springboot项目是一件极其简单的事情。 阅读全文
posted @ 2020-12-02 11:18 westsoft 阅读(700) 评论(0) 推荐(0) 编辑
 
摘要: 搭建 springboot 环境 阅读全文
posted @ 2020-12-02 11:01 westsoft 阅读(0) 评论(0) 推荐(0) 编辑

2020年12月1日

该文被密码保护。 阅读全文
posted @ 2020-12-01 12:34 westsoft 阅读(0) 评论(0) 推荐(0) 编辑

2020年11月23日

摘要: 七牛 阅读全文
posted @ 2020-11-23 12:06 westsoft 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页