代码搜索:isn
找到约 1,899 项符合「isn」的源代码
代码结果 1,899
www.eeworm.com/read/405541/2288158
isn
Successive client-choosen ISNs upon telnet connect:
1474526322
1522383322
1542328371
1561575407
1588181513
...
then, connect to client-machine, now server ISN:
1743032657
1772878939
1784206170
s
www.eeworm.com/read/440189/7693229
isn setup.isn
www.eeworm.com/read/478557/6709778
isn setup.isn
www.eeworm.com/read/6808/99844
isn setup.isn
www.eeworm.com/read/26022/953290
isn setup.isn
www.eeworm.com/read/387667/2556931
sql isn.sql
--
-- PostgreSQL code for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
-- Copyright (c) 2004-2006, German Mendez Bravo (Kronuz)
--
-- $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.4 2006/11/24 18:44:37 tgl Ex
www.eeworm.com/read/387667/2557096
isn readme.isn
-- EAN13 - UPC - ISBN (books) - ISMN (music) - ISSN (serials)
-------------------------------------------------------------
Copyright Germ醤 M閚dez Bravo (Kronuz), 2004 - 2006
This module is released
www.eeworm.com/read/378597/2684347
java isn.java
package com.nextier.model;
public class ISN {public ISN(){
}
public String isnORA(String str){
try{
String temp_p=str;
byte[] temp_t=temp_p.getBytes("ISO8859-1");
String temp=n
www.eeworm.com/read/395752/8155100
isn setup.isn
www.eeworm.com/read/387667/2556907
sql uninstall_isn.sql
--
-- Drop the actual types (in cascade):
--
---------------------------------------------------
SET search_path = public;
DROP TYPE ean13 CASCADE;
DROP TYPE isbn13 CASCADE;
DROP TYPE ismn13 CASCADE;