blog.programfan.info
新网站即将启用

随笔分类 -  锦集

摘要:Type :: any() %% The top type, the set of all Erlang terms. | none() %% The bottom type, contains ... 阅读全文
posted @ 2011-04-25 11:29 Gordon Chao 阅读(2081) 评论(0) 推荐(0)
摘要:.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)---------------------------------------------.gz解压1:gunzip FileName.gz解压2:gz... 阅读全文
posted @ 2010-12-24 10:51 Gordon Chao 阅读(182) 评论(0) 推荐(0)
摘要:Ubuntu10.04安装完成后的基本配置过程 1、修改其安装源文件 >sudo cp /etc/apt/sources.list /etc/apt/sources.list.bk > sudo gedit /etc/apt/sources.list 找到'partner' repository,... 阅读全文
posted @ 2010-11-30 11:07 Gordon Chao 阅读(910) 评论(0) 推荐(0)
摘要:1、[PoolId, Hostname,Port, Username, Password, Database, LogFun,Encoding, PoolSize] = foldl(Fun(Elem, AccIn), Acc0, List) -> Acc1 %%AccIn初使为Acc0, Elem是... 阅读全文
posted @ 2010-06-27 21:57 Gordon Chao 阅读(364) 评论(0) 推荐(0)
摘要:1、进入mysql软件 首先进入mysql安装目录的bin目录下: bin>mysql -h host -u user -p 输入后,会让你输入密码,成功后进入界面: 可以进行对应的操作了。 2、选择数据库: mysql>show databases;--显示所有数据库列表 mysql>use xi... 阅读全文
posted @ 2010-06-15 15:15 Gordon Chao 阅读(175) 评论(0) 推荐(0)

www.programfan.info
新网站即将启用