Neo4j Versions Most of the examples on this page are written with Neo4j 2.0 in mind, so they skip the START clause, and use clauses like MERGE. The fo ...
分类:
其他好文 时间:
2016-11-15 17:08:50
阅读次数:
717
以免授权模式启动 编辑 /etc/my.cnf,添加以下内容: linux环境中:vi /etc/my.cnf 在[MySQL(和PHP搭配之最佳组合)d]配置段添加如下两行: user=mysql skip-grant-tables 保存退出编辑。 重新启动 mysqld. service mys ...
分类:
数据库 时间:
2016-11-15 13:31:31
阅读次数:
241
timestamp数据类型导出时会有时区问题,导出机器默认为东八区时区,导出时的TIME_ZONE=‘+00:00‘这样导出的数据和表里看到的差了8小时。如果想在数据导出时不默认进行时区的转换,可以在导出语句中增加参数--skip-tz-utc,这样导出的timestamp数据和在表里看到的时候是一样的栗..
分类:
数据库 时间:
2016-11-14 16:13:41
阅读次数:
911
/*you are sunshine, my only sunshine, you make me happy when skies are grey. you'll never know dear , how much i love you. please don't take my sunshi ...
分类:
其他好文 时间:
2016-11-13 09:28:59
阅读次数:
204
1,在/etc/my.cnf末尾 加入skip-grant-tables,保存,跳过身份验证。 2,重启MySql,使刚才修改的配置生效。 3,终端输入mysql,然后再输入use mysql; 4,终端输入update mysql.user set authentication_string=pa ...
分类:
数据库 时间:
2016-11-13 02:02:23
阅读次数:
339
今天在调试MySQL出现了一些坑。需要记录一下。 上面一句 skip-grant-tables这句话就是你在无法知道root密码的时候进行非授权进去修改密码的。 但是我无论怎么做: update user set password=password('123456') where user='roo ...
分类:
数据库 时间:
2016-11-12 20:08:07
阅读次数:
207
大家都知道如果手机只有一个活动的应用,那这个应用也太简单了吧。如同网页一下,是有多个组成的,在C#中我们可以使用各程skip控件或代码,这里不再赘述。 ...
分类:
其他好文 时间:
2016-11-10 02:40:33
阅读次数:
168
Callable这种任务可以返回结果,返回的结果可以由Future去拿 >Future取得的结果类型和Callable返回的结果类型必须一致,这是通过泛型来实现的。 >CompletionService用于提交一组Callable任务,其take方法返回已完成的一个Callable任务对应的Futu ...
分类:
编程语言 时间:
2016-11-07 07:42:23
阅读次数:
156
Best Cow Line Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20226 Accepted: 5563 Description FJ is about to take his N (1 ≤ N ≤ 2,000) co ...
分类:
其他好文 时间:
2016-11-07 00:47:44
阅读次数:
224
Straight-forward strategy.. please take care of all details - data type, assignment order etc. ...
分类:
其他好文 时间:
2016-11-05 14:31:42
阅读次数:
198