码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
mysql 建立加密连接
加密连接可提高数据的安全性,但会降低性能。要进行加密连接,必须满足以下要求:user权限表里要有相关的SSL数据列。如果安装的MySQL服务器是4.0.0版的,user权限表已包含相关的SSL数据列,否则,我们也可用mysql_fix_privilege_tables脚本升级权限表。服务器和客户程序...
分类:数据库   时间:2015-01-22 12:32:43    阅读次数:239
算法模板——左偏树(可并堆)
实现的功能——输入1 x,将x加入小根堆中;输入2,输出最小值并去在堆中除掉 1 var 2 i,j,k,l,m,n,head:longint; 3 a,lef,rig,fix:array[0..100000] of longint; 4 function min(x,y:longint...
分类:编程语言   时间:2015-01-19 23:24:43    阅读次数:257
java 字符串截取类 区分中文、英文、数字、标点符号
package com.founder.fix.ims;/** * @author WANGYUTAO * 操作字符串 */public class SubString { // public static void main(String[] args) { // String s...
分类:编程语言   时间:2015-01-14 14:05:20    阅读次数:211
Eclipse Error:“ An API baseline has not been set ” 解决办法
参考:Eclipse > Help > help contents > Plug-in Development Environment Guide > Reference > Quickfixes> Missing API Baseline Quick Fix当项目报错“An API baselin...
分类:Windows程序   时间:2015-01-08 14:50:40    阅读次数:518
EMCA fails with error "ORA-01017: invalid username/password; logon denied"
Creation of dbcontrol repository fails when execute $ emca -config dbcontrol -repos createWith error:Database connection through listener failed. Fix the error and run EM Configuration Assistant again...
分类:其他好文   时间:2015-01-08 13:26:13    阅读次数:354
【mysql断电重启后修复myisam表错误】fix_myisam_table.sh
【mysql断电重启后修复myisam表错误】fix_myisam_table.sh#!/bin/bash # #2014/10/13 fix_bin=‘/usr/bin/myisamchk‘ d_db_data=‘/data/mysql_data/3306‘ dt=`date+"%y%m%d"` cd${d_db_data} echo‘>>===========================‘ tail`hostname`.err-n200|grep$dt|grep"..
分类:数据库   时间:2014-12-24 18:32:47    阅读次数:199
Fix for: Permission denied to access property 'toString'
Originally posted by rwolffganghere.Hi guys,when developing a game that runs in an iframe (Facebook canvas) I encountered this error message in the Ja...
分类:数据库   时间:2014-12-23 18:53:29    阅读次数:163
【EBS】打中文patch6678700报错小记
EBS12.1.1在打patch6678700中文补丁时报错如下: ATTENTION: All workers either have failed or are waiting: FAILED: file XLIFFLoader.class on worker .... ATTENTION: Please fix the above failed worker(s) so the m...
分类:其他好文   时间:2014-12-19 15:52:07    阅读次数:205
your project contains error(s),please fix them before running your application.错误总结
转载自:http://blog.csdn.net/zhufuing/article/details/8135270Android开发中的问题总是多种多样,今天我来总结一个浪费了我一个晚上的错误T-T:your project contains error(s),please fix them bef...
分类:移动开发   时间:2014-12-19 15:39:18    阅读次数:195
BageCMS上传文件错误 fix
简介BageCms是一款基于php5+mysql5开发的多功能开源的网站内容管理系统。使用高性能的PHP5的web应用程序开发框架YII构建,具有操作简单、稳定、安全、高效、跨平台等特点。采用MVC设计模式,模板定制方便灵活,内置小挂工具,方便制作各类功能和效果,BageCms可用于企业建站、个人博...
分类:Web程序   时间:2014-12-17 12:32:47    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!