码迷,mamicode.com
首页 >  
搜索关键字:work    ( 9348个结果
Mysql的root密码由空改为123456
使用mysqladmin mysqladmin -u root -p password mypasswd 输入这个命令后,需要输入root的原密码(空的),然后root的密码将改为mypasswd。 [work@master bin]$ mysqladmin -u root password 123456 [work@master bin]$  以上命令执行完后,第二行为空,这说明你的密...
分类:数据库   时间:2014-11-05 17:22:11    阅读次数:300
Elasticsearch安装说明
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便1、下载jdk-7u71-linux-x64.gz2、Tarzxvfjdk-7u71-linux-x64.gz3、mvjdk1.7.0_71//home/work/local/java/4、vim/etc/profileexportJAV..
分类:其他好文   时间:2014-11-05 15:01:19    阅读次数:223
NFS 安装问题解决
开始使用这个: mount -t nfs 192.168.119.138:/root/work /share 报错: ?cat /var/log/messages | grep mount Nov ?4 15:16:09 air02 rpc.mountd[19139]: Caught signal 15, un-registering and exiting. Nov...
分类:其他好文   时间:2014-11-04 20:03:06    阅读次数:707
Telnet英文全称
Telnet:telecom munication net work protocol,电信网络协议...
分类:Web程序   时间:2014-11-04 19:49:03    阅读次数:234
浏览器的渲染原理简介
看到这个标题大家一定会想到这篇神文《How Browsers Work》,这篇文章把浏览器的很多细节讲得很细,而且也被翻译成了中文。为什么我还想写一篇呢?因为两个原因,这篇文章太长了,阅读成本太大,不能一口气读完。花了大力气读了这篇文章后可以了解很多,但似乎对工作没什么帮助。所以,我准备写下这篇文章...
分类:其他好文   时间:2014-11-04 14:45:17    阅读次数:150
ASP.NET面试60题---翻译第一天
1: Explain? how? a? web?? application? work ? A web application resides in the server and servers the client‘s requests over internet. The client? access the web page using? browser from h...
分类:Web程序   时间:2014-11-03 11:39:00    阅读次数:290
Paper Work Cf250A
Paper Work Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 250A Description Polycarpus has been working in the analyti...
分类:其他好文   时间:2014-11-03 10:18:11    阅读次数:201
How to optimize Magento performance
OverviewThis guide demonstrates how to optimize Magento performance. Most optimizations will work with any version of Magento. Those intended for spec...
分类:其他好文   时间:2014-11-02 23:53:51    阅读次数:209
题目1002:Grading
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:其他好文   时间:2014-10-31 18:50:50    阅读次数:184
Apache log4net™ Config Examples
Overview This document presents example configurations for the built-in appenders. These configurations are designed to work with thelog4net.Config.DO...
分类:Web程序   时间:2014-10-31 18:47:24    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!