-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
620 lines (269 loc) · 20.8 KB
/
Copy pathatom.xml
File metadata and controls
620 lines (269 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>啊芫荽</title>
<icon>http://hncd1024.github.io/icon.png</icon>
<link href="http://hncd1024.github.io/atom.xml" rel="self"/>
<link href="http://hncd1024.github.io/"/>
<updated>2024-02-07T08:30:08.742Z</updated>
<id>http://hncd1024.github.io/</id>
<author>
<name>CHEN DI</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Python|开放式基金业务数据交换文件的自动解析</title>
<link href="http://hncd1024.github.io/2024/02/07/python_OFDread/"/>
<id>http://hncd1024.github.io/2024/02/07/python_OFDread/</id>
<published>2024-02-07T06:00:31.000Z</published>
<updated>2024-02-07T08:30:08.742Z</updated>
<summary type="html"><p>近日,我同事有个开放式基金业务数据文件读取的需求,大概背景是:<br />
人民银行制定了开放式基金业务数据交换协议的标准,规定场外开放式基金、证券公司大集合产品相关业务中机构之间进行数据交换时所采用的数据格式、数据定义和数据内容。<br />
在实际使用中,机构会发送</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
</entry>
<entry>
<title>Python|发现一个好用的GUI库-flet</title>
<link href="http://hncd1024.github.io/2024/02/06/Python_flet_point/"/>
<id>http://hncd1024.github.io/2024/02/06/Python_flet_point/</id>
<published>2024-02-06T06:44:42.000Z</published>
<updated>2024-02-06T08:25:57.520Z</updated>
<summary type="html"><p>前端时间发现了一个 python 库:<strong>flet</strong><br />
这是一个框架库,可以用来构建 web 系统,也能用来构建桌面端和移动端的程序。它的组件设计简约,UI</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="flet" scheme="http://hncd1024.github.io/categories/Python/flet/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="flet" scheme="http://hncd1024.github.io/tags/flet/"/>
</entry>
<entry>
<title>Python|DrissionPage实现某网站点赞收藏</title>
<link href="http://hncd1024.github.io/2024/02/05/Python_DrissionPage/"/>
<id>http://hncd1024.github.io/2024/02/05/Python_DrissionPage/</id>
<published>2024-02-05T08:23:24.000Z</published>
<updated>2024-02-07T08:30:28.299Z</updated>
<summary type="html"><p>在《<a href="https://hncd1024.github.io/2022/08/26/Python%20selenium/">Python|selenium实现自动点赞收藏(进阶版)</a>》中,我通过 selenium 实现了某网站积分的自动获取。作为</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="DrissionPage" scheme="http://hncd1024.github.io/categories/Python/DrissionPage/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="DrissionPage" scheme="http://hncd1024.github.io/tags/DrissionPage/"/>
</entry>
<entry>
<title>Python|解析excel自动创建业务系统凭证</title>
<link href="http://hncd1024.github.io/2023/12/18/Python_createEnfoVoucher/"/>
<id>http://hncd1024.github.io/2023/12/18/Python_createEnfoVoucher/</id>
<published>2023-12-18T08:42:28.000Z</published>
<updated>2023-12-19T09:07:24.806Z</updated>
<summary type="html"><p>财务同事近期提了一个需求:公司有一类产品,定期需要从网上银行下载交易流水。筛选出符合条件的到账流水后,要逐笔在业务系统中录入凭证。这个凭证逻辑比较简单,每月需要集中做几次。项目自成立以来已经累计做了八百多张凭证了。同事希望可以通过系统实现excel的解析和凭证的自动录入。<</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="pandas,requests" scheme="http://hncd1024.github.io/categories/Python/pandas-requests/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="pandas" scheme="http://hncd1024.github.io/tags/pandas/"/>
<category term="requests" scheme="http://hncd1024.github.io/tags/requests/"/>
</entry>
<entry>
<title>Python|批量移动文件并修改目录层级</title>
<link href="http://hncd1024.github.io/2023/12/08/Python_FileMove/"/>
<id>http://hncd1024.github.io/2023/12/08/Python_FileMove/</id>
<published>2023-12-08T09:36:06.000Z</published>
<updated>2023-12-08T10:05:26.624Z</updated>
<summary type="html"><p>前面说过,最近在做档案的迁移。从其中一个系统导出的目录结构如下:</p>
<figure class="highlight 1c"><table><tr><td class="gutter"><pre><span</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="os" scheme="http://hncd1024.github.io/categories/Python/os/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="os" scheme="http://hncd1024.github.io/tags/os/"/>
</entry>
<entry>
<title>Python|实现公文系统批量收藏</title>
<link href="http://hncd1024.github.io/2023/12/07/Python_ecologyFileDownload2/"/>
<id>http://hncd1024.github.io/2023/12/07/Python_ecologyFileDownload2/</id>
<published>2023-12-07T06:47:14.000Z</published>
<updated>2023-12-07T08:31:49.999Z</updated>
<summary type="html"><p>我们公司公文系统开发过一个【收藏】的功能,当点击【收藏】按钮的时候,系统会将当前收文/发文/签报里的正文、附件、审批表单打包成一个.zip文件下载到本地。<br</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="requests" scheme="http://hncd1024.github.io/categories/Python/requests/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="pandas" scheme="http://hncd1024.github.io/tags/pandas/"/>
<category term="requests" scheme="http://hncd1024.github.io/tags/requests/"/>
</entry>
<entry>
<title>Python|word、html文件转pdf</title>
<link href="http://hncd1024.github.io/2023/12/07/Python_pdfkit/"/>
<id>http://hncd1024.github.io/2023/12/07/Python_pdfkit/</id>
<published>2023-12-07T03:28:00.000Z</published>
<updated>2023-12-07T08:16:05.270Z</updated>
<summary type="html"><p>最近在做一个文档迁移的工作,源文件比较多,有大量的目录,其中包含word文档、html文件。在新系统中,希望将文件格式转换为PDF以实现在线预览。<br</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="pdfkit,win32com" scheme="http://hncd1024.github.io/categories/Python/pdfkit-win32com/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="UiApdfkit" scheme="http://hncd1024.github.io/tags/UiApdfkit/"/>
<category term="win32comuto" scheme="http://hncd1024.github.io/tags/win32comuto/"/>
</entry>
<entry>
<title>Python|泛微Ecology附件下载接口</title>
<link href="http://hncd1024.github.io/2023/11/13/Ecology_FileDownload/"/>
<id>http://hncd1024.github.io/2023/11/13/Ecology_FileDownload/</id>
<published>2023-11-13T02:10:06.000Z</published>
<updated>2023-11-13T02:50:21.823Z</updated>
<summary type="html"><p>公司有一类流程,需要把所有的附件打包下载下来。手工下载会比较耗时,这里我们常尝试下通过脚本简单实现下附件的批量下载。<br />
其实在《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/categories/Python/Ecology/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/tags/Ecology/"/>
</entry>
<entry>
<title>Python|泛微Ecology附件上传接口</title>
<link href="http://hncd1024.github.io/2023/09/01/Ecology_apiUpload/"/>
<id>http://hncd1024.github.io/2023/09/01/Ecology_apiUpload/</id>
<published>2023-09-01T01:53:02.000Z</published>
<updated>2023-09-01T03:14:13.929Z</updated>
<summary type="html"><p>在《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/categories/Python/Ecology/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/tags/Ecology/"/>
</entry>
<entry>
<title>ecology|泛微ecology9流程新建接口</title>
<link href="http://hncd1024.github.io/2023/08/29/Ecology_apidoCreateRequest/"/>
<id>http://hncd1024.github.io/2023/08/29/Ecology_apidoCreateRequest/</id>
<published>2023-08-29T06:29:49.000Z</published>
<updated>2023-09-01T01:51:59.686Z</updated>
<summary type="html"><p>最近发现泛微ecology9的接口文档,这篇文章我们简单测试下流程创建的场景。</p>
<h1 id="参考文档"><a class="markdownIt-Anchor" href="#参考文档"></a> 参考文档</h1>
<p>《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/categories/Python/Ecology/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/tags/Ecology/"/>
</entry>
<entry>
<title>ecology|泛微ecology9获取token信息</title>
<link href="http://hncd1024.github.io/2023/08/25/Ecology_apiToken/"/>
<id>http://hncd1024.github.io/2023/08/25/Ecology_apiToken/</id>
<published>2023-08-25T02:39:04.000Z</published>
<updated>2023-08-28T07:19:13.285Z</updated>
<summary type="html"><p>在泛微系统(Ecology9)的后端接口中,需要在请求体中加上token的参数。这篇文章记录下泛微Ecology9的token获取方式。</p>
<h1 id="token获取步骤"><a class="markdownIt-Anchor"</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/categories/Python/Ecology/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="Ecology" scheme="http://hncd1024.github.io/tags/Ecology/"/>
</entry>
<entry>
<title>Python|VBA|实现word中表格的复制粘贴</title>
<link href="http://hncd1024.github.io/2023/07/21/VBA_tableInsertWord/"/>
<id>http://hncd1024.github.io/2023/07/21/VBA_tableInsertWord/</id>
<published>2023-07-21T15:23:07.000Z</published>
<updated>2023-07-26T03:10:07.523Z</updated>
<summary type="html"><p>在《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="VBA" scheme="http://hncd1024.github.io/categories/Python/VBA/"/>
<category term="win32com" scheme="http://hncd1024.github.io/categories/Python/VBA/win32com/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="VBA" scheme="http://hncd1024.github.io/tags/VBA/"/>
<category term="win32com" scheme="http://hncd1024.github.io/tags/win32com/"/>
</entry>
<entry>
<title>Python|VBA|在word中插入脚注</title>
<link href="http://hncd1024.github.io/2023/07/13/VBA_wordfootnote/"/>
<id>http://hncd1024.github.io/2023/07/13/VBA_wordfootnote/</id>
<published>2023-07-13T08:44:05.000Z</published>
<updated>2023-07-21T15:33:23.350Z</updated>
<summary type="html"><p>在《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="VBA" scheme="http://hncd1024.github.io/categories/Python/VBA/"/>
<category term="win32com" scheme="http://hncd1024.github.io/categories/Python/VBA/win32com/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="VBA" scheme="http://hncd1024.github.io/tags/VBA/"/>
<category term="win32com" scheme="http://hncd1024.github.io/tags/win32com/"/>
</entry>
<entry>
<title>Python|文件自动下载、解压、核对</title>
<link href="http://hncd1024.github.io/2023/07/07/Python_fileCheck/"/>
<id>http://hncd1024.github.io/2023/07/07/Python_fileCheck/</id>
<published>2023-07-07T09:00:55.000Z</published>
<updated>2023-07-22T05:43:47.107Z</updated>
<summary type="html"><h1 id="需求概述"><a class="markdownIt-Anchor" href="#需求概述"></a></summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
</entry>
<entry>
<title>Python|实现泛微E-Mobile消息发送对接</title>
<link href="http://hncd1024.github.io/2023/06/30/Python_emobileapi/"/>
<id>http://hncd1024.github.io/2023/06/30/Python_emobileapi/</id>
<published>2023-06-30T02:36:02.000Z</published>
<updated>2023-06-30T08:28:39.747Z</updated>
<summary type="html"><p> 前面已经研究过如何通过微信、钉钉进行消息通知,但公司内部还在使用泛微的E-Mobile通讯工具,部分涉密信息还是通过内部通讯工具发送比较合适。今天研究下如何通过python实现E-Mobile的消息通知。</p>
<h1 id="分析过程"><a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="requests" scheme="http://hncd1024.github.io/categories/Python/requests/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="requests" scheme="http://hncd1024.github.io/tags/requests/"/>
</entry>
<entry>
<title>Python|钉钉消息通知对接</title>
<link href="http://hncd1024.github.io/2023/06/29/Python_dingtalk/"/>
<id>http://hncd1024.github.io/2023/06/29/Python_dingtalk/</id>
<published>2023-06-29T07:08:24.000Z</published>
<updated>2023-06-30T08:35:39.966Z</updated>
<summary type="html"><p>钉钉相比微信的好处在于接口丰富(《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="dingtalk" scheme="http://hncd1024.github.io/categories/Python/dingtalk/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="dingtalk" scheme="http://hncd1024.github.io/tags/dingtalk/"/>
</entry>
<entry>
<title>Python|实现PC端微信对接</title>
<link href="http://hncd1024.github.io/2023/06/26/Python_wechatapi/"/>
<id>http://hncd1024.github.io/2023/06/26/Python_wechatapi/</id>
<published>2023-06-26T08:43:02.000Z</published>
<updated>2023-06-30T08:34:57.084Z</updated>
<summary type="html"><p> 今天介绍一个免费开源的微信HOOK和框架,提供HTTPAPI接口和封装好的框架,可基于此通过python对接微信。</p>
<h1 id="项目地址"><a class="markdownIt-Anchor" href="#项目地址"></a></summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="Hook" scheme="http://hncd1024.github.io/categories/Python/Hook/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="Hook" scheme="http://hncd1024.github.io/tags/Hook/"/>
</entry>
<entry>
<title>Python|实现公司周报的自动生成</title>
<link href="http://hncd1024.github.io/2023/06/25/Python_docx/"/>
<id>http://hncd1024.github.io/2023/06/25/Python_docx/</id>
<published>2023-06-25T08:34:46.000Z</published>
<updated>2023-09-01T03:28:42.944Z</updated>
<summary type="html"><p> 如果每周要给领导发一个公司周报,你会怎么做?考虑到美观性和一致性,我想应该是制定一个格式规范,设计好页眉、页脚、页边距、字体、段落、表格框等各类的样式,之后按照规范要求定期撰写公司周报。这是一个很不错的主意,只需要汇总各部门周报内容后,复制粘贴到模板文件里,就可以生成一</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="docx" scheme="http://hncd1024.github.io/categories/Python/docx/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="docx" scheme="http://hncd1024.github.io/tags/docx/"/>
</entry>
<entry>
<title>UiAuto|泛微Ecology系统附件下载插件</title>
<link href="http://hncd1024.github.io/2023/06/21/UiAuto_ecologyFileDownload/"/>
<id>http://hncd1024.github.io/2023/06/21/UiAuto_ecologyFileDownload/</id>
<published>2023-06-21T06:03:50.000Z</published>
<updated>2023-06-30T08:34:44.011Z</updated>
<summary type="html"><p> 在《<a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="UiAuto" scheme="http://hncd1024.github.io/categories/Python/UiAuto/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="UiAuto" scheme="http://hncd1024.github.io/tags/UiAuto/"/>
<category term="suds" scheme="http://hncd1024.github.io/tags/suds/"/>
</entry>
<entry>
<title>Python|PDF转图像</title>
<link href="http://hncd1024.github.io/2023/06/09/Python_pdf2image/"/>
<id>http://hncd1024.github.io/2023/06/09/Python_pdf2image/</id>
<published>2023-06-09T02:44:31.000Z</published>
<updated>2023-06-30T08:35:21.364Z</updated>
<summary type="html"><p> 在前面通过百度文字识别实现了图片的文字提取。但在测试中发现我们实际中文件大多是PDF的扫描件。所以需要先把PDF转为图片,之后进行遍历调用百度文字识别接口即可。这里我使用的是pdf2image库实现PDF转图片。。</p>
<h1 id="pdf转图片源码"><a</summary>
<category term="Python" scheme="http://hncd1024.github.io/categories/Python/"/>
<category term="pdf2image" scheme="http://hncd1024.github.io/categories/Python/pdf2image/"/>
<category term="Python" scheme="http://hncd1024.github.io/tags/Python/"/>
<category term="pdf2image" scheme="http://hncd1024.github.io/tags/pdf2image/"/>
<category term="PDF" scheme="http://hncd1024.github.io/tags/PDF/"/>
</entry>
</feed>