- 博客(22)
- 收藏
- 关注
原创 很久没来了,优快云 Blog变化好大
前面是觉得优快云的Blog不怎么好看,所以后来就没有怎么写东西,不过其实也是自己比较懒惰就是了。今天偶然登录了一下,发现界面变得漂亮了,嗯,这下子有动力写一些东西了。 最近已经将系统切换成为了Ubuntu 8.10了,使用了一个多月,个人的感受是可以满足办公的需求了。从安装好了之后,只需要简单的安装几个字体,然后再装上fcitx,基本上中文的问题就全部解决。全部过程不超过30分钟。 目
2009-01-05 16:16:00
284
原创 python&mysql的一个例子
import MySQLdbname = ""data = []while (1): name = raw_input("Please enter a name (EOF to end): ") if name == "EOF": break species = raw_input("Please enter a species: ") tuple = (name, species) data
2005-03-23 16:42:00
916
原创 lfs在Mandrake安装下的安装的一些体验
首先:在第一遍安装GCC的时候,提示"cannot find -lc",从网上搜索出来的都是提示需要安装一个glibc-static的这么一个包,我就找阿找阿,找了半天,反正是没有能够找到一个合适的版本出来,这就让我服了。还好,我在编译GCC的时候如果不选择静态编译也行,所以我干脆不用静态编译了。这样算是小小的解决了这个问题,不过这个问题只有在使用Mandrake的时候才会出现,所以
2005-03-22 15:26:00
740
原创 perl的iis操作
############################################################################ # # I"m not sure if you need to use both of these modules, but my code does for some unknown reason use Win32::OLE; use O
2005-03-16 09:35:00
878
原创 Best of Articles :: Microsoft Smartphone Programming
[This (sort of) book is a collection of different articles combined under related chapters]Chapter 1: Introduction to the .NET Compact Framework Fundamentals of Microsoft .NET Compact Framework
2005-03-01 14:57:00
2360
转载 Intellisense and NAnt .build files in VS.NET
Intellisense and NAnt .build files in VS.NETThis has been blogged about before here and there, but I wanted to share it as I had to mess with it yesterday. Getting Intellisquish to work wit
2005-03-01 11:21:00
1575
原创 ChangeAllObjectOwner
EXEC ChangeAllObjOwner @oldowner = John, @newowner = Alex/*Version: SQL Server 7.0/2000Created by: Alexander Chigrikhttp://www.MSSQLCity.com/ - all about MS SQL(SQL Server Articles, FAQ, Scripts
2005-02-28 10:50:00
754
原创 这两天的工作
这两天我在翻译两篇文章,一篇是《使用Python进行测试驱动开发(二)》,一个是《如何使用Python模式匹配》(《Python Regular Expresion HOWTO》),这两个加起来有30多页,所以要花多一些的时间,估计在下周的这个时候可以完成。这几天我还在看央视的“汉武大帝”,我认为这部片子拍的相当不错,很好。
2005-02-24 16:47:00
731
原创 Unununium OS
Unununium是一个操作系统,我今天刚刚装上,还没有来得及去做任何的研究,现在时间不够啊,需要学习的东西实在是太多了,为了安装这个操作系统,需要用到如下几样东西。GCC Python SCons Pyrex, -- version 0.9.3 or newer Darcs CVS -- (to get OSKit sources) 具体的可以看http://unununium.org/arti
2005-02-24 14:08:00
885
原创 VS.NET 2005开发SmartPhone程序
今天试用了VS.NET 2005来开发SmartPhone程序,发现真是太方便了,和上一个版本比起来有了巨大的进步。等过两天开发一个东西出来之后,写一份小小的文档。
2005-02-22 17:51:00
1127
原创 Python数据库操作手册
数据库的操作在现在的Python里面已经变得十分的好用,有了一套API标准.下面的就是讲讲如何的去使用这套框架定义.此框架包含以下部分模块接口 连接对象 游标对象 DBI辅助对象 数据类型与定义 如何实现的提示 从1.0到2.0的变化 例子 模块接口connect(parameters...) 其中的参数格式如下:dsn 数据源名称
2005-02-22 10:33:00
1564
2
原创 使用Python进行测试驱动开发
作者: Jason Diamond译者: 吴海燕原文发表日期:12/02/2004翻译日期:2/17/2005原文件位置:http://www.onlamp.com/pub/a/python/2004/12/02/tdd_pyunit.html l 介绍l Python的unittest模块l 动机l
2005-02-21 10:18:00
1830
2
原创 用Python操作iis
import win32com.client"""这个模块包含了所有的我们服务器需要的一些工具库.比如iis操作,系统用户管理,文件系统操作等等."""class IISLib: """ 用于操作IIS. 方法包括创建站点,删除站点,修改站点信息等等 """ def __init__(self): """ 初始化类.
2005-01-13 18:12:00
1388
转载 SQL Server DO's and DON'Ts
Even if you are not using SQL Server, most of these design guidelines apply to other DBMS, too: Sybase is a very similar environment for the programmer, and Oracle designs may benefit from this too. I
2004-11-04 18:27:00
947
转载 C# and PHP MD5 Hash Difference
We have a database of hashed passwords, created via a C# windows app and queried using PHP. I wrote the following code:private void btnHashIt_Click(object sender, System.EventArgs e){b
2004-11-03 09:35:00
957
转载 Setting NTFS Permissions with C#
using Microsoft.Win32.Security;Heres a method to add a dir, and set NTFS permissions on it for a given user:private Boolean CreateDir(String strSitePath, String strUserName) { Boo
2004-11-02 11:14:00
931
转载 CVS使用手册
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明http://www.chedong.com/tech/cvs_card.html 关键词:CVS CVSWeb CVSTrac WinCVS CVSROOT 内容摘要: CVS是一个C/S系统,多个开发人员通过一个中心版本控制系统来记录文件版本,从而达到保证文件同步的目的。工作模式如下: CVS服务器(文件
2004-07-06 09:37:00
1316
原创 .NET好工具集合(转录)
.net工具(转载) .NET Tools Here are listed some of the existing companion tools for .NET development.Although quite comprehensive, this list is not exhaustive. You can submit new tools or report a d
2004-06-28 20:05:00
1276
原创 .NET上面的一个好工具
http://www.alintex.com/这个网站上面有一个软件很好.叫Alintex Script .NET .顾名思义,也就是.NET上面的脚本.例如我有这样一个文件 // hello.cs class Script { public static void Main() { System.Console.WriteLine("Hello C#");
2004-06-28 19:48:00
612
原创 CPAN常见问题集
CPAN常见问题集 想要更详细的关于perl的文档,你应该到这里来看看(www.perl.com)。如果想看perl FAQ,可以到这里来(perlfaq.cpan.org)? 1998-2001 Elaine Ashton 和 Jarkko Hietaniemi ,版权所有 I. -常见问题 什么是perl 什么是perl6 什么是CPAN CPAN的logo从何
2004-06-26 16:51:00
1837
原创 用C#操纵IIS(代码)
using System;using System.DirectoryServices;using System.Collections;using System.Text.RegularExpressions;using System.Text; /** * @author 吴海燕 * @email wuhy80-usual@yahoo.com * 2004-6-25 第一版 */ names
2004-06-26 11:28:00
972
原创 tmake使用指南(比autoconf,automake更好的选择)
Tmake使用指南 译者:一风(兰州大学高性能计算机试验室 cnyifeng@263.net) tmake是一个很好用的生成和管理makefile的工具,他是由Trolltech这家公司开发的,用perl写成。Trolltech这家公司的主打产品大家都知道是Qt。 如果不是用tmake来管理makefile的话,那将会是一件痛苦的事情,虽然有autoconf等工具,但毕竟还是十分繁杂的,现在
2002-09-23 09:30:00
7581
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人