上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: 当SharePoint网站开启了Claims认证后,取回来的user的loginname是一个奇怪的字符串,这个到底是什么意思那? 这篇文章详细解释了: https://blogs.msdn.microsoft.com/svarukala/2014/03/26/saml-claims-user-id 阅读全文
posted @ 2018-04-18 14:44 今夜太冷 阅读(259) 评论(0) 推荐(0) 编辑
摘要: SharePoint with Large lists is common scenario in any Sharepoint deployment. While there are Several blogs / Guidance TechNet articles which exist wor 阅读全文
posted @ 2018-04-12 10:31 今夜太冷 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://sourceforge.net/projects/boost/files/boost-binaries/1.67.0_b1/ 由于我用的是Windows10下的VS2013,所以下载的是这个: 下载后安装,会要求指定一个目录解压,用默认的local目录即可。 安装完成后,目录结构如下 阅读全文
posted @ 2018-04-08 11:19 今夜太冷 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 编译一个c++项目的时候,会报如下的错误,总是无法编译,是怎么回事? error MSB6006: "CL.exe" exited with code -1073741819. 搜了一些网上的解决方案都不好用。 【解决方法】 选择一个cpp文件,右击properties, 然后看了一遍它的设置,没做 阅读全文
posted @ 2018-04-08 10:46 今夜太冷 阅读(3537) 评论(0) 推荐(0) 编辑
摘要: For details on how to implement XOR encryption using Go, see this post. If you are looking for XOR encryption for other languages, including C, C#, Da 阅读全文
posted @ 2018-04-06 20:35 今夜太冷 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 首先看我的Node.js版本。 node –v v6.11.4 node –v v6.11.4 然后参照这篇文章来做: https://nodejs.org/api/addons.html#addons_hello_world npm install -g node-gyp npm install 阅读全文
posted @ 2018-04-05 18:29 今夜太冷 阅读(378) 评论(0) 推荐(0) 编辑
摘要: By default IBM® Lotus® iNotes™ allows a maximum attachment size of 50,000K (50MB). You can increase this amount by setting the "Maximum attachment siz 阅读全文
posted @ 2018-04-03 17:03 今夜太冷 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1,一个主机,四个显示屏。 2,独立显卡+集成显卡。 四个输出口。 3,主显示1,其余为扩展显示。 问题: 经常出现,独立显卡上,两个屏序颠倒的问题。 【解决方法】 win10系统 桌面右键 显示设置 拉到下面 高级显示设置 然后识别出来的显示器的顺序 是可以直接拖动来改变顺序的!直接拖动!拖动!动 阅读全文
posted @ 2018-04-03 16:54 今夜太冷 阅读(2290) 评论(0) 推荐(0) 编辑
摘要: I'm trying to use any of the NodeJS or NPM commands but I always got the following error: socket: (10106) The requested service provider could not be 阅读全文
posted @ 2018-03-31 20:42 今夜太冷 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 文章转载自http://blog.csdn.net/ajioy/article/details/6877646 最近在使用VS2008编写一个基于对话框的程序时,在对话框中添加Static控件,编写其Caption时写中文的话会出现乱码。 在预览状态下(快捷键是Ctrl+T)可能看到中文,但是编译运 阅读全文
posted @ 2018-03-31 11:56 今夜太冷 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 用VS2013建立了一个c++ console application,然后引用了一个DLL, 启动的时候报错: The application was unable to start correctly (0xc000007b) 哪怕是如下最简单的代码也报错: #include "stdafx.h" int _tmain(int ... 阅读全文
posted @ 2018-03-30 20:17 今夜太冷 阅读(5689) 评论(0) 推荐(0) 编辑
摘要: 用vs2013建立了一个c++的项目,然后在根目录放置了freetype.lib,将GitHub上面的include文件夹拷贝到本机,并且在VS中设置了额外包含目录指向这个inluce文件夹,然后将freetype.dll拷贝到Debug目录下,然后程序中用了如下的代码: #include "stdafx.h" #include "FreeTypeH... 阅读全文
posted @ 2018-03-29 20:32 今夜太冷 阅读(666) 评论(0) 推荐(0) 编辑
摘要: From: http://www.jizhuomi.com/school/c/160.html 加法计算器对话框程序大家照着做一遍后,相信对基于对话框的程序有些了解了,有个好的开始对于以后的学习大有裨益。趁热打铁,鸡啄米这一节讲讲什么是模态对话框和非模态对话框,以及模态对话框怎样弹出。 一.模态对话 阅读全文
posted @ 2018-03-24 18:32 今夜太冷 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 要把如下的两篇文章结合起来看: qt怎么获取硬盘序列号,是不是没戏? http://www.qtcn.org/bbs/simple/?t65637.html system("wmic path win32_physicalmedia get SerialNumber"); system("wmic 阅读全文
posted @ 2018-03-24 17:09 今夜太冷 阅读(562) 评论(0) 推荐(0) 编辑
摘要: CAML的结构。 (, ) ]]> 可以在这个页面查看更详细的内容: https://msdn.micros... 阅读全文
posted @ 2018-03-22 11:48 今夜太冷 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 问题现象 Navicat for MySQL访问远程mysql数据库,出现报错,显示"2003- Can't connect MySQL Server on '112.115.121.27'(10038) 问题原因 10038错误的含义是远程3306端口未对外开放。 解决方案 1)首先远程连接服务器,点击"开始"-"管理工具"-"高级安全Window... 阅读全文
posted @ 2018-03-11 15:29 今夜太冷 阅读(234) 评论(0) 推荐(0) 编辑
摘要: [问题] Hello all I'm writing a managed C++ dll with will be acting as an intermediate betweena lot of old unmanagedlegacy C/C++ and a new C# WPF ui. While trying to compile it I'm getting this err... 阅读全文
posted @ 2018-03-11 11:20 今夜太冷 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: CSS drop down的一个很好的示例: http://www.runoob.com/css/css-dropdowns.html 阅读全文
posted @ 2018-03-07 16:05 今夜太冷 阅读(339) 评论(0) 推荐(0) 编辑
摘要: From: https://www.codeproject.com/articles/1076854/overcoming-the-list-view-threshold-in-sharepoint-c Introduction When your CAML queries start to hit the list view threshold, you'll think it will ne... 阅读全文
posted @ 2018-03-05 15:21 今夜太冷 阅读(265) 评论(0) 推荐(0) 编辑
摘要: intCStringTool::Replace(std::wstring&strContent,std::wstring&strReplace,std::wstring&strDest) { while(true) { size_tpos=strCon... 阅读全文
posted @ 2018-03-05 11:57 今夜太冷 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: 在vc2008中建立基于mfc的project。在向导的Application type页面中如果在resource language选项中选择"英语(美国)"(图一),那么在project中的设置菜单或者控件(如button)上的汉字会最终显示为"?"。有几个汉字就有几个问号!解决的方法也比较简单。看图就可以了!据说孙鑫的视频上也有。 图一 图二 图三 ... 阅读全文
posted @ 2018-02-28 20:24 今夜太冷 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 【问】 Is it possible to put a menu in a dialog based application? How? 【答】 Yes, it is possible to add menu to the dialog based applications. You can create the menu as a resource and attach the same to ... 阅读全文
posted @ 2018-02-28 20:19 今夜太冷 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Do this, wchar_t clone[260]; wcscpy(clone,szPath); Or, if you want to allocate memory yourself, wchar_t *clone = new wchar_t[wcslen(szPath)+1]; wcscpy 阅读全文
posted @ 2018-02-28 19:58 今夜太冷 阅读(4992) 评论(0) 推荐(1) 编辑
摘要: Web API. 看这篇文章: https://docs.microsoft.com/en-us/aspnet/mvc/overview/deployment/docker-aspnetmvc Windows service. 看这篇文章https://stackoverflow.com/quest 阅读全文
posted @ 2018-02-27 15:11 今夜太冷 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: 可以用telnet测试远程服务器的端口是否开通,格式如下: telnet 例如: Telnet tserv 3389 来自:https://support.microsoft.com/en-us/help/187628/using-telnet-to-test-port-3389-functionality 拷贝内容如下: Using Telnet to Test Port 3389... 阅读全文
posted @ 2018-02-12 16:07 今夜太冷 阅读(3897) 评论(0) 推荐(0) 编辑
摘要: Try this: If your collection was 'example' db.example.update({}, {$unset: {words:1}}, false, true); Refer this: http://www.mongodb.org/display/DOCS/Updating#Updating-%24unset UPDATE: The above ... 阅读全文
posted @ 2018-02-06 10:47 今夜太冷 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: 在Dialog中添加一个Timer。 用如下的代码停用一个Timer总是不好用: void CDialog2::OnTimer (UINT TimerVal) { ////////////////////////////////////////////// // // Stop the timer // ... 阅读全文
posted @ 2018-02-04 12:05 今夜太冷 阅读(1727) 评论(0) 推荐(0) 编辑
摘要: Timer Events in MFC Applications Event timers are always handy to have around and useful in nearly every project. When a timer is readily available, s 阅读全文
posted @ 2018-02-04 11:55 今夜太冷 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 【问题】 用如下的步骤应用了Log4Net: 建立了一个公用的项目, 在里面引入了Log4net的Nuget package. 在公用的项目中建立了一个类,加上了Log4net的attribute. [assembly: log4net.Config.XmlConfigurator(Watch = true)] namespace MyNamespace.Common { pub... 阅读全文
posted @ 2018-02-02 09:51 今夜太冷 阅读(443) 评论(0) 推荐(0) 编辑
摘要: Object.bsonsize(db.test.findOne({type:"auto"})) 阅读全文
posted @ 2018-01-31 09:45 今夜太冷 阅读(178) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 19 下一页