Introduction A channel (a call) will go through many different states during its lifetime. Here we will describe the different states that a channel m ...
分类:
其他好文 时间:
2016-09-23 12:47:12
阅读次数:
122
官网地址:https://packagecontrol.io/installation INSTALLATION Simple The simplest method of installation is through the Sublime Text console. The console i ...
分类:
其他好文 时间:
2016-09-23 11:14:45
阅读次数:
132
OperationalError: (2002, “Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)”) python MySQLdb这个模块是独立的,有自己独立的socket,解 ...
分类:
数据库 时间:
2016-09-20 13:38:15
阅读次数:
394
12down votefavorite 8 8 http://stackoverflow.com/questions/31748278/how-do-you-install-mysql-connector-python-development-version-through-pip/34027037 ...
分类:
数据库 时间:
2016-09-17 08:18:57
阅读次数:
252
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var mysql 启动不了 ps -A | grep -i mysql kill 列出来的进程 service mysql start 我的问题就解决了 ...
分类:
数据库 时间:
2016-09-15 22:53:48
阅读次数:
215
MySQL Cursor Summary: in this tutorial, you will learn how to use MySQL cursor in stored procedures to iterate through a result set returned by a SELE ...
分类:
数据库 时间:
2016-09-15 06:20:19
阅读次数:
275
Asteroids Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The gri ...
分类:
其他好文 时间:
2016-09-14 09:36:10
阅读次数:
121
本期为第一期的熊二周刊 Javascript Javascript 箭头函数简述 h5 页面切图 正则表达式大全 CSS Flexbox in 5 is a quick tutorial that steps you through high level flexbox understanding. ...
分类:
其他好文 时间:
2016-09-11 01:26:40
阅读次数:
160
在网上看到各种教程,都会出现ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' 1. 确保环境没有mysql brew remove mysql brew cleanup 2 ...
分类:
数据库 时间:
2016-09-08 06:19:21
阅读次数:
222
About Write-Through and Write-Behind Caches Write-through caching is a caching pattern where writes to the cache cause writes to an underlying resourc ...