Intelligent devices have become more and more widespread in our lives. Intelligent scene lights are also a type of intelligent systems that are very convenient for people's lives. Now that intelligent lighting has also entered life, then the concept…
Wake up in a strange hotel room in the evening and find the way to the bathroom, without stepping on the toes or being blinded by the wall switch lights, this can be a daunting task. The use of travel nightlights not only provides light, but also pro…
CSharpGL(13)用GLSL实现点光源(point light)和平行光源(directional light)的漫反射(diffuse reflection) 2016-08-13 由于CSharpGL一直在更新,现在这个教程已经不适用最新的代码了.CSharpGL源码中包含10多个独立的Demo,更适合入门参考. 为了尽可能提升渲染效率,CSharpGL是面向Shader的,因此稍有难度. 光源 如何用GLSL实现点光源和平行光源等各类光源的效果?这个问题我查找资料.思考了很久,今天终…
which type of VS files should be committed into a version control system? aps, no: last resource editor state cpp, yes: source code exe, no: build result filters, yes: project file h, yes: source code ico, yes: resource idb, no: build state ipch, no:…
Version  Control System(版本控制系统),是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统.版本控制系统不仅可以应用于软件源代码的文本文件,而且可以对任何类型的文件进行版本控制.用的比较多的如svn,git等. 为了让不同系统上的开发者能够协同工作,集中化的版本控制系统应运而生(CVCS).这类系统都有一个单一的集中管理的服务器,保存所有文件的修订版本.而协同工作的人们都通过客户端连接到这台服务器,获取最新的文件或者提交更新.集中化的版本控制系统,最显而…
version control system: git/hg/subversion/cvs/clearcase/vss software configruation management: daily build/smoke test/auto test 代码集成CI: Cruisecontrol/hudson/buildbot…
开源网络准入系统(open source Network Access Control system) http://blog.csdn.net/achejq/article/details/51089996 之前接触过两种网络准入系统 1.微软 域控制器:主要通过软件层面准入,访问任何资源都需要终端与域控制器的准入,互联网采用ISA与域控联动.比较完整的解决方案,很牛,但是全部需要采用微软产品(严格上讲,不算是网络层准入,算是应用层准入,但整体方案非常强大). 2.Cisco NAC:主要通过…
想在自己的账号下安装golang开发环境,于是这样配置: wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz cd /home/ahfu tar -zxvf go1.14.2.linux-amd64.tar.gz 配置.bashrc su ahfu vi ~/.bashrc export PATH=$PATH:/home/ahfu/go/bin export GOROOT=/home/ahfu/go/ export GOPATH=/…
Supervisor: 进程控制系统 概述:Supervisor是一个 Client/Server模式的系统,允许用户在类unix操作系统上监视和控制多个进程,或者可以说是多个程序. 它与launchd,daemontools,runit等程序有着相同的功能,与其中某些程序不同的是,它并不作为“id 为 1的进程”而替代init.相反,它用于控制应用程序,像启动其它程序一样,通俗理解就是,把Supervisor服务管理的进程程序,它们作为supervisor的子进程来运行,而supervisor…
http://easyprograming.com/eclipse-articles/57-fix-the-cant-clobber-writable-file-error-in-perforce-version-control-system/…