GPG(GnuPG)入门
摘要:GPG(GnuPG)入门 下载: https://gnupg.org/download/index.html 或者 http://www.hellopp.cn/page/5b9a1405c3f1f7d4116937ef [看Binary download 部分] Download Note that
阅读全文
posted @
2018-09-18 15:08
今夜太冷
阅读(1784)
推荐(0) 编辑
Session variables lost after the call of Response.Redirect method
摘要:From: https://forums.asp.net/t/2096848.aspx?Session+variables+lost+after+the+call+of+Response+Redirect+method [问题] Hi Everyone, In my asp.net applicat
阅读全文
posted @
2018-09-14 16:56
今夜太冷
阅读(509)
推荐(0) 编辑
c++中POD类型和non-POD类型
摘要:对于一个array来说: For POD-types, a shallow copy or memcpy of the whole array is good enough, while for non-POD types, we need to perform element by element
阅读全文
posted @
2018-09-11 17:29
今夜太冷
阅读(2057)
推荐(1) 编辑
关于c++ template的branching和Recursion的一段很好的描述
摘要:来自: <Learning Boost C++ Libraries> 第290页
阅读全文
posted @
2018-09-10 11:50
今夜太冷
阅读(298)
推荐(0) 编辑
How do I remove a particular element from an array in JavaScript?
摘要:9090down voteaccepted 9090down voteaccepted Find the index of the array element you want to remove, then remove that index with splice. The splice() m
阅读全文
posted @
2018-09-06 15:11
今夜太冷
阅读(229)
推荐(0) 编辑
Get the client's IP address in socket.io
摘要:From: https://www.wentong.org/codex/question-2018081564702.html When using socket.IO in a Node.js server, is there an easy way to get the IP address o
阅读全文
posted @
2018-09-06 15:09
今夜太冷
阅读(1366)
推荐(0) 编辑
前端 使用 crypto-js 对数据进行对称加密
摘要:From: https://www.cnblogs.com/CyLee/p/7216988.html 传送门: demo1: demo2:
阅读全文
posted @
2018-09-05 17:06
今夜太冷
阅读(3590)
推荐(0) 编辑
C++ delegate的几种方法
摘要:https://stackoverflow.com/questions/9568150/what-is-a-c-delegate You have an incredible number of choices to achieve delegates in C++. Here are the on
阅读全文
posted @
2018-09-03 14:33
今夜太冷
阅读(2138)
推荐(0) 编辑
MFC更换窗口图标
摘要:https://blog.csdn.net/deep_kang/article/details/72722692: MFC更换图标,图像默认为MFC,主要步骤有三步。 第一步 找到一张图片(坑点:必须为ico文件,不能单纯的改名,否则会出错,我是通过网上在线将一张jpg图片转换成ico文件),放置到项目所在目录的res目录下(我的目录为F:\C++\MFCApplicati...
阅读全文
posted @
2018-09-02 10:12
今夜太冷
阅读(2634)
推荐(0) 编辑