今天在安装PHP的时候../configure--prefix=/usr/local/php5--with-gd--with-zlib--with-mysql=/usr/local/mysql/--with-config-file-path=/usr/local/php5--enable-mbstring--enable-fpm先是报出如下错误:configure:error:libxml2-confignotfound,checkyourlibxml2installation..
分类:
Web程序 时间:
2015-04-14 19:59:42
阅读次数:
148
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumentBuilder();
document = builder.parse(new File(FILE_PATH));...
分类:
编程语言 时间:
2015-04-08 18:11:12
阅读次数:
117
最近新买了个固态硬盘,先装了个Win 7系统,现在装的系统和以前装系统唯一的区别是引导不是以前的MBR,而是最新看似是个趋势的GPT+UEFI方式。
win 7 装完啦,还是和以往的一样装 Ubantu (Ubantu 12.04),ubantu 引导磁盘扇区选择的是装win7是的那个引导磁盘(ESP分区的那个盘);
ubantu 安装先是断网安装,安装到一半是抛出错误说GRUB 啥啥...
{ "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "${file_path}", "selector": "source.c, source.c++, source.cpp", "shell": true, "cmd": ["g++", "${file}", "-o", "${file_path}...
分类:
编程语言 时间:
2015-04-02 13:33:29
阅读次数:
141
def get_file_path(instance, filename): return 'file/document/%s/%s/%s' % (instance.period.code, instance.student.college.code, filename)class Docum...
分类:
Web程序 时间:
2015-04-01 19:23:17
阅读次数:
143
Boost解析json格式文本
flyfish 2015-4-1
property_tree可以解析ini,xml,json,info等格式的文本
以下示例是解析json格式的文本
需要包含的头文件
#include
#include
const std::string file_path="C:\\test.txt";
生成数据
void ...
分类:
Web程序 时间:
2015-04-01 17:49:10
阅读次数:
637
root_path = $root_path.DIRECTORY_SEPARATOR;self::$log_file_path = $this->root_path .'logfile'.DIRECTORY_SEPARATOR .date('Y_m_d',time()).'.log';}// 获取访...
分类:
Web程序 时间:
2015-03-31 12:29:08
阅读次数:
162
vim + ctags$ ctags #给同一个目录下的所有文件建立tags这时在tags文件所在的目录下打开源文件阅读,vim就会自动调用tags文件。如果tags文件不在当前目录下,能在命令模式下用下面的命令设置tag文件:set tag=tag_file_path但是一般对我来说tags都在当...
分类:
其他好文 时间:
2015-03-30 20:31:27
阅读次数:
132
PHP安装./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/bin/mysql_config ...
分类:
Web程序 时间:
2015-03-17 17:50:06
阅读次数:
1555
反馈方式:本文的任何错误,请在留言中指正;也可发邮件至previewslider@outlook.com,欢迎交流;对于任何关于新功能的建议,也可按上一步交流;本程序待改进地方:想着,在运行程序的同时,程序会将自身复制一份到输出文件夹用于备份(current_file_path_getter);但是...
分类:
其他好文 时间:
2015-03-12 18:43:56
阅读次数:
1666