码迷,mamicode.com
首页 >  
搜索关键字:no such file or dire    ( 51119个结果
PHP中正则替换函数preg_replace用法笔记
今天应老板的需求,需要将不是我们的页面修改一个链接,用js+iframe应该也能实现,但是我想尝试一下php实现方法。 首先你得先把别人的页面download到你的php中,实现方法可以用curl, file,这里有一篇文章写的不错http://www.11jn.com/phpbb/viewt...
分类:Web程序   时间:2014-05-23 07:15:41    阅读次数:354
中国海域系统源代码
file:///C|/Documentsand Settings/Administrator/桌面/clip_image006.gif f...
分类:其他好文   时间:2014-05-23 04:15:24    阅读次数:578
Add a system call on Ubuntu 13.04(x64) with x86_64
We added a system call to modify idt table, then programed it inmodify_idt.c1. Put our modify_idt.c file in/usr/src/linux-3.10.15/arch/x86/kernel2./us...
分类:其他好文   时间:2014-05-22 15:51:03    阅读次数:269
bk00
FORMdown_load_file_excelUSINGp_file_pathp_file_excelTYPESTANDARDTABLECHANGINGp_subrc.*StartingdownloadDATA:l_lcobj_excelTYPEole2_object,l_lcobj_workbo...
分类:其他好文   时间:2014-05-22 15:47:49    阅读次数:194
Allegro 反射仿真--仿真设置
一、打开BRD文件打开PCB SI,启动Cadence Product Choices界面,如图1-1所示,一般我们选择Allegro PCB SI 630(SPECCTRAQuest),具体如下图所示:接着,选择File->Open,打开所要仿真的BRD文件,此时,出现下图所示界面:二、模型库添加...
分类:其他好文   时间:2014-05-21 20:44:48    阅读次数:449
python实现代码行的统计
最近闲来无事写了一个统计C或者C++代码行数的程序,主要用到了python以及正则表达式 #-*-coding:utf-8 #!/usr/bin/python import re import os import sys '''get the file or dir in one path''' def getfilename(path): if os.path.exi...
分类:编程语言   时间:2014-05-21 15:06:30    阅读次数:379
Android中StatFs获取系统/sdcard存储(剩余空间)大小
package com.orgcent.util; import java.io.File; import android.os.Environment; import android.os.StatFs; public class MemoryStatus { static final int ERROR = -1; /** * 外部存储是否可用 * ...
分类:移动开发   时间:2014-05-21 14:34:23    阅读次数:362
为编写的Windows程序提升权限
1.要求以管理员身份运行     在vs工程属性中,Linker ---> Manifest File---> UAC Execution Level,选择requireAdministrator (/level='requireAdministrator')选项     2.在main函数开始时运行以下函数代码: BOOL WINAPI EnablePriv...
分类:Windows程序   时间:2014-05-21 13:54:20    阅读次数:505
java操作excel2010
首先需要下载poi,我建议使用我使用的,以免出现其他问题!以下代码测试正常! package com.ijustyce.xlsx; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import org.apache.poi.ss.usermodel.Cell; import o...
分类:编程语言   时间:2014-05-21 11:34:02    阅读次数:346
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!