Skip to content

Instantly share code, notes, and snippets.

View atcchh's full-sized avatar
🎯
Focusing

atcchh

🎯
Focusing
View GitHub Profile
@atcchh
atcchh / MySql-5.6-installation guide.md
Last active September 23, 2022 10:12 — forked from vinodpandey/MySql-5.6-installation guide.md
Install MySQL 5.6.xx on Ubuntu 18.04 & Ubuntu 20.04

MySQL Download URL

https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz

Open the terminal and follow along:

  • Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
@atcchh
atcchh / readerview_sdk.js
Created February 19, 2019 02:07 — forked from ivershuo/readerview_sdk.js
ReaderView SDK
(function(){
"use strict";
/*Reader View插件id*/
const RV_EXT_ID = 'iibolhpkjjmoepndefdmdlmbpfhlgjpl';
const MSG_PRE = 'ReaderView.';
/**
* 插件与插件间、插件与插件页面脚本间数据通信
@atcchh
atcchh / WXG.md
Created May 17, 2018 02:53 — forked from hzlzh/WXG.md
[微信·深圳] 招聘 前端开发工程师

[微信·深圳] 招聘 前端攻城师(偏重构方向)

  • 地点:深圳
  • 到岗时间:越快越好
  • 更新时间:2018年5月15日

职责:

  • 负责腾讯微信游戏业务系统相关 Web 产品的前端开发
  • 通过技术提升产品的用户体验
@atcchh
atcchh / PHP面试题.md
Created March 21, 2018 06:13 — forked from Moln/PHP面试题.md
PHP面试题

PHP面试题

PHP基础

1. 请写出以下结果:

echo json_encode(['a' => 1] + ['b' => 2, 'a' => 3, 'b']);
@atcchh
atcchh / serverspeeder-all.sh
Created December 13, 2016 13:51 — forked from rptec/serverspeeder-all.sh
锐速破解版一键安装。
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
export PATH
#定义变量
#授权文件自动生成url
APX=http://soft.91yun.org/soft/serverspeeder/apx1.php
#安装包下载地址
INSTALLPACK=http://soft.91yun.org/soft/serverspeeder/91yunserverspeeder.tar.gz
@atcchh
atcchh / README.md
Created April 17, 2016 03:19 — forked from ngryman/README.md
intellij javascript live templates

intellij javascript live templates

Just a dump of handy live templates I use with IntelliJ. They should also work with WebStorm.

How to

  • Go to settings.
  • Search for live templates.
  • Under the javascript section you should be able to manage your templates.