django 中,导入excel到mysql中。excel 转成sql,然后导入mysql。 sql过大,出现(2006, ‘MySQL server has gone away‘)错误。 改mysql 配置my.cnf,[mysqld]中的 max_allowed_packet = 64M ait_timeout = 86400 解...
分类:
数据库 时间:
2015-07-30 19:38:01
阅读次数:
187
ORA-12571:TNS:包复写器失效2007-05-28 22:04ORA-12571:TNS:包复写器失效近日一直在做Oracle数据库的搭建(入门),在搭建过程中遇到“ORA-12571:TNS:包复写器失效”这个错误,产生错误的情况如下:情况1:环境配置:Win2000 Server、Or...
分类:
其他好文 时间:
2015-07-26 14:05:25
阅读次数:
165
Sublime Text 3 Plugins(**)packet control:plugin包管理器
(**)netuts-fetch:
(**)markdown editing:Markdown编辑器
(**)plain tasks:事务管理
(**)snippets-C++:
(**)Ctags:函数定义跳转等
(**)BracketHighlighter:高亮显示匹配的括号、引号...
分类:
其他好文 时间:
2015-07-23 00:45:04
阅读次数:
193
Linux kernel version: 3.18.14 file: net/ipv4/netfilter/iptables_filter.c先贴出重要的全局变量struct xt_table packet_filter:#define FILTER_VALID_HOOKS ((1 regis.....
分类:
其他好文 时间:
2015-07-20 16:12:05
阅读次数:
151
mysql相关配置[root@wangchaotmp]#vim/etc/my.cnf//mysql的配置文件[mysqld]port=3306//端口socket=/tmp/mysql.sock//监听的sockskip-locking//过滤lockkey_buffer_size=256M//索引块缓存max_allowed_packet=1M//允许最大的包table_open_cache=256//所有线程,打开表的数量sort..
分类:
数据库 时间:
2015-07-19 23:46:40
阅读次数:
308
1> dbg:tracer().{ok,}2> dbg:p(all, c).{ok,[{matched,nonode@nohost,26}]}3> dbg:tpl(test, g, dbg:fun2ms(fun(_) -> exception_trace() end)).{ok,[{matched,...
分类:
数据库 时间:
2015-07-17 18:24:14
阅读次数:
303
登陆mysql终端,查看当前配置(默认单位是字节):show VARIABLES like '%max_allowed_packet%';在mysql的安装目录下 找到 my.ini文件 加入以下代码:interactive_timeout = 120wait_timeout = 120max_al...
分类:
数据库 时间:
2015-07-17 11:40:27
阅读次数:
141
实验 3 EIGRP、BGP 的配置
EIGRP
实验学时:2学时
一、实验目的 掌握 EIGRP 协议的基本原理; 掌握 EIGRP 协议的配置方法; 掌握 EIGRP 协议路由汇总和负载均衡的配置方法;
二、实验环境(软件、硬件及条件) 2Windows 主机+3 台路由器 或者 1 台 Windows 主机+packet tracer 5.0 以上模拟器
...
分类:
其他好文 时间:
2015-07-16 22:27:46
阅读次数:
181
搭建了简单的局域网和广域网实验平台,如下:路由器配置命令如下:Router>enableRouter#configure
terminalEnterconfiguration
commands,oneperline.EndwithCNTL/Z.Router(config)#hostname
RBRB(config)#enable
passwordtoddRB(config)#interface
serial3/0RB(config-if)#n..
分类:
其他好文 时间:
2015-07-15 23:06:52
阅读次数:
201
MySQL的配置文件/etc/my.cnf编辑配置文件[root@LAMPLINUX~]#vim/etc/my.cnf#TheMySQLserver[mysqld]port=3306socket=/tmp/mysql.sockskip-lockingkey_buffer_size=256Mmax_allowed_packet=1Mtable_open_cache=256sort_buffer_size=1Mread_buffer_size=1Mread_rnd_buffer_size=4..
分类:
数据库 时间:
2015-07-12 08:26:44
阅读次数:
163