Archives

You are currently viewing archive for June 2006
Category: Web dev
Posted by: hajime osako

06/29: Mini AJAX

Category: Web dev
Posted by: hajime osako
Mini AJAX [javascript] [ajax] [mini]
AJAXを勉強するのにいいのではないでしょうか。
Category: Web dev
Posted by: hajime osako
Prototype JavaScript Framework: Class-style OO, Ajax, and more
いまさらですが、AJAXのフレームワークといえば。
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
Cry How To - Export to CSV
bcp [database_name.[owner].]table_name out csv-file [/Uusername] [/Ppassword] [/Sserver_name] /c /t,

例:
bcp mydb.dbo.sales out sales.csv /Uxxxx /Pxxxx /Sxxxx /c /t,
bcp "select * from table" queryout c:/sales.csv /c /t","
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
Welcome to IEEE Xplore 2.0: IEEE Std 830-1998
IEEEが提案するソフトウェア設計書の雛形です。(有料、93ドル!)
日本語での概略は:
要求仕様(要求工学:第3回)
Category: Web dev
Posted by: hajime osako
MSSQL:
    Excelと違う点は、
    Linked server: SQLサーバ名 or IPアドレス
    Server type: SQL Server
MySQL:
    Linked server: 好きな名前
    Provider Name: Microsoft OLE DB Provider for ODBC Drivers
    Product Name: MSDASQL
    Data Source: Valid OpenLink DSN Name
Linked Servers on MS SQL Part 2
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
基礎から学ぶソフトウエア・テスト(2):ITpro
Code review
Unit test
Integration test
System test
User acceptance test
Category: Web dev
Posted by: hajime osako