Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页

2006年4月4日

摘要: notes for Chapter 6.1. In class method, must use "this" refer to the class member.2. Type hints just for class method params, limit to name of other class.3. support public, private, and protected. a... 阅读全文

posted @ 2006-04-04 20:35 moris 阅读(102) 评论(0) 推荐(0)

摘要: /*==========================================================================*//* Project Filename: C:\web\pear\Perm_LiveUser\sql\perm_db_erd_postgresql.dez*//* Project Name: LiveUser ERD... 阅读全文

posted @ 2006-04-04 01:01 moris 阅读(276) 评论(0) 推荐(0)

摘要: PEAR: Loghttp://www.indelible.org/pear/Log/guide.php#using-log-handlers 阅读全文

posted @ 2006-04-04 00:59 moris 阅读(82) 评论(0) 推荐(0)

2006年4月1日

摘要: PEAR:LiveUser 似乎不错,但比较复杂,刚刚能跑起来,明天再深入研究一下.参考:http://www.gvngroup.be/doc/LiveUser/index.phphttp://pear.php.net/package/LiveUser/http://pear.php.net/package/LiveUser_Admin/http://pear.php.net/reference/... 阅读全文

posted @ 2006-04-01 23:47 moris 阅读(104) 评论(0) 推荐(0)

摘要: ref: http://circle.ch/blog/p566.htmlAbstractPEAR offers now a session based authentication using a database container. The sample below should help you to start up with it. Script 0102/** 03* Au... 阅读全文

posted @ 2006-04-01 19:28 moris 阅读(145) 评论(0) 推荐(0)

摘要: !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" any diff 阅读全文

posted @ 2006-04-01 00:54 moris 阅读(102) 评论(0) 推荐(0)

2006年3月30日

摘要: 业务说明一.什么是GSM国际漫游 GSM国际漫游是指GSM蜂窝移动电话的用户在离开本国归属网络时,仍可以在其他国家和地区的其他网络继续使用GSM移动电话进行通讯。GSM 国际漫游只能在网络制式兼容并且已经签署双边漫游协议的国家和地区之间进行,对于中国联通本网而言主要分为中国联通用户出访国际漫游和境外用户来访国际漫游。二.GSM港澳台地区漫游 因中国联通网络无法覆盖港澳台地区,用户到... 阅读全文

posted @ 2006-03-30 21:15 moris 阅读(352) 评论(0) 推荐(0)

2006年3月20日

摘要: JavaScript:http://www.8esky.com/handbook/JavaScript/contents.htmPHP:http://www.php.net/manual/en/Smarty:http://smarty.php.net/manual/en/DHTML 参考手册:http://www.phpx.com/man/dhtmlcn/ 阅读全文

posted @ 2006-03-20 21:36 moris 阅读(105) 评论(0) 推荐(0)

摘要: very coolsee the code: Please Use Esc or click here to show or hide the condition layer ! 1 x Picture Select: Mode Select: Add New Pic: Flip ( IE... 阅读全文

posted @ 2006-03-20 20:29 moris 阅读(109) 评论(0) 推荐(0)

2006年3月19日

摘要: using json.js from http://www.json.org/json.jsfor array with the string keysvar test = new Array;test["i1"]="v1";test["i2"]="v2";test["i3"]="v3";var test_text = JSON.parse(stringify);//test_text: []if... 阅读全文

posted @ 2006-03-19 11:57 moris 阅读(174) 评论(0) 推荐(0)

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页