解决办法:跟服务器有关,需要再每台服务器进行以下配置New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword
分类:
Web程序 时间:
2014-09-28 22:56:55
阅读次数:
231
简单的pwm电机控制示例 simple_pwm_motor_control_example其实就是pwm控制led的亮度1.首先设置gpiote 设置初始为高电平2.接着设置ppi 定时器timer2的compare0和compare1触发gpiote翻转3.设置定时器timer2 预分频为4 按时...
分类:
其他好文 时间:
2014-09-28 16:24:53
阅读次数:
222
lsnrctl(Listener Control)是一个SQL*Net工具,用于控制数据库listener,这个工具提供了命令用于控制listener的启动、停止,查看listener的状态,改变listener的配置参数等。
lsnrctl介绍
在命令行中输入lsnrctl,你将得到:
C:\Documents and Settings\Administrator>lsnrctl
L...
分类:
数据库 时间:
2014-09-28 14:38:12
阅读次数:
371
最终效果图:
cocos2d-x中,图层Layer的继承结构图:
重点的几个直接子类是:Control、ScrollView、Menu、LayerColor
其中LayerColor可以让图层具有颜色
其中Control的子类,全都是与用户交互的一些类,如:button、slider等
一个游戏中可以有很多个场景,每个场景里面又可能包含有多个图...
分类:
移动开发 时间:
2014-09-27 18:50:30
阅读次数:
306
HTML: ASP response.expires=0 response.addHeader("pragma","no-cache") response.addHeader("Cache-Control","no-store, must-revalidate") PHP header("E...
分类:
其他好文 时间:
2014-09-27 16:01:40
阅读次数:
189
Sublime Text 前端开发常用扩展插件推荐Sublime TextSublime Text 是程序员们公认的编码神奇,拥有漂亮的用户界面和强大的功能更重要的是,Sublime Text 易于扩展,众多开发人员为其贡献插件,而且通过包管理工具 —— Package Control 可以方便安装...
分类:
其他好文 时间:
2014-09-27 11:34:09
阅读次数:
261
/*一次性初始化int pthread_once(pthread_once_t *once_control, void (*init_routine) (void))本函数使用初值为PTHREAD_ONCE_INIT的once_control变量保证init_routine()函数在本进程执行序列中...
分类:
其他好文 时间:
2014-09-27 01:18:59
阅读次数:
192
1. 数据抽象:物理抽象、概念抽象、视图级抽象,内模式、模式、外模式2. SQL语言包括数据定义、数据操纵(Data Manipulation),数据控制(Data Control)数据定义:Create Table,Alter Table,Drop Table, Craete/Drop Index...
分类:
数据库 时间:
2014-09-26 21:51:58
阅读次数:
251
XMLHttpRequest cannot loadhttp://localhost/MongoTest/person.php. Origin http://localhost:81 is not allowed by Access-Control-Allow-Origin. 同源策略导致的跨域请求...
分类:
其他好文 时间:
2014-09-26 19:45:58
阅读次数:
135
If you accidentally added some files which should have been ignored, how do you get them out of version control without losing them? Maybe you have yo...
分类:
其他好文 时间:
2014-09-26 18:36:28
阅读次数:
141