Jonvy

导航

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页

2024年2月29日 #

Keyence SDK开发 Visual Studio 2022

摘要: 1.创建新项目选择:Windows窗体应用(.NET Framework) 2.快速填充的快捷键为:Tab键 切换代码和设计器视图为:F7键 阅读全文

posted @ 2024-02-29 11:42 不亮 阅读(39) 评论(0) 推荐(0)

2024年2月28日 #

Visual Studio .Net core & C#

摘要: 1.Visual Studio安装时.net桌面开发和通用Windows平台开发的区别? 在Visual Studio的安装选项中,“.NET桌面开发”与“通用Windows平台开发”指的是两种不同的应用程序开发框架。具体分析如下: .NET桌面开发:这个选项包括了用于开发传统的Win32桌面应用程 阅读全文

posted @ 2024-02-28 08:36 不亮 阅读(500) 评论(0) 推荐(0)

2024年2月6日 #

包装标签查询

摘要: 1.查询包装箱号900724125009 从t_cntner中查询出id_cntner select id_cntner from t_cntner where cntner_numcont='900724125009' id_cntner为'900700019706'2.从'90070001970 阅读全文

posted @ 2024-02-06 09:44 不亮 阅读(58) 评论(0) 推荐(0)

2024年2月4日 #

Tomcat Tutorial

摘要: https://www3.ntu.edu.sg/home/ehchua/programming/howto/Tomcat_HowTo.html 完整教程: https://www3.ntu.edu.sg/home/ehchua/programming/java/JavaServletCaseStud 阅读全文

posted @ 2024-02-04 15:40 不亮 阅读(8) 评论(0) 推荐(0)

2023年12月12日 #

参数修改记录查询

摘要: 1.select * from t_nomen where et_refakf_se in('665930800A','650626300-1','655278300A') and et_typtra='U' and et_refakf_comp is null //查询出id_nomen:3494 阅读全文

posted @ 2023-12-12 17:11 不亮 阅读(25) 评论(0) 推荐(0)

2023年12月11日 #

创建视图

摘要: 线体6005 创建客户号是3位数字开头,第4位是空格的视图 CREATE VIEW v_VW asselect id_stocpf,et_refcmp,et_qualpf,stocpf_no_cli,datemodif from t_stocpf where stocpf_no_cli ~'^\d{ 阅读全文

posted @ 2023-12-11 15:42 不亮 阅读(17) 评论(0) 推荐(0)

2023年12月8日 #

FastReport使用

摘要: 1.在添加了Datamatrix二维码后,报Class "TfrxBarcode2DView" not found,需要在Use中添加frxBarcode单元 或者在form中添加TfrxBarCodeObject控件 2.FastReprot中使用变量 2.1在FastReprot中创建 Step 阅读全文

posted @ 2023-12-08 10:23 不亮 阅读(307) 评论(0) 推荐(0)

2023年11月23日 #

怎样在win10中设置开机启动项

摘要: 怎样在win10中设置开机启动项-百度经验 (baidu.com) Win10运行命令Shell:startup与Shell:Common startup的区别?A: `Shell:startup` 和 `Shell:Common startup` 是两个不同的 Windows 10 启动文件夹。这 阅读全文

posted @ 2023-11-23 16:40 不亮 阅读(794) 评论(0) 推荐(0)

2023年11月5日 #

包装工位打印Telsa标签

摘要: 1.监控t_cntner,在未产生包装标签时,表中cntner_numcount为'#TCNTCLIH#....' 首先根据'#TCNTCLIH#....'选择出id_cntner,和et_prod_poste得出包装工位,当该cntner_numcount ‘#’数据变为数字后,产生标签,开始打印 阅读全文

posted @ 2023-11-05 16:57 不亮 阅读(16) 评论(0) 推荐(0)

2023年10月19日 #

PostgreSQL查询约束和创建删除约束

摘要: 查询约束 SELECT tc.constraint_name, tc.table_name, kcu.column_name, ccu.table_name AS foreign_table_name, ccu.column_name AS foreign_column_name, tc.is_de 阅读全文

posted @ 2023-10-19 15:43 不亮 阅读(267) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页