现象: Forbidden (403)CSRF verification failed. Request aborted.HelpReason given for failure:CSRF token missing or incorrect. In general, this can occur when there is a genuine Cross Site Request Forgery, or when Django's CSRF mechanism has not been use…
现在的Server用Windows Server 2012 R2的越来越多了,在部署带Sp1的SharePoint2013的时候,走完预安装工具后,点击setup提示缺少.net4.5. 其实Windows Server 2012 R2打完所有更新补丁后,操作系统的.net版本已经是4.6.1了,因为.net4.6是os的组件的一部分,所以无法直接卸载,也不能单独去手工安装.net4.5安装包. 通过dotnetfx_cleanup_tool 卸载失败了. 2种解决办法: a. 修改注册表: 1…
int max =std::numeric_limits<int>::max(); 根据错误提示: f:\code\cpp\webspider\main.cpp(47) : warning C4003: not enough actual parameters for macro 'max' f:\code\cpp\webspider\main.cpp(47) : error C2589: '(' : illegal token on right side of '::' f:\cod…
在终端更新pod的时候,提示警告: target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Use the `$(inherited)` flag, or - Remove the build setti…