1、官网下载jdk-7u45-linux-x64.tar.gz
下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2、tar解压:tar -xzvf jdk-7u45-linux-x64.tar.gz
一般安装在/usr/local/目录下
3、配...
分类:
系统相关 时间:
2014-06-05 12:01:30
阅读次数:
470
60款开源云应用【Part 1】(60 Open Source Apps You Can Use in the Cloud)
本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud-1.html,原作者Cynthia
Harvey。
本人对云服务也是没有了解太多,希...
分类:
移动开发 时间:
2014-06-05 09:57:12
阅读次数:
609
在lxc安装过程遇到的所有问题解决后,你可以创建你的第一个lxc容器了。最简单的方法使用lxc自带的创建文件系统的工具,当然你也可以自己做个文件系统。模板的安装路径一般放在/usr/local/share/lxc/templates#lxc-create -t centos -n centos-tst#lxc-start -n centos-tst...
分类:
其他好文 时间:
2014-06-05 09:38:02
阅读次数:
258
很多的开源软件在安装过程中会出现找不到动态库的问题我在ubuntu12.04安装lxc时,没有出现这问题,但在centos6.5的时候出现了这问题fix:#find / -name liblxc.so.1#echo "/usr/local/lib/" >> /etc/ld.so.conf#ldconfig...
分类:
其他好文 时间:
2014-06-05 06:23:02
阅读次数:
243
思路: 进入/usr/local/apache2/htdocs/ipa/ 循环读取
/root/shell/wget/down.txt 每次一行,每一行直接就是一条命令,直接 $line
就可以执行,如果执行成功把脚本按日期保存下来,错误也保存到错误日志中按日期,都执行完成后,把当前时间插入到txt...
分类:
其他好文 时间:
2014-06-03 06:50:48
阅读次数:
388
Android开发中,常常可以用adbshelldumpsys这条命令来dump出系统运行时的状态信息,例如可以这样来察看某个应用的内存使用信息adb
shell dumpsys meminfo com.google.android.apps.maps察看TaskStackadb shell dum...
分类:
数据库 时间:
2014-05-31 17:50:34
阅读次数:
414
转自:https://www.centos.bz/2011/07/howto-remove-lnmp/killall
nginx/etc/init.d/mysql stopkillall mysqld/usr/local/php/sbin/php-fpm stopkillall
php-cgirm ...
分类:
其他好文 时间:
2014-05-31 15:56:05
阅读次数:
277
适用范围:apps for SharePoint| Office 365|
SharePoint Foundation 2013| SharePoint Server 2013使用远程安装的 SharePoint 创建
SharePoint 相关应用程序利用 Visual Studio 中以前版本的...
分类:
其他好文 时间:
2014-05-31 15:21:15
阅读次数:
277
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16:
error: ‘uintptr_t’ was not declared in this scope typedef atomic
atomic_uintpt...
分类:
其他好文 时间:
2014-05-31 11:53:03
阅读次数:
345
linux有自己一套完整的启动体系,抓住了linux启动的脉络,linux的启动过程将不再神秘。本文中假设inittab中设置的init
tree为:/etc/rc.d/rc0.d/etc/rc.d/rc1.d/etc/rc.d/rc2.d/etc/rc.d/rc3.d/etc/rc.d/rc4.d...
分类:
其他好文 时间:
2014-05-31 04:12:54
阅读次数:
335