class CVCmdMenuDlg; class CIVCmdNotifySink: public IVCmdNotifySink{private: DWORD m_dwRefCnt; /* count how many people our using us (the object)*/ CVC ...
分类:
其他好文 时间:
2019-01-23 18:11:51
阅读次数:
158
原文:Microsoft.AspNet.Identity 重置密码重置密码:先生成重置密码的Token,然后调用ResetPassword方法重置密码,密码要符合规则.. ApplicationUserManager UserManager => _userManager ?? HttpContex... ...
分类:
Web程序 时间:
2019-01-23 17:35:37
阅读次数:
164
app本地请求是http端口,后来升级https强制301跳转,设置如下 问题描述及原因 强制把http请求跳转到https,结果发现App有部分的功能不能使用,因为App一共设置了4种请求方式,分别是GET,POST,DELETE和OPTIONS方式,设置301跳转后所有的请求方法都变成了GET方 ...
分类:
Web程序 时间:
2019-01-21 22:12:48
阅读次数:
425
[root@ecs ~]# firewall-cmd --version //查看版本0.3.9 [root@ecs ~]# firewall-cmd --state //查看状态running[root@ecs ~]# [root@ecs ~]# firewall-cmd --zone=publi ...
分类:
其他好文 时间:
2019-01-20 20:10:42
阅读次数:
188
Go note1,Go语言中,空接口可以指向任何数据对象,所以可以使用interface{}定义任意类型变量,同时interface{}也是类型安全的。2,x, y := func(i, j int) (m, n int) { // x y 为函数返回值 return j, i }(1, 9) // ...
分类:
其他好文 时间:
2019-01-20 19:59:43
阅读次数:
289
题目: To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - ...
分类:
其他好文 时间:
2019-01-18 18:35:24
阅读次数:
233
1.pvs_studio_V730 msg="Not all members of a class are initialized inside the constructor. Consider inspecting: createdDateTime, modifiedDateTime." 2.p ...
分类:
其他好文 时间:
2019-01-18 12:30:01
阅读次数:
206
查看centos版本,命令 centos7查看防火墙是否运行 查看显示,如图 然后再设置,添加服务链接 然后我运行,发现失败了,雾雨了。 好像是我没有添加完整链接失败了。再试一次把 刚百度了一下,说是首先要查看一下,文件的执行权限。先写到这,等会再记下。 后记。 然后,我用 看下权限,出现如图,所示 ...
分类:
其他好文 时间:
2019-01-18 00:55:42
阅读次数:
208
一、系统数据库 执行如下命令,查看系统库 show databases; information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等performance_schema: MySQL 5.5开始新增一个数据库:主要用于收 ...
分类:
数据库 时间:
2019-01-17 20:01:06
阅读次数:
169