#!/usr/bin/env python# coding=utf-8import sqlite3conn = sqlite3.connect(":memory:")c = conn.cursor()c.execute( '''CREATE TABLE stocks(data text,tra...
分类:
数据库 时间:
2014-10-20 14:56:19
阅读次数:
186
This paper proposed a new cluster idea. The idea is that the cluster center is characterrized by a higher density than their neighbors and by a relati...
分类:
其他好文 时间:
2014-10-19 11:25:21
阅读次数:
172
barnes-hut算法http://arborjs.org/docs/barnes-hutFast Multipole Methods算法http://www.umiacs.umd.edu/~ramani/cmsc878R/
分类:
编程语言 时间:
2014-10-15 23:14:21
阅读次数:
546
屁颠屁颠本地环境 win7+nginx1.5.9+php5.4.15+pdo_oci 做完,结果正常. 上传测试. centos5.9+nginx1.5.9+php5.4.14+pdo_oci 结果:命令行能够正常,fast_cgi模式正常 故升级php版本到最新 php5.4.33 重装 结果:命令行...
分类:
数据库 时间:
2014-10-14 21:22:39
阅读次数:
290
http://www.iis.net这是一个神奇的网站关于IIS的所有管理,在这里都能找到今天,一个同事问我, iis8 php的设置,一个环境变量的东西不知道怎么去设置,然后我搜了下,在http://www.iis.net/configreference/system.webserver/fast...
分类:
Web程序 时间:
2014-10-14 15:34:08
阅读次数:
131
A Fast, Simple, Typed ORM for .NET OrmLite‘s goal is to provide a convenient, DRY, config-free, RDBMS-agnostic typed wrapper that retains a high affinity with SQL, exposing intuitive APIs that gene...
分类:
其他好文 时间:
2014-10-13 14:08:50
阅读次数:
1704
searching for free fast seo optimized fastest wordpress theme then go get download your own copy of fastest wordpress theme wpfast from getwebscript.c...
dpdk.orgWhat it isIntel® DPDK is a set of libraries and drivers for fast packet processing on x86 platforms. It runs mostly in Linux userland.This pro...
分类:
其他好文 时间:
2014-10-11 14:08:05
阅读次数:
266
Android 2.3提供一个称为严苛模式(StrictMode)的调试特性,Google称该特性已经使数百个Android上的Google应用程序受益。那它都做什么呢?它将报告与线程及虚拟机相关的策略违例。一旦检測到策略违例(policy violation),你将获得警告,其包括了一个栈tra....
分类:
其他好文 时间:
2014-10-10 16:08:13
阅读次数:
253
原文来自于:http://www.jb51.net/os/windows/62390.html正常情况下,我们在Windows系统中部署WEB服务器(iis)支持PHP是采用ISAPI通道。参照这篇文章“IIS环境下快速安装、配置和调试PHP5.2.0”Windows7支持的IIS7中集成了Fast...