上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 30 下一页
摘要: Subversion1.8 is difference far away from subversion1.7, here is the steps to install subversion1.8.My os is ubuntu13.10, but whatever system is ok.#step onecd /var/share/softwarewget http://120.198.238.130:83/mirror.bit.edu.cn/apache/subversion/subversion-1.8.8.tar.gztar zxvf subversion-1.8.8.tar.g 阅读全文
posted @ 2014-03-31 13:27 DavidHHuan 阅读(495) 评论(0) 推荐(0)
摘要: After installed Ubuntu13.10, and i want to run a 32bit software, in the pass, you just runsudo apt-get install ia32-libsto install the 32bit library.B... 阅读全文
posted @ 2014-03-29 13:19 DavidHHuan 阅读(300) 评论(0) 推荐(0)
摘要: 原文地址:http://fav.coketea.com/article_show.php?id=1步骤一、以试用方式进入ubuntu光盘系统,打开终端(快捷键ctrl+alt+t);步骤二、获取root权限:sudo -i步骤三 、列出所有的磁盘分区:fdisk -l步骤四 、挂载根目录的分区,其中X代表你的ubuntu系统的分区号;mount /dev/sdaX /mnt步骤五(可选)、如果boot分区独立于根分区,则要挂载boot分区,其中Y代表boot分区号;mount /dev/sdaY /mnt/boot步骤六 、挂载其他分区或设备;mount --bind /dev /mnt/de 阅读全文
posted @ 2013-09-30 19:03 DavidHHuan 阅读(2230) 评论(0) 推荐(0)
摘要: After updated Ubuntu, and reboot, I got these errorThe disk drive for /media/sda2 is not ready yet or not present.Continue to wait, press S to skip or M for manual recovery.Though I can press s to continue the starting, but that is not so good to do that.Then i google these.From here:http://ubuntufo 阅读全文
posted @ 2013-09-30 19:01 DavidHHuan 阅读(1128) 评论(0) 推荐(0)
摘要: Download openproj fromhttp://sourceforge.net/projects/openproj/Yes, you can only download the rpm file. But you can also install it in Ubuntu via alien.sudo apt-get install aliensudo alien -i openproj.rpmThen run it.you will got these errorsYour Java vendor is "Oracle Corporation". To run 阅读全文
posted @ 2013-09-25 11:40 DavidHHuan 阅读(468) 评论(0) 推荐(0)
摘要: My os version is Ubuntu13.04, today, after started and logined, my desktop freezed. But i can still start the software in the left launcher.I reveive a system bug report that the /usr/bin/gnome-screensaver is crashed.Then, i start the terminal, and try to start the screensaver.gnome-screensaveri got 阅读全文
posted @ 2013-09-11 09:50 DavidHHuan 阅读(669) 评论(0) 推荐(0)
摘要: 加入源sudo add-apt-repository ppa:rabbitvcs/ppa更新sudo apt-get update安装软件sudo apt-get install rabbitvcs-core rabbitvcs-nautilus3 rabbitvcs-cli以上命令在ubuntu都是通用的,不过在13.04,安装完毕之后,重新logout/login,还是右键看不到,还要多做一步操作sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so /usr/lib/libpython2.7.so.1.0Have fun with ubu 阅读全文
posted @ 2013-08-30 13:19 DavidHHuan 阅读(685) 评论(0) 推荐(0)
摘要: 原文地址:http://www.ueffort.com/jqueryajaxfileupload-js-duo-wen-jian-shang-chuan-chuan-zhi-kua-yu/跨域这个不是插件本身的问题,我的解决方法也只适用于同一主域名在url的请求返回中添加因为请求是通过读取返回页面的文档内容,在这时候实际返回页面是会执行js脚本的,并且该脚本不会进入后续的文档加载中所以只需将修改文档域与当前页面一致就行在调用页面添加:document.domain = "xxxx.com";不修改插件本身 阅读全文
posted @ 2013-08-08 14:58 DavidHHuan 阅读(1574) 评论(0) 推荐(0)
摘要: ubuntu12.10以后,默认的deb安装库上面的php版本已经是5.4了,公司的项目使用5.4的时候,还是会出现很多问题,所以不得不降级安装5.3顺便说一句,我原来的环境是nginx + php5.4 + mysql 的,现在只是把php5.4降级到php5.3,其它的不修复。新建一个叫做down_to_php53.sh,然后复制下面代码进去#!/bin/bash# # Original for 5.3 by Ruben Barkow (rubo77) http://www.entikey.z11.de/# release 1 PHP5.4 to 5.3 by Emil Terziev ( 阅读全文
posted @ 2013-08-06 08:44 DavidHHuan 阅读(2066) 评论(0) 推荐(0)
摘要: when setting python environment in Ubuntu13.04, i got this error:ImportError: No module named _sysconfigdata_ndAfter searching from google, i found thatThe "No module named _sysconfigdata_nd" is a bug in the Ubuntu package.so, here is the solution.cd /usr/lib/python2.7sudo ln -s plat-x86_6 阅读全文
posted @ 2013-07-23 21:45 DavidHHuan 阅读(1851) 评论(0) 推荐(0)
摘要: 其它的代码就不贴了,直接上关键代码:$objPHPExcel = new PHPExcel();$objPHPExcel->setActiveSheetIndex(0);$objActSheet = $objPHPExcel->getActiveSheet();$objDrawing = new PHPExcel_Worksheet_Drawing();$objDrawing->setName('avatar');$objDrawing->setDescription('avatar');$objDrawing->setPath(‘ 阅读全文
posted @ 2013-06-25 14:41 DavidHHuan 阅读(7951) 评论(1) 推荐(0)
摘要: ubuntu13.04毕竟有点变化,以前右键脚本放到~/.gnome2/nautilus-scripts已经不起作用了。现在要放到~/.local/share/nautilus/scripts/这里有个例子cd ~/.local/share/nautilus/scriptstouch comparevim compare输入#!/usr/bin/perl -w# 这个脚本的功能是使用gvim来比较两个文件use strict;my @files = split("\n", $ENV{NAUTILUS_SCRIPT_SELECTED_FILE_PATHS});my $coun 阅读全文
posted @ 2013-06-14 16:58 DavidHHuan 阅读(590) 评论(0) 推荐(0)
摘要: 执行./make.sh发生../common/sched_thread.o: In function `sched_start':/media/My_Documents/tutorial/FastDFS/tracker/../common/sched_thread.c:495: undefined reference to `pthread_create'../common/pthread_func.o: In function `init_pthread_lock':/media/My_Documents/tutorial/FastDFS/tracker/../com 阅读全文
posted @ 2013-05-27 23:09 DavidHHuan 阅读(1398) 评论(0) 推荐(0)
摘要: 原文地址:http://songgz.iteye.com/blog/1166854第一步:安装Git和Gitoliteserver>sudoapt-getinstallgit-coreserver>sudoapt-getinstallgitolite 第二步:安装ssh-key1.安装opensshserver>sudoapt-getinstallopenssh2.在服务器上创建git用户server>adduser--system--shell/bin/bash--groupgitserver>addusergitsshserver>passwdgit3. 阅读全文
posted @ 2013-05-25 01:38 DavidHHuan 阅读(271) 评论(0) 推荐(0)
摘要: When trying to commit the code tohttps://deveo.com/ via gitgit pushI got these errorCompressing objects: 100% (2780/2780), done.error: RPC failed; result=22, HTTP code = 411fatal: The remote end hung up unexpectedlyWriting objects: 100% (2881/2881), 6.51 MiB | 1.94 MiB/s, done.Total 2881 (delta 703) 阅读全文
posted @ 2013-05-22 11:04 DavidHHuan 阅读(1027) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 30 下一页