码迷,mamicode.com
首页 >  
搜索关键字:file path    ( 77533个结果
lnmp启动脚本
#!/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
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
Oracle备份 还原命令
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
uva 10564
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
java web项目,java类中获得WEB-INF路径
private static String getWebInfPath() { URL url = 当前类.class.getProtectionDomain().getCodeSource().getLocation(); String path = url.toString(); int ...
分类:编程语言   时间:2014-05-15 16:54:07    阅读次数:378
jfreechart
生成饼状图 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
Java Web(1):HTTP协议
HTTP协议HTTP(HyperText Transfer Protocol)协议是应用层协议,是一个基于请求(request)/响应(response)模式的、无状态的(stateless)协议HHTP URLhttp://hostname[:port][abs_path]浏览器与服务器连接的一般...
分类:编程语言   时间:2014-05-15 16:34:34    阅读次数:384
php 异常捕获
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
让 File Transfer Manager 在新版本WIndows上能用
最近研究.NET NATIVE,听说发布了第二个预览版,增加了X86支持,所以下,发现连接到的页面是:https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=53214一看就头疼,因为我...
分类:Windows程序   时间:2014-05-14 12:51:28    阅读次数:382
11-3URLTestDemo实例操作完成URL单元测试
11-3URLTestDemo1、File -> New -> Project在左边模板中选择Visual C#里的Web,对应到的项目类型选择ASP.NET MVC3 Web Application,并给项目取名字为11-3URLTestDemo,默认的解决方案名自动为相应的11-3URLTest...
分类:其他好文   时间:2014-05-14 11:30:17    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!