码迷,mamicode.com
首页 >  
搜索关键字:file system    ( 97928个结果
mount img
yanzhihong@yzh:~/nook3$ file noogie.img noogie.img: x86 boot sector; partition 1: ID=0xc, active, starthead 1, startsector 32, 155616 sectors, code of...
分类:其他好文   时间:2014-05-16 08:31:35    阅读次数:236
PHP.ini文件读取不到
Configuration File (php.ini) Path/usr/local/php/libLoaded Configuration File(none)Linux 把 dtruss 改成strace 就可以我的是mac的系统jackluo@JackLuodeMacBook-Pro:~ $...
分类:Web程序   时间:2014-05-16 07:23:21    阅读次数:381
计算机网络 笔记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
sqlserver2012只能附加u盘里的数据库,不能附加电脑里的数据库 解决方案
1、打开SqlServer配置管理器在左侧打开“SQL Server服务”,然后在右侧选择 “SQL Server (MSSQLSERVER)”右击选择=〉属性2、在“登录”选项中,将“内置帐户”的值选为“Local System”,然后点确定后会自动重启SQL SERVER服务3、重新打开SQL ...
分类:数据库   时间:2014-05-16 06:34:53    阅读次数:930
c# 单链表实现 简单示例(可复制直接运行)
最近学习数据结构,发现c# 其实和c 的链表的实现差不多的下面是一段可直接运行的代码 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Threading; 5 ...
分类:其他好文   时间:2014-05-16 06:24:02    阅读次数:663
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
Unity数据下载
1 /* HttpRequestTest.cs 2 * 采用C#的WebClinet类下载数据,多线程,但需要在主线程里转成texture。 3 */ 4 using System; 5 using System.Text; 6 using System.Net; 7 using...
分类:其他好文   时间:2014-05-16 05:36:09    阅读次数:379
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
Json数据转换
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:Web程序   时间:2014-05-14 13:33:33    阅读次数:510
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!