摘要:
默认情况下,WindowsXP的本地安全设置要求进行网络访问的用户全部采用来宾方式。同时,在WindowsXP安全策略的用户权利指派中又禁止Guest用户通过网络访问系统。这样两条相互矛盾的安全策略导致了网内其他用户无法通过网络访问使用WindowsXP的计算机。对此,可采用以下方法解决: 打开“计... 阅读全文
摘要:
如果你是管理员,如果你能方便的登录到服务器,如果你的任务仅仅是上传一两篇这种文章,那你就不用麻烦看下面的内容了。 好多收费的组件可以完成这种功能,例如eWebEditor和WebNoteEditor,但是它们的缺点也很明显: 1、收费。 2、要求注册服务器组件,安装客户端插件,因此我们无法自由定制... 阅读全文
摘要:
///////////去掉3dState得license(StudentLicense.Commercialuseisillegal)信息得简单办法:用UltraEdit按ASCII模式搜索文字:StudentLicense找到后,全部替换为20,也就是空格。/////隐藏loading窗体得办法下... 阅读全文
摘要:
名称: WZGrapher Function Grapher一个老外开发的工具,英文界面。readme:WZGrapher Function GrapherINSTALLATION:If you haven't yet, download the ZIP filewzgrapher.zip (ger... 阅读全文
摘要:
windows防火墙-例外-增加135端口。(使用到的端口:135 139 445) 阅读全文
摘要:
1>findNodeVisitor.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall osgSim::DOFTransform::setAnimationOn(bool)" (__imp_?se... 阅读全文
摘要:
第一种方法:在 Windows XP 中单击“开始→运行”,输入 “control userpasswords2”(注意大小写及空格),按回车就会出现一个“用户账户”的操作窗口。根据自己的需要设置就可以了。第二种方法:在 Windows XP 中单击“开始→运行”,输入 “rundll32 netp... 阅读全文
摘要:
1、先用前一篇文章生成的程序转换一下cpp和h文件的格式。要不然会出现好多警告提示。2、"Where to build the binaries",目录指向OSG_ROOT 目录。3、cmake设置界面,增加选择BUILD_OSG_EXAMPLES ,修改CMAKE_INSTALL_PREFIX,指... 阅读全文
摘要:
unit UnitMain;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, StrUtils, ComCtrls;type T... 阅读全文
摘要:
#include #include #include #include int main(){//Creating the viewerosgViewer::Viewer viewer;//Creating the root nodeosg::ref_ptr root (new osg::Gr... 阅读全文