//文件类型过滤 const TCHAR pszFilter[] = _T("EXE File (*.exe)|*.exe|Dynamic-link library (*.dll)|*.dll|Any Files (*.*)|*.*|"); //第一个参数为TRUE是打开文件,为FALSE是文件另存 ...
分类:
编程语言 时间:
2020-05-31 21:26:02
阅读次数:
86
目录: 下载MongoDB 下载太慢 安装MongoDB 服务无法启动 MongoDB历史版本下载 windows :http://dl.mongodb.org/dl/win32/x86_64 linux :http://dl.mongodb.org/dl/linux/x86_64 第一步:下载Mo ...
分类:
数据库 时间:
2020-05-31 15:43:41
阅读次数:
127
// // WARNING!! This file is overwritten by the Block Styler while generating // the automation code. Any modifications to this file will be lost afte ...
分类:
其他好文 时间:
2020-05-30 21:56:21
阅读次数:
100
四、子序列 ? 1.最长子序列 ? 给定一个字符串‘s’和一个整数k,找到其他字符串‘t’,使得‘t’是给定字 符串‘s’的最大子序列,同时‘t’的每个字符在字符串s中必须至少出现k次。 ? Input: s = "baaabaacba“, k = 3 ? Output : baaabaaba im ...
分类:
其他好文 时间:
2020-05-30 12:48:11
阅读次数:
72
1049 Counting Ones (30分) The task is simple: given any positive integer N, you are supposed to count the total number of 1's in the decimal form of th ...
分类:
其他好文 时间:
2020-05-29 23:43:50
阅读次数:
106
Published as a conference paper at ICLR 2018 Tero Karras、Timo Aila、Samuli Laine and Jaakko Lehtinen NVIDIA and Aalto University 一、论文翻译 ABSTRACT We des ...
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html#randomized-hashing BLAKE2 ht ...
分类:
其他好文 时间:
2020-05-29 21:26:06
阅读次数:
81
云适配是一家帮助企业快速将桌面版网站适配到各种移动设备终端的屏幕上的新创公司,结合最前沿的HTML5,无需再像传统WAP 技术那样需要额外开发和维护一个移动网站,用户要做的就是添加一行代码。 云适配官网:http://yunshipei.com/ 在 2013 年 03 月 31 日,云适配初版上线 ...
分类:
Web程序 时间:
2020-05-29 17:32:00
阅读次数:
120
rewrite ^/$ /index.php break; rewrite /page/([0-9]*)$ /index.php?page=$1 break; rewrite /search/(.*)$ /search.php?key=$1 break; rewrite /danye$ /danye ...
分类:
Web程序 时间:
2020-05-29 13:44:02
阅读次数:
53
参考:https://www.ruanyifeng.com/blog/2018/07/json_web_token-tutorial.html 背景 一、跨域认证的问题(session面对分布式场景的不足) 1、用户向服务器发送用户名和密码。2、服务器验证通过后,在当前对话(session)里面保存 ...
分类:
Web程序 时间:
2020-05-28 19:38:05
阅读次数:
91