- 博客(9)
- 资源 (3)
- 收藏
- 关注
hibernate 支持中文排序
[code="java"]public class Oracle_Order extends Order implements Serializable { /** * 扩展order 支持oracle 按笔划,部首,拼音排序。 */ private static final long serialVersionUID = 1L; // SCHINESE_STRO...
2009-04-16 09:56:09
112
原创 统筹问题的python 思考
大家看看: http://wiki.woodpecker.org.cn/moin/MiscItems/2008-11-17
2008-11-17 18:23:13
198
python 连接oracle
import cx_Oracle >>> conn = cx_Oracle.connect('user','0909',cx_Oracle.makedsn('192.168.1.176',1521,'testDate')) >>> cur = conn.cursor() >>> cur.execute('select * from admin'...
2008-11-11 17:26:21
107
python 内置函数
本文主要是学习随笔.记录下来以免忘记..... 1. type 函数 返回任意对象的数据类型 >>> type(1) <type 'int'> >>> type(2.0000) <type 'float'> >>> type('ssss') <type 'str'> >&
2008-11-03 17:17:34
78
python 三目运算
>>> a = 'abc' >>> b = 'efg' >>> 1==0 and a or b 'efg' >>> 1>2 and a or b 'efg' >>> 1<2 and a or b 'abc' 在如: a = '' 的话 >>
2008-10-31 17:57:05
77
python django apache配置路径问题
昨天晚上配置这三个东西费了点时间.结果睡觉之前还没搞定.早上到公司翻了一下apache文档终于搞定了.. 在些记录一下: 软件准备: python2.5.2 apache_2.2.10 django1.0 mod_python-3.3.1win32-py2.5-apache2.2 安装步骤:在些省略........ 配置 apache httpd.conf 网上资料超多.找...
2008-10-31 17:50:02
167
apache cfx 安装方法
第一步:http://download.eclipse.org/stp/downloads/ 下载 STP 0.7.0.200711162004 All In One 第二步: http://archive.apache.org/dist/cxf/2.1/apache-cxf-2.1.zip 第三步: http://archive.apache.org/dist/incubator/tusca...
2008-09-04 18:51:05
310
很奇怪 linux 下jdk安装问题
[color=blue][/color] 各种版本都试过1.4 ,1.5 ,1.6至少都试过两遍。结果还是一样出现以下信息: Do you agree to the above license terms? [yes or no] y Unpacking... Checksumming... 1 The download file appears to be corrupted...
2007-09-07 23:20:12
111
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅