题目 In graph theory, an Eulerian path is a path in a graph which visits every edge exactly once. Similarly, an Eulerian circuit is an Eulerian path whi ...
分类:
其他好文 时间:
2020-02-29 20:51:39
阅读次数:
104
Sqlserver开启xp_cmdshell: EXEC sp_configure 'show advanced options', 1; RECONFIGURE WITH OVERRIDE; EXEC sp_configure 'Ole Automation Procedures', 1; REC ...
分类:
数据库 时间:
2020-02-28 18:35:33
阅读次数:
71
编译时压缩 https://www.cnblogs.com/qiuzhimutou/p/7592875.html 这里我列举几个常用的能够用于减少包体大小的插件,我们可以根据项目需求选择性的使用: compression-webpack-plugin :该插件能够将资源文件压缩为.gz文件,并且根据 ...
分类:
Web程序 时间:
2020-02-28 01:27:45
阅读次数:
118
参考:word转pdf后保证图片清晰的方法 参考:Word转为PDF,里面的图片会变得不清楚? BUT,以上方法并没有实现。通过打印 pdf 获取的分辨率更高。 前提需要 word 本身图片高清,所以需要设置下 Options -> Advanced -> Image Size and Qualit ...
分类:
其他好文 时间:
2020-02-26 22:33:43
阅读次数:
64
Slicing12345L[:10:2] # [0, 2, 4, 6, 8]L[::5] # 所有数,每5个取一个# [0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95] L[:] # copy ... ...
分类:
编程语言 时间:
2020-02-26 14:11:08
阅读次数:
72
# __author: # date:2020/2/25 import configparser config = configparser.ConfigParser() config['DEFAULT'] = {'ServerAliveInterval' : '45', "Compression" ...
分类:
其他好文 时间:
2020-02-25 20:10:13
阅读次数:
40
迈克尔?贝尔菲奥尔 著 2012年出版 摘要: 美国国防部高级研究计划局(DARPA,Defense Advanced Research Projects Agency),是美国国防部下属的一个行政机构,负责研发用于军事用途的高新科技。本书通过描述几个不同领域的创新过程和成果,向人们展示了世界科研机 ...
分类:
其他好文 时间:
2020-02-25 10:03:25
阅读次数:
91
1. GIF(87年) 使用无损压缩 8 bit 彩色(256种颜色) 支持单一透明色; 2. JPG(92年): 使用的一种 失真压缩 标准方法 24 bit 彩色,内容比GIF丰富 不支持动画 不支持透明色 JPEG的压缩方式通常是破坏性资料压缩(lossy compression),意即在压缩 ...
分类:
其他好文 时间:
2020-02-24 12:39:46
阅读次数:
142
参考:http://2.python-requests.org/zh_CN/latest/user/advanced.html#advanced 参考:http://2.python-requests.org/zh_CN/latest/api.html#sessionapi ...
分类:
编程语言 时间:
2020-02-24 10:13:28
阅读次数:
65
PAT 甲级 Advanced 1076 Forwards on Weibo (30) [图的遍历,BFS,DFS] ...
分类:
其他好文 时间:
2020-02-23 20:04:18
阅读次数:
57