[root@athController~]#novalistERROR:Anunexpectederrorpreventedtheserverfromfulfillingyourrequest.(OperationalError)(1040,‘Toomanyconnections‘)NoneNone(HTTP500)解决办法:key_buffer=64Mmax_allowed_packet=16Mthread_stack=192Kthread_cache_size=8myisam-recover=B..
分类:
数据库 时间:
2014-08-20 10:35:46
阅读次数:
437
系统环境是win7(64bit)+python3.4(64bit)+numpy1.82+vs2012
1.如果用sourceforge上编译好的32bit的exe安装,会提示‘python version ** required,which was not found in the registry’.
原因是安装的python是64bit的吧(不确定),但是注册表里确实没有,
2.自...
分类:
其他好文 时间:
2014-08-20 09:20:16
阅读次数:
314
原文:Installshield设置feature为必须选中状态,即必定安装状态上一篇: 解决卸载时残留目标文件夹的问题Installation Designer --> Organization -->Features中,选中要设置的feature,在右边的属性栏中,将Required选为Yes即...
分类:
其他好文 时间:
2014-08-19 18:39:45
阅读次数:
185
sshd问题:A protocol error occurred. Change of username or service not allowed在研究Linux安全的时候遇到一个问题,原本打算修改linux直接远程root登陆,修改为sshd的配置文件后Nano /etc/ssh/sshd_c...
分类:
其他好文 时间:
2014-08-19 18:08:35
阅读次数:
411
@RequestMapping(method=RequestMethod.POST,value = "/upload") public ModelAndView processImageUpload(@RequestParam(value="groupname",required=fal...
分类:
其他好文 时间:
2014-08-19 14:27:24
阅读次数:
210
一、控制器 <?php if (!defined(‘BASEPATH‘)) ??? exit(‘No direct script access allowed‘); class Topics extends CI_Controller { ??? function __construct() ??? { ??????? parent::__cons...
分类:
数据库 时间:
2014-08-19 01:04:43
阅读次数:
309
Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)
You have the following 3 operati...
分类:
其他好文 时间:
2014-08-18 20:35:02
阅读次数:
206
mysql -u root -pmysql;use mysql;mysql;select 'host' from user where user='root';mysql;update user set host = '%' where user ='root';mysql;flush privil...
分类:
数据库 时间:
2014-08-18 18:25:22
阅读次数:
197
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)...
分类:
其他好文 时间:
2014-08-18 16:21:57
阅读次数:
148
#!/bin/bash ### BEGIN INIT INFO # # Provides: location_server # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_f...
分类:
系统相关 时间:
2014-08-18 16:03:02
阅读次数:
280