码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
ffmpeg: error while loading shared libraries: libavdevice.so.52
今天在编译安装ffmpeg的时候出现了题目中的问题,最终解决方案如下:errors:ffmpeg正常安装后执行ffmpeg时出现如下错误:ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shar...
分类:其他好文   时间:2014-05-26 20:54:37    阅读次数:313
[Scala] Pattern Matching(模式匹配)
Scala中的match, 比起以往使用的switch-case有著更強大的功能, 1. 傳統方法 def toYesOrNo(choice: Int): String = choice match { case 1 => "yes" case 0 => "no" case _ => "error"...
分类:其他好文   时间:2014-05-26 20:45:46    阅读次数:285
Java应用短信猫
首先确定短信猫正常连接到主机,并安装SIM卡。先用超级终端测试短息猫能不能用。安装minicom:#sudo apt-get install minicom安装完成后,执行#sudo minicom -s使用光标上下选择:Serial port setup,如下图按A,设置端口号,COM1对应/de...
分类:编程语言   时间:2014-05-26 15:44:09    阅读次数:444
sql 存储过程,最简单的添加和修改
数据库表结构《1》新增数据,并且按照"name" 字段查询,如果重复返回“error”=-100 ,如果成功返回ID,如果失败ID=0USE [数据库]GOSET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER procedure [dbo].[存储过程...
分类:数据库   时间:2014-05-26 15:43:33    阅读次数:279
v4l2 下载
To clone the master development repository, install git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb git remote add linux...
分类:其他好文   时间:2014-05-26 14:13:43    阅读次数:338
linux iSCSI target/initiator配置
linux iSCSI target配置全过程一:Install iSCSI target for Linux1,操作系统:[root@rac2 ~]# cat /etc/issueEnterprise Linux Enterprise Linux AS release 4 (October Upd...
分类:系统相关   时间:2014-05-26 13:40:12    阅读次数:503
gcc 4.8.3 install centos
http://blog.csdn.net/xlx921027/article/details/17382643
分类:其他好文   时间:2014-05-26 13:39:52    阅读次数:188
python安装zlib一直无效
一直按网上的方法:1.先安装apt-get install zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:编程语言   时间:2014-05-26 12:35:01    阅读次数:298
ECLIPSE 集成 PHP开发环境
Eclipse->help->install new 。。。。 addname:phppath:http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
分类:Web程序   时间:2014-05-26 11:23:19    阅读次数:307
Error: unterminated string literal。通常原因是输出字符str中包含换行符导致的。
1 s = s.replace("\n\r", "");2 s = s.replace("\r\n", "");//这才是正确的!3 s= s.replace("\t", "");4 s =s.replace(" ", ""); ///这个按需要看自己是否要加, 我的不需要 也就没...
分类:其他好文   时间:2014-05-26 10:52:10    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!