we’ll take a look at the GraphQL Language and write out our first GraphQL Schema. We’ll use the graphql package available to us through npm to parse o ...
分类:
其他好文 时间:
2016-12-28 09:46:18
阅读次数:
293
【B007】Best Cow Line【难度B】———————————————————————————————————————————————— 【Description 支持原版从我做起!!!】 FJ is about to take his N (1 ≤ N ≤ 2,000) cows to t ...
分类:
其他好文 时间:
2016-12-27 00:14:53
阅读次数:
215
I shared a data entry example form here in this post for Oracle Forms beginner developers, so that they may take an idea to how to develop a simple da... ...
分类:
数据库 时间:
2016-12-26 00:16:57
阅读次数:
329
前几天换了一台服务器,重新配了一台web服务器,大概流程如下(由于闲编译比较烦锁,所以直接yum安装): 一. 安装Web服务器软件 yum install httpd 二. 安装php yum install php* yum -y install php* --skip-broken 三. 安装 ...
分类:
系统相关 时间:
2016-12-25 23:42:46
阅读次数:
685
如果使用 MySQL 数据库忘记了账号密码,可以通过调节配置文件,跳过密码的方式登数据库,在数据库里面修改账号密码,一般默认的账号问 root编辑 MySQL 配置文件 my.cnf注意: 以实际 my.cnf 配置文件路径为准vim /etc/my.cnf在[mysqld]下skip-grant-... ...
分类:
其他好文 时间:
2016-12-24 22:31:50
阅读次数:
200
http://www.jenkinssoftware.com/raknet/manual/creatingpackets.html Write less data with bitstreams Lets take our mine example above and use a bitstream ...
分类:
Web程序 时间:
2016-12-23 13:32:59
阅读次数:
286
1.修改my.ini,在[mysqld]下增加一行:skip-grant-tables(登录时跳过密码检查)2.重启mysql3.updatemysql.usersetauthentication_string=PASSWORD(‘newpassword‘)whereUser=‘root‘;其中PASSWORD为mysql的加密函数,按mysql的加密方式加密,再运行FLUSHPRIVILEGES;4.把my.ini修改..
分类:
数据库 时间:
2016-12-23 10:05:25
阅读次数:
215
This article has nothing to do with the decision whether or not to abandon support for oldIE. You and you alone must take that decision based on the s ...
分类:
编程语言 时间:
2016-12-23 10:04:29
阅读次数:
302
在/etc/my.cnf文件,在[mysqld]部分加入skip-grant-tables
然后重新启动mysqld登录修改mysql的root密码
/usr/bin/mysql
WelcometotheMySQLmonitor.Commandsendwith;or\g.
YourMySQLconnectionidis3toserverversion:3.23.56
Type‘help;’or‘\h’forhelp.Type‘\c’tocleartheb..
分类:
数据库 时间:
2016-12-22 20:42:29
阅读次数:
161
一、更改my.cnf配置文件 1.用命令编辑/etc/my.cnf配置文件,即:vim /etc/my.cnf 或者 vi /etc/my.cnf 2.在[mysqld]下添加skip-grant-tables,然后保存并退出 3.重启mysql服务:service mysqld restart 二 ...
分类:
数据库 时间:
2016-12-22 19:51:11
阅读次数:
198