- 博客(90)
- 收藏
- 关注
原创 Getting Started with Mainframe COBOL 第3章
【代码】Getting Started with Mainframe COBOL 第3章。
2025-08-18 21:59:53
185
原创 CICS Application Programming Fundamentals 第9-9章
【代码】CICS Application Programming Fundamentals 第9-9章。
2025-08-05 22:20:25
288
原创 CICS Application Programming Fundamentals 第9-6章
【代码】CICS Application Programming Fundamentals 第9-6章。
2025-08-03 23:24:19
275
原创 CICS Application Programming Fundamentals 第9-5章
【代码】CICS Application Programming Fundamentals 第9-5章。
2025-08-02 23:10:04
186
原创 CICS Application Programming Fundamentals 第9-3章
【代码】CICS Application Programming Fundamentals 第9-3章。
2025-07-30 23:00:33
154
原创 CICS Application Programming Fundamentals 第9-2章
【代码】CICS Application Programming Fundamentals 第9-2章。
2025-07-29 22:48:26
275
原创 CICS Application Programming Fundamentals 第8-19章
【代码】CICS Application Programming Fundamentals 第8-19章。
2025-07-28 22:25:24
188
原创 CICS Application Programming Fundamentals 第8-17章
【代码】CICS Application Programming Fundamentals 第8-17章。
2025-07-24 23:28:40
212
原创 CICS Application Programming Fundamentals 第8-14章
【代码】CICS Application Programming Fundamentals 第8-14章。
2025-07-23 22:57:42
223
原创 CICS Application Programming Fundamentals 第8-11章
【代码】CICS Application Programming Fundamentals 第8-11章。
2025-07-22 23:07:37
278
原创 CICS Application Programming Fundamentals 第8-9章
【代码】CICS Application Programming Fundamentals 第8-9章。
2025-07-21 22:32:23
187
原创 CICS Application Programming Fundamentals 第8-7章
【代码】CICS Application Programming Fundamentals 第8-7章。
2025-07-20 22:48:48
257
原创 CICS Application Programming Fundamentals 第8-6章
註: 以下 MAP 和 PROG 內容並不全,由於原視頻跳過了。
2025-07-20 21:41:32
207
原创 CICS Application Programming Fundamentals 第8-1章
Pseudo-conversational 版本 (ESONP)Conversational 版本 (ESONP)註: ESONMAP 參考第7章。
2025-07-20 15:18:33
171
原创 CICS Application Programming Fundamentals 第7章
【代码】CICS Application Programming Fundamentals 第7章。
2025-07-20 14:02:49
176
原创 CICS Application Programming Fundamentals 第4章
註: 105-112 行跟原視頻的不同,這裡修改了一下,也包括按 Esc, PA1, PA2 的 MAPFAIL 處理。
2025-07-14 21:52:37
238
原创 CICS Application Programming Fundamentals 第3章
【代码】CICS Application Programming Fundamentals 第3章。
2025-07-14 21:43:55
215
原创 hercules zos 安裝 jdk 8
文章摘要:在z/OS系统上安装IBM Java SDK 8的过程包括:从官网下载PAX压缩包;在Hercules中添加新卷(UAPP02存放JDK,UTMP02扩展空间);初始化新卷并创建用户目录;建立HFS文件系统并挂载到OMVS;通过FTP上传并解压JDK安装包;配置环境变量并修复权限问题(如extattr +a解决libj9ifa29.so报错)。最终成功安装JDK 1.8.0,且通过启用压缩节省了本地存储空间。
2025-07-13 18:39:43
518
原创 解决百度网盘上传请求中或上传慢的方法
解决方法,先把 DNS切换到 百度的 DNS,解释下面7个域名,然后,记下所解释到的 ip。原因是因为 DNS 解释问题。例如,使用 DNS 8.8.8.8。然后,在 hosts 加上,这样本机 DNS 也可以维持原有,又可以不影响上传。百度网盘正常情况下是超快的,不应该是 "上传请求中" 或 几 k 的速度。所解释的 ip ping 不了。
2023-04-30 11:02:51
11620
3
原创 zos JESMSGLG 不显示 job steps return codes
zos JESMSGLG 不显示 job steps return codes
2023-01-28 11:50:17
699
原创 hercules zos console 停止 DB2 报错 UNAUTHORIZED REQUEST
hercules zos console DSN9016I
2023-01-02 16:40:34
404
原创 Windows 11 连接 hercules zOS Websphere MQ 配置
Windows 11 连接 hercules zOS Websphere MQ 配置
2022-12-30 23:44:07
1249
原创 程序员学习 PCB 设计 二 Ubuntu 22.04 编译 KiCad 6
程序员学习 PCB 设计 二 Ubuntu 22.04 编译 KiCad 6
2022-09-14 22:37:25
1513
原创 ubuntu 22.04 disable gnome-terminal bold font
ubuntu 22.04 disable gnome-terminal bold font
2022-09-11 15:50:05
513
原创 ubuntu 22.04 change gnome login screen resolution
ubuntu 22.04 change gnome login screen resolution
2022-09-11 15:19:04
402
原创 windows 11 清除 Win Run 最近执行历史
例如最近执行 notepad 和 notepad++再次执行输入 not 会先显示 notepad在下面注册表把不需要的删除
2022-07-06 21:25:49
937
原创 windows terminal set nord theme
{ "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }...
2022-03-26 18:37:48
663
原创 eslint disable Lifecycle methods should not be empty warning
.eslintrc.json "no-empty-function": "off", "@typescript-eslint/no-empty-function": "off", "@angular-eslint/no-empty-lifecycle-method": "off"{ "root": true, "ignorePatterns": [ "projects/**/*" ], "overrides": [...
2022-03-22 22:42:46
1175
原创 visual studio code typescript 防止 import statement 断行
先查看 .editorconfig 或 .prettierrc.js 有没有设置 max-line-length 或 printWidth.prettierrc.jsmodule.exports = { tabWidth: 2, singleQuote: true, trailingComma: 'none', printWidth: 320};再看看有没有安装其他插件如 TypeScript Import Sorterimport-sorter.json{ ..
2022-03-22 21:39:33
218
原创 资金池账号
在平日银行系统开发,会有一类账号叫资金池账号 cash pooling account,用来方便会计处理这类账号跟平常见的往来账号 或 储蓄账号 差不多例如 资金池账号 A,可以关连 10 个往来账号(叫参与账号),和一个储蓄账号资金池账号一般有三种操作,transfer, reinstate 和 interest触发 transfer,就像统一收款,资金会由参与账号,全转到资金池账号,然后转到储蓄账号。另外,参与账号可以设置保留多少余额reinstate 跟 transfer 资金流.
2022-02-04 16:15:08
641
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅