readme

来自「Ajax最流行书籍」· 代码 · 共 19 行

TXT
19
字号
README-------If you would like to use the new chat example you shouldrun the following SQL code in your database:CREATE TABLE `najax_chat_users`(	`id`		BIGINT			UNSIGNED	NOT NULL	AUTO_INCREMENT,	`nick`		VARCHAR(30)					NOT NULL,	`time`		INT				UNSIGNED	NOT NULL,	PRIMARY KEY (`id`),	INDEX(`time`));To change connection settings open Client.class.php andedit them in getConnection(...).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?