上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页
摘要: https://www.aidaxue.com/python/index?courseId=710&ch=bdjh-pyjh03 阅读全文
posted @ 2021-10-07 10:06 奥兰王子 阅读(20) 评论(0) 推荐(0) 编辑
摘要: GetAllFiles.java (获取指定文件夹中的文件,并检查内容是否一致) import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.InputStrea 阅读全文
posted @ 2021-09-19 20:08 奥兰王子 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 需导入的包: import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOu 阅读全文
posted @ 2021-09-19 16:44 奥兰王子 阅读(1947) 评论(0) 推荐(0) 编辑
摘要: 录图: 方法代码: /** * 读取目录下的所有文件 * * @param dir * 目录 * @param fileNames * 保存文件名的集合 * @return */ public static void findFileList(File dir, List<String> fileN 阅读全文
posted @ 2021-09-19 16:08 奥兰王子 阅读(2643) 评论(0) 推荐(0) 编辑
摘要: Public Sub test() Dim strPath As String Dim fso As Object Dim objFolder As Object Set fso = CreateObject("Scripting.FileSystemObject") lngSeqNo = 0 st 阅读全文
posted @ 2021-09-12 13:32 奥兰王子 阅读(5553) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/fec4bce2722a10f2618d8b2d.html 请问在运行VBA代码时,如何让运行过程不显示http://club.excelhome.net/thread-20711-1-1.html程序前面加上 Applicatio 阅读全文
posted @ 2021-09-03 08:05 奥兰王子 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 下载一个sqliteSpy 或 A5M2 这样的DB客户端工具。 http://www.winportal.com/sqlitespy 注: 连接数据库时,需要用户名或密码 ,不需要填写,直接点确定即可。 打开wc.db数据库 delete from work_queue 阅读全文
posted @ 2021-07-23 07:54 奥兰王子 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 方法一: /** * * 遍历对象属性值(利用反射实现),可以在需要对 对象中的每个字段都执行相同的处理时使用 * */ public class DisposeUtil { public static Object dispose(Object object){ Field[] field = o 阅读全文
posted @ 2021-07-07 05:35 奥兰王子 阅读(2826) 评论(0) 推荐(0) 编辑
摘要: 排错步骤: 1.查看网络是否通畅 打开cmd, ping 数据库IP 2. 查看端口是否通畅 打开cmd,tnsping 数据库IP 如果piing不通,可能是防火墙问题 3.检查防火墙状态 #service iptables status 如果开启,请关闭:#service iptables st 阅读全文
posted @ 2021-07-06 13:00 奥兰王子 阅读(1499) 评论(0) 推荐(0) 编辑
摘要: strSearch 是被查找的内容strReplace 是替换的内容 Sub FindAndReplace(ByVal strSearch As String, ByVal strReplace As String) Cells.Replace What:=strSearch, Replacemen 阅读全文
posted @ 2021-06-16 06:23 奥兰王子 阅读(1932) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页