mysql> use mysql;Database changedmysql> update user set password=password('123456') where user='root';ERROR 1054 (42S22): Unknown column 'password' in
分类:
数据库 时间:
2016-03-08 23:21:15
阅读次数:
322
网络请求报错。 升级Xcode 7.0发现网络访问失败。输出错误信息#warning: 获取app配置信息失败: The resource could not be loaded because the App Transport Security policy requires the use o
分类:
移动开发 时间:
2016-03-08 19:43:08
阅读次数:
182
Many developers struggle to work with jQuery UI in an ASP.NET MVC application. In this post, I will show you three steps required to start working wit
分类:
Web程序 时间:
2016-03-08 19:23:21
阅读次数:
219
转载请注明出处:王亟亟的大牛之路早上写了一个关于MD的文章,下午给编译器调了个色,感觉要上天了,所以为了试颜色就出了这篇文章,让大家一起瞎一下好了废话不说,这一片给大家介绍一个当做Dialog作用的自定义View效果图:
How to use?Gradledependencies {
com.camnter.easyarcloading:easyarcloading:1.0
}Eclips...
分类:
其他好文 时间:
2016-03-08 16:43:16
阅读次数:
153
简单介绍 Weka是一个开源的数据挖掘软件,里面集成了很多经典的机器学习算法,在高校和科研机构中受到了广泛的应用。具体的简单介绍和简单的使用请參考文档:《使用Weka进行数据挖掘》。 学习资源: 刚開始学习的人必看的资源: Use Weka in your Java code 数据挖掘:有用机器学习
分类:
其他好文 时间:
2016-03-08 16:09:53
阅读次数:
240
There’s an even simpler way to include values in strings: Write the value in parentheses, and write a backslash (\) before the parentheses. This is kn
分类:
编程语言 时间:
2016-03-08 14:56:58
阅读次数:
163
In Qt, we have an alternative to the callback technique: We use signals and slots. A signal is emitted when a particular event occurs. Qt's widgets ha
分类:
其他好文 时间:
2016-03-08 13:25:33
阅读次数:
179
1 1.1 server: #!/use/local/env python# -*- coding:utf-8 -*-import socketip_port = ('127.0.0.1', 9999)#ip_port = ('0.0.0.0', 9999) #所有IPsk = socket.soc
分类:
其他好文 时间:
2016-03-08 09:20:01
阅读次数:
218
E1:搭建zoobar网站开启apache服务和mysql服务service apache2 startservice mysql start建立数据库和表mysql->create database myzoo;use myzoo;create table Person(PersonID int
分类:
Web程序 时间:
2016-03-07 20:55:26
阅读次数:
213
转自:http://www.vpsee.com/2013/09/use-the-solarized-color-theme-on-mac-os-x-terminal/ 相信长期浸泡在终端和代码的小伙伴们都有一套自己喜爱的配色方案。以前一直在用简单、适合阅读的 Terminal.app 配色方案,换到
分类:
系统相关 时间:
2016-03-07 19:12:20
阅读次数:
919