1,官方的入门教程http://ubuntu-manual.org/2,安装JRE
解压缩tar -xzvf jre-version-linux-i586.tar.gz
配置环境变量JAVA_HOME="/usr/lib/java/jre_version"CLASSPATH="$JAVA_HOM.....
分类:
其他好文 时间:
2014-05-01 14:42:40
阅读次数:
385
Hashtable h = new Hashtable();h.put("6",
"666");h.put("8", "888");h.put("2", "222");for (String key : h.keySet())
System.out.println(key);System.out.....
分类:
编程语言 时间:
2014-05-01 14:22:31
阅读次数:
383
这些天用泛型做了一个数据库的底层,自我感觉很方便,但是功能不是很完善,会继续考虑下去下面给大家分享一下代码1数据库连接的帮助类using
System;using System.Collections.Generic;using System.Linq;using
System.Text;using...
分类:
数据库 时间:
2014-05-01 14:07:32
阅读次数:
603
1.this.dsConfig = new DataSet();//使用指定的文件将 XML
架构和数据读入 System.Data.DataSet。
this.dsConfig.ReadXml(System.Windows.Forms.Application.StartupP...
分类:
其他好文 时间:
2014-05-01 13:47:02
阅读次数:
304
# pacman -S gnome-system-log
gnome-logsextra/gnome-logs 3.12.1-1 (gnome-extra) A log viewer for the systemd
journalextra/gnome-system-log 3.9.90-1 ...
分类:
系统相关 时间:
2014-05-01 02:22:35
阅读次数:
471
OS:ubuntu
12.04ffmpeg:N-47141-g4063bb2x264:0.133.2334
a3ac64b目标:使用ffserver建立流媒体服务器使用ffmpeg对本地文件流化(x264编码器)使用ffplay播放目录[hide]1ffserver.conf配置2启动ffserve...
分类:
其他好文 时间:
2014-05-01 01:32:11
阅读次数:
620
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu
12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —->
c / c++ —-> Existing Code as Make...
分类:
系统相关 时间:
2014-05-01 01:17:00
阅读次数:
754
using System; using System.Collections.Generic;
using System.ComponentModel; using System.Data; using System.Drawing; using
System.IO; using System.Li...
分类:
其他好文 时间:
2014-05-01 01:02:33
阅读次数:
322
Step 1. 下载Clonezilla
Clonezilla有稳定版、测试版,还有替代版(含稳定版和测试版),戳http://www.clonezilla.org/downloads.php
找到Ubuntu based版本,下载zip版。注意要区分32位还是64位。Step 2. 制作Clo.....
分类:
其他好文 时间:
2014-05-01 00:18:07
阅读次数:
444
今天新装了vs2012,安装完成后,创建了一个mvc4应用程序,创建生成出现了几个错误。通过错误我们的解决方案就是去找引用不到的路径,如何在vs2012中实现呢?在工具栏中找工具--库程序包管理器---程序包管理器控制台完成后下方会出现一个控制台框。在控制台中输入Install-Package
Mi...
分类:
Web程序 时间:
2014-05-01 00:15:06
阅读次数:
545