1 #define _CRT_SECURE_NO_WARNINGS 2 #include 3 #include 4 #include 5 #define FILE_PATH1 "*************" 6 #define FILE_PATH2 "*************" 7 using n... ...
分类:
其他好文 时间:
2019-10-06 09:15:15
阅读次数:
83
在使用sprintf()函数的程序中,经常会出现警告;warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation ...
分类:
其他好文 时间:
2019-10-04 20:58:05
阅读次数:
81
1. 新建一个 proxy.conf.json { "/search": { "target": "https://wenku.baidu.com/search", "secure": false, "changeOrigin": true }, "/getnotice": { "target": ...
分类:
其他好文 时间:
2019-10-04 13:18:15
阅读次数:
224
写了这么久的排序感觉还是用现成的最舒服。其实C语言其实自己带了一个快速排序在stdlib 库里,但是其函数调用的接口过于复杂,所以让人望而却步。为了加深自己的记忆,所以写下这篇博客 先来看一下函数原型 看上去就很复杂 其实 CRTIMP仅仅是一个宏定义(不明白也没啥) 其实际意义如下 C -- C语 ...
分类:
编程语言 时间:
2019-10-03 12:41:24
阅读次数:
102
HTTPS 是 HTTP over Secure Socket Layer,以安全为目标的 HTTP 通道,所以在 HTTPS 承载的页面上不允许出现 http 请求,一旦出现就是提示或报错:——–Mixed Content: The page at 'https://domain.com/w/a?... ...
分类:
Web程序 时间:
2019-10-02 20:35:41
阅读次数:
120
http://www.fiddlerbook.com/fiddler/help/httpsdecryption.asp Introduction Fiddler2 includes the ability to decrypt, view, and modify HTTPS-secured traf ...
分类:
Web程序 时间:
2019-10-01 18:50:29
阅读次数:
206
中国剩余定理 解决同余方程组的相关问题,然而貌似扩展一下发生质变? 同余方程组问题 $$x\equiv a_1 \mod m_1 $$ $$x\equiv a_2 \mod m_2 $$ $$\dots\dots$$ $$x\equiv a_n \mod m_n $$ 求解满足上述同余方程组的$x$ ...
分类:
其他好文 时间:
2019-10-01 10:16:39
阅读次数:
113
Kruskal Prim DJ: Spfa Trie: LCA( bz ) Treearray: Treearraycf: RMQ: Invfm: Invexgcd: Invdt: Tyfc: bdfc: CRT: jzqsm: ...
分类:
其他好文 时间:
2019-09-29 23:44:34
阅读次数:
92
Problem DescriptionIn many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of ...
分类:
其他好文 时间:
2019-09-29 23:35:48
阅读次数:
121
一步一步来, 先说环境: 我的电脑是HP PHILIPS系列,ubuntu版本是16.04 背景: win10安装ubuntu后发现无法连接wifi(但win10系统可以连接WIFI),在ubuntu的“系统设置--》软件更新--》附加驱动里面也加载不出来......尝试了网上说的各种方法,决定手动 ...
分类:
系统相关 时间:
2019-09-28 14:24:31
阅读次数:
328