上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页

2016年8月18日

jQuery easyui datagrid数据绑定

摘要: 1.绑定json数据 浏览器显示结果: 2.查询后台数据,然后绑定 浏览器显示结果: 阅读全文

posted @ 2016-08-18 18:02 迪米特 阅读(638) 评论(0) 推荐(0) 编辑

js调用百度地图API创建地图,搜索位置

摘要: 实现代码: 浏览器显示结果: 阅读全文

posted @ 2016-08-18 09:01 迪米特 阅读(11345) 评论(0) 推荐(0) 编辑

2016年8月12日

python tornado框架使用

摘要: 处理方法 t_handler.py Url路径,处理方法对应关系 t_url.py 启动进程 t_tornado.py 运行结果: 浏览器访问结果: 阅读全文

posted @ 2016-08-12 17:18 迪米特 阅读(229) 评论(0) 推荐(0) 编辑

python数据库连接池

摘要: python数据库连接池 import psycopg2 import psycopg2.pool dbpool=psycopg2.pool.PersistentConnectionPool(1,1,dbname='postgis',user='postgres',host='127.0.0.1',password='1',port='5432') conn=dbpool.getconn() c... 阅读全文

posted @ 2016-08-12 14:57 迪米特 阅读(1822) 评论(0) 推荐(0) 编辑

python操作数据库

摘要: psycopg查询 psycopg插入 psycopg修改 psycopg删除 阅读全文

posted @ 2016-08-12 14:22 迪米特 阅读(254) 评论(0) 推荐(0) 编辑

python三种数据库连接池方式

摘要: psycopg2.pool – Connections pooling Creating new PostgreSQL connections can be an expensive operation. This module offers a few pure Python classes im 阅读全文

posted @ 2016-08-12 13:54 迪米特 阅读(2975) 评论(0) 推荐(0) 编辑

20 款超棒免费的 Bootstrap 管理和前端模板

摘要: http://www.oschina.net/news/62506/20-best-free-bootstrap-admin-and-frontend-templates-2015 阅读全文

posted @ 2016-08-12 11:20 迪米特 阅读(448) 评论(0) 推荐(0) 编辑

2016年8月9日

Python操作redis

摘要: 使用Python操作Redis 2014年5月15日 by debugo · 12 Comments 1. 安装pyredis 首先安装pip <SHELL># apt-get install python-pip ...... <SHELL># pip install --proxy=http:/ 阅读全文

posted @ 2016-08-09 16:35 迪米特 阅读(257) 评论(0) 推荐(0) 编辑

2016年7月30日

timestamp 与 rowversion

摘要: 联机丛书: timestamp timestamp 这种数据类型表现自动生成的二进制数,确保这些数在数据库中是唯一的。timestamp 一般用作给表行加版本戳的机制。存储大小为 8 字节。 注释 Transact-SQL timestamp 数据类型与在 SQL-92 标准中定义的 timesta 阅读全文

posted @ 2016-07-30 12:40 迪米特 阅读(924) 评论(0) 推荐(0) 编辑

2016年7月19日

Font Awesome字体图标

摘要: 1.什么是字体图标字体图标是一个包含许多图标的字体库。可以理解为一种特殊的字体,只不过里面包含的都是图标。 2.Font Awesome图标字体库Font Awesome是目前最受欢迎最全面的图标字体库。主要特点如下:1)是一种字体,包含605个图标(截止4.5.0版本)2)纯CSS控制,能够轻松定 阅读全文

posted @ 2016-07-19 14:42 迪米特 阅读(8061) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页

导航