Porteus 2.1 RC1 发布,快捷的、便于携带的Linux发行 资讯

Slackware-based live CD with a choice of KDE, LXDE, Razor-qt or Xfce desktops: " The Porteus Community is pleased

jopen 2013-06-05   6493   0
Porteus  

Medusa: 基于Google Dart虚拟机的超快Python实现版本 经验

installed and add it to PATH Download and Install latest Qt5 for Mac from here and add qmake and moc to PATH

pythopen 2015-01-23   22673   0

PostgreSQL建模工具:pgModeler 经验

pgModeler 是 PostgreSQL 数据库专用的建模工具,使用 QT 开发,支持 Windows、Linux 和 OS X 平台。使用经典的实体关系图表,包括 PostgreSQL 专门的特性实现。它具有以下特性:

jopen 2012-09-27   79214   0

Porteus 2.0 RC1,便于携带的Linux发行 资讯

Slackware-based live images with a choice of KDE 4, Razor-qt and Xfce desktop environments: " The Porteus community

jopen 2012-12-24   6680   0
Porteus  

openSUSE 13.2 Milestone 0 发布 资讯

replacement. YaST sports a new look and its Qt front-end is ported to Qt5. Zypper is at the 1.10.x branch for

jopen 2014-03-20   6350   0

Introducing Records: just write SQL (from the author of python's requests) 经验

integration, and allows you to export your results to CSV, XLS, JSON, HTML Tables, or YAML with a single line

hpdsrdrvjq 2016-02-08   32428   0
SQL   Python  

PostgreSQL相关的库、工具、资源列表 经验

syntax highlighting psql2csv - Run a query in psql and output the result as CSV Server Postgres-XL - Scalable

码头工人 2015-12-16   19305   0

JasperReports JSF Plugin 经验

supported by JasperReports. HTML PDF XLS (MS Excel) CSV XML Plain text Different kind of data sources supported

openkk 2011-12-03   26012   0

为豆瓣电影实现Item-based协同过滤的推荐系统 经验

args[0]; File file = new File(base + "user_movies.csv"); DoubanFileDataModel model = new DoubanFileDataModel(file);

jopen 2015-12-04   47033   0

30 个 PHP 的 Excel 处理类 经验

Shuchkin (Russian Federation) 6. Read Excel generated CSV files Ben Vautier (Australia) PHP Excel Writer

jopen 2014-12-08   16522   0

Apache Log4j v2.6.1 发布 资讯

 (GC) CSV layouts should not create a new CSVPrinter for each log event. Requires Apache Commons CSV 1.4

jopen 2016-06-10   15584   1

为Ubuntu设计快速缩略图服务 资讯

的提供者,使得调用者能够通过传入特定的 URI 和参数,获取特定大小的本地或者远程缩略图文件 Qt API:提供了三个函数获取特定类型的缩略图 QSharedPointer getThumbnail

jopen 2015-08-21   16194   0
Ubuntu  

Python 资源大全中文版 经验

官网 YAML PyYAML:Python 版本的 YAML 解析器。 官网 CSV csvkit:用于转换和操作 CSV 的工具。 官网 Archive unp:一个用来方便解包归档文件的命令行工具。

lijohnj 2016-11-28   106130   0
P11

  Kettle 关于平面数据的导入 文档

Kettle关于平面数据的导入 1. cvs 文件的导入: CSV全称 Comma Separated values,是一种用来存储数据的纯文本,文件格式,通常用于电子表格或数据库软件。 规则 0 开头是不留空,以行为单位。

xzz168 2014-10-13   2065   0

KVM 虚拟机自动部署脚本:kvm_vm_setup 经验

https://github.com/xiaoli110/kvm_vm_setup 2 编辑vm.csv文件,格式如下: #vmflag,template,name,disk1_size,disk2_size

jopen 2015-07-27   79599   0

一个小时内学习 SQLite 数据库 经验

.read [ filename ] 格式化输出数据到 CSV 格式: sqlite > .output [ filename.csv ] sqlite > .separator , sqlite

fmms 2012-05-10   24649   0

Android 定位 经验

output=csv&key=abcdef&q=%s,%s,不过解析出来的是英文地址 // 密钥可以随便写一个key=abc // output=csv,也可以是xml或json,不过使用csv返回的数据最简洁方便解析

jopen 2013-08-01   19018   0

学习SQLite数据库 经验

sqlite > . read [filename ] 格式化输出数据到 CSV 格式: sqlite >. output [filename.csv ] sqlite >.separator , sqlite >

jopen 2014-09-30   21350   0

TokuDB和InnoDB的读写分析与比较 经验

直忙于IO置换。) mysql> load data infile '/tmp/t3_push.csv' into table t3_push; Query OK, 955527 rows affected

jopen 2014-03-24   14048   0

10个实用的PHP代码片段 经验

从一个PHP数据生成 CSV 文件 这的确是一个很简单的功能,从一个PHP数组生成一个.csv文件。此函数使用 fputcsv PHP 内置函数生成逗号分隔文件(.CSV)。该函数有3个参数:数据,分隔符和CSV

jopen 2014-01-23   25788   0
PHP   PHP开发  
1 2 3 4 5 6 7 8 9 10