doctype声明: 字符编码: 不允许写结束标记:area,base,br.col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr 可以省略结束标记:li,dt,dd,p,rt,rp,optgroup,optio ...
分类:
Web程序 时间:
2017-07-09 20:44:42
阅读次数:
312
一、函数简单介绍 1、imread—读取图像 函数原型:imread(filename, flags=None) filename:读取的图像路径名;比如:”H:\img\lena.jpg”。 flags:彩色图or灰色图,1:表示彩色图。0:表示灰色图。 2、imshow—显示图像 函数原型:im ...
分类:
编程语言 时间:
2017-07-09 20:43:41
阅读次数:
207
问题: 使用CCScale9Sprite或者CCControlButton等控件的时候,会出现无法识别的情况。 解决方式: 1.include对应的头部,即#include "cocos-ext.h" 2.使用对应的命名空间,USING_NS_CC_EXT; 3.右击项目 >属性 >VC++文件夹 ...
分类:
其他好文 时间:
2017-07-09 18:17:21
阅读次数:
246
Node即学即用 REPL(Read-Evaluate-Print-Loop) console.log .clear .help .exit require('http') createServer 聊天server tcpserver require(‘net') on connection on ...
分类:
其他好文 时间:
2017-07-09 18:14:18
阅读次数:
127
问题如题,出现此情况是在导入eclipse项目到Android Studio出现这种错误, 非法字符: ‘\ufeff‘ 解决方式|错误: 须要class, interface或enum,查阅后了解到Eclipse能够智能的把UTF-8+BOM文件转为普通的UTF-8文件。Android Studi ...
分类:
编程语言 时间:
2017-07-09 17:24:02
阅读次数:
193
小项目:智能家居家电控制面板 时间:2015年4月23号~2015年6月24号,为期两个月 总结:是否认真?0.5 是否具有挑战性?0.1 是否学习到了方法?0.5 是否还能够做得更好?1.0 小项目:智能家居家电控制面板 时间:2015年4月23号~2015年6月24号,为期两个月 总结:是否认真 ...
分类:
其他好文 时间:
2017-07-09 17:15:43
阅读次数:
149
A flow diagram of the AMP link establishment and detachment of a connection between two devices is shown in Figure 4.47. 1 Physical Link Establishment ...
分类:
其他好文 时间:
2017-07-09 16:21:39
阅读次数:
265
本篇主要说一下怎样利用命令行来正确配置MySql。 首先打开终端: 1.为mysql起一个别名 alias mysql=/usr/local/mysql/bin/mysql 2.创建mysql的管理员 admin(后期登陆用到) alias mysqladmin=/usr/local/mysql/b ...
分类:
移动开发 时间:
2017-07-09 16:00:21
阅读次数:
271
\sonatype-work\nexus\conf\security.xml 文件中保存账号密码信息. 打开 vi nexus-2.10.0-02-bundle\sonatype-work\nexus\conf\security.xml 密码改为:f865b53623b121fd34ee5426c7 ...
分类:
其他好文 时间:
2017-07-09 14:49:45
阅读次数:
135
1.改动password grant all privileges on *.* to 'root'@'localhost' identified by 'new password'; 2.改动port号 (1)在服务中停掉mysql的服务 (2)在mysql的安装文件夹下,找到 my.ini 文件 ...
分类:
数据库 时间:
2017-07-09 14:47:43
阅读次数:
244