分类目录归档:春风满楼

山雨欲来风满楼,资料已过期,集中归档。

2017
03-31

Google小飞机

1、打开 Google Cloud 首先,用浏览器打开网址 cloud.google.com 。 2、申请 Google VM instance 步骤一:点击「TRY IT FREE」免费试用,使用 Google 帐号登录。没有 Google 帐号就按流程一步步注册一个。 步骤二:登录之后,点击「My Console」进入控制台。Google Cloud 除了提供 VPS 服务以外还提....阅读全文
2017
03-29

CentOS6搭建ftp服务器

1、用root 进入系统 2、使用命令 rpm -qa|grep vsftpd 查看系统是否安装了ftp,若安装了vsftp,使用这个命令会在屏幕上显示vsftpd的版本 3、使用命令rpm -e vsftpd 即可卸载ftp 4、再使用rpm -qa|grep vsftpd 查看系统是否已删除ftp,若删除成功,屏幕上显示vsftpd的版本 一:安装vsftpd 查看是否已经....阅读全文
2017
03-01

lazyscript战士方案

战士 LazyAttack ============================================================= //公用设置 includeForm=CommonScript //拳击 callForm=StopCastingScript-ifNotInCooldown=pummel-ifUsable=pummel-ifTargetIsC....阅读全文
2017
02-28

lazyscript术士团本(8debuff)

dismount-ifMounted stop-ifChannelling stop-ifCasting drainSoul-ifTarget<5hp-if<14Shards ##Out of combat stuff demonArmor-ifNotHasBuff=demonArmor lifeTap-ifPlayer<80%mana-ifPlayer>15%....阅读全文
2017
02-18

lazyscript狂暴战(60,优先英勇)

dismount-ifMounted battle-ifNotInCombat-ifPlayer<26rage autoAttack charge deathWish-ifNotTargetOfTarget overpower bloodthirst rend-ifNotTargetHasDebuff=rend-ifTarget>15%hp-ifNotTargetImmune he....阅读全文
2017
01-09

选择carbon后转换discuz数据

选择carbon forum基于3点: https支持较好 可以qq登录 方便快速占用小 转换论坛用户数据 将Salt变量类型设置为varchar insert into `carbon_users`(`ID`,`UserName`,`Salt`,`Password`,`UserMail`,`UserRegTime`,`LastLoginTime`) select `ui....阅读全文
2017
01-05

discuz数据转换到carbon

转换用户数据,语法正确,但转换后密码不对了。 insert into `carbon_users`(`ID`,`UserName`,`Salt`,`Password`,`UserMail`,`UserRegTime`,`LastLoginTime`) select `uid`,`username`,`salt`,`email`,`password`,`regdate`,`lastlogin....阅读全文