when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button. but sometimes you need restart your computer.if you don't like this,you can change it.there is a new function which called turn on fast startup in win…
IniOS 7, Apple completely revamped the user interface to give it a fresh and modern look. One of the problems, I have with the new look is the lack of buttons. The text buttons can be a little disorienting. Thankfully, Apple has been listening to fee…
大家好,我是小鸭酱,博客地址为:http://www.cnblogs.com/xiaoyajiang 这是大二时候的数学模型毕业课程设计,我选择了自己研究盲人穿越迷宫的问题.当然后来再在网上查了这个问题研究比较成熟了,但是自己研究出来了也是小有成果的. 当时是用C++实现的,而且用了不必要的递归来进行. 现简化为简单的循环,并使用python实现了. 以下进行我自己设计算法的思路设计,最后附上现在的python源码 "@"表示墙,"·"表示迷宫中可行路线上的空格,走…
保留版权,转载请注明出处:http://blog.csdn.net/panjunbiao/article/details/9318811 在这一篇文章里,参照宣雨松的<Unity 3D游戏开发>第38页的例子,用C#写出我的第一个Unity项目 Hello Unity. 第一步,新建项目: 点击“Create Project”创建项目之后,我们看到项目中只有一个摄像机对象“Main Camera”. 并且Unity为我们创建了一个未命名(untitled)的场景,点击“File -> S…
#include <ESP8266WiFi.h> const char* id     = "id";  //http://www.mcunode.com/proxy/id/LED  if id==4567  then url:http://www.mcunode.com/proxy/4567/LED const char* ssid     = "ssid"; const char* password = "password"; i…
本文参考:http://my.oschina.net/sallency/blog/300568 在开发工作共我们往往会遇到一个表单需要包含多个action不同的提交动作,这时候就不能在使用submit按钮来进行提交了,下面提供通过js来实现这一功能的方法. 示例代码: <form name="demo" method="post"> <!--YOUR DATA AREA--> <input type="button"…
ADO.NET Connection Pooling at a Glance Establishing a connection with a database server is a hefty and high resource consuming process. If any application needs to fire any query against any database server, we need to first establish a connection wi…
Facebook Quietly Created New Email Addresses For a company that made its name by building one of the world's most popular social networks, Facebook itself often comes across as, well, antisocial. Facebook is invaluable as a forum for finding long-los…
概述 该博文主要展示采用 HT for Web 提供的可视化技术,对智慧房产.智慧物业相关方向的可视化呈现做的一点尝试. 传统的 智慧房产/楼宇自动化/智慧物业 常会采用 BIM(建筑信息模型 Building information modeling)软件,如 Autodesk 的 Revit 或 Bentley 这类建筑和工程软件,但这些 BIM 建模模型的数据往往过于庞大臃肿,绝大部分细节信息对楼宇自控意义不大,反而影响拖累了行业 Web SCADA 或 Web 组态监控的趋势. 采用以 …
1. 下载 boa 源码 : https://sourceforge.net/projects/boa/ 版本:boa-0.94.13.tar.gz 2. 在Ubuntu 下解压进入 [boa-0.094.13/src/]目录下 3. 执行命令 [./configure]-----> [make] 提示错误: yacc -d boa_grammar.y           make: yacc:命令未找到 解决方式:缺少bison 库 :[sudo apt-get install bison]…