应用商店的小镜子A LVOE STORYI mean I knew it was ending, but I was still there, doing the same job I had been doing for the last 8 years. So my day to day exp...
分类:
其他好文 时间:
2014-07-28 23:44:54
阅读次数:
374
Android应用层操作GPIO的方法: http://my.oschina.net/u/1176566/blog/177554 在使用某个GPIO之前首先的保证此GPIO没有正在被使用,否则是无法操作的; 如NAND模块的NCE3/PC18,此io口正被使用,在导入echo 74 >...
分类:
移动开发 时间:
2014-07-28 17:01:04
阅读次数:
507
上篇文章讲netty实现http服务器端http://my.oschina.net/xinxingegeya/blog/269778 在上篇文章没有使用HttpObjectAggregator把多个消息转换为一个单一的FullHttpRequest或是FullHttpResponse。 这篇文章写得http服...
分类:
Web程序 时间:
2014-07-28 17:00:24
阅读次数:
674
[root@masteretc]#mysqld--verbose--help|grep-A1‘Defaultoptions‘
2014-04-2901:33:4525853[Note]Plugin‘FEDERATED‘isdisabled.
Defaultoptionsarereadfromthefollowingfilesinthegivenorder:
/etc/my.cnf/etc/mysql/my.cnf/opt/mysql/etc/my.cnf~/.my.cnf
2014-04-2901:3..
分类:
其他好文 时间:
2014-07-28 16:42:54
阅读次数:
219
Mysql从客户端连接服务器连不上的问题
公司要用Mysql做一个测试,开始在自己的本地建一个Mysql数据库自己本地的程序再连上去,没有遇到过连接不上的问题。
这次数据库在服务器上,从本地客户端连接就是被拒绝。
报的错误为
ERROR 1130: Host ’192.168.5.3’ is not allowed to connect to this My...
分类:
数据库 时间:
2014-07-28 15:54:43
阅读次数:
226
1、http://www.xuexi111.com/s/cyvyan/2、http://www.oschina.net/p/my-smart-home3、http://see.xidian.edu.cn/cpp/view/6994.html4、http://eyehere.net/2011/pyth...
分类:
Web程序 时间:
2014-07-28 15:32:03
阅读次数:
212
1、从左开始截取字符串left(str, length)说明:left(被截取字段,截取长度)例:select left(content,200) as abstract from my_content_t2、从右开始截取字符串right(str, length)说明:right(被截取字段,截取长...
分类:
数据库 时间:
2014-07-28 14:51:53
阅读次数:
325
I am using pybrain on my Linuxmint 13 x86_64 PC.As what it is described: PyBrain is a modular Machine Learning Library for Python. Its goal is to offe...
分类:
编程语言 时间:
2014-07-28 11:33:00
阅读次数:
292
最近在Linux上装了个MySQL数据库,可是远程连接MySQL时总是报出erro 2003: Can't connect to MySQL server on '211.87.***.***' (111),昨天查了好几个小时才找到解决方案,如下:1.sudo gedit /etc/mysql.my...
分类:
数据库 时间:
2014-07-28 11:24:40
阅读次数:
212
mysql5.1之前编译mysql使用的是make工具,编译步骤如下:./configure--prefix=make&&makeinstallmysql5.5之后编译mysql使用的是cmake工具,编译步骤如下:cmake.查看帮助使用:cmake-LH或ccmake.1.创建mysql用户及安装依赖软件包.[root@mytest2mnt]#groupadd-rmysql[root@my..
分类:
数据库 时间:
2014-07-28 00:45:50
阅读次数:
434