随笔 - 547  文章 - 213 评论 - 417 阅读 - 107万

02 2017 档案
图形转换的组合(注意从右向左读)
摘要:图形转换的组合(注意从右向左读) 阅读全文
posted @ 2017-02-24 15:00 今夜太冷 阅读(226) 评论(0) 推荐(0) 编辑
如何用Client OM获取页面上一个Content web part的内容
摘要:【解决方法】 According to Wictor Wilén, The Client Object Model is fairly limited when it comes to working with Web Parts. Basic operations such as adding and removing Web Parts can be done as well as chang... 阅读全文
posted @ 2017-02-24 11:20 今夜太冷 阅读(288) 评论(0) 推荐(0) 编辑
String escape/unescape into XML
摘要:Is there any C# function which could be used to escape and un-escape a string, which could be used to fill in the content of an XML element? And how to unescape? 【解决方案】 public static ... 阅读全文
posted @ 2017-02-21 11:26 今夜太冷 阅读(478) 评论(0) 推荐(0) 编辑
mongodb自动关闭:页面文件太小,无法完成操作
摘要:上次在一台两G内存的win server 2008电脑上运行一个程序,一段时间后mongod自动停止,发现日志文件最后有这样的错误: 2014-11-30T00:32:32.914+0800 [conn30751] command taskdb.$cmd command: count { count 阅读全文
posted @ 2017-02-18 20:56 今夜太冷 阅读(1141) 评论(0) 推荐(0) 编辑
Intercepting a 404 in IIS 7 and up
摘要:Lately I've been working on a system that needs to serve flat files, which is what IIS is very good at. However, when a file does not exist (i.e. a 404 error occurs) there are several options: The f... 阅读全文
posted @ 2017-02-17 11:00 今夜太冷 阅读(202) 评论(0) 推荐(0) 编辑
以sb7code为基础创建一个基本的OpenGL项目
摘要:以sb7code为基础创建一个基本的OpenGL项目 从github上面下载sb7code代码: https://github.com/openglsuperbible/sb7code 打开HOWTOBUILD.TXT(在 GITHUB网页上直接打开格式比较友好). 根据这个文档中说的,在本地编译第一步中下载的sb7code代码,编译是为了得到我们需要的.lib文件。 在VS... 阅读全文
posted @ 2017-02-14 10:36 今夜太冷 阅读(1503) 评论(0) 推荐(0) 编辑
Creating OpenGL 4.3 window fails with GLFW3
摘要:I set up a minimal application to open a blank window with GLFW3: #include #include #include void glfwErrorCallback(int error, const ... 阅读全文
posted @ 2017-02-13 16:11 今夜太冷 阅读(2004) 评论(0) 推荐(0) 编辑
如何检查显卡类型,DirectX和OpenGL的版本
摘要:How To: Check the graphics card type and OpenGL version From: http://support.esri.com/technical-article/000011375 Summary OpenGL is an industry standard 3D graphics API. OpenGL 2.x or higher is requi... 阅读全文
posted @ 2017-02-13 11:22 今夜太冷 阅读(3626) 评论(0) 推荐(0) 编辑
OpenGL book list
摘要:From: https://www.codeproject.com/Articles/771225/Learning-Modern-OpenGL A little guide about modern OpenGL and why it gives us so much value. Shaders + Cube Env Map + Phong Lighting Introduc... 阅读全文
posted @ 2017-02-07 10:34 今夜太冷 阅读(352) 评论(0) 推荐(0) 编辑
MFC获得当前用户等信息
摘要:MFC获得当前用户等信息 #ifndef UNICODE #define UNICODE #endif #pragma comment(lib, "netapi32.lib") #include <stdio.h> #include <windows.h> #include <lm.h> int w 阅读全文
posted @ 2017-02-04 09:45 今夜太冷 阅读(268) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示