- 博客(276)
- 收藏
- 关注
原创 Dbeaver error info : Public Key Retrieval is not allowed
在 DBeaver 中,右键点击你的 MySQL 连接。在 DBeaver 中,右键点击你的 MySQL 连接。方法 1:修改连接配置(推荐)方法 1:修改连接配置(推荐)转到 驱动属性 选项卡。转到 驱动属性 选项卡。
2025-11-28 09:29:26
141
原创 How to contenate string with variables sequentially
【代码】How to contenate string with variables sequentially。
2025-11-07 11:57:07
89
原创 python grammar : case sensitive, python Python
t6 = (“dark horse programmer”,“widsomConvey”,“Python”)index = t6.index(“Python”)print(“the index of ‘python’ is % d” % index)print(f"the index of python is {index}")
2025-11-03 21:30:54
117
原创 in powersehll, arithmetic operator invokes the abbreviation of natural language
【代码】in powersehll, arithmetic operator invokes the abbreviation of natural language。
2025-10-12 10:25:49
116
原创 whole process for yaml installation , updated and new
【代码】whole process for yaml installation , updated and new。
2025-10-07 22:21:27
129
原创 how to connect mysql on Workbench?
,在弹出的窗口中输入您的 MySQL root 密码,然后点击 “OK”。这样做会安全地保存您的密码,下次连接时就不需要再次输入了。在主页界面,您会看到一个 “MySQL Connections” 区域。点击旁边的 + 号来添加新连接。Connection Name: 为您这个连接起个名字,例如 My Local Server。Connection Method: 保持默认的 Standard (TCP/IP)。Username: 输入 root。Port: 输入 3306。
2025-09-30 16:00:19
457
原创 SQLite : $date and $time treated as strings; replace single quote with two single quotes to escape
【代码】SQLite : $date and $time treated as strings;
2025-09-29 18:45:14
137
原创 in SQLite,single quotes needed for inserting data into table instead of double-quotes
【代码】in SQLite,single quotes needed for inserting data into table instead of double-quotes。
2025-09-29 10:58:30
109
原创 PS中的{#,N#}
在 PowerShell 中,{0:N2} {1:N2} {2:N2} {3:N2} 是字符串格式化语法,用于同时格式化多个数字参数。语法解析{0:N2} - 格式化第1个参数为数字格式(千位分隔符 + 2位小数){1:N2} - 格式化第2个参数{2:N2} - 格式化第3个参数{3:N2} - 格式化第4个参数基本用法示例powershell。
2025-09-26 15:31:37
315
原创 RCA by all analysis ( change folder path, etc),according any resource to change and modify the code
test-input : 无法将输入对象绑定到命令的任何参数,可能是因为该命令没有采用管道输入,或者输入及其属性与采用管道输入的任何参数均不匹配。目录 vs 文件:Get-ChildItem C:\hr 可能返回目录(DirectoryInfo对象)而不是文件(FileInfo对象)类型不匹配:您的参数期望 [System.IO.FileInfo] 类型,但可能接收到 [System.IO.DirectoryInfo]所在位置 行:1 字符: 24。
2025-09-23 16:07:50
209
原创 IT desk service
for app to run and function, sometimes, we just need to wait a certain time for it to start, especially for a big/power app, like idea, VPN to break the GW firewall.
2025-09-17 14:19:48
115
原创 Powershell and Python are very similar
语法混合:您使用了 PowerShell 的变量赋值和条件判断,但使用了 Python 的 print() 函数。您的命令混合了 PowerShell 和 Python 语法,并且出现了设备初始化错误。这个错误可能是由于之前的命令尝试输出到打印机设备造成的。请尝试使用正确的 PowerShell 语法,应该不会再出现 PRN 设备错误。设备错误:无法初始化设备 PRN 错误通常表示系统尝试访问打印机设备(PRN)避免使用 print 命令(这是其他语言的语法)无法初始化设备 PRN。
2025-09-16 19:13:41
367
原创 Powershell error : type and content: function name missing hyphen
【代码】Powershell error : type and content: function name missing hyphen。
2025-09-16 11:53:36
95
原创 In PS function, auguments directoryPath should be a string
function getFileList($DirectoryPath){$fileName=(Get-ChildItem -path $DirectoryPath).Namereturn $fileName}getFileList(“C:\hr\images”)
2025-09-15 18:20:28
223
原创 Some errors in powershell script writing/demos
【代码】Some errors in powershell script writing/demos。
2025-09-12 16:02:17
381
原创 In seld defined shell bash, variable consists of only among number, letter(U?L) or underline
【代码】In seld defined shell bash, variable consists of only among number, letter(U?
2025-07-29 15:23:51
217
原创 space or table must be included by double quotations when taking it as separator in awk
【代码】space or table must be included by double quotations when taking it as separator in awk。
2025-07-28 12:10:13
140
原创 under other folder instead of root , not allow to change directory starting by forward slash
[root@localhost var]# cd /logbash: cd: /log: No such file or directory
2025-07-28 11:43:41
338
原创 bash error log: mypig, typo, missing one letter.
【代码】bash error log: mypig, typo, missing one letter.
2025-07-16 14:15:31
119
原创 how to remove a folder which is not empty.
【代码】how to remove a folder which is not empty.
2025-07-12 11:23:34
424
原创 关键字前跟空格或首字母, 关键字后跟空格或标点符号; 标点符号后面不是必须跟空格;
和 ] 是语法结构,内部的条件表达式要用空格分隔。正确格式:if [ …then 可以放在同一行,但前面要有分号;-z 是测试字符串是否为空的选项。[ 和 ] 内部要有空格分隔参数。if 和 [ 之间需要空格。if 和 [ 之间要有空格。和 -z 之间需要空格。
2025-07-10 22:30:31
165
原创 beaware of uppercase and lowercase in Shell
bin/bashA=(echoscale1;1/2∗bottom*A\033[0m"bbash/bin/bashA=(echoscale1;0.5∗bottom*A\033[0m"
2025-07-06 22:46:12
974
原创 .sh file must start with right annotation file route #!/bin/bash, instead of #!bin/bash
2025-06-30 07:49:25
104
原创 On front end junior dev phase, English punctuation, letters, words,...grammar...all should be right.
2025-06-15 14:51:51
113
原创 to avoid naming wrong index webpage for one website
wrong : webpage.html.txtright : index.html
2025-06-15 14:23:28
164
原创 how to make more mapping sharefolders between Hosts and win server?
by different disk name other than C disk
2025-05-09 16:32:10
125
原创 how to start an OA system based on Linux
【代码】how to start an OA system based on Linux。
2025-05-01 20:58:56
360
原创 notes for win11 installation, must check box : connectwhen startup
windows
2025-04-20 11:09:30
345
原创 how to check local user and group on family V or student V
家庭版:用命令提示符 (net user/net localgroup) 或第三方工具。专业版/企业版:直接使用 lusrmgr.msc 或计算机管理。
2025-04-10 17:23:05
268
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅