1读文件:file_path_name = '/home/robot/bzrobot_ws/src/bzrobot/bzrobot_comm/led_show_data/'+file_name+'.txt'open_file = open(led_file_path_name, 'r')data_r...
分类:
编程语言 时间:
2015-02-02 15:24:35
阅读次数:
195
在帮助文档中查找 #pragma#pragma compile(Out, myProg.exe); Uncomment to use the following icon. Make sure the file path is correct and matches the installation...
分类:
其他好文 时间:
2015-01-13 15:52:35
阅读次数:
99
php 5.3.29编译安装排错:./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/bin/m...
分类:
数据库 时间:
2015-01-09 12:05:02
阅读次数:
239
package?chapter1;
import?java.io.File;
import?java.io.IOException;
import?java.nio.file.LinkOption;
import?java.nio.file.Path;
import?java.nio.file.Paths;
/**
?*?定义Path?对象
?*?
?...
分类:
编程语言 时间:
2015-01-07 17:02:01
阅读次数:
225
在这篇链接http://blog.csdn.net/while0/article/details/26291855? 里看到这样的代码 const?char*?file_path?=?FileUtils::getInstance()->fullPathForFilename("hello.json").c_str();
log("external?fil...
分类:
其他好文 时间:
2014-12-26 20:26:44
阅读次数:
191
xml文件 View Codeactivity:private Button button1; private Button button2;private MediaRecorder mr; File path;@Override protected void ...
分类:
其他好文 时间:
2014-12-26 17:58:51
阅读次数:
194
Alsa Lib: File path:external/tinyalsaAudio Hal Library: Core File path:hardware/libhardware_legacy/audio/audio_hw_hal.cpp HAL library file:/system/...
分类:
移动开发 时间:
2014-12-24 11:31:27
阅读次数:
187
/**
* 读文件,返回字符串
*
* @param path
* @return
*/
public static List ReadFile(String path){
List dataList = new ArrayList();
File file = new File(path)...
分类:
编程语言 时间:
2014-12-22 14:28:12
阅读次数:
213
系统环境:CentOSrelease6.2(Final)软件版本:php-5.3.13php安装的编译参数:./configure--prefix=/usr/local/php5--with-config-file-path=/usr/local/php5/etc--with-mysql=/usr/local/mysql-5.5.23/--with-mysqli=mysqlnd--with-pdo-mysql--with-apxs2=/usr/local..
分类:
Web程序 时间:
2014-12-18 15:23:26
阅读次数:
181
系统环境:CentOSrelease6.2(Final)软件版本:php-5.3.13php安装的编译参数:./configure--prefix=/usr/local/php5--with-config-file-path=/usr/local/php5/etc--with-mysql=/usr/local/mysql-5.5.23/--with-mysqli=mysqlnd--with-pdo-mysql--with-apxs2=/usr/local..
分类:
Web程序 时间:
2014-12-18 15:22:57
阅读次数:
183