#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport
PATH# Check if user is rootif [ $(id -u) != "0" ]; then pr...
分类:
其他好文 时间:
2014-05-16 07:15:11
阅读次数:
310
1:what is computer networks? network core
:routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer
:FTP、电子邮件、DNS、P2P app...
分类:
其他好文 时间:
2014-05-16 06:51:19
阅读次数:
259
1、备份命令exp username/password
file=d:/test/test.dmp;2、还原命令imp username/password full=y file=d:/test/test.dmp;
分类:
数据库 时间:
2014-05-16 05:39:25
阅读次数:
355
Problem FPaths through the
HourglassInput:Standard InputOutput:Standard OutputTime Limit:2 SecondsIn the
hourglass to the right a path is marked. A pa...
分类:
其他好文 时间:
2014-05-16 05:34:47
阅读次数:
307
private static String getWebInfPath() { URL url =
当前类.class.getProtectionDomain().getCodeSource().getLocation(); String path =
url.toString(); int ...
分类:
编程语言 时间:
2014-05-15 16:54:07
阅读次数:
378
生成饼状图 1 package com.kite.jfreechart; 2 3 import
java.awt.Font; 4 import java.awt.Image; 5 import java.io.File; 6 import
java.io.IOException; 7 8 imp.....
分类:
其他好文 时间:
2014-05-15 16:49:33
阅读次数:
340
HTTP协议HTTP(HyperText Transfer
Protocol)协议是应用层协议,是一个基于请求(request)/响应(response)模式的、无状态的(stateless)协议HHTP
URLhttp://hostname[:port][abs_path]浏览器与服务器连接的一般...
分类:
编程语言 时间:
2014-05-15 16:34:34
阅读次数:
384
1 首先是try,catch getMessage();}function
file_open($path){ if(!file_exists($path)) //如果文件无法找到,抛出异常对象 { throw new
Exception("文件无法找到", 1); } if(!f...
分类:
Web程序 时间:
2014-05-14 13:19:14
阅读次数:
427
最近研究.NET
NATIVE,听说发布了第二个预览版,增加了X86支持,所以下,发现连接到的页面是:https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=53214一看就头疼,因为我...
11-3URLTestDemo1、File -> New ->
Project在左边模板中选择Visual C#里的Web,对应到的项目类型选择ASP.NET MVC3 Web
Application,并给项目取名字为11-3URLTestDemo,默认的解决方案名自动为相应的11-3URLTest...
分类:
其他好文 时间:
2014-05-14 11:30:17
阅读次数:
322