Files
new_hljkx/newhljkx.sql
2020-09-17 10:56:05 +08:00

3681 lines
2.4 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- 主机: localhost
-- 生成日期: 2020-09-14 15:29:49
-- 服务器版本: 5.5.48-log
-- PHP 版本: 7.3.18
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- 数据库: `newhljkx`
--
-- --------------------------------------------------------
--
-- 表的结构 `admin_config`
--
CREATE TABLE `admin_config` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_config`
--
INSERT INTO `admin_config` (`id`, `name`, `value`, `description`, `created_at`, `updated_at`) VALUES
(1, 'mobile', '0451-82316133 82321706', NULL, '2020-07-16 01:38:43', '2020-07-16 01:38:43'),
(2, 'email', '1425058947@qq.com', NULL, '2020-07-16 01:38:54', '2020-07-16 01:38:54'),
(3, 'zhuanjia', '丁国怀、 王阳、 王伟东、王春生、 王傲雪、 王锡山 、费洪新、 白雪峰、 曲春艳、刘玫 、刘北东、 刘春燕、刘晓辉、 孙宇峰、 苏志强、李志高 、杨谦、 吴冈、郝冰玉 、宋艳、 张兴、张斌 、张介驰 、张成信、张伟君、 谷安鑫、 陈伯林、郑福贵、 岳欢 、尚杰、侯跃新、 赵弘韬 、夏虹、倪红伟 、倪靖滨、 徐晓秋、张晓臣 、曹彦、 谢振华、郭长虹', NULL, '2020-07-16 01:54:48', '2020-07-16 01:54:48');
-- --------------------------------------------------------
--
-- 表的结构 `admin_menu`
--
CREATE TABLE `admin_menu` (
`id` int(10) UNSIGNED NOT NULL,
`parent_id` int(11) NOT NULL DEFAULT '0',
`order` int(11) NOT NULL DEFAULT '0',
`title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`icon` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`uri` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_menu`
--
INSERT INTO `admin_menu` (`id`, `parent_id`, `order`, `title`, `icon`, `uri`, `permission`, `created_at`, `updated_at`) VALUES
(1, 0, 1, '看板', 'fa-bar-chart', '/', NULL, NULL, '2020-05-28 07:27:25'),
(2, 0, 11, '系统管理', 'fa-tasks', NULL, NULL, NULL, '2020-06-05 02:54:37'),
(3, 2, 13, '用户', 'fa-users', 'auth/users', NULL, NULL, '2020-06-05 02:54:37'),
(4, 2, 14, '角色', 'fa-user', 'auth/roles', NULL, NULL, '2020-06-05 02:54:37'),
(5, 2, 15, '权限', 'fa-ban', 'auth/permissions', NULL, NULL, '2020-06-05 02:54:37'),
(6, 2, 16, '菜单', 'fa-bars', 'auth/menu', NULL, NULL, '2020-06-05 02:54:37'),
(7, 2, 17, '操作日志', 'fa-history', 'auth/logs', NULL, NULL, '2020-06-05 02:54:37'),
(8, 0, 6, '资讯管理', 'fa-bank', 'articles', NULL, '2020-05-28 07:27:59', '2020-05-29 09:15:00'),
(9, 8, 7, '资讯列表', 'fa-book', 'articles', NULL, '2020-05-28 07:28:16', '2020-05-29 09:16:23'),
(10, 0, 9, '分类管理', 'fa-bars', NULL, NULL, '2020-05-28 07:28:28', '2020-06-05 02:54:37'),
(11, 10, 10, '分类列表', 'fa-bars', 'categories', NULL, '2020-05-28 07:28:36', '2020-06-05 02:54:37'),
(12, 0, 4, '友情链接', 'fa-amazon', NULL, NULL, '2020-05-28 08:45:01', '2020-05-29 09:14:37'),
(13, 12, 5, '友情链接列表', 'fa-at', 'links', NULL, '2020-05-28 08:45:07', '2020-05-29 09:15:48'),
(14, 0, 2, '图片管理', 'fa-500px', NULL, NULL, '2020-05-29 06:14:27', '2020-09-07 05:49:34'),
(15, 14, 3, '图片列表', 'fa-500px', 'adverts', NULL, '2020-05-29 06:14:37', '2020-09-07 05:49:40'),
(16, 2, 12, '配置项', 'fa-toggle-on', 'config', NULL, '2020-06-02 01:57:49', '2020-06-05 02:54:37'),
(17, 8, 8, '随手拍', 'fa-bars', 'pictures', NULL, '2020-06-05 02:54:32', '2020-06-05 02:54:37');
-- --------------------------------------------------------
--
-- 表的结构 `admin_operation_log`
--
CREATE TABLE `admin_operation_log` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`path` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`method` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
`ip` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`input` text COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_operation_log`
--
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(1, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-05-28 07:25:07', '2020-05-28 07:25:07'),
(2, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:25:24', '2020-05-28 07:25:24'),
(3, 1, 'admin/auth/menu/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:25:51', '2020-05-28 07:25:51'),
(4, 1, 'admin/auth/menu/2', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u7cfb\\u7edf\\u7ba1\\u7406\",\"icon\":\"fa-tasks\",\"uri\":null,\"roles\":[\"1\",null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-28 07:25:58', '2020-05-28 07:25:58'),
(5, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:25:58', '2020-05-28 07:25:58'),
(6, 1, 'admin/auth/menu/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:26:01', '2020-05-28 07:26:01'),
(7, 1, 'admin/auth/menu/3', 'PUT', '1.190.203.218', '{\"parent_id\":\"2\",\"title\":\"\\u7528\\u6237\",\"icon\":\"fa-users\",\"uri\":\"auth\\/users\",\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-28 07:26:09', '2020-05-28 07:26:09'),
(8, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:26:09', '2020-05-28 07:26:09'),
(9, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:27:00', '2020-05-28 07:27:00'),
(10, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:06', '2020-05-28 07:27:06'),
(11, 1, 'admin/auth/users', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:10', '2020-05-28 07:27:10'),
(12, 1, 'admin/auth/roles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:10', '2020-05-28 07:27:10'),
(13, 1, 'admin/auth/permissions', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:11', '2020-05-28 07:27:11'),
(14, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:11', '2020-05-28 07:27:11'),
(15, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:17', '2020-05-28 07:27:17'),
(16, 1, 'admin/auth/menu/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:27:20', '2020-05-28 07:27:20'),
(17, 1, 'admin/auth/menu/1', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u770b\\u677f\",\"icon\":\"fa-bar-chart\",\"uri\":\"\\/\",\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-28 07:27:25', '2020-05-28 07:27:25'),
(18, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:27:25', '2020-05-28 07:27:25'),
(19, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u8d44\\u8baf\\u7ba1\\u7406\",\"icon\":\"fa-bars\",\"uri\":\"articles\",\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\"}', '2020-05-28 07:27:59', '2020-05-28 07:27:59'),
(20, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:27:59', '2020-05-28 07:27:59'),
(21, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"8\",\"title\":\"\\u8d44\\u8baf\\u5217\\u8868\",\"icon\":\"fa-bars\",\"uri\":\"articles\",\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\"}', '2020-05-28 07:28:16', '2020-05-28 07:28:16'),
(22, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:28:16', '2020-05-28 07:28:16'),
(23, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5206\\u7c7b\\u7ba1\\u7406\",\"icon\":\"fa-bars\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\"}', '2020-05-28 07:28:28', '2020-05-28 07:28:28'),
(24, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:28:28', '2020-05-28 07:28:28'),
(25, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"10\",\"title\":\"\\u5206\\u7c7b\\u5217\\u8868\",\"icon\":\"fa-bars\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\"}', '2020-05-28 07:28:36', '2020-05-28 07:28:36'),
(26, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:28:37', '2020-05-28 07:28:37'),
(27, 1, 'admin/auth/menu/11/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:28:40', '2020-05-28 07:28:40'),
(28, 1, 'admin/auth/menu/11', 'PUT', '1.190.203.218', '{\"parent_id\":\"10\",\"title\":\"\\u5206\\u7c7b\\u5217\\u8868\",\"icon\":\"fa-bars\",\"uri\":\"categories\",\"roles\":[null],\"permission\":null,\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-28 07:29:07', '2020-05-28 07:29:07'),
(29, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:29:07', '2020-05-28 07:29:07'),
(30, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:29:10', '2020-05-28 07:29:10'),
(31, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_order\":\"[{\\\"id\\\":1},{\\\"id\\\":8,\\\"children\\\":[{\\\"id\\\":9}]},{\\\"id\\\":10,\\\"children\\\":[{\\\"id\\\":11}]},{\\\"id\\\":2,\\\"children\\\":[{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":6},{\\\"id\\\":7}]}]\"}', '2020-05-28 07:29:32', '2020-05-28 07:29:32'),
(32, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:29:32', '2020-05-28 07:29:32'),
(33, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 07:29:33', '2020-05-28 07:29:33'),
(34, 1, 'admin/auth/menu/11/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:31:42', '2020-05-28 07:31:42'),
(35, 1, 'admin/auth/menu/11/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:34:07', '2020-05-28 07:34:07'),
(36, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:34:55', '2020-05-28 07:34:55'),
(37, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:38:07', '2020-05-28 07:38:07'),
(38, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:38:11', '2020-05-28 07:38:11'),
(39, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-05-28 07:42:07', '2020-05-28 07:42:07'),
(40, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:42:12', '2020-05-28 07:42:12'),
(41, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:43:24', '2020-05-28 07:43:24'),
(42, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:43:40', '2020-05-28 07:43:40'),
(43, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:43:47', '2020-05-28 07:43:47'),
(44, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:44:37', '2020-05-28 07:44:37'),
(45, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:45:30', '2020-05-28 07:45:30'),
(46, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:46:26', '2020-05-28 07:46:26'),
(47, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:46:54', '2020-05-28 07:46:54'),
(48, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:47:02', '2020-05-28 07:47:02'),
(49, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:47:03', '2020-05-28 07:47:03'),
(50, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:47:04', '2020-05-28 07:47:04'),
(51, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:47:12', '2020-05-28 07:47:12'),
(52, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:47:44', '2020-05-28 07:47:44'),
(53, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:48:11', '2020-05-28 07:48:11'),
(54, 1, 'admin/categories/1', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u6982\\u51b5\\u7b80\\u4ecb\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"status\":\"on\",\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/categories\"}', '2020-05-28 07:48:16', '2020-05-28 07:48:16'),
(55, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:48:16', '2020-05-28 07:48:16'),
(56, 1, 'admin/categories/1', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u6982\\u51b5\\u7b80\\u4ecb\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"status\":\"on\",\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\"}', '2020-05-28 07:49:03', '2020-05-28 07:49:03'),
(57, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:49:03', '2020-05-28 07:49:03'),
(58, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:49:08', '2020-05-28 07:49:08'),
(59, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:49:14', '2020-05-28 07:49:14'),
(60, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:50:05', '2020-05-28 07:50:05'),
(61, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:52:36', '2020-05-28 07:52:36'),
(62, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:52:39', '2020-05-28 07:52:39'),
(63, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:52:46', '2020-05-28 07:52:46'),
(64, 1, 'admin/articles/1', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:52:55', '2020-05-28 07:52:55'),
(65, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:52:55', '2020-05-28 07:52:55'),
(66, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:53:00', '2020-05-28 07:53:00'),
(67, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u5173\\u7231\\u5973\\u6027 \\u5173\\u7231\\u5065\\u5eb7\",\"category_id\":\"16\",\"description\":\"\\u5927\\u5e86\\u5206\\u9662\\u4e09\\u516b\\u8282\\u5065\\u5eb7\\u8bb2\\u5ea7 \\u4e3a\\u5e86\\u795d\\u56fd\\u9645\\u5987\\u5973\\u52b3\\u52a8\\u8282\\uff0c\\u63d0\\u9ad8\\u5973\\u804c\\u5de5\\u7684\\u8eab\\u4f53\\u7d20\\u8d28\\uff0c\\u5173\\u7231\\u5973\\u804c\\u5de5\\u7684\\u8eab\\u5fc3\\u5065\\u5eb7\\uff0c\\u5927\\u5e86\\u5206\\u9662\\u4e8e3\\u67087\\u65e5\\u4e0b\\u5348\\u4e3e\\u529e\",\"sort\":\"10\",\"_token\":\"KoqE953b9jVm0UEB3UaWJ9qMx8yRPnWWeGjFxuCf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/articles\"}', '2020-05-28 07:53:08', '2020-05-28 07:53:08'),
(68, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:53:08', '2020-05-28 07:53:08'),
(69, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:01', '2020-05-28 07:54:01'),
(70, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:54:03', '2020-05-28 07:54:03'),
(71, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:54:05', '2020-05-28 07:54:05'),
(72, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:54:09', '2020-05-28 07:54:09'),
(73, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:43', '2020-05-28 07:54:43'),
(74, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:45', '2020-05-28 07:54:45'),
(75, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:45', '2020-05-28 07:54:45'),
(76, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:45', '2020-05-28 07:54:45'),
(77, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:45', '2020-05-28 07:54:45'),
(78, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:54:52', '2020-05-28 07:54:52'),
(79, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 07:54:55', '2020-05-28 07:54:55'),
(80, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:54:59', '2020-05-28 07:54:59'),
(81, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 07:55:00', '2020-05-28 07:55:00'),
(82, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:00:08', '2020-05-28 08:00:08'),
(83, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:09', '2020-05-28 08:00:09'),
(84, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:10', '2020-05-28 08:00:10'),
(85, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:10', '2020-05-28 08:00:10'),
(86, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:11', '2020-05-28 08:00:11'),
(87, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:11', '2020-05-28 08:00:11'),
(88, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:11', '2020-05-28 08:00:11'),
(89, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:00:14', '2020-05-28 08:00:14'),
(90, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:00:16', '2020-05-28 08:00:16'),
(91, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:00:17', '2020-05-28 08:00:17'),
(92, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:00:20', '2020-05-28 08:00:20'),
(93, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:01:56', '2020-05-28 08:01:56'),
(94, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:01:58', '2020-05-28 08:01:58'),
(95, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:02:02', '2020-05-28 08:02:02'),
(96, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:02:05', '2020-05-28 08:02:05'),
(97, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:02:08', '2020-05-28 08:02:08'),
(98, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:02:54', '2020-05-28 08:02:54'),
(99, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:02:56', '2020-05-28 08:02:56'),
(100, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-05-28 08:03:45', '2020-05-28 08:03:45'),
(101, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:03:48', '2020-05-28 08:03:48'),
(102, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:03:50', '2020-05-28 08:03:50'),
(103, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:04:01', '2020-05-28 08:04:01'),
(104, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:05:15', '2020-05-28 08:05:15'),
(105, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:05:18', '2020-05-28 08:05:18'),
(106, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:06:59', '2020-05-28 08:06:59'),
(107, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:07:02', '2020-05-28 08:07:02'),
(108, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:13:18', '2020-05-28 08:13:18'),
(109, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:14:40', '2020-05-28 08:14:40'),
(110, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u5927\\u5e86\\u5206\\u9662\\u7ec4\\u7ec7\\u804c\\u5de5\\u53c2\\u52a0\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u9898\\u8bb2\\u5ea7\",\"category\":{\"id\":null}}', '2020-05-28 08:14:44', '2020-05-28 08:14:44'),
(111, 1, 'admin/articles/719/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:14:46', '2020-05-28 08:14:46'),
(112, 1, 'admin/articles/719/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:15:25', '2020-05-28 08:15:25'),
(113, 1, 'admin/articles/719/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:17:15', '2020-05-28 08:17:15'),
(114, 1, 'admin/articles/719', 'PUT', '1.190.203.218', '{\"title\":\"\\u5927\\u5e86\\u5206\\u9662\\u7ec4\\u7ec7\\u804c\\u5de5\\u53c2\\u52a0\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u9898\\u8bb2\\u5ea7\",\"category_id\":\"16\",\"description\":\"3\\u670821\\u65e5\\uff0c\\u5206\\u9662\\u5de5\\u4f1a\\u9080\\u8bf7\\u4e86\\u9ed1\\u9f99\\u6c5f\\u7701\\u5b89\\u5168\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u505a\\u9898\\u4e3a\\u6025\\u6551\\u5065\\u5eb7\\u4e13\\u4e1a\\u77e5\\u8bc6\\u8bb2\\u5ea7\\u3002\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u8be6\\u7ec6\\u8bb2\\u89e3\\u4e86\\u751f\\u6d3b\\u4e2d\\u7a81\\u53d1\\u75be\\u75c5\\u60c5\\u51b5\\u7684\\u6025\\u6551\\u65b9\\u5f0f\\uff0c\\u5e76\\u793a\\u8303\\u6559\\u5b66\\u4eba\\u5de5\\u547c\\u5438\\u3001\\u5fc3\\u80ba\\u590d\\u82cf\",\"content\":\"<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3\\u670821\\u65e5\\uff0c\\u5206\\u9662\\u5de5\\u4f1a\\u9080\\u8bf7\\u4e86\\u9ed1\\u9f99\\u6c5f\\u7701\\u5b89\\u5168\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u505a\\u9898\\u4e3a\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u4e1a\\u77e5\\u8bc6\\u8bb2\\u5ea7\\u3002\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u8be6\\u7ec6\\u8bb2\\u89e3\\u4e86\\u751f\\u6d3b\\u4e2d\\u7a81\\u53d1\\u75be\\u75c5\\u60c5\\u51b5\\u7684\\u6025\\u6551\\u65b9\\u5f0f\\uff0c\\u5e76\\u793a\\u8303\\u6559\\u5b66\\u4eba\\u5de5\\u547c\\u5438\\u3001\\u5fc3\\u80ba\\u590d\\u82cf\\u7b49\\u7684\\u6807\\u51c6\\u64cd\\u4f5c\\uff0c\\u540c\\u65f6\\uff0c\\u5bf9\\u5e38\\u89c1\\u7684\\u80a9\\u9888\\u75be\\u75c5\\u3001\\u8170\\u690e\\u75c5\\u3001\\u5973\\u6027\\u75be\\u75c5\\u9884\\u9632\\u548c\\u7b80\\u5355\\u7684\\u7a74\\u4f4d\\u6309\\u6469\\u5eb7\\u590d\\u624b\\u6cd5\\u8fdb\\u884c\\u8bb2\\u89e3\\u548c\\u6307\\u5bfc\\uff0c\\u901a\\u8fc7\\u6b64\\u6b21\\u8bb2\\u5ea7\\uff0c\\u63d0\\u9ad8\\u4e86\\u5927\\u5bb6\\u5065\\u5eb7\\u610f\\u8bc6\\uff0c\\u666e\\u53ca\\u4e86\\u804c\\u5de5\\u7684\\u6025\\u6551\\u5e38\\u8bc6\\uff0c\\u8ba9\\u804c\\u5de5\\u80fd\\u591f\\u201c\\u4f1a\\u6025\\u6551\\u3001\\u61c2\\u517b\\u751f\\u201d\\uff0c\\u4ee5\\u597d\\u7684\\u8eab\\u4f53\\u72b6\\u6001\\u548c\\u7cbe\\u795e\\u9762\\u8c8c\\u6295\\u5165\\u5230\\u79d1\\u6280\\u521b\\u65b0\\u5de5\\u4f5c\\u4e2d\\u53bb\\u3002<br\\/><\\/p><p><img alt=\\\"\\\" src=\\\"\\/storage\\/allimg\\/190401\\/1-1Z401140522X9.JPG\\\" style=\\\"width: 600px\\\"\\/><img alt=\\\"\\\" src=\\\"\\/storage\\/allimg\\/190401\\/1-1Z401140453643.jpg\\\" style=\\\"width: 600px; height: 790px\\\"\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_method\":\"PUT\"}', '2020-05-28 08:17:32', '2020-05-28 08:17:32'),
(115, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 08:17:32', '2020-05-28 08:17:32'),
(116, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5927\\u5e86\\u5206\\u9662\\u7ec4\\u7ec7\\u804c\\u5de5\\u53c2\\u52a0\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u9898\\u8bb2\\u5ea7\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:17:39', '2020-05-28 08:17:39'),
(117, 1, 'admin/articles/719/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:17:41', '2020-05-28 08:17:41'),
(118, 1, 'admin/articles/719/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:20:43', '2020-05-28 08:20:43'),
(119, 1, 'admin/articles/719', 'PUT', '1.190.203.218', '{\"key\":\"0\",\"cover\":\"_file_del_\",\"_file_del_\":null,\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_method\":\"PUT\"}', '2020-05-28 08:21:32', '2020-05-28 08:21:32'),
(120, 1, 'admin/articles/719', 'PUT', '1.190.203.218', '{\"title\":\"\\u5927\\u5e86\\u5206\\u9662\\u7ec4\\u7ec7\\u804c\\u5de5\\u53c2\\u52a0\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u9898\\u8bb2\\u5ea7\",\"category_id\":\"16\",\"description\":\"3\\u670821\\u65e5\\uff0c\\u5206\\u9662\\u5de5\\u4f1a\\u9080\\u8bf7\\u4e86\\u9ed1\\u9f99\\u6c5f\\u7701\\u5b89\\u5168\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u505a\\u9898\\u4e3a\\u6025\\u6551\\u5065\\u5eb7\\u4e13\\u4e1a\\u77e5\\u8bc6\\u8bb2\\u5ea7\\u3002\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u8be6\\u7ec6\\u8bb2\\u89e3\\u4e86\\u751f\\u6d3b\\u4e2d\\u7a81\\u53d1\\u75be\\u75c5\\u60c5\\u51b5\\u7684\\u6025\\u6551\\u65b9\\u5f0f\\uff0c\\u5e76\\u793a\\u8303\\u6559\\u5b66\\u4eba\\u5de5\\u547c\\u5438\\u3001\\u5fc3\\u80ba\\u590d\\u82cf\",\"content\":\"<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3\\u670821\\u65e5\\uff0c\\u5206\\u9662\\u5de5\\u4f1a\\u9080\\u8bf7\\u4e86\\u9ed1\\u9f99\\u6c5f\\u7701\\u5b89\\u5168\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u505a\\u9898\\u4e3a\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u4e1a\\u77e5\\u8bc6\\u8bb2\\u5ea7\\u3002\\u725b\\u5a49\\u8fb0\\u4e3b\\u4efb\\u8be6\\u7ec6\\u8bb2\\u89e3\\u4e86\\u751f\\u6d3b\\u4e2d\\u7a81\\u53d1\\u75be\\u75c5\\u60c5\\u51b5\\u7684\\u6025\\u6551\\u65b9\\u5f0f\\uff0c\\u5e76\\u793a\\u8303\\u6559\\u5b66\\u4eba\\u5de5\\u547c\\u5438\\u3001\\u5fc3\\u80ba\\u590d\\u82cf\\u7b49\\u7684\\u6807\\u51c6\\u64cd\\u4f5c\\uff0c\\u540c\\u65f6\\uff0c\\u5bf9\\u5e38\\u89c1\\u7684\\u80a9\\u9888\\u75be\\u75c5\\u3001\\u8170\\u690e\\u75c5\\u3001\\u5973\\u6027\\u75be\\u75c5\\u9884\\u9632\\u548c\\u7b80\\u5355\\u7684\\u7a74\\u4f4d\\u6309\\u6469\\u5eb7\\u590d\\u624b\\u6cd5\\u8fdb\\u884c\\u8bb2\\u89e3\\u548c\\u6307\\u5bfc\\uff0c\\u901a\\u8fc7\\u6b64\\u6b21\\u8bb2\\u5ea7\\uff0c\\u63d0\\u9ad8\\u4e86\\u5927\\u5bb6\\u5065\\u5eb7\\u610f\\u8bc6\\uff0c\\u666e\\u53ca\\u4e86\\u804c\\u5de5\\u7684\\u6025\\u6551\\u5e38\\u8bc6\\uff0c\\u8ba9\\u804c\\u5de5\\u80fd\\u591f\\u201c\\u4f1a\\u6025\\u6551\\u3001\\u61c2\\u517b\\u751f\\u201d\\uff0c\\u4ee5\\u597d\\u7684\\u8eab\\u4f53\\u72b6\\u6001\\u548c\\u7cbe\\u795e\\u9762\\u8c8c\\u6295\\u5165\\u5230\\u79d1\\u6280\\u521b\\u65b0\\u5de5\\u4f5c\\u4e2d\\u53bb\\u3002<br\\/><\\/p><p><img alt=\\\"\\\" src=\\\"\\/storage\\/allimg\\/190401\\/1-1Z401140522X9.JPG\\\" style=\\\"width: 600px\\\"\\/><img alt=\\\"\\\" src=\\\"\\/storage\\/allimg\\/190401\\/1-1Z401140453643.jpg\\\" style=\\\"width: 600px; height: 790px\\\"\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_method\":\"PUT\"}', '2020-05-28 08:21:35', '2020-05-28 08:21:35'),
(121, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 08:21:35', '2020-05-28 08:21:35'),
(122, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5927\\u5e86\\u5206\\u9662\\u7ec4\\u7ec7\\u804c\\u5de5\\u53c2\\u52a0\\u201c\\u6025\\u6551\\u5065\\u5eb7\\u201d\\u4e13\\u9898\\u8bb2\\u5ea7\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:21:40', '2020-05-28 08:21:40'),
(123, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:23:10', '2020-05-28 08:23:10'),
(124, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:23:23', '2020-05-28 08:23:23'),
(125, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:24:01', '2020-05-28 08:24:01'),
(126, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:27:53', '2020-05-28 08:27:53'),
(127, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:28:10', '2020-05-28 08:28:10'),
(128, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:29:50', '2020-05-28 08:29:50'),
(129, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:30:06', '2020-05-28 08:30:06'),
(130, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:30:52', '2020-05-28 08:30:52'),
(131, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:30:52', '2020-05-28 08:30:52'),
(132, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:30:54', '2020-05-28 08:30:54'),
(133, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:30:57', '2020-05-28 08:30:57'),
(134, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:30:57', '2020-05-28 08:30:57'),
(135, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:31:39', '2020-05-28 08:31:39'),
(136, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:31:41', '2020-05-28 08:31:41'),
(137, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:31:46', '2020-05-28 08:31:46'),
(138, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:31:51', '2020-05-28 08:31:51'),
(139, 1, 'admin/categories/4/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:31:53', '2020-05-28 08:31:53'),
(140, 1, 'admin/categories/4/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:32:14', '2020-05-28 08:32:14'),
(141, 1, 'admin/categories/4', 'PUT', '1.190.203.218', '{\"parent_id\":\"1\",\"title\":\"\\u79d1\\u6280\\u4eba\\u624d\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"article_id\":null,\"status\":\"on\",\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_method\":\"PUT\"}', '2020-05-28 08:32:17', '2020-05-28 08:32:17'),
(142, 1, 'admin/categories/4/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:32:17', '2020-05-28 08:32:17'),
(143, 1, 'admin/categories/4', 'PUT', '1.190.203.218', '{\"parent_id\":\"1\",\"title\":\"\\u79d1\\u6280\\u4eba\\u624d\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"article_id\":null,\"status\":\"on\",\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_method\":\"PUT\"}', '2020-05-28 08:32:54', '2020-05-28 08:32:54'),
(144, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-05-28 08:32:54', '2020-05-28 08:32:54'),
(145, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:32:59', '2020-05-28 08:32:59'),
(146, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:34:27', '2020-05-28 08:34:27'),
(147, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 08:37:43', '2020-05-28 08:37:43'),
(148, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:37:54', '2020-05-28 08:37:54'),
(149, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:37:58', '2020-05-28 08:37:58'),
(150, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:38:01', '2020-05-28 08:38:01'),
(151, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:44:53', '2020-05-28 08:44:53'),
(152, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u53cb\\u60c5\\u94fe\\u63a5\",\"icon\":\"fa-bars\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\"}', '2020-05-28 08:45:01', '2020-05-28 08:45:01'),
(153, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 08:45:01', '2020-05-28 08:45:01'),
(154, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"12\",\"title\":\"\\u53cb\\u60c5\\u94fe\\u63a5\\u5217\\u8868\",\"icon\":\"fa-bars\",\"uri\":\"links\",\"roles\":[null],\"permission\":null,\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\"}', '2020-05-28 08:45:07', '2020-05-28 08:45:07'),
(155, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 08:45:07', '2020-05-28 08:45:07'),
(156, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_order\":\"[{\\\"id\\\":1},{\\\"id\\\":12,\\\"children\\\":[{\\\"id\\\":13}]},{\\\"id\\\":8,\\\"children\\\":[{\\\"id\\\":9}]},{\\\"id\\\":10,\\\"children\\\":[{\\\"id\\\":11}]},{\\\"id\\\":2,\\\"children\\\":[{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":6},{\\\"id\\\":7}]}]\"}', '2020-05-28 08:45:10', '2020-05-28 08:45:10'),
(157, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:45:10', '2020-05-28 08:45:10'),
(158, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 08:45:12', '2020-05-28 08:45:12'),
(159, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:45:14', '2020-05-28 08:45:14'),
(160, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 08:45:14', '2020-05-28 08:45:14'),
(161, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-05-28 08:45:50', '2020-05-28 08:45:50'),
(162, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:45:53', '2020-05-28 08:45:53'),
(163, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:45:57', '2020-05-28 08:45:57'),
(164, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\",\"url\":\"http:\\/\\/www.has.ac.cn\\/\",\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/links\"}', '2020-05-28 08:46:27', '2020-05-28 08:46:27'),
(165, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-05-28 08:46:27', '2020-05-28 08:46:27'),
(166, 1, 'admin/links/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:46:32', '2020-05-28 08:46:32'),
(167, 1, 'admin/links/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\",\"url\":\"http:\\/\\/www.has.ac.cn\",\"_token\":\"QaZ1pBby28MyYDXSPVb90D9nfxzhSAwv3dEuDT0B\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/links\"}', '2020-05-28 08:46:36', '2020-05-28 08:46:36'),
(168, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-05-28 08:46:36', '2020-05-28 08:46:36'),
(169, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:46:40', '2020-05-28 08:46:40'),
(170, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:46:42', '2020-05-28 08:46:42'),
(171, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:46:44', '2020-05-28 08:46:44'),
(172, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:17', '2020-05-28 08:47:17'),
(173, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:20', '2020-05-28 08:47:20'),
(174, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:21', '2020-05-28 08:47:21'),
(175, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:24', '2020-05-28 08:47:24'),
(176, 1, 'admin/auth/users', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:26', '2020-05-28 08:47:26'),
(177, 1, 'admin/auth/roles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:28', '2020-05-28 08:47:28'),
(178, 1, 'admin/auth/permissions', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:28', '2020-05-28 08:47:28'),
(179, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:47:31', '2020-05-28 08:47:31'),
(180, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:48:00', '2020-05-28 08:48:00'),
(181, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"22\"}}', '2020-05-28 08:48:08', '2020-05-28 08:48:08'),
(182, 1, 'admin/articles/177/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:48:13', '2020-05-28 08:48:13'),
(183, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:57:20', '2020-05-28 08:57:20'),
(184, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 08:57:25', '2020-05-28 08:57:25'),
(185, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 08:58:23', '2020-05-28 08:58:23'),
(186, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 08:58:55', '2020-05-28 08:58:55'),
(187, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\",\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:59:02', '2020-05-28 08:59:02'),
(188, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"4\"}', '2020-05-28 08:59:04', '2020-05-28 08:59:04'),
(189, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"6\"}', '2020-05-28 08:59:06', '2020-05-28 08:59:06'),
(190, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"8\"}', '2020-05-28 08:59:09', '2020-05-28 08:59:09'),
(191, 1, 'admin/articles/142/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 08:59:12', '2020-05-28 08:59:12'),
(192, 1, 'admin/articles/142/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 09:00:59', '2020-05-28 09:00:59'),
(193, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 09:01:56', '2020-05-28 09:01:56'),
(194, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u5927\\u5e86\\u5206\\u9662\\u53ec\\u5f002012\\u5e74\\u5e74\\u7ec8\\u603b\\u7ed3\\u5927\\u4f1a\",\"category\":{\"id\":null}}', '2020-05-28 09:01:59', '2020-05-28 09:01:59'),
(195, 1, 'admin/articles/203/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 09:02:01', '2020-05-28 09:02:01'),
(196, 1, 'admin/articles/203/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 09:02:03', '2020-05-28 09:02:03'),
(197, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 09:03:21', '2020-05-28 09:03:21'),
(198, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 09:03:24', '2020-05-28 09:03:24'),
(199, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 09:03:55', '2020-05-28 09:03:55'),
(200, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-05-28 09:06:50', '2020-05-28 09:06:50'),
(201, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 09:06:54', '2020-05-28 09:06:54'),
(202, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '[]', '2020-05-28 09:07:44', '2020-05-28 09:07:44'),
(203, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 09:08:35', '2020-05-28 09:08:35'),
(204, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"40\"}', '2020-05-28 09:08:50', '2020-05-28 09:08:50'),
(205, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-05-28 09:12:12', '2020-05-28 09:12:12'),
(206, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"3\"}', '2020-05-28 09:12:14', '2020-05-28 09:12:14'),
(207, 1, 'admin', 'GET', '113.0.162.52', '[]', '2020-05-29 05:53:20', '2020-05-29 05:53:20'),
(208, 1, 'admin', 'GET', '113.0.162.52', '[]', '2020-05-29 06:06:43', '2020-05-29 06:06:43'),
(209, 1, 'admin/links', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:07:59', '2020-05-29 06:07:59'),
(210, 1, 'admin', 'GET', '113.0.162.52', '[]', '2020-05-29 06:07:59', '2020-05-29 06:07:59'),
(211, 1, 'admin/links', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:09:11', '2020-05-29 06:09:11'),
(212, 1, 'admin/links/1/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:09:15', '2020-05-29 06:09:15'),
(213, 1, 'admin/links/1', 'PUT', '113.0.162.52', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u96621\",\"url\":\"http:\\/\\/www.has.ac.cn\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/links\"}', '2020-05-29 06:09:17', '2020-05-29 06:09:17'),
(214, 1, 'admin/links', 'GET', '113.0.162.52', '[]', '2020-05-29 06:09:17', '2020-05-29 06:09:17'),
(215, 1, 'admin/links/1/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:09:21', '2020-05-29 06:09:21'),
(216, 1, 'admin/links/1', 'PUT', '113.0.162.52', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\",\"url\":\"http:\\/\\/www.has.ac.cn\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/links\"}', '2020-05-29 06:09:24', '2020-05-29 06:09:24'),
(217, 1, 'admin/links', 'GET', '113.0.162.52', '[]', '2020-05-29 06:09:24', '2020-05-29 06:09:24'),
(218, 1, 'admin/articles', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:09:26', '2020-05-29 06:09:26'),
(219, 1, 'admin/articles', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\",\"page\":\"4\"}', '2020-05-29 06:09:30', '2020-05-29 06:09:30'),
(220, 1, 'admin/articles', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\",\"page\":\"7\"}', '2020-05-29 06:09:33', '2020-05-29 06:09:33'),
(221, 1, 'admin/articles', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\",\"page\":\"9\"}', '2020-05-29 06:09:38', '2020-05-29 06:09:38'),
(222, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:09:55', '2020-05-29 06:09:55'),
(223, 1, 'admin/categories/7/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:10:04', '2020-05-29 06:10:04'),
(224, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:14:11', '2020-05-29 06:14:11'),
(225, 1, 'admin/auth/menu', 'POST', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u5e7f\\u544a\\u7ba1\\u7406\",\"icon\":\"fa-bars\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 06:14:27', '2020-05-29 06:14:27'),
(226, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:14:27', '2020-05-29 06:14:27'),
(227, 1, 'admin/auth/menu', 'POST', '113.0.162.52', '{\"parent_id\":\"14\",\"title\":\"\\u5e7f\\u544a\\u5217\\u8868\",\"icon\":\"fa-bars\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 06:14:37', '2020-05-29 06:14:37'),
(228, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:14:37', '2020-05-29 06:14:37'),
(229, 1, 'admin/auth/menu', 'POST', '113.0.162.52', '{\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\",\"_order\":\"[{\\\"id\\\":1},{\\\"id\\\":14,\\\"children\\\":[{\\\"id\\\":15}]},{\\\"id\\\":12,\\\"children\\\":[{\\\"id\\\":13}]},{\\\"id\\\":8,\\\"children\\\":[{\\\"id\\\":9}]},{\\\"id\\\":10,\\\"children\\\":[{\\\"id\\\":11}]},{\\\"id\\\":2,\\\"children\\\":[{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":6},{\\\"id\\\":7}]}]\"}', '2020-05-29 06:14:41', '2020-05-29 06:14:41'),
(230, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:14:41', '2020-05-29 06:14:41'),
(231, 1, 'admin/auth/menu/15/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:14:44', '2020-05-29 06:14:44'),
(232, 1, 'admin/auth/menu/15', 'PUT', '113.0.162.52', '{\"parent_id\":\"14\",\"title\":\"\\u5e7f\\u544a\\u5217\\u8868\",\"icon\":\"fa-bars\",\"uri\":\"adverts\",\"roles\":[null],\"permission\":null,\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 06:14:49', '2020-05-29 06:14:49'),
(233, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:14:49', '2020-05-29 06:14:49'),
(234, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:14:51', '2020-05-29 06:14:51'),
(235, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:14:53', '2020-05-29 06:14:53'),
(236, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:14:54', '2020-05-29 06:14:54'),
(237, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:16:06', '2020-05-29 06:16:06'),
(238, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:16:09', '2020-05-29 06:16:09'),
(239, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:16:10', '2020-05-29 06:16:10'),
(240, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:16:13', '2020-05-29 06:16:13'),
(241, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 06:16:13', '2020-05-29 06:16:13'),
(242, 1, 'admin/links', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:16:20', '2020-05-29 06:16:20'),
(243, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:16:25', '2020-05-29 06:16:25'),
(244, 1, 'admin/links', 'GET', '113.0.162.52', '[]', '2020-05-29 06:16:25', '2020-05-29 06:16:25'),
(245, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:16:43', '2020-05-29 06:16:43'),
(246, 1, 'admin/adverts', 'GET', '113.0.162.52', '[]', '2020-05-29 06:18:05', '2020-05-29 06:18:05'),
(247, 1, 'admin/adverts', 'GET', '113.0.162.52', '[]', '2020-05-29 06:18:07', '2020-05-29 06:18:07'),
(248, 1, 'admin/adverts', 'GET', '113.0.162.52', '[]', '2020-05-29 06:20:41', '2020-05-29 06:20:41'),
(249, 1, 'admin/adverts/create', 'GET', '113.0.162.52', '[]', '2020-05-29 06:20:43', '2020-05-29 06:20:43'),
(250, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 06:20:58', '2020-05-29 06:20:58'),
(251, 1, 'admin/categories', 'POST', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7b\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"status\":\"on\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 06:21:37', '2020-05-29 06:21:37'),
(252, 1, 'admin/categories', 'GET', '113.0.162.52', '[]', '2020-05-29 06:21:37', '2020-05-29 06:21:37'),
(253, 1, 'admin/categories', 'POST', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7b\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"status\":\"on\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 06:22:14', '2020-05-29 06:22:14'),
(254, 1, 'admin/categories', 'GET', '113.0.162.52', '[]', '2020-05-29 06:22:14', '2020-05-29 06:22:14'),
(255, 1, 'admin/categories', 'POST', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u5e7f\\u544a\",\"type\":\"advert\",\"description\":null,\"order\":\"0\",\"status\":\"on\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 06:22:33', '2020-05-29 06:22:33'),
(256, 1, 'admin/categories', 'GET', '113.0.162.52', '[]', '2020-05-29 06:22:33', '2020-05-29 06:22:33'),
(257, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:03:46', '2020-05-29 07:03:46'),
(258, 1, 'admin/categories/25', 'DELETE', '113.0.162.52', '{\"_method\":\"delete\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 07:04:44', '2020-05-29 07:04:44'),
(259, 1, 'admin/categories', 'GET', '113.0.162.52', '[]', '2020-05-29 07:04:51', '2020-05-29 07:04:51'),
(260, 1, 'admin/categories/25', 'DELETE', '113.0.162.52', '{\"_method\":\"delete\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 07:05:01', '2020-05-29 07:05:01'),
(261, 1, 'admin/categories', 'GET', '113.0.162.52', '[]', '2020-05-29 07:07:03', '2020-05-29 07:07:03'),
(262, 1, 'admin/categories/25', 'DELETE', '113.0.162.52', '{\"_method\":\"delete\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 07:07:10', '2020-05-29 07:07:10'),
(263, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:10', '2020-05-29 07:07:10'),
(264, 1, 'admin/categories/26', 'DELETE', '113.0.162.52', '{\"_method\":\"delete\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 07:07:13', '2020-05-29 07:07:13'),
(265, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:13', '2020-05-29 07:07:13'),
(266, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:34', '2020-05-29 07:07:34'),
(267, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:35', '2020-05-29 07:07:35'),
(268, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:38', '2020-05-29 07:07:38'),
(269, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:40', '2020-05-29 07:07:40'),
(270, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:40', '2020-05-29 07:07:40'),
(271, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:40', '2020-05-29 07:07:40'),
(272, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:41', '2020-05-29 07:07:41'),
(273, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:41', '2020-05-29 07:07:41'),
(274, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:41', '2020-05-29 07:07:41'),
(275, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:42', '2020-05-29 07:07:42'),
(276, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:42', '2020-05-29 07:07:42'),
(277, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:07:42', '2020-05-29 07:07:42'),
(278, 1, 'admin/categories', 'POST', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u9996\\u9875\\u9876\\u90e8\\u5e7f\\u544a\",\"type\":\"advert\",\"description\":null,\"order\":\"0\",\"status\":\"on\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\"}', '2020-05-29 07:12:15', '2020-05-29 07:12:15'),
(279, 1, 'admin/categories', 'GET', '113.0.162.52', '[]', '2020-05-29 07:12:15', '2020-05-29 07:12:15'),
(280, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 07:12:17', '2020-05-29 07:12:17'),
(281, 1, 'admin/adverts/create', 'GET', '113.0.162.52', '[]', '2020-05-29 07:12:19', '2020-05-29 07:12:19'),
(282, 1, 'admin/adverts', 'POST', '113.0.162.52', '{\"title\":\"\\u9996\\u9875\\u9876\\u90e8\\u5e7f\\u544a\",\"category_id\":\"27\",\"url\":null,\"sort\":\"1\",\"_token\":\"56AtNUoOtMw7BT0vYBqf7xBotQUhTyA5BhTBkuMS\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/adverts\"}', '2020-05-29 07:12:56', '2020-05-29 07:12:56'),
(283, 1, 'admin/adverts', 'GET', '113.0.162.52', '[]', '2020-05-29 07:12:56', '2020-05-29 07:12:56'),
(284, 1, 'admin/adverts/1/edit', 'GET', '113.0.162.52', '[]', '2020-05-29 07:13:02', '2020-05-29 07:13:02'),
(285, 1, 'admin', 'GET', '113.0.162.52', '[]', '2020-05-29 09:13:45', '2020-05-29 09:13:45'),
(286, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:14:09', '2020-05-29 09:14:09'),
(287, 1, 'admin/auth/menu/14/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:14:16', '2020-05-29 09:14:16'),
(288, 1, 'admin/auth/menu/14', 'PUT', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u5e7f\\u544a\\u7ba1\\u7406\",\"icon\":\"fa-500px\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"TremzAgwSTwtETdAb1QNtbsVlldMAiuaspAVv2wO\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 09:14:23', '2020-05-29 09:14:23'),
(289, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:14:23', '2020-05-29 09:14:23'),
(290, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:14:24', '2020-05-29 09:14:24'),
(291, 1, 'admin/auth/menu/12/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:14:31', '2020-05-29 09:14:31'),
(292, 1, 'admin/auth/menu/12', 'PUT', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u53cb\\u60c5\\u94fe\\u63a5\",\"icon\":\"fa-amazon\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"TremzAgwSTwtETdAb1QNtbsVlldMAiuaspAVv2wO\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 09:14:37', '2020-05-29 09:14:37'),
(293, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:14:37', '2020-05-29 09:14:37'),
(294, 1, 'admin/auth/menu/8/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:14:41', '2020-05-29 09:14:41'),
(295, 1, 'admin/auth/menu/8', 'PUT', '113.0.162.52', '{\"parent_id\":\"0\",\"title\":\"\\u8d44\\u8baf\\u7ba1\\u7406\",\"icon\":\"fa-bank\",\"uri\":\"articles\",\"roles\":[null],\"permission\":null,\"_token\":\"TremzAgwSTwtETdAb1QNtbsVlldMAiuaspAVv2wO\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 09:15:00', '2020-05-29 09:15:00'),
(296, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:15:00', '2020-05-29 09:15:00'),
(297, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:15:01', '2020-05-29 09:15:01'),
(298, 1, 'admin/auth/menu/15/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:15:17', '2020-05-29 09:15:17');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(299, 1, 'admin/auth/menu/15', 'PUT', '113.0.162.52', '{\"parent_id\":\"14\",\"title\":\"\\u5e7f\\u544a\\u5217\\u8868\",\"icon\":\"fa-500px\",\"uri\":\"adverts\",\"roles\":[null],\"permission\":null,\"_token\":\"TremzAgwSTwtETdAb1QNtbsVlldMAiuaspAVv2wO\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 09:15:32', '2020-05-29 09:15:32'),
(300, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:15:33', '2020-05-29 09:15:33'),
(301, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:15:34', '2020-05-29 09:15:34'),
(302, 1, 'admin/auth/menu/13/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:15:41', '2020-05-29 09:15:41'),
(303, 1, 'admin/auth/menu/13', 'PUT', '113.0.162.52', '{\"parent_id\":\"12\",\"title\":\"\\u53cb\\u60c5\\u94fe\\u63a5\\u5217\\u8868\",\"icon\":\"fa-at\",\"uri\":\"links\",\"roles\":[null],\"permission\":null,\"_token\":\"TremzAgwSTwtETdAb1QNtbsVlldMAiuaspAVv2wO\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 09:15:48', '2020-05-29 09:15:48'),
(304, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:15:48', '2020-05-29 09:15:48'),
(305, 1, 'admin/auth/menu/9/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:15:52', '2020-05-29 09:15:52'),
(306, 1, 'admin/auth/menu/9', 'PUT', '113.0.162.52', '{\"parent_id\":\"8\",\"title\":\"\\u8d44\\u8baf\\u5217\\u8868\",\"icon\":\"fa-book\",\"uri\":\"articles\",\"roles\":[null],\"permission\":null,\"_token\":\"TremzAgwSTwtETdAb1QNtbsVlldMAiuaspAVv2wO\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dqb.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-05-29 09:16:23', '2020-05-29 09:16:23'),
(307, 1, 'admin/auth/menu', 'GET', '113.0.162.52', '[]', '2020-05-29 09:16:23', '2020-05-29 09:16:23'),
(308, 1, 'admin/auth/menu/10/edit', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:16:26', '2020-05-29 09:16:26'),
(309, 1, 'admin/auth/menu/10/edit', 'GET', '113.0.162.52', '[]', '2020-05-29 09:16:48', '2020-05-29 09:16:48'),
(310, 1, 'admin/auth/permissions', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-05-29 09:16:57', '2020-05-29 09:16:57'),
(311, 1, 'admin', 'GET', '113.0.162.52', '[]', '2020-06-01 01:12:22', '2020-06-01 01:12:22'),
(312, 1, 'admin/adverts', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-06-01 01:12:26', '2020-06-01 01:12:26'),
(313, 1, 'admin/categories', 'GET', '113.0.162.52', '{\"_pjax\":\"#pjax-container\"}', '2020-06-01 01:12:33', '2020-06-01 01:12:33'),
(314, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"3\"}', '2020-06-02 00:58:43', '2020-06-02 00:58:43'),
(315, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-02 01:18:53', '2020-06-02 01:18:53'),
(316, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-02 01:41:52', '2020-06-02 01:41:52'),
(317, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-02 01:41:53', '2020-06-02 01:41:53'),
(318, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:41:55', '2020-06-02 01:41:55'),
(319, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:41:56', '2020-06-02 01:41:56'),
(320, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:41:58', '2020-06-02 01:41:58'),
(321, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:41:59', '2020-06-02 01:41:59'),
(322, 1, 'admin/auth/users', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:42:01', '2020-06-02 01:42:01'),
(323, 1, 'admin/auth/roles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:42:02', '2020-06-02 01:42:02'),
(324, 1, 'admin/auth/permissions', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:42:03', '2020-06-02 01:42:03'),
(325, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:42:04', '2020-06-02 01:42:04'),
(326, 1, 'admin', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:42:06', '2020-06-02 01:42:06'),
(327, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-02 01:42:07', '2020-06-02 01:42:07'),
(328, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:46:08', '2020-06-02 01:46:08'),
(329, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:46:10', '2020-06-02 01:46:10'),
(330, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:46:55', '2020-06-02 01:46:55'),
(331, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-02 01:52:12', '2020-06-02 01:52:12'),
(332, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:52:28', '2020-06-02 01:52:28'),
(333, 1, 'admin/config/create', 'GET', '1.190.203.218', '[]', '2020-06-02 01:57:33', '2020-06-02 01:57:33'),
(334, 1, 'admin/config/create', 'GET', '1.190.203.218', '[]', '2020-06-02 01:57:51', '2020-06-02 01:57:51'),
(335, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:57:54', '2020-06-02 01:57:54'),
(336, 1, 'admin/auth/menu/16/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:57:56', '2020-06-02 01:57:56'),
(337, 1, 'admin/auth/menu/16', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u914d\\u7f6e\\u9879\",\"icon\":\"fa-toggle-on\",\"uri\":\"config\",\"roles\":[null],\"permission\":null,\"_token\":\"kM2vwE1RRyfWAvsLqlpjx1uyxanM4Q2mrNxvVr71\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-06-02 01:58:04', '2020-06-02 01:58:04'),
(338, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-06-02 01:58:04', '2020-06-02 01:58:04'),
(339, 1, 'admin/config', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:58:06', '2020-06-02 01:58:06'),
(340, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:58:08', '2020-06-02 01:58:08'),
(341, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"_token\":\"kM2vwE1RRyfWAvsLqlpjx1uyxanM4Q2mrNxvVr71\",\"_order\":\"[{\\\"id\\\":1},{\\\"id\\\":14,\\\"children\\\":[{\\\"id\\\":15}]},{\\\"id\\\":12,\\\"children\\\":[{\\\"id\\\":13}]},{\\\"id\\\":8,\\\"children\\\":[{\\\"id\\\":9}]},{\\\"id\\\":10,\\\"children\\\":[{\\\"id\\\":11}]},{\\\"id\\\":2,\\\"children\\\":[{\\\"id\\\":16},{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":6},{\\\"id\\\":7}]}]\"}', '2020-06-02 01:58:11', '2020-06-02 01:58:11'),
(342, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:58:11', '2020-06-02 01:58:11'),
(343, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-06-02 01:58:12', '2020-06-02 01:58:12'),
(344, 1, 'admin/config', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 01:58:14', '2020-06-02 01:58:14'),
(345, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-02 02:13:22', '2020-06-02 02:13:22'),
(346, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:13:25', '2020-06-02 02:13:25'),
(347, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"13\"}', '2020-06-02 02:13:36', '2020-06-02 02:13:36'),
(348, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"5\"}', '2020-06-02 02:13:38', '2020-06-02 02:13:38'),
(349, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-02 02:13:41', '2020-06-02 02:13:41'),
(350, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"1\"}', '2020-06-02 02:13:45', '2020-06-02 02:13:45'),
(351, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"1\"}', '2020-06-02 02:16:13', '2020-06-02 02:16:13'),
(352, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"1\"}', '2020-06-02 02:16:14', '2020-06-02 02:16:14'),
(353, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:16:33', '2020-06-02 02:16:33'),
(354, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:16:36', '2020-06-02 02:16:36'),
(355, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 02:16:54', '2020-06-02 02:16:54'),
(356, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:16:57', '2020-06-02 02:16:57'),
(357, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 02:16:58', '2020-06-02 02:16:58'),
(358, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 02:22:25', '2020-06-02 02:22:25'),
(359, 1, 'admin/articles/249/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:22:38', '2020-06-02 02:22:38'),
(360, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:22:47', '2020-06-02 02:22:47'),
(361, 1, 'admin/articles/253/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:22:51', '2020-06-02 02:22:51'),
(362, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:22:54', '2020-06-02 02:22:54'),
(363, 1, 'admin/articles/251/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:22:56', '2020-06-02 02:22:56'),
(364, 1, 'admin/articles/251/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 02:24:59', '2020-06-02 02:24:59'),
(365, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:25:13', '2020-06-02 02:25:13'),
(366, 1, 'admin/articles/249/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:25:16', '2020-06-02 02:25:16'),
(367, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:25:19', '2020-06-02 02:25:19'),
(368, 1, 'admin/articles/250/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:25:21', '2020-06-02 02:25:21'),
(369, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:25:37', '2020-06-02 02:25:37'),
(370, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 02:25:38', '2020-06-02 02:25:38'),
(371, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:25:58', '2020-06-02 02:25:58'),
(372, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 02:27:01', '2020-06-02 02:27:01'),
(373, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 02:27:03', '2020-06-02 02:27:03'),
(374, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 02:43:39', '2020-06-02 02:43:39'),
(375, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:09:57', '2020-06-02 03:09:57'),
(376, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-06-02 03:11:55', '2020-06-02 03:11:55'),
(377, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:11:56', '2020-06-02 03:11:56'),
(378, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '[]', '2020-06-02 03:12:21', '2020-06-02 03:12:21'),
(379, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:13:02', '2020-06-02 03:13:02'),
(380, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u9996\\u9875\\u5e7f\\u544a\\u4f4d\",\"type\":\"advert\",\"description\":\"\\u9996\\u9875\\u5e7f\\u544a\\u4f4d\",\"order\":\"0\",\"status\":\"on\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\"}', '2020-06-02 03:13:54', '2020-06-02 03:13:54'),
(381, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-02 03:13:54', '2020-06-02 03:13:54'),
(382, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-02 03:13:57', '2020-06-02 03:13:57'),
(383, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:18:22', '2020-06-02 03:18:22'),
(384, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:18:29', '2020-06-02 03:18:29'),
(385, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\",\"category_id\":null,\"description\":null,\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-02 03:19:16', '2020-06-02 03:19:16'),
(386, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 03:19:16', '2020-06-02 03:19:16'),
(387, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:20:38', '2020-06-02 03:20:38'),
(388, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:20:55', '2020-06-02 03:20:55'),
(389, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-02 03:21:00', '2020-06-02 03:21:00'),
(390, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"14\"}', '2020-06-02 03:21:03', '2020-06-02 03:21:03'),
(391, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"13\"}', '2020-06-02 03:21:05', '2020-06-02 03:21:05'),
(392, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"9\"}', '2020-06-02 03:21:08', '2020-06-02 03:21:08'),
(393, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"5\"}', '2020-06-02 03:21:12', '2020-06-02 03:21:12'),
(394, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"6\"}', '2020-06-02 03:21:20', '2020-06-02 03:21:20'),
(395, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"7\"}', '2020-06-02 03:21:24', '2020-06-02 03:21:24'),
(396, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"8\"}', '2020-06-02 03:21:27', '2020-06-02 03:21:27'),
(397, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"9\"}', '2020-06-02 03:21:31', '2020-06-02 03:21:31'),
(398, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"10\"}', '2020-06-02 03:21:36', '2020-06-02 03:21:36'),
(399, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"11\"}', '2020-06-02 03:21:40', '2020-06-02 03:21:40'),
(400, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"12\"}', '2020-06-02 03:21:44', '2020-06-02 03:21:44'),
(401, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"13\"}', '2020-06-02 03:21:47', '2020-06-02 03:21:47'),
(402, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"14\"}', '2020-06-02 03:21:49', '2020-06-02 03:21:49'),
(403, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"13\"}', '2020-06-02 03:21:51', '2020-06-02 03:21:51'),
(404, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"12\"}', '2020-06-02 03:22:07', '2020-06-02 03:22:07'),
(405, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"1\"}', '2020-06-02 03:22:09', '2020-06-02 03:22:09'),
(406, 1, 'admin/articles/257/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:22:14', '2020-06-02 03:22:14'),
(407, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:30:45', '2020-06-02 03:30:45'),
(408, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:34:13', '2020-06-02 03:34:13'),
(409, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:40:09', '2020-06-02 03:40:09'),
(410, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:45:00', '2020-06-02 03:45:00'),
(411, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:45:03', '2020-06-02 03:45:03'),
(412, 1, 'admin/articles/258/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:45:08', '2020-06-02 03:45:08'),
(413, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 03:45:14', '2020-06-02 03:45:14'),
(414, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u65b0\\u578b\\u7164\\u5316\\u5de5\\u4e94\\u8def\\u5f84\\uff1a\\u8c01\\u80fd\\u8d70\\u5f97\\u66f4\\u8fdc\\uff1f\",\"category\":{\"id\":null}}', '2020-06-02 04:10:12', '2020-06-02 04:10:12'),
(415, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u65b0\\u578b\\u7164\\u5316\\u5de5\\u4e94\\u8def\\u5f84\\uff1a\\u8c01\\u80fd\\u8d70\\u5f97\\u66f4\\u8fdc\\uff1f\",\"category\":{\"id\":null}}', '2020-06-02 05:20:48', '2020-06-02 05:20:48'),
(416, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 05:20:50', '2020-06-02 05:20:50'),
(417, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"14\"}', '2020-06-02 05:20:53', '2020-06-02 05:20:53'),
(418, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"10\"}', '2020-06-02 05:20:55', '2020-06-02 05:20:55'),
(419, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:18:52', '2020-06-02 06:18:52'),
(420, 1, 'admin/articles/257/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:18:57', '2020-06-02 06:18:57'),
(421, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 06:19:25', '2020-06-02 06:19:25'),
(422, 1, 'admin/articles/253/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:19:29', '2020-06-02 06:19:29'),
(423, 1, 'admin/articles/257', 'PUT', '1.190.203.218', '{\"title\":\"\\u9886\\u5bfc\\u73ed\\u5b50\",\"category_id\":null,\"description\":null,\"content\":\"<p>&nbsp;<\\/p><table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td><img alt=\\\"\\\" src=\\\"\\/uploads\\/allimg\\/130826\\/1-130R613423TS.JPG\\\" style=\\\"height: 320px; width: 500px\\\"\\/><\\/td><td style=\\\"width: 5px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><td style=\\\"width: 200px; line-height: 24px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td colspan=\\\"3\\\" style=\\\"line-height: 24px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<br\\/><span style=\\\"font-family: courier new, courier, monospace\\\"><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style=\\\"font-size: 26px\\\"><strong>\\u5f90 \\u6653 \\u79cb<\\/strong><\\/span><br\\/><br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u4e2d\\u5171\\u515a\\u5458<br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0<br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08<\\/span><\\/span><br\\/>\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><p>&nbsp;<\\/p><table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td><img alt=\\\"\\\" src=\\\"\\/uploads\\/allimg\\/130826\\/1-130R61403405M.JPG\\\" style=\\\"height: 320px; width: 500px\\\"\\/><\\/td><td style=\\\"width: 5px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><td style=\\\"width: 200px; line-height: 24px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td colspan=\\\"3\\\" style=\\\"line-height: 24px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<br\\/><span style=\\\"font-family: courier new, courier, monospace\\\"><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style=\\\"font-size: 26px\\\"><strong>\\u5173 \\u6625 \\u73b2<\\/strong><\\/span><br\\/><br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u4e2d\\u5171\\u515a\\u5458<br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\\u9ad8\\u7ea7\\u4f1a\\u8ba1\\u5e08<\\/span><\\/span><br\\/>\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><p>&nbsp;<br\\/><\\/p><table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td><img alt=\\\"\\\" src=\\\"\\/uploads\\/allimg\\/191220\\/1-19122011363R19.jpg\\\" style=\\\"height: 398px; width: 500px;\\\"\\/><\\/td><td style=\\\"width: 5px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><td style=\\\"width: 200px; line-height: 24px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td colspan=\\\"3\\\" style=\\\"line-height: 24px\\\">\\r\\n\\t\\t\\t\\t&nbsp;<br\\/><span style=\\\"font-family: courier new, courier, monospace\\\"><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style=\\\"font-size: 26px\\\"><strong>\\u5218&nbsp; &nbsp; \\u4f1f<\\/strong><\\/span><br\\/><br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u4e2d\\u5171\\u515a\\u5458<br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<br\\/>\\r\\n\\t\\t\\t\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\\u526f\\u7814\\u7a76\\u5458<\\/span><\\/span><br\\/>\\r\\n\\t\\t\\t\\t&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><p>&nbsp;<br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-02 06:20:10', '2020-06-02 06:20:10'),
(424, 1, 'admin/articles/257/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 06:20:11', '2020-06-02 06:20:11'),
(425, 1, 'admin/articles/253/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 06:21:21', '2020-06-02 06:21:21'),
(426, 1, 'admin/articles/257/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 06:21:25', '2020-06-02 06:21:25'),
(427, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:22:23', '2020-06-02 06:22:23'),
(428, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:22:25', '2020-06-02 06:22:25'),
(429, 1, 'admin/config', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:25:38', '2020-06-02 06:25:38'),
(430, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:25:44', '2020-06-02 06:25:44'),
(431, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:45:39', '2020-06-02 06:45:39'),
(432, 1, 'admin/articles/253/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 06:46:30', '2020-06-02 06:46:30'),
(433, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:51:15', '2020-06-02 06:51:15'),
(434, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9662\\u6240\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-02 06:51:34', '2020-06-02 06:51:34'),
(435, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 06:51:34', '2020-06-02 06:51:34'),
(436, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9662\\u6240\\u7b80\\u4ecb1\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\",\"_method\":\"PUT\"}', '2020-06-02 06:51:41', '2020-06-02 06:51:41'),
(437, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 06:51:41', '2020-06-02 06:51:41'),
(438, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 06:52:12', '2020-06-02 06:52:12'),
(439, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 06:52:14', '2020-06-02 06:52:14');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(440, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9662\\u6240\\u7b80\\u4ecb1\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-02 06:55:03', '2020-06-02 06:55:03'),
(441, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-02 06:55:04', '2020-06-02 06:55:04'),
(442, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9662\\u6240\\u7b80\\u4ecb1\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"UmgnLFvG2OCTuSRoTVcWv4lUdovKz6N8LVDgomkh\",\"_method\":\"PUT\"}', '2020-06-02 06:55:19', '2020-06-02 06:55:19'),
(443, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-02 06:55:19', '2020-06-02 06:55:19'),
(444, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 07:09:12', '2020-06-02 07:09:12'),
(445, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 07:34:30', '2020-06-02 07:34:30'),
(446, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-02 07:34:35', '2020-06-02 07:34:35'),
(447, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"19\"}}', '2020-06-02 07:34:44', '2020-06-02 07:34:44'),
(448, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 08:00:16', '2020-06-02 08:00:16'),
(449, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 08:00:21', '2020-06-02 08:00:21'),
(450, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-02 08:00:25', '2020-06-02 08:00:25'),
(451, 1, 'admin', 'GET', '112.102.243.66', '[]', '2020-06-03 01:58:09', '2020-06-03 01:58:09'),
(452, 1, 'admin/links', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 01:58:13', '2020-06-03 01:58:13'),
(453, 1, 'admin/articles', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 01:58:15', '2020-06-03 01:58:15'),
(454, 1, 'admin/categories', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 01:58:21', '2020-06-03 01:58:21'),
(455, 1, 'admin/adverts', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:30:31', '2020-06-03 02:30:31'),
(456, 1, 'admin/adverts/create', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:30:33', '2020-06-03 02:30:33'),
(457, 1, 'admin/adverts', 'POST', '112.102.243.66', '{\"title\":\"\\u5e7f\\u544a1\",\"category_id\":\"22\",\"url\":null,\"sort\":\"1\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/adverts\"}', '2020-06-03 02:31:56', '2020-06-03 02:31:56'),
(458, 1, 'admin/adverts', 'GET', '112.102.243.66', '[]', '2020-06-03 02:31:56', '2020-06-03 02:31:56'),
(459, 1, 'admin/adverts/1/edit', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:32:29', '2020-06-03 02:32:29'),
(460, 1, 'admin/adverts/1', 'PUT', '112.102.243.66', '{\"title\":\"\\u5e7f\\u544a1\",\"category_id\":\"22\",\"url\":null,\"sort\":\"1\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/adverts\"}', '2020-06-03 02:32:42', '2020-06-03 02:32:42'),
(461, 1, 'admin/adverts', 'GET', '112.102.243.66', '[]', '2020-06-03 02:32:42', '2020-06-03 02:32:42'),
(462, 1, 'admin/articles', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:36:04', '2020-06-03 02:36:04'),
(463, 1, 'admin/articles/create', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:36:06', '2020-06-03 02:36:06'),
(464, 1, 'admin/articles', 'POST', '112.102.243.66', '{\"title\":\"\\u5f90 \\u6653 \\u79cb\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0\\r\\n\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 02:37:21', '2020-06-03 02:37:21'),
(465, 1, 'admin/articles/create', 'GET', '112.102.243.66', '[]', '2020-06-03 02:37:22', '2020-06-03 02:37:22'),
(466, 1, 'admin/articles', 'POST', '112.102.243.66', '{\"title\":\"\\u5f90 \\u6653 \\u79cb\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0\\r\\n\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\"}', '2020-06-03 02:40:08', '2020-06-03 02:40:08'),
(467, 1, 'admin/articles', 'GET', '112.102.243.66', '[]', '2020-06-03 02:40:08', '2020-06-03 02:40:08'),
(468, 1, 'admin/articles/create', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:40:42', '2020-06-03 02:40:42'),
(469, 1, 'admin/articles', 'POST', '112.102.243.66', '{\"title\":\"\\u5173 \\u6625 \\u73b2\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458\\r\\n\\u9ad8\\u7ea7\\u4f1a\\u8ba1\\u5e08\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ad8\\u7ea7\\u4f1a\\u8ba1\\u5e08<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 02:41:37', '2020-06-03 02:41:37'),
(470, 1, 'admin/articles', 'GET', '112.102.243.66', '[]', '2020-06-03 02:41:37', '2020-06-03 02:41:37'),
(471, 1, 'admin/articles/create', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:41:41', '2020-06-03 02:41:41'),
(472, 1, 'admin/articles', 'POST', '112.102.243.66', '{\"title\":\"\\u5218 \\u4f1f\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458\\r\\n\\u526f\\u7814\\u7a76\\u5458\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u526f\\u7814\\u7a76\\u5458<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 02:43:38', '2020-06-03 02:43:38'),
(473, 1, 'admin/articles', 'GET', '112.102.243.66', '[]', '2020-06-03 02:43:38', '2020-06-03 02:43:38'),
(474, 1, 'admin/categories', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:44:12', '2020-06-03 02:44:12'),
(475, 1, 'admin/categories/4/edit', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:44:14', '2020-06-03 02:44:14'),
(476, 1, 'admin/categories/4', 'PUT', '112.102.243.66', '{\"parent_id\":\"1\",\"title\":\"\\u9886\\u5bfc\\u73ed\\u5b50\",\"type\":\"article\",\"description\":null,\"order\":\"0\",\"article_id\":\"257\",\"status\":\"on\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/categories\"}', '2020-06-03 02:44:18', '2020-06-03 02:44:18'),
(477, 1, 'admin/categories', 'GET', '112.102.243.66', '[]', '2020-06-03 02:44:18', '2020-06-03 02:44:18'),
(478, 1, 'admin/articles', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:45:28', '2020-06-03 02:45:28'),
(479, 1, 'admin/_handle_action_', 'POST', '112.102.243.66', '{\"_key\":\"257\",\"_model\":\"App_Models_Article\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_action\":\"Encore_Admin_Grid_Actions_Delete\",\"_input\":\"true\"}', '2020-06-03 02:45:34', '2020-06-03 02:45:34'),
(480, 1, 'admin/articles', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:45:34', '2020-06-03 02:45:34'),
(481, 1, 'admin/categories', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 02:46:08', '2020-06-03 02:46:08'),
(482, 1, 'admin/articles', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 03:25:20', '2020-06-03 03:25:20'),
(483, 1, 'admin/articles/268/edit', 'GET', '112.102.243.66', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 03:25:23', '2020-06-03 03:25:23'),
(484, 1, 'admin/articles/268', 'PUT', '112.102.243.66', '{\"title\":\"\\u5218 \\u4f1f\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458\\r\\n\\u526f\\u7814\\u7a76\\u5458\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u526f\\u7814\\u7a76\\u5458<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"xDXLaB8YLrwXCrXT6HXVh8O8mb0MJ9DR7wzvqFHy\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 03:25:28', '2020-06-03 03:25:28'),
(485, 1, 'admin/articles', 'GET', '112.102.243.66', '[]', '2020-06-03 03:25:29', '2020-06-03 03:25:29'),
(486, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-03 03:43:59', '2020-06-03 03:43:59'),
(487, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 03:45:23', '2020-06-03 03:45:23'),
(488, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 03:45:26', '2020-06-03 03:45:26'),
(489, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 07:45:43', '2020-06-03 07:45:43'),
(490, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 08:16:07', '2020-06-03 08:16:07'),
(491, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 08:32:05', '2020-06-03 08:32:05'),
(492, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9662\\u6240\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:00:06', '2020-06-03 09:00:06'),
(493, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:00:06', '2020-06-03 09:00:06'),
(494, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u9662\\u6240\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:02:21', '2020-06-03 09:02:21'),
(495, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:02:21', '2020-06-03 09:02:21');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(496, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:02:37', '2020-06-03 09:02:37'),
(497, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:02:37', '2020-06-03 09:02:37'),
(498, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:03:13', '2020-06-03 09:03:13'),
(499, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:03:20', '2020-06-03 09:03:20'),
(500, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:03:21', '2020-06-03 09:03:21'),
(501, 1, 'admin/articles/268/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:04:45', '2020-06-03 09:04:45'),
(502, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:05:58', '2020-06-03 09:05:58'),
(503, 1, 'admin/articles/265/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:06:27', '2020-06-03 09:06:27'),
(504, 1, 'admin/articles/265', 'PUT', '1.190.203.218', '{\"title\":\"\\u63a7\\u5236\\u5b9e\\u9a8c\\u5ba4\",\"category_id\":\"17\",\"description\":null,\"content\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"font-size: 22px;\\\">\\u63a7\\u5236\\u5b9e\\u9a8c\\u5ba4\\u7b80\\u4ecb<\\/span><\\/h1><p><strong><span style=\\\"font-size: 20px;\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u63a7\\u5236\\u5b9e\\u9a8c\\u5ba4\\u4e3b\\u8981\\u8fdb\\u884c<\\/span><\\/strong><strong><span style=\\\"font-size: 20px;\\\">\\u7535\\u6c14\\u8bbe\\u8ba1\\u3001\\u81ea\\u63a7\\u8bbe\\u8ba1\\u3001\\u4eea\\u8868\\u5b89\\u88c5\\u8c03\\u8bd5\\u53ca\\u63a7\\u5236\\u7cfb\\u7edf\\u7684\\u8bbe\\u8ba1\\u548c\\u7f16\\u5236\\u5de5\\u4f5c\\uff0c\\u5de5\\u4f5c\\u4e2d\\u5584\\u4e8e\\u63d0\\u51fa\\u6539\\u8fdb\\u63aa\\u65bd\\uff0c\\u89e3\\u51b3\\u9879\\u76ee\\u4e2d\\u9047\\u5230\\u7684\\u5173\\u952e\\u6027\\u7684\\u6280\\u672f\\u96be\\u9898\\u3002<\\/span><\\/strong><br\\/><strong><span style=\\\"font-size: 20px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 20px;\\\">\\u63a7\\u5236\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/strong><strong><span style=\\\"font-size: 20px;\\\">\\u53c2\\u4e0e\\u7814\\u5236\\u5efa\\u8bbe\\u7684\\u56fd\\u5bb6\\u7ea7\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee\\u300a\\u5de5\\u4e1a\\u5316\\u5c01\\u95ed\\u73af\\u5f0f\\u6cbc\\u6c14\\u3001\\u53d1\\u7535\\u7cfb\\u7edf\\u300b\\u4ee5\\u53ca\\u7701\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee\\u300a\\u52a0\\u62ff\\u5927\\u76f4\\u8d2e\\u70ed\\u592a\\u9633\\u80fd\\u6280\\u672f\\u300b\\u63d0\\u5347\\u4e86\\u6211\\u7701\\u9ad8\\u5bd2\\u5730\\u533a\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u548c\\u5149\\u4f0f\\u53d1\\u9175\\u6e29\\u5ba4\\u63a7\\u5236\\u9886\\u57df\\u5728\\u56fd\\u9645\\u4e0a\\u7684\\u77e5\\u540d\\u5ea6\\uff0c\\u8be5\\u9879\\u76ee\\u5f97\\u5230\\u4e86\\u52a0\\u62ff\\u5927\\u963f\\u5c14\\u4f2f\\u5854\\u7814\\u7a76\\u9662\\u4e1a\\u5185\\u4e13\\u5bb6\\u7684\\u4e00\\u81f4\\u597d\\u8bc4\\u3002<\\/span><\\/strong><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:06:33', '2020-06-03 09:06:33'),
(505, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:06:34', '2020-06-03 09:06:34'),
(506, 1, 'admin/articles/264/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:06:55', '2020-06-03 09:06:55'),
(507, 1, 'admin/articles/264', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u5ba4\",\"category_id\":\"16\",\"description\":null,\"content\":\"<p><strong><span style=\\\"font-size: 20px\\\"><span style=\\\"font-size: 22px\\\">\\u80fd\\u6e90\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u5ba4\\u7b80\\u4ecb<\\/span><\\/span><br\\/>\\r\\n\\t&nbsp;<\\/strong><\\/p><p><strong><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u80fd\\u6e90\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u5ba4\\u81f4\\u529b\\u4e8e\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u6280\\u672f\\u548c\\u751f\\u7269\\u5de5\\u7a0b\\u4e09\\u5927\\u5b66\\u79d1\\u4ea4\\u53c9\\u9886\\u57df\\u7684\\u5e94\\u7528\\u57fa\\u7840\\u7814\\u7a76\\u3002\\u4e3b\\u8981\\u7814\\u7a76\\u65b9\\u5411\\u662f\\uff1a<br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1\\u3001\\u755c\\u79bd\\u7caa\\u4fbf\\u8d44\\u6e90\\u5316\\u6280\\u672f\\uff1b<br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2\\u3001\\u79f8\\u79c6\\u8d44\\u6e90\\u5316\\u6280\\u672f\\u3002<\\/span><br\\/><br\\/>\\r\\n\\t&nbsp;<\\/strong><\\/p><p><br\\/><strong><img alt=\\\"\\\" src=\\\"\\/uploads\\/allimg\\/130808\\/1-130PQ00H9120.JPG\\\" style=\\\"width: 516px; height: 343px\\\"\\/><br\\/>\\r\\n\\t&nbsp;<\\/strong><\\/p><p><strong><span style=\\\"font-size: 20px\\\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 20px\\\">\\u8fd1\\u5e74\\u6765\\uff0c<\\/span><\\/strong><strong><span style=\\\"font-size: 20px;\\\">\\u80fd\\u6e90\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u5ba4<\\/span><\\/strong><strong><span style=\\\"font-size: 20px\\\">\\u627f\\u62c5\\u56fd\\u5bb6\\u7ea7\\u3001\\u7701\\u5e02\\u7ea7\\u3001\\u9662\\u57fa\\u91d1\\u9879\\u76ee20\\u4f59\\u9879\\uff0c\\u591a\\u9879\\u6210\\u679c\\u83b7\\u5956\\u3002\\u5176\\u4e2d\\u755c\\u79bd\\u7caa\\u4fbf\\u9ad8\\u6e29\\u538c\\u6c27\\u6d88\\u5316\\u6280\\u672f\\u4e0e\\u725b\\u7caa\\u6cbc\\u6db2\\u79f8\\u79c6\\u8054\\u7528\\u6280\\u672f\\u662f\\u6211\\u56fd\\u552f\\u4e00\\u6210\\u529f\\u5e94\\u7528\\u4e8e\\u9ad8\\u5bd2\\u5730\\u533a\\u8fde\\u7eed\\u4f5c\\u4e1a\\u7684\\u6280\\u672f\\uff0c\\u5e76\\u53d6\\u5f97\\u4e86\\u663e\\u8457\\u7684\\u793e\\u4f1a\\u6548\\u76ca\\u3002<\\/span><\\/strong><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:07:13', '2020-06-03 09:07:13'),
(508, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:07:13', '2020-06-03 09:07:13'),
(509, 1, 'admin/articles/263/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:07:15', '2020-06-03 09:07:15'),
(510, 1, 'admin/articles/263', 'PUT', '1.190.203.218', '{\"title\":\"\\u751f\\u7269\\u8d28\\u80fd\\u6e90\\u5b9e\\u9a8c\\u5ba4\",\"category_id\":\"15\",\"description\":null,\"content\":\"<p><strong><span style=\\\"font-size: 22px\\\">\\u751f\\u7269\\u8d28\\u80fd\\u6e90\\u5b9e\\u9a8c\\u5ba4\\u7b80\\u4ecb<\\/span><\\/strong><\\/p><p><strong><span style=\\\"font-size: 20px\\\">&nbsp;<br\\/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u751f\\u7269\\u8d28\\u80fd\\u6e90\\u5b9e\\u9a8c\\u5ba4\\u4e3b\\u8981\\u4ece\\u4e8b\\u5bd2\\u533a\\u6cbc\\u6c14\\u5de5\\u7a0b\\u3001\\u56fa\\u4f53\\u5e9f\\u5f03\\u7269\\u5229\\u7528\\u3001\\u519c\\u6751\\u751f\\u7269\\u8d28\\u8d44\\u6e90\\u3001\\u538c\\u6c27\\u5fae\\u751f\\u7269\\u673a\\u7406\\u3001\\u538c\\u6c27\\u6d88\\u5316\\u6280\\u672f\\u4ee5\\u53ca\\u519c\\u6751\\u8d44\\u6e90\\u4e0e\\u73af\\u5883\\u7efc\\u5408\\u7814\\u7a76\\u4e0e\\u5f00\\u53d1\\u7b49\\u5de5\\u4f5c\\uff0c\\u6d89\\u53ca\\u5fae\\u751f\\u7269\\u5b66\\u3001\\u751f\\u7269\\u5316\\u5b66\\u4e0e\\u5206\\u5b50\\u751f\\u7269\\u5b66\\u3001\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u80fd\\u6e90\\u5de5\\u7a0b\\u3001\\u519c\\u4e1a\\u8d44\\u6e90\\u4e0e\\u73af\\u5883\\u7b49\\u5b66\\u79d1\\u3002\\u62e5\\u6709\\u5148\\u8fdb\\u79d1\\u7814\\u4eea\\u5668\\u8bbe\\u590740\\u4f59\\u53f0\\uff0c\\u5177\\u6709\\u8f83\\u5b8c\\u5907\\u7684\\u7814\\u7a76\\u5e73\\u53f0\\u548c\\u5b9e\\u9a8c\\u6761\\u4ef6\\u3002\\u5b9e\\u9a8c\\u5ba4\\u5df2\\u627f\\u62c5\\u548c\\u5728\\u7814\\u7684\\u6709\\u56fd\\u5bb6\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u4e13\\u9879\\u8bfe\\u9898\\u3001\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u8ba1\\u5212\\u3001\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u5b66\\u7814\\u7a76\\u57fa\\u91d1\\u3001\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u9752\\u5e74\\u521b\\u65b0\\u57fa\\u91d1\\u7b49\\u5341\\u4f59\\u9879\\u8bfe\\u9898\\u3002\\u5df2\\u7ecf\\u5728\\u9ad8\\u6e29\\u538c\\u6c27\\u6d88\\u5316\\u6280\\u672f\\u3001\\u5bd2\\u533a\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\u7814\\u7a76\\u7b49\\u5bd2\\u533a\\u751f\\u7269\\u8d28\\u8d44\\u6e90\\u80fd\\u6e90\\u5316\\u5229\\u7528\\u6280\\u672f\\u65b9\\u9762\\u53d6\\u5f97\\u4e86\\u7a81\\u7834\\u6027\\u7814\\u7a76\\u8fdb\\u5c55\\uff1b\\u53e6\\u5916\\u8fd8\\u5f00\\u5c55\\u4e86\\u9ad8\\u6548\\u4ea7\\u7532\\u70f7\\u83cc\\u7684\\u5206\\u5b50\\u751f\\u7269\\u5b66\\u3001\\u6cbc\\u6db2\\u9ad8\\u6548\\u56de\\u7528\\u3001\\u538c\\u6c27\\u83cc\\u5f71\\u54cd\\u56e0\\u7d20\\u7b49\\u7814\\u7a76\\uff0c\\u4e3a\\u5728\\u6211\\u56fd\\u5bd2\\u533a\\u5174\\u5efa\\u5927\\u578b\\u6cbc\\u6c14\\u5de5\\u7a0b\\u5960\\u5b9a\\u4e86\\u7406\\u8bba\\u53ca\\u6280\\u672f\\u57fa\\u7840\\u3002\\u76ee\\u524d\\u5df2\\u53d1\\u8868\\u7814\\u7a76\\u8bba\\u658710\\u4f59\\u7bc7\\uff0c\\u7533\\u62a5\\u4e13\\u522910\\u9879\\u3002<\\/span><\\/strong><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:07:22', '2020-06-03 09:07:22'),
(511, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:07:22', '2020-06-03 09:07:22'),
(512, 1, 'admin/articles/262/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:07:25', '2020-06-03 09:07:25'),
(513, 1, 'admin/articles/262', 'PUT', '1.190.203.218', '{\"title\":\"\\u8282\\u80fd\\u6280\\u672f\\u7814\\u7a76\\u5ba4\",\"category_id\":\"14\",\"description\":null,\"content\":\"<p><strong><span style=\\\"font-size: 22px\\\">\\u8282\\u80fd\\u6280\\u672f\\u7814\\u7a76\\u5ba4\\u7b80\\u4ecb<\\/span><\\/strong><br\\/>\\r\\n\\t&nbsp;<\\/p><p><strong><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u8282\\u80fd\\u6280\\u672f\\u7814\\u7a76\\u5ba4\\u5148\\u540e\\u627f\\u62c5\\u548c\\u53c2\\u4e0e\\u627f\\u62c5\\u5b8c\\u6210\\u4e86\\u56fd\\u5bb6\\u201c\\u4e5d\\u4e94\\u201d\\u91cd\\u70b9\\u79d1\\u6280\\u653b\\u5173\\u8ba1\\u5212\\u9879\\u76ee\\uff0c\\u56fd\\u5bb6\\u201c\\u5341\\u4e94\\u201d\\u91cd\\u70b9\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee\\uff0c\\u83b7\\u5f97\\u4e86\\u56fd\\u5bb6\\u7ea7\\u3001\\u7701\\u7ea7\\u79d1\\u7814\\u6210\\u679c20\\u591a\\u9879\\u3002\\u83b7\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u5956\\u4e00\\u9879\\u3002\\u83b7\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u5956\\u4e00\\u9879\\u3001\\u83b7\\u5f97\\u4e86\\u5168\\u56fd\\u77f3\\u6cb9\\u5316\\u5de5\\u7cfb\\u7edf\\u4e8c\\u7b49\\u5956\\u4e00\\u9879\\uff0c\\u83b7\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u4e00\\u9879\\u5956\\u7b49\\u3002<br\\/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662<\\/span><\\/strong><strong><span style=\\\"font-size: 20px;\\\">\\u8282\\u80fd\\u6280\\u672f\\u7814\\u7a76\\u5ba4<\\/span><\\/strong><strong><span style=\\\"font-size: 20px\\\">\\u79c9\\u627f\\u201c\\u5d07\\u5c1a\\u79d1\\u5b66\\uff0c\\u6c42\\u5b9e\\u521b\\u65b0\\u201d\\u7684\\u6307\\u5bfc\\u65b9\\u9488,\\u5177\\u6709\\u4eba\\u5458\\u7d20\\u8d28\\u9ad8\\u3001\\u4eea\\u5668\\u79cd\\u7c7b\\u9f50\\u5168\\u3001\\u6d4b\\u8bd5\\u624b\\u6bb5\\u6807\\u51c6\\u53ef\\u9760\\u548c\\u53ef\\u8fbe\\u5230\\u6d4b\\u8bd5\\u8981\\u6c42\\u7684\\u5de5\\u4f5c\\u73af\\u5883\\u7b49\\u7279\\u70b9\\u3002<br\\/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\/span><\\/strong><\\/p><p>\\r\\n\\t&nbsp;<\\/p><p>&nbsp;<\\/p><p><img alt=\\\"\\\" src=\\\"\\/uploads\\/allimg\\/130802\\/1-130P21041315P.jpg\\\" style=\\\"width: 562px; height: 398px\\\"\\/><\\/p><p>&nbsp;<\\/p><p>\\r\\n\\t&nbsp;<\\/p><p>&nbsp;<\\/p><p>\\r\\n\\t&nbsp;<\\/p><p>&nbsp;<br\\/><\\/p><p>\\r\\n\\t&nbsp;<\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:07:33', '2020-06-03 09:07:33'),
(514, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:07:33', '2020-06-03 09:07:33'),
(515, 1, 'admin/articles/261/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:07:36', '2020-06-03 09:07:36'),
(516, 1, 'admin/articles/261', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4\",\"category_id\":\"13\",\"description\":null,\"content\":\"<p><strong><span style=\\\"font-size: 22px\\\">\\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4\\u7b80\\u4ecb<\\/span><\\/strong><\\/p><p><strong><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4\\u4e3b\\u8981\\u4ece\\u4e8b\\u5e38\\u89c4\\u80fd\\u6e90\\u3001\\u975e\\u5e38\\u89c4\\u80fd\\u6e90\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u53ca\\u6e05\\u6d01\\u80fd\\u6e90\\u6280\\u672f\\u7684\\u7814\\u7a76\\uff0c\\u7814\\u7a76\\u8303\\u56f4\\u6d89\\u53ca\\u77f3\\u6cb9\\u5316\\u5de5\\u3001\\u7164\\u5316\\u5de5\\u3001\\u751f\\u7269\\u5316\\u5de5\\u548c\\u71c3\\u6599\\u5316\\u5de5\\u7b49\\u9886\\u57df\\u3002\\u8fd1\\u4e09\\u5e74\\uff0c\\u5148\\u540e\\u627f\\u62c5\\u7701\\u7ea7\\u3001\\u5e02\\uff08\\u5730\\uff09\\u7ea7\\u5404\\u7c7b\\u79d1\\u6280\\u5f00\\u53d1\\u9879\\u76ee10\\u4f59\\u9879\\uff0c\\u53d6\\u5f97\\u4e86\\u4e00\\u6279\\u8fbe\\u5230\\u56fd\\u5185\\u5148\\u8fdb\\u6c34\\u5e73\\u7684\\u6807\\u5fd7\\u6027\\u6210\\u679c\\u3002\\u76ee\\u524d\\uff0c\\u8be5\\u7814\\u7a76\\u5ba4\\u5728\\u79d1\\u7814\\u9886\\u57df\\u5df2\\u521d\\u6b65\\u5f62\\u6210\\u56db\\u6761\\u6280\\u672f\\u5f00\\u53d1\\u94fe\\u6761\\uff0c\\u5373\\uff1a\\u9875\\u5ca9\\u6cb9\\u52a0\\u6c22\\u63d0\\u8d28\\u8f6c\\u5316\\u6280\\u672f\\uff1b\\u9875\\u5ca9\\u6cb9\\u5236\\u53d6\\u6cb9\\u7802\\u5206\\u79bb\\u5242\\u6280\\u672f\\uff1b\\u7164\\u4e0e\\u5e9f\\u5f03\\u6709\\u673a\\u5236\\u54c1\\u5171\\u7126\\u5316\\u6280\\u672f\\uff1b\\u6728\\u7126\\u6cb9\\u52a0\\u6c22\\u63d0\\u8d28\\u8f6c\\u5316\\u6280\\u672f\\u3002<br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4\\u7ecf\\u8fc7\\u591a\\u5e74\\u7684\\u5b9e\\u8df5\\uff0c\\u9010\\u6b65\\u5f62\\u6210\\u4e00\\u652f\\u7ed3\\u6784\\u5408\\u7406\\u3001\\u81ea\\u4e3b\\u7814\\u53d1\\u80fd\\u529b\\u5f3a\\u7684\\u521b\\u65b0\\u578b\\u79d1\\u7814\\u68af\\u961f\\u3002\\u4e0e\\u4e2d\\u79d1\\u9662\\u5927\\u8fde\\u7269\\u5316\\u6240\\u3001\\u5927\\u5e86\\u77f3\\u5316\\u7814\\u7a76\\u9662\\u3001\\u5927\\u8fde\\u7406\\u5de5\\u5927\\u5b66\\u3001\\u54c8\\u5c14\\u6ee8\\u5de5\\u4e1a\\u5927\\u5b66\\u7b49\\u591a\\u5bb6\\u79d1\\u7814\\u9662\\u6240\\u548c\\u9ad8\\u6821\\u5728\\u57fa\\u7840\\u7814\\u7a76\\u3001\\u4fe1\\u606f\\u4ea4\\u6d41\\u3001\\u8d44\\u6e90\\u5171\\u4eab\\u7b49\\u65b9\\u9762\\u5efa\\u7acb\\u4e86\\u826f\\u597d\\u7684\\u79d1\\u7814\\u4e92\\u8054\\u5173\\u7cfb\\u3002<\\/span><br\\/><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u7814\\u7a76\\u5ba4\\u4e3b\\u4efb\\u4ecb\\u7ecd\\uff1a<br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9648\\u677e\\uff0c1969\\u5e74\\u51fa\\u751f\\uff0c\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08\\uff0c\\u73b0\\u4efb\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4\\u4e3b\\u4efb\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u80fd\\u8bc4\\u4f30\\u5ba1\\u67e5\\u4e2d\\u5fc3\\u5316\\u5de5\\u4e13\\u5bb6\\uff0c\\u9ed1\\u9f99\\u6c5f\\u79d1\\u6280\\u5927\\u5b66\\u6821\\u5916\\u7814\\u7a76\\u751f\\u5bfc\\u5e08\\u3002\\u4e3b\\u8981\\u4ece\\u4e8b\\u80fd\\u6e90\\u5316\\u5b66\\u9886\\u57df\\u524d\\u6cbf\\u6280\\u672f\\u7684\\u7814\\u7a76\\uff0c\\u7814\\u7a76\\u8303\\u56f4\\u5305\\u62ec\\uff1a\\u5e38\\u89c4\\u3001\\u975e\\u5e38\\u89c4\\u80fd\\u6e90\\u7684\\u52a0\\u5de5\\u5de5\\u827a\\u548c\\u5de5\\u7a0b\\u7684\\u7814\\u7a76\\uff1b\\u9ad8\\u786b\\u9ad8\\u9178\\u539f\\u6cb9\\u3001\\u7a20\\u6cb9\\u7684\\u6539\\u8d28\\u53ca\\u8f6c\\u5316\\u5de5\\u827a\\u7684\\u7814\\u7a76\\u3002\\u5176\\u6210\\u679c\\u5728\\u77f3\\u6cb9\\u5316\\u5de5\\u3001\\u7164\\u5316\\u5de5\\u3001\\u6cb9\\u9875\\u5ca9\\u8d44\\u6e90\\u7efc\\u5408\\u5229\\u7528\\u7b49\\u65b9\\u9762\\u5177\\u6709\\u8f83\\u9ad8\\u7406\\u8bba\\u6307\\u5bfc\\u610f\\u4e49\\u548c\\u5b9e\\u7528\\u4ef7\\u503c\\u3002<\\/span><\\/strong><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:07:42', '2020-06-03 09:07:42'),
(517, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:07:42', '2020-06-03 09:07:42'),
(518, 1, 'admin/articles/260/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:07:45', '2020-06-03 09:07:45'),
(519, 1, 'admin/articles/260', 'PUT', '1.190.203.218', '{\"title\":\"\\u73af\\u5883\\u79d1\\u5b66\\u7814\\u7a76\\u5ba4\",\"category_id\":\"12\",\"description\":null,\"content\":\"<p><span style=\\\"font-size: 22px\\\"><strong>\\u73af\\u5883\\u79d1\\u5b66\\u7814\\u7a76\\u5ba4\\u7b80\\u4ecb<\\/strong><\\/span><\\/p><p>&nbsp;<\\/p><p><span style=\\\"font-size:22px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<strong>\\u73af\\u5883\\u79d1\\u5b66\\u7814\\u7a76\\u5ba4\\u4e00\\u76f4\\u81f4\\u529b\\u4e8e\\u8282\\u80fd\\u51cf\\u6392\\u6280\\u672f\\u548c\\u5ba4\\u5185\\u73af\\u5883\\u6c61\\u67d3\\u5206\\u6790\\u65b9\\u9762\\u7684\\u7814\\u7a76\\u5de5\\u4f5c\\u3002\\u4e3b\\u8981\\u4ece\\u4e8b\\u751f\\u7269\\u6cd5\\u5904\\u7406\\u751f\\u6d3b\\u3001\\u5de5\\u4e1a\\u6c61\\u6c34\\u548c\\u5ba4\\u5185\\u7a7a\\u6c14\\u4e2d\\u6c61\\u67d3\\u7269\\u7684\\u6e90\\u89e3\\u6790\\u53ca\\u6cbb\\u7406\\u7814\\u7a76\\u3002<\\/strong><br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>\\u73af\\u5883\\u79d1\\u5b66\\u7814\\u7a76\\u5ba4\\u66fe\\u5b8c\\u6210\\u8fc7\\u591a\\u9879\\u7701\\u90e8\\u7ea7\\u79d1\\u7814\\u9879\\u76ee\\uff0c\\u5982\\uff1a\\u300a\\u5965\\u91cc\\u6cb9\\u8131\\u786b\\u6280\\u672f\\u7814\\u5236\\u53ca\\u5e94\\u7528<\\/strong>&nbsp;<strong>\\u300b\\u3001\\u300a\\u71c3\\u7164\\u9505\\u7089\\u50ac\\u5316\\u8131\\u786b\\u6280\\u672f\\u7814\\u7a76\\u300b\\u548c\\u300a\\u5de5\\u4e1a\\u71c3\\u7164\\u9505\\u7089\\u70df\\u6c14\\u51c0\\u5316\\u6280\\u672f<\\/strong>&nbsp;<strong>\\u300b\\u7b49\\u9879\\u76ee\\uff0c\\u4e3a\\u6211\\u56fd\\u56fa\\u5b9a\\u6c61\\u67d3\\u6e90\\u51cf\\u6392\\u63d0\\u4f9b\\u65b0\\u6280\\u672f<\\/strong><strong>,<\\/strong><strong>\\u5e76\\u5206\\u522b\\u83b7\\u5f97\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u4e00\\u7b49\\u5956<\\/strong><strong>1<\\/strong><strong>\\u9879\\u3001\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u5de5\\u4e1a\\u79d1\\u6280\\u8fdb\\u6b65\\u7c7b\\u4e8c\\u7b49\\u5956<\\/strong><strong>1<\\/strong><strong>\\u9879\\u3002\\u8fd8\\u5b8c\\u6210\\u4e86\\u57fa\\u4e8e\\u5e9f\\u78b3\\u6e90\\u7684\\u4ea7\\u6cb9\\u5fae\\u85fb\\u63d0\\u53d6\\u751f\\u7269\\u6cb9\\u8102\\u6280\\u672f\\uff0c\\u65e2\\u89e3\\u51b3\\u6c61\\u6c34\\u6392\\u653e\\u95ee\\u9898\\uff0c\\u53c8\\u63d0\\u4f9b\\u751f\\u7269\\u80fd\\u6e90\\uff0c\\u4e3a\\u6392\\u6c61\\u7efc\\u5408\\u5229\\u7528\\u50a8\\u5907\\u4e86\\u57fa\\u7840\\u6280\\u672f\\u3002\\u7814\\u7a76\\u5ba4\\u6b63\\u5728\\u53c2\\u4e0e\\u7f16\\u5236\\u56fd\\u5bb6\\u884c\\u4e1a\\u6807\\u51c6\\u300a\\u4f4f\\u5b85\\u5efa\\u7b51\\u5ba4\\u5185\\u88c5\\u4fee\\u6c61\\u67d3\\u63a7\\u5236\\u6280\\u672f\\u89c4\\u7a0b\\u300b\\uff0c\\u5e76\\u627f\\u62c5\\u5ba4\\u5185\\u73af\\u5883\\u76f8\\u5173\\u8bfe\\u9898\\u4e24\\u9879\\u3002<\\/strong><br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>\\u73af\\u5883\\u79d1\\u5b66\\u7814\\u7a76\\u5ba4\\u4e0b\\u8bbe\\u751f\\u7269\\u73af\\u5883\\u5b9e\\u9a8c\\u5ba4\\u3001\\u5ba4\\u5185\\u73af\\u5883\\u5b9e\\u9a8c\\u5ba4\\u3001\\u4e73\\u5316\\u5b9e\\u9a8c\\u5ba4\\u7b49\\uff0c\\u5177\\u6709\\u8f83\\u4e3a\\u5b8c\\u5907\\u7684\\u5206\\u6790\\u6d4b\\u8bd5\\u4eea\\u5668\\u8bbe\\u5907\\uff0c\\u5982\\u70ed\\u8131\\u9644\\u4eea\\uff0c\\u7c89\\u5c18\\u68c0\\u6d4b\\u4eea\\uff0c\\u81ed\\u6c27\\u68c0\\u6d4b\\u4eea\\uff0c\\u7532\\u919b\\u4fbf\\u643a\\u68c0\\u6d4b\\u4eea\\uff0c<\\/strong><strong>TVOC<\\/strong><strong>\\u4fbf\\u643a\\u68c0\\u6d4b\\u4eea\\uff0c\\u6d4b\\u6c21\\u4eea\\uff0c<\\/strong><strong>1m<sup>3<\\/sup><\\/strong><strong>\\u73af\\u5883\\u6c14\\u5019\\u7bb1\\u7b49\\u3002\\u540c\\u65f6\\uff0c\\u7814\\u7a76\\u5ba4\\u6210\\u5458\\u4e13\\u4e1a\\u4e92\\u8865\\uff0c\\u9ad8\\u4e2d\\u521d\\u7ea7\\u5206\\u5e03\\u5408\\u7406\\uff0c\\u5e76\\u62e5\\u6709\\u591a\\u5e74\\u7684\\u5b9e\\u9a8c\\u5ba4\\u5de5\\u4f5c\\u7ecf\\u9a8c\\uff0c\\u53ef\\u4ee5\\u5904\\u7406\\u5404\\u79cd\\u73af\\u5883\\u3001\\u8282\\u80fd\\u5b9e\\u9a8c\\uff0c\\u79d1\\u7814\\u5b9e\\u529b\\u8f83\\u5f3a\\u3002<\\/strong><br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>\\u7814\\u7a76\\u5ba4\\u4e3b\\u4efb\\u4ecb\\u7ecd\\uff1a<\\/strong><br\\/>\\r\\n\\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>\\u738b\\u5fd7\\u6210\\uff0c<\\/strong><strong>1973<\\/strong><strong>\\u5e74\\u51fa\\u751f\\uff0c\\u5b66\\u58eb\\uff0c\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08\\uff0c\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u540e\\u5907\\u5e26\\u5934\\u4eba\\uff0c\\u7701\\u7ea7\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u6210\\u5458\\uff0c\\u517c\\u4efb\\uff1a\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u5b66\\u4f1a\\u5e38\\u52a1\\u7406\\u4e8b\\u3001\\u7701\\u5316\\u5b66\\u4f1a\\u7406\\u4e8b\\u3002\\u4ece\\u4e8b\\u65b0\\u578b\\u9187\\u919a\\u71c3\\u6599\\u50ac\\u5316\\u5242\\u548c\\u4e73\\u5316\\u71c3\\u6599\\u50ac\\u5316\\u5242\\u53ca\\u5408\\u6210\\u5de5\\u827a\\u7814\\u7a76\\uff0c\\u4ee5\\u53ca\\u5ba4\\u5185\\u7a7a\\u6c14\\u6c61\\u67d3\\u7814\\u7a76\\u5de5\\u4f5c\\u3002\\u4e3b\\u6301\\u548c\\u4e3b\\u7814\\u79d1\\u7814\\u8bfe\\u9898<\\/strong><strong>22<\\/strong><strong>\\u9879\\uff0c\\u5176\\u4e2d\\u5305\\u62ec\\u56fd\\u5bb6\\u653b\\u5173\\u8ba1\\u5212\\u9879\\u76ee<\\/strong><strong>3<\\/strong><strong>\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d1\\u9879\\u76ee<\\/strong><strong>1<\\/strong><strong>\\u9879\\uff0c\\u56fd\\u5bb6\\u653f\\u5e9c\\u95f4\\u56fd\\u9645\\u5408\\u4f5c\\u9879\\u76ee<\\/strong><strong>1<\\/strong><strong>\\u9879\\uff0c\\u7701\\u653b\\u5173\\u8ba1\\u5212\\u9879\\u76ee<\\/strong><strong>6<\\/strong><strong>\\u9879\\u3002\\u83b7\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u5956<\\/strong><strong>1<\\/strong><strong>\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u5956<\\/strong><strong>2<\\/strong><strong>\\u9879\\uff0c\\u4e09\\u7b49\\u5956<\\/strong><strong>1<\\/strong><strong>\\u9879\\uff0c\\u56fd\\u5bb6\\u77f3\\u5316\\u534f\\u4f1a\\u79d1\\u6280\\u4e8c\\u7b49\\u5956<\\/strong><strong>1<\\/strong><strong>\\u9879\\uff0c\\u53d1\\u8868\\u5b66\\u672f\\u8bba\\u6587<\\/strong><strong>11<\\/strong><strong>\\u7bc7\\u3002<\\/strong><\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:07:51', '2020-06-03 09:07:51'),
(520, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:07:51', '2020-06-03 09:07:51'),
(521, 1, 'admin/articles/259/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:07:54', '2020-06-03 09:07:54'),
(522, 1, 'admin/articles/259', 'PUT', '1.190.203.218', '{\"title\":\"\\u673a\\u6784\\u8bbe\\u7f6e\",\"category_id\":\"11\",\"description\":null,\"content\":\"<p>&nbsp;<\\/p><h1 style=\\\"text-align: center\\\"><strong><span style=\\\"font-size: 20px\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7ec4\\u7ec7\\u7ed3\\u6784<\\/span><\\/strong><\\/h1><h2>\\r\\n\\t&nbsp;<\\/h2><h1><span style=\\\"font-size: 20px\\\">1\\u3001\\u79d1\\u7814\\u5f00\\u53d1\\u90e8\\u95e8<\\/span><\\/h1><p><span style=\\\"font-size: 20px\\\"><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span>\\u73af\\u5883\\u79d1\\u5b66\\u7814\\u7a76\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px;\\\"><strong>&nbsp; &nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px;\\\">\\u80fd\\u6e90\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u8282\\u80fd\\u6280\\u672f\\u7814\\u7a76\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u751f\\u7269\\u8d28\\u80fd\\u6e90\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u63a7\\u5236\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/p><h1><span style=\\\"font-size: 20px\\\">2\\u3001\\u884c\\u653f\\u7ba1\\u7406\\u90e8\\u95e8<\\/span><\\/h1><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u79d1\\u7814\\u7ba1\\u7406\\u529e\\u516c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u7efc\\u5408\\u7ba1\\u7406\\u529e\\u516c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u8d22\\u52a1\\u7ba1\\u7406\\u529e\\u516c\\u5ba4<\\/span><\\/p><h1><span style=\\\"font-size: 20px\\\">3\\u3001<\\/span><span style=\\\"font-size: 20px\\\">\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f<\\/span><\\/h1><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u80fd\\u6e90\\u5316\\u5b66<\\/span><\\/p><h1><span style=\\\"font-size: 20px\\\">4\\u3001\\u7701\\u91cd\\u70b9\\u5ba4\\u9a8c\\u5ba4<\\/span><\\/h1><p style=\\\"margin-top: 0px; margin-bottom: 0px\\\"><strong><span style=\\\"font-size: 28px\\\">&nbsp;&nbsp;&nbsp; \\u00b7<\\/span><\\/strong><span style=\\\"font-size: 20px\\\"><span style=\\\"font-family: \\u5b8b\\u4f53\\\">\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:08:00', '2020-06-03 09:08:00'),
(523, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:08:00', '2020-06-03 09:08:00'),
(524, 1, 'admin/articles/258/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:08:03', '2020-06-03 09:08:03'),
(525, 1, 'admin/articles/258', 'PUT', '1.190.203.218', '{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"category_id\":\"10\",\"description\":null,\"content\":\"<h1><span style=\\\"font-size: 20px\\\">\\u90ae\\u7bb1\\uff1a<a href=\\\"mailto:lifuqihappy@163.com\\\">hljnyfh@163.com<\\/a>&nbsp;&nbsp;&nbsp;<a href=\\\"mailto:hljnyhj@163.com\\\">hljnyhj@163.com<\\/a><\\/span><\\/h1><h1><span style=\\\"font-size: 20px\\\">\\u7535\\u8bdd\\uff1a0451-88071351&nbsp;&nbsp; 0451-82387268<\\/span><\\/h1>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:08:08', '2020-06-03 09:08:08'),
(526, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:08:09', '2020-06-03 09:08:09'),
(527, 1, 'admin/articles/254/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:08:12', '2020-06-03 09:08:12'),
(528, 1, 'admin/articles/254', 'PUT', '1.190.203.218', '{\"title\":\"\\u7b80\\u4ecb\",\"category_id\":\"1\",\"description\":null,\"content\":\"<p>&nbsp;<\\/p><h1 style=\\\"text-align: center\\\"><strong><span style=\\\"font-size: 20px\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff08\\u5b75\\u5316\\u4e2d\\u5fc3\\uff09\\u7ec4\\u7ec7\\u7ed3\\u6784<\\/span><\\/strong><\\/h1><h2>\\r\\n\\t&nbsp;<\\/h2><h1><span style=\\\"font-size: 20px\\\">1\\u3001\\u79d1\\u7814\\u5f00\\u53d1\\u90e8\\u95e8<\\/span><\\/h1><p><span style=\\\"font-size: 20px\\\"><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span>\\u73af\\u5883\\u79d1\\u5b66\\u4e0e\\u8282\\u80fd\\u6280\\u672f\\u7814\\u7a76\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;&nbsp;<strong>\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u80fd\\u6e90\\u5316\\u5b66\\u7814\\u7a76\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;<strong>&nbsp;\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u6cb9\\u54c1\\u52a9\\u5242\\u7814\\u53d1\\u4e2d\\u5fc3<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;&nbsp;<strong>\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u63a7\\u5236\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;&nbsp;<strong>\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u751f\\u7269\\u8d28\\u80fd\\u6e90\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;&nbsp;<strong>\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u5bd2\\u533a\\u751f\\u7269\\u8d28\\u80fd\\u6e90\\u57fa\\u5730<\\/span><\\/p><h1><span style=\\\"font-size: 20px\\\">2\\u3001\\u884c\\u653f\\u7ba1\\u7406\\u90e8\\u95e8<\\/span><\\/h1><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u79d1\\u7814\\u4e0e\\u4ea7\\u4e1a\\u5316\\u529e\\u516c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;&nbsp;<strong>\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u7efc\\u5408\\u7ba1\\u7406\\u529e\\u516c\\u5ba4<\\/span><\\/p><p><span style=\\\"font-size: 28px\\\">&nbsp; &nbsp;&nbsp;<strong>\\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u8d22\\u52a1\\u7ba1\\u7406\\u529e\\u516c\\u5ba4<\\/span><\\/p><h1><span style=\\\"font-size: 20px\\\">3\\u3001<\\/span><span style=\\\"font-size: 20px\\\">\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f<\\/span><\\/h1><p><span style=\\\"font-size: 28px\\\"><strong>&nbsp;&nbsp;&nbsp; \\u00b7<\\/strong><\\/span><span style=\\\"font-size: 20px\\\">\\u80fd\\u6e90\\u5316\\u5b66<\\/span><\\/p><h1><span style=\\\"font-size: 20px\\\">4\\u3001\\u7701\\u91cd\\u70b9\\u5ba4\\u9a8c\\u5ba4<\\/span><\\/h1><p style=\\\"margin-top: 0px; margin-bottom: 0px\\\"><strong><span style=\\\"font-size: 28px\\\">&nbsp;&nbsp;&nbsp; \\u00b7<\\/span><\\/strong><span style=\\\"font-size: 20px\\\"><span style=\\\"font-family: \\u5b8b\\u4f53\\\">\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4<\\/span><\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:08:18', '2020-06-03 09:08:18'),
(529, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:08:18', '2020-06-03 09:08:18'),
(530, 1, 'admin/articles/256/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:08:22', '2020-06-03 09:08:22'),
(531, 1, 'admin/articles/256', 'PUT', '1.190.203.218', '{\"title\":\"\\u5386\\u53f2\\u6cbf\\u9769\",\"category_id\":\"3\",\"description\":null,\"content\":\"<h1><span style=\\\"font-size: 22px\\\"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6210\\u7acb\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\uff0c\\u5355\\u4f4d\\u6027\\u8d28\\u4e3a\\u516c\\u76ca\\u4e09\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u6280\\u672f\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c2006\\u5e74\\u5355\\u4f4d\\u6027\\u8d28\\u8f6c\\u53d8\\u4e3a\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\uff0c2010\\u5e74\\u96b6\\u5c5e\\u5173\\u7cfb\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u6280\\u672f\\u5385\\u53d8\\u66f4\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c2013\\u5e743\\u6708\\u4e0e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u5b75\\u5316\\u4e2d\\u5fc3\\u5408\\u5e76\\u3002<\\/strong><\\/span><\\/h1><p>&nbsp;<\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:08:28', '2020-06-03 09:08:28'),
(532, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:08:28', '2020-06-03 09:08:28'),
(533, 1, 'admin/articles/249/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:10:37', '2020-06-03 09:10:37');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(534, 1, 'admin/articles/249', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u515a\\u59d4\\u7ec4\\u7ec7\\u5168\\u4f53\\u515a\\u5458\\u548c\\u90e8\\u5206\\u515a\\u5916\\u4eba\\u58eb\\u53c2\\u89c2\\u5317\\u5927\\u8352\\u535a\\u7269\\u9986\",\"category_id\":\"7\",\"description\":\"\\u4e3a\\u8fdb\\u4e00\\u6b65\\u6df1\\u5165\\u5f00\\u5c55\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\u3001\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\u4e3b\\u9898\\u6559\\u80b2\\u6d3b\\u52a8\\uff0c7\\u67084\\u65e5\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u515a\\u59d4\\u7ec4\\u7ec7\\u5168\\u4f53\\u515a\\u5458\\u548c\\u90e8\\u5206\\u515a\\u5916\\u4eba\\u58eb\\u53c2\\u89c2\\u5317\\u5927\\u8352\\u535a\\u7269\\u9986\\uff0c\\u5b66\\u4e60\\u8df5\\u884c\\u201c\\u8270\\u82e6\\u594b\\u6597\\u3001\\u52c7\\u4e8e\\u5f00\\u62d3\\u3001\\u987e\\u5168\",\"content\":\"<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\\\"font-size:16px;\\\">\\u4e3a\\u8fdb\\u4e00\\u6b65\\u6df1\\u5165\\u5f00\\u5c55\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\u3001\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\u4e3b\\u9898\\u6559\\u80b2\\u6d3b\\u52a8\\uff0c7\\u67084\\u65e5\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u515a\\u59d4\\u7ec4\\u7ec7\\u5168\\u4f53\\u515a\\u5458\\u548c\\u90e8\\u5206\\u515a\\u5916\\u4eba\\u58eb\\u53c2\\u89c2\\u5317\\u5927\\u8352\\u535a\\u7269\\u9986\\uff0c\\u5b66\\u4e60\\u8df5\\u884c\\u201c\\u8270\\u82e6\\u594b\\u6597\\u3001\\u52c7\\u4e8e\\u5f00\\u62d3\\u3001\\u987e\\u5168\\u5927\\u5c40\\u3001\\u65e0\\u79c1\\u5949\\u732e\\u201d\\u7684\\u5317\\u5927\\u8352\\u7cbe\\u795e\\u3002<br\\/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\\u901a\\u8fc7\\u6b64\\u6b21\\u53c2\\u89c2\\u5b66\\u4e60\\uff0c\\u5927\\u5bb6\\u90fd\\u6df1\\u523b\\u4f53\\u4f1a\\u5230\\u51e0\\u4ee3\\u5317\\u5927\\u8352\\u4eba\\u732e\\u9752\\u6625\\u3001\\u732e\\u7ec8\\u8eab\\u7684\\u65e0\\u79c1\\u4f1f\\u5927\\uff0c\\u5927\\u5bb6\\u7eb7\\u7eb7\\u8868\\u793a\\u672c\\u6b21\\u6d3b\\u52a8\\u4e0d\\u4ec5\\u662f\\u4e00\\u6b21\\u5b66\\u4e60\\u6559\\u80b2\\uff0c\\u66f4\\u662f\\u4e00\\u6b21\\u6df1\\u523b\\u7684\\u7cbe\\u795e\\u6d17\\u793c\\uff0c\\u5e94\\u94ed\\u8bb0\\u5386\\u53f2\\uff0c\\u5728\\u4eca\\u540e\\u5de5\\u4f5c\\u751f\\u6d3b\\u4e2d\\u7ee7\\u7eed\\u5f18\\u626c\\u5317\\u5927\\u8352\\u7cbe\\u795e\\uff0c\\u521d\\u5fc3\\u4e0d\\u6539\\uff0c\\u6562\\u62c5\\u5f53\\u3001\\u987e\\u5927\\u5c40\\u3001\\u4e50\\u4e8e\\u5949\\u732e\\u3001\\u594b\\u52c7\\u5411\\u524d\\uff01<\\/span><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles\"}', '2020-06-03 09:10:42', '2020-06-03 09:10:42'),
(535, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:10:43', '2020-06-03 09:10:43'),
(536, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\",\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:10:45', '2020-06-03 09:10:45'),
(537, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u8f66\\u7528\",\"category\":{\"id\":null}}', '2020-06-03 09:11:16', '2020-06-03 09:11:16'),
(538, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u8f66\\u7528\\u7532\\u9187\",\"category\":{\"id\":null}}', '2020-06-03 09:11:21', '2020-06-03 09:11:21'),
(539, 1, 'admin/articles/12/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:11:26', '2020-06-03 09:11:26'),
(540, 1, 'admin/articles/12', 'PUT', '1.190.203.218', '{\"title\":\"M15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242\",\"category_id\":\"19\",\"description\":\"\\u300aM15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u300b\\u662f\\u542b\\u6709\\u8f9b\\u70f7\\u503c\\u589e\\u5f3a\\u5242\\u3001\\u52a8\\u529b\\u589e\\u5f3a\\u5242\\u3001\\u91d1\\u5c5e\\u8150\\u8680\\u6291\\u5236\\u5242\\u3001\\u6a61\\u80f6\\u6eb6\\u80c0\\u6291\\u5236\\u5242\\u3001\\u52a9\\u71c3\\u5242\\u548c\\u52a9\\u6eb6\\u5242\\u7684\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u3002\\u901a\\u8fc7\\u4e92\\u914d\\u6027\\u8bd5\\u9a8c\\u3001\\u6eb6\\u89e3\\u6027\\u8bd5\\u9a8c\\u3001\\u8f9b\\u70f7\\u503c\\u52a0\\u548c\\u6027\\u548c\",\"content\":\"<p><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u300aM15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u300b\\u662f\\u542b\\u6709\\u8f9b\\u70f7\\u503c\\u589e\\u5f3a\\u5242\\u3001\\u52a8\\u529b\\u589e\\u5f3a\\u5242\\u3001\\u91d1\\u5c5e\\u8150\\u8680\\u6291\\u5236\\u5242\\u3001\\u6a61\\u80f6\\u6eb6\\u80c0\\u6291\\u5236\\u5242\\u3001\\u52a9\\u71c3\\u5242\\u548c\\u52a9\\u6eb6\\u5242\\u7684\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u3002\\u901a\\u8fc7\\u4e92\\u914d\\u6027\\u8bd5\\u9a8c\\u3001\\u6eb6\\u89e3\\u6027\\u8bd5\\u9a8c\\u3001\\u8f9b\\u70f7\\u503c\\u52a0\\u548c\\u6027\\u548c\\u8c03\\u548c\\u6b63\\u6548\\u5e94\\u8bd5\\u9a8c\\uff0c\\u89e3\\u51b3\\u4e86\\u6dfb\\u52a0\\u5242\\u590d\\u5408\\u540e\\u4ea7\\u751f\\u7684\\u8f83\\u5927\\u4e92\\u6270\\u6027\\u53ca\\u7ecf\\u6d4e\\u6027\\u7b49\\u95ee\\u9898\\uff0c\\u6700\\u7ec8\\u5f97\\u51fa\\u6dfb\\u52a0\\u5242\\u7684\\u6700\\u4f73\\u914d\\u6bd4\\uff0c\\u5e76\\u5bf9\\u6dfb\\u52a0\\u5242\\u5404\\u9879\\u6307\\u6807\\u8fdb\\u884c\\u68c0\\u6d4b\\uff0c\\u68c0\\u6d4b\\u7ed3\\u679c\\u5747\\u7b26\\u5408\\u6807\\u51c6\\u3002\\u8be5\\u6dfb\\u52a0\\u5242\\u6709\\u6548\\u89e3\\u51b3\\u548c\\u63a7\\u5236\\u4e86M15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\uff1a\\u4f4e\\u6e29\\u542f\\u52a8\\u96be\\u3001\\u9ad8\\u6e29\\u6c14\\u963b\\u5927\\u3001\\u52a8\\u529b\\u4e0d\\u8db3\\u3001\\u8150\\u8680\\u6eb6\\u80c0\\u7b49\\u95ee\\u9898\\u3002\\u4f7fM15\\u7532\\u9187\\u6c7d\\u6cb9\\u957f\\u671f\\u5904\\u4e8e\\u7a33\\u5b9a\\u72b6\\u6001\\uff0c\\u4e0d\\u6613\\u5206\\u5c42\\uff0c\\u89e3\\u51b3\\u4e86\\u6c7d\\u6cb9\\u4e0e\\u7532\\u9187\\u4e92\\u6eb6\\u6027\\u5dee\\u7684\\u95ee\\u9898\\u3002\\u5e76\\u4e14\\u53ef\\u4ee5\\u663e\\u8457\\u63d0\\u9ad8\\u6cb9\\u54c1\\u7684\\u8f9b\\u70f7\\u503c\\u548c\\u52a8\\u529b\\u6027\\u80fd\\uff0c\\u540c\\u65f6\\u4f7f\\u7528\\u8be5\\u6dfb\\u52a0\\u5242\\u8c03\\u548c\\u7684M15\\u7532\\u9187\\u6c7d\\u6cb9\\uff0c\\u4e0d\\u9700\\u6539\\u53d8\\u53d1\\u52a8\\u673a\\u7684\\u7ed3\\u6784\\u3002\\u8be5\\u6dfb\\u52a0\\u5242\\u901a\\u8fc7\\u5de5\\u4e1a\\u5e94\\u7528\\u53ca\\u6027\\u80fd\\u8003\\u6838\\uff0c\\u7ecf\\u9ed1\\u9f99\\u6c5f\\u7701\\u7cbe\\u7ec6\\u5316\\u5de5\\u4ea7\\u54c1\\u8d28\\u91cf\\u76d1\\u7763\\u68c0\\u9a8c\\u7ad9\\u68c0\\u9a8c\\u5408\\u683c\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E8%BD%A6%E7%94%A8%E7%94%B2%E9%86%87&category%5Bid%5D=\"}', '2020-06-03 09:11:34', '2020-06-03 09:11:34'),
(541, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u8f66\\u7528\\u7532\\u9187\",\"category\":{\"id\":null}}', '2020-06-03 09:11:34', '2020-06-03 09:11:34'),
(542, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5de5\\u5382\\u5316\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:11:51', '2020-06-03 09:11:51'),
(543, 1, 'admin/articles/9/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:11:54', '2020-06-03 09:11:54'),
(544, 1, 'admin/articles/9', 'PUT', '1.190.203.218', '{\"title\":\"\\u5de5\\u5382\\u5316\\u538c\\u6c27\\u6cbc\\u6c14\\u53d1\\u7535\\u63a7\\u5236\\u7cfb\\u7edf\\u4eff\\u771f\\u5e73\\u53f0\\u7684\\u5f00\\u53d1\\u7814\\u7a76\",\"category_id\":\"19\",\"description\":\"\\u5de5\\u5382\\u5316\\u538c\\u6c27\\u6cbc\\u6c14\\u53d1\\u7535\\u63a7\\u5236\\u7cfb\\u7edf\\u4eff\\u771f\\u5e73\\u53f0\\u4ee5\\u52a0\\u62ff\\u5927\\u963f\\u5c14\\u4f2f\\u5854\\u7814\\u7a76\\u9662\\u96c6\\u6210\\u7caa\\u4fbf\\u7efc\\u5408\\u5229\\u7528\\u7cfb\\u7edf\\uff08IMUS\\uff09\\u8bbe\\u8ba1\\u5de5\\u827a\\u4e3a\\u57fa\\u7840\\uff0c\\u9488\\u5bf9\\u5de5\\u4e1a\\u5316\\u6cbc\\u6c14\\u53d1\\u7535\\u8fc7\\u7a0b\\u4e2d\\uff0c\\u538c\\u6c27\\u53d1\\u9175\\u5de5\\u827a\\u8fc7\\u7a0b\\u81ea\\u52a8\\u63a7\\u5236\\u7684\\u590d\\u6742\\u6027\\u548c\\u591a\\u6837\",\"content\":\"<p><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u201c\\u5de5\\u5382\\u5316\\u538c\\u6c27\\u6cbc\\u6c14\\u53d1\\u7535\\u63a7\\u5236\\u7cfb\\u7edf\\u4eff\\u771f\\u5e73\\u53f0\\u201d\\u4ee5\\u52a0\\u62ff\\u5927\\u963f\\u5c14\\u4f2f\\u5854\\u7814\\u7a76\\u9662\\u201c\\u96c6\\u6210\\u7caa\\u4fbf\\u7efc\\u5408\\u5229\\u7528\\u7cfb\\u7edf\\uff08IMUS\\uff09\\u201d\\u8bbe\\u8ba1\\u5de5\\u827a\\u4e3a\\u57fa\\u7840\\uff0c\\u9488\\u5bf9\\u5de5\\u4e1a\\u5316\\u6cbc\\u6c14\\u53d1\\u7535\\u8fc7\\u7a0b\\u4e2d\\uff0c\\u538c\\u6c27\\u53d1\\u9175\\u5de5\\u827a\\u8fc7\\u7a0b\\u81ea\\u52a8\\u63a7\\u5236\\u7684\\u590d\\u6742\\u6027\\u548c\\u591a\\u6837\\u6027\\uff0c\\u5efa\\u7acb\\u4e00\\u5957\\u9002\\u7528\\u4e8e\\u5de5\\u4e1a\\u5316\\u6cbc\\u6c14\\u53d1\\u7535\\u63a7\\u5236\\u7cfb\\u7edf\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u8fc7\\u7a0b\\u4eff\\u771f\\u5e73\\u53f0\\u7cfb\\u7edf\\u3002\\u901a\\u8fc7\\u4eff\\u771f\\u5e73\\u53f0\\u7cfb\\u7edf\\u53ef\\u5728\\u5b9e\\u9a8c\\u5ba4\\u5185\\u5b9e\\u73b0\\u5b9e\\u9645\\u751f\\u4ea7\\u4e2d\\u5f88\\u96be\\u83b7\\u5f97\\u7684\\u6280\\u672f\\u6570\\u636e,\\u5e76\\u5bf9\\u5f00\\u53d1\\u9879\\u76ee\\u8fdb\\u884c\\u9884\\u8bc4\\u4f30\\uff0c\\u53ef\\u7f29\\u77ed\\u9879\\u76ee\\u5f00\\u53d1\\u5468\\u671f\\u3001\\u8282\\u7ea6\\u8bd5\\u9a8c\\u548c\\u8bbe\\u8ba1\\u8d39\\u7528\\u3001\\u964d\\u4f4e\\u5f00\\u53d1\\u98ce\\u9669\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u5728\\u8bbe\\u8ba1\\u8fc7\\u7a0b\\u4e2d\\uff0c\\u5c06\\u9488\\u5bf9\\u751f\\u7269\\u53d1\\u9175\\u8fc7\\u7a0b\\u7684\\u65f6\\u53d8\\u6027\\u3001\\u975e\\u7ebf\\u6027\\u4ee5\\u53ca\\u63a7\\u5236\\u8fc7\\u7a0b\\u7684\\u590d\\u6742\\u6027\\uff0c\\u5e94\\u7528\\u5de5\\u5177\\u8f6f\\u4ef6\\u548c\\u6570\\u5b66\\u8ba1\\u7b97\\u65b9\\u6cd5\\u8fdb\\u884c\\u4eff\\u771f\\u5e73\\u53f0\\u7684\\u5f00\\u53d1\\uff0c\\u9879\\u76ee\\u91c7\\u7528LabVIEW\\u548cMATLAB\\u8bed\\u8a00\\u76f8\\u7ed3\\u5408\\u8fdb\\u884c\\u7cfb\\u7edf\\u8bbe\\u8ba1\\uff1b\\u4f9d\\u636e\\u751f\\u4ea7\\u8fc7\\u7a0b\\u4e0d\\u540c\\u63a7\\u5236\\u8282\\u70b9\\uff08\\u8fdb\\u51fa\\u6599\\u7684\\u60c5\\u51b5\\u3001\\u538b\\u529b\\u63a7\\u5236\\u3001\\u4ea7\\u6c14\\u7387\\u3001\\u6e29\\u5ea6\\u3001\\u5e95\\u7269\\u6d53\\u5ea6\\u3001\\u53d1\\u9175\\u53ca\\u6405\\u62cc\\u65f6\\u95f4\\u7b49\\uff09\\u7684\\u6280\\u672f\\u53c2\\u6570\\u8fdb\\u884c\\u66f2\\u7ebf\\u6a21\\u62df\\u4eff\\u771f\\uff0c\\u5e76\\u8bbe\\u8ba1\\u63a7\\u5236\\u6570\\u5b66\\u6a21\\u578b\\uff0c\\u5efa\\u7acb\\u5de5\\u5382\\u5316\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u6cbc\\u6c14\\u53d1\\u7535\\u8fc7\\u7a0b\\u63a7\\u5236\\u4eff\\u771f\\u5e73\\u53f0\\u3002\\u4eff\\u771f\\u5e73\\u53f0\\u901a\\u8fc7\\u5df2\\u77e5\\u7684\\u53c2\\u6570\\uff08\\u53d1\\u9175\\u6599\\u6db2\\u7684\\u4ea7\\u91cf\\u3001\\u73af\\u5883\\u6e29\\u5ea6\\u7684\\u53d8\\u5316\\u7b49\\uff09\\u8fdb\\u884c\\u6cbc\\u6c14\\u53d1\\u7535\\u88c5\\u7f6e\\u7684\\u53d1\\u9175\\u7f50\\u4f53\\u3001\\u53d1\\u7535\\u673a\\u7b49\\u4e3b\\u8981\\u8bbe\\u5907\\u7684\\u8bbe\\u8ba1\\u53c2\\u6570\\u8fdb\\u884c\\u9884\\u4f30\\u4eff\\u771f\\uff0c\\u4e3a\\u65b0\\u5efa\\u201c\\u5de5\\u5382\\u5316\\u538c\\u6c27\\u6cbc\\u6c14\\u53d1\\u7535\\u88c5\\u7f6e\\u201d\\u5efa\\u8bbe\\u63d0\\u4f9b\\u53c2\\u6570\\u4eff\\u771f\\u6a21\\u62df\\uff1b\\u901a\\u8fc7\\u4fee\\u6539\\u63a7\\u5236\\u8fc7\\u7a0b\\u7684\\u53c2\\u6570\\uff08\\u6e29\\u5ea6\\u3001\\u538b\\u529b\\u3001\\u5e95\\u7269\\u6d41\\u91cf\\u3001PH\\u503c\\u53d8\\u5316\\u3001\\u5e95\\u7269\\u6d53\\u5ea6\\u3001\\u53d1\\u9175\\u65f6\\u95f4\\u3001\\u6405\\u62cc\\u65f6\\u95f4\\u7b49\\uff09\\uff0c\\u5b9e\\u73b0\\u6cbc\\u6c14\\u4ea7\\u6c14\\u91cf\\u548c\\u4ea7\\u6c14\\u8d28\\u91cf\\u7684\\u53d8\\u5316\\u60c5\\u51b5\\u6a21\\u62df\\uff0c\\u63d0\\u4f9b\\u4ea7\\u6c14\\u91cf\\u53d8\\u5316\\u8fc7\\u7a0b\\u63a7\\u5236\\u4fee\\u6539\\u65b9\\u6848\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u8be5\\u5e73\\u53f0\\u7cfb\\u7edf\\u4e00\\u65b9\\u9762\\u5b83\\u53ef\\u4ee5\\u4f9b\\u7814\\u7a76\\u8005\\u548c\\u5efa\\u8bbe\\u8005\\u5728\\u5206\\u6790\\u548c\\u6bd4\\u8f83\\u5404\\u79cd\\u63a7\\u5236\\u7b56\\u7565\\u548c\\u8bca\\u65ad\\u65b9\\u6cd5\\u65f6\\u4f7f\\u7528\\uff1b\\u53e6\\u4e00\\u65b9\\u9762\\u53ef\\u4ee5\\u6839\\u636e\\u793a\\u8303\\u5de5\\u7a0b\\u4e2d\\u53d6\\u5f97\\u7684\\u65b0\\u6210\\u679c\\u3001\\u6570\\u636e\\u3001\\u53d1\\u73b0\\u4ee5\\u53ca\\u65b0\\u5de5\\u827a\\u4e0d\\u65ad\\u5b8c\\u5584\\u6570\\u636e\\u5e73\\u53f0\\uff0c\\u4e3a\\u5de5\\u827a\\u8bbe\\u8ba1\\u63d0\\u4f9b\\u5e2e\\u52a9\\uff0c\\u4ee5\\u9002\\u5e94\\u65b0\\u7684\\u5de5\\u4e1a\\u9700\\u6c42\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\u8be5\\u4eff\\u771f\\u5e73\\u53f0\\u7cfb\\u7edf\\u91c7\\u7528\\u56fd\\u5916\\u5148\\u8fdb\\u7684\\u6280\\u672f\\u5de5\\u827a\\u8fdb\\u884c\\u8bbe\\u8ba1\\uff0c\\u9488\\u5bf9\\u4e8e\\u5de5\\u5382\\u5316\\u538c\\u6c27\\u6cbc\\u6c14\\u53d1\\u7535\\u88c5\\u7f6e\\u8fdb\\u884c\\u8bbe\\u8ba1\\uff0c\\u5177\\u6709\\u9ad8\\u6548\\u7684\\u70ed\\u7535\\u8054\\u7528\\u70ed\\u56de\\u6536\\u5de5\\u827a\\uff0c\\u4e0d\\u6d88\\u8017\\u65b0\\u7684\\u5316\\u77f3\\u80fd\\u6e90\\uff0c\\u5c24\\u5176\\u9002\\u5408\\u9ad8\\u5bd2\\u5730\\u533a\\u8fdb\\u884c\\uff0c\\u5de5\\u827a\\u6c34\\u5e73\\u5904\\u4e8e\\u56fd\\u9645\\u5148\\u8fdb\\u6c34\\u5e73\\uff0c\\u5f00\\u53d1\\u5b8c\\u6210\\u540e\\u5c06\\u5bf9\\u56fd\\u5185\\u7684\\u5de5\\u5382\\u5316\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\u5efa\\u8bae\\u63d0\\u4f9b\\u501f\\u9274\\u4f9d\\u636e\\u3002\\u63a7\\u5236\\u7cfb\\u7edf\\u5728\\u751f\\u4ea7\\u8fc7\\u7a0b\\u4e2d\\uff0c\\u4e0d\\u4ea7\\u751f\\u4e8c\\u6b21\\u6c61\\u67d3\\uff0c\\u8fdb\\u51fa\\u6599\\u8fde\\u7eed\\u5316\\uff0c\\u63a7\\u5236\\u5355\\u5143\\u6a21\\u5757\\u5316\\uff0c\\u91c7\\u7528\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u5de5\\u827a\\uff0c\\u4ea7\\u6c14\\u7387\\u9ad8\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E5%B7%A5%E5%8E%82%E5%8C%96&category%5Bid%5D=\"}', '2020-06-03 09:12:06', '2020-06-03 09:12:06'),
(545, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5de5\\u5382\\u5316\",\"category\":{\"id\":null}}', '2020-06-03 09:12:06', '2020-06-03 09:12:06'),
(546, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u6280\\u672f\\u7279\\u70b9\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:12:19', '2020-06-03 09:12:19'),
(547, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u50ac\\u5316\\u5242\",\"category\":{\"id\":null}}', '2020-06-03 09:12:28', '2020-06-03 09:12:28'),
(548, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:12:31', '2020-06-03 09:12:31'),
(549, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u50ac\\u5316\\u5242\",\"category\":{\"id\":null}}', '2020-06-03 09:12:36', '2020-06-03 09:12:36'),
(550, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u90e8\\u5206\\u79d1\\u6280\\u6210\\u679c\\u6c47\\u7f16\\u76ee\\u5f55\",\"category\":{\"id\":null}}', '2020-06-03 09:12:47', '2020-06-03 09:12:47'),
(551, 1, 'admin/articles/147/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:12:49', '2020-06-03 09:12:49');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(552, 1, 'admin/articles/147', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662<\\/br>\\u90e8\\u5206\\u79d1\\u6280\\u6210\\u679c\\u6c47\\u7f16\\u76ee\\u5f55\\uff082008-2015\\uff09\",\"category_id\":\"19\",\"description\":\"\\u5e8f\\u53f7 \\u6210\\u679c\\u540d\\u79f0 \\u9274\\u5b9a\\u65f6\\u95f4 1 \\u6cb9\\u9875\\u5ca9\\u4f4e\\u6e29\\u70ed\\u89e3\\u6761\\u4ef6\\u5bf9\\u9875\\u5ca9\\u6cb9\\u6027\\u8d28\\u7684\\u5f71\\u54cd\\u7814\\u7a76 2015 2 \\u7164\\u4e0e\\u5e9f\\u5f03\\u6709\\u673a\\u5236\\u54c1\\u5171\\u7126\\u5316\\u6280\\u672f\\u5f00\\u53d1\\u4e0e\\u5e94\\u7528 2015 3 M25\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u5e94\\u7528\\u6280\\u672f\\u7814\\u7a76 2015 4 \\u5bd2\\u533a\\u519c\\u4e1a\\u56fa\\u4f53\\u5e9f\\u5f03\\u7269\\u9ad8\",\"content\":\"<table border=\\\"2\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:600px;\\\" width=\\\"452\\\"><colgroup><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><\\/colgroup><tbody><tr height=\\\"51\\\"><td height=\\\"51\\\" style=\\\"height: 51px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5e8f\\u53f7<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6210\\u679c\\u540d\\u79f0<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9274\\u5b9a\\u65f6\\u95f4<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">1<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cb9\\u9875\\u5ca9\\u4f4e\\u6e29\\u70ed\\u89e3\\u6761\\u4ef6\\u5bf9\\u9875\\u5ca9\\u6cb9\\u6027\\u8d28\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u7164\\u4e0e\\u5e9f\\u5f03\\u6709\\u673a\\u5236\\u54c1\\u5171\\u7126\\u5316\\u6280\\u672f\\u5f00\\u53d1\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">3<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">M25\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u5e94\\u7528\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">4<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5bd2\\u533a\\u519c\\u4e1a\\u56fa\\u4f53\\u5e9f\\u5f03\\u7269\\u9ad8\\u503c\\u5316\\u5229\\u7528\\u5173\\u952e\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">5<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u91cd\\u8d28\\u6cb9\\u4e73\\u5316\\u5242\\u53ca\\u4e73\\u5316\\u65b9\\u5f0f\\u7684\\u4f18\\u5316\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">6<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4e73\\u5316\\u67f4\\u6cb9\\u63d0\\u9ad8\\u71c3\\u70e7\\u6548\\u7387\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">7<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4e00\\u79cd\\u4eb2\\u6c34\\u6027\\u65e0\\u7eba\\u5e03\\u7684\\u5236\\u5907\\u65b9\\u6cd5\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">8<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6c34\\u5305\\u6cb9\\u578b\\u4e73\\u5316\\u91cd\\u6cb9\\u7684\\u7a33\\u5b9a\\u6027\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">9<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u592a\\u9633\\u80fd\\u7b49\\u6e05\\u6d01\\u80fd\\u6e90\\u66ff\\u4ee3\\u5c0f\\u578b\\u71c3\\u7164\\u9505\\u7089\\u5efa\\u7b51\\u91c7\\u6696\\u7684\\u5173\\u952e\\u6280\\u672f\\u7814\\u7a76\\u53ca\\u793a\\u8303<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">10<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u91c7\\u6696\\u667a\\u80fd\\u63a7\\u5236\\u88c5\\u7f6e\\u7684\\u5e94\\u7528\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">11<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u57fa\\u4e8e\\u201c\\u4e00\\u6751\\u4e00\\u5382\\u201d\\u751f\\u7269\\u8d28\\u52a0\\u5de5\\u548c\\u6e05\\u6d01\\u5229\\u7528\\u7684\\u5bd2\\u533a\\u201c\\u65e0\\u7164\\u751f\\u6001\\u6751\\u201d\\u5e94\\u7528\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">12<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4e2d\\u8bd5\\u6cbc\\u6c14\\u53d1\\u9175\\u7cfb\\u7edf\\u8282\\u80fd\\u63a7\\u5236\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">13<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u57fa\\u4e8eZigBee\\u548cWLAN\\u6280\\u672f\\u7684\\u4e2d\\u8bd5\\u6cbc\\u6c14\\u53d1\\u9175\\u76d1\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">14<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6db2\\u56de\\u6d41\\u55b7\\u6dcb\\u5bf9\\u79f8\\u79c6\\u6cbc\\u6c14\\u4ea7\\u91cf\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">15<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9178\\u9884\\u5904\\u7406\\u7389\\u7c73\\u79f8\\u79c6\\u4e0e\\u5976\\u725b\\u7caa\\u4fbf\\u6df7\\u5408\\u538c\\u6c27\\u6d88\\u5316\\u5de5\\u827a\\u4f18\\u5316\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">16<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4e09\\u5854\\u53d8\\u538b\\u5438\\u9644\\u6cbc\\u6c14\\u63d0\\u7eaf\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">17<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6db2\\u8d85\\u6ee4\\u819c\\u5206\\u79bb\\u6d53\\u7f29\\u65b9\\u6cd5\\u4f18\\u5316\\u53ca\\u819c\\u518d\\u751f\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">18<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6db2\\u76f8\\u8272\\u8c31\\u6cd5\\u5206\\u6790\\u9e21\\u7caa\\u4e2d\\u6b8b\\u7559\\u56db\\u73af\\u7d20\\u7c7b\\u6297\\u751f\\u7d20\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">19<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u8c03\\u548c\\u56fd\\u2164\\u6807\\u51c6\\u8f66\\u7528\\u6c7d\\u6cb9\\u7684\\u6297\\u7206\\u5242\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">20<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u91c7\\u6696\\u7cfb\\u7edf\\u7684\\u4f18\\u5316\\u63a7\\u5236\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">21<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9875\\u5ca9\\u6cb9\\u52a0\\u6c22\\u7cbe\\u5236-\\u5ef6\\u8fdf\\u7126\\u5316\\u7ec4\\u5408\\u5de5\\u827a\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">22<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6c14\\u5de5\\u7a0b\\u8fdb\\u6599\\u56fa\\u542b\\u91cf\\u5728\\u7ebf\\u76d1\\u6d4b\\u65b9\\u6cd5\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">23<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u8f7b\\u8d28\\u6728\\u7126\\u6cb9\\u52a0\\u6c22\\u63d0\\u8d28\\u8f6c\\u5316\\u8fd0\\u8f93\\u71c3\\u6599\\u6cb9\\u8c03\\u548c\\u7ec4\\u5206\\u7684\\u5de5\\u827a\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">24<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5bd2\\u5730\\u6cbc\\u6c14\\u53d1\\u7535\\u673a\\u4f59\\u70ed\\u56de\\u6536\\u4eff\\u771f\\u4f18\\u5316\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">25<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u79f8\\u79c6\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fc7\\u7a0b\\u5173\\u952e\\u6280\\u672f\\u53c2\\u6570\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">26<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6db2\\u9ad8\\u6548\\u56de\\u7528\\u53ca\\u7efc\\u5408\\u5904\\u7406\\u5de5\\u827a\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">27<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6db2\\u56de\\u6d41\\u5bf9\\u725b\\u7caa\\u538c\\u6c27\\u53d1\\u9175\\u6cbc\\u6c14\\u4ea7\\u91cf\\u7684\\u5f71\\u54cd\\u53ca\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">28<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u538c\\u6c27\\u53d1\\u9175\\u53cd\\u5e94\\u5668\\u6e29\\u5ea6\\u76d1\\u63a7\\u53ca\\u8865\\u507f\\u7cfb\\u7edf\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">29<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u590d\\u5408\\u8c03\\u8282\\u5242\\uff08\\u6da6\\u6ed1\\u6027\\u80fd\\uff09\\u4e2d\\u8bd5\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">30<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5229\\u7528\\u70bc\\u538290#\\u6c7d\\u6cb9\\u751f\\u4ea7\\u56fd\\u2163\\u6807\\u51c693#\\u6c7d\\u6cb9\\u7684\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">31<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4ea7\\u6cb9\\u5fae\\u85fb\\u7684\\u4e00\\u4f53\\u5f0f\\u57f9\\u517b\\u53ca\\u67f4\\u6cb9\\u63d0\\u53d6\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">32<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4ece\\u5e9f\\u6e90\\u57f9\\u517b\\u7684\\u4ea7\\u6cb9\\u5fae\\u85fb\\u4e2d\\u63d0\\u53d6\\u751f\\u7269\\u67f4\\u6cb9\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">33<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u7532\\u9187\\u4e73\\u5316\\u67f4\\u6cb9\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">34<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5229\\u7528\\u9875\\u5ca9\\u6cb9\\u5236\\u53d6\\u6cb9\\u7802\\u5206\\u79bb\\u5242\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">35<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5168\\u998f\\u5206\\u9875\\u5ca9\\u6cb9\\u6539\\u8d28\\u8f6c\\u5316\\u8f7b\\u8d28\\u8fd0\\u8f93\\u71c3\\u6599\\u5de5\\u827a\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">36<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u819c\\u751f\\u7269\\u53cd\\u5e94\\u5668\\u4e2d\\u6539\\u6027\\u590d\\u5408\\u819c\\u7684\\u5236\\u5907\\u4e0e\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">37<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u8f66\\u7528\\u6c7d\\u6cb9\\u590d\\u5408\\u8c03\\u8282\\u5242\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">38<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cb9\\u9875\\u5ca9\\u4e2d\\u6709\\u673a\\u8d28\\u7684\\u5206\\u79bb\\u548c\\u5206\\u6790<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">39<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u53d1\\u9175\\u539f\\u6599\\u6c34\\u89e3\\u7387\\u5bf9\\u63d0\\u9ad8CSTR\\u53cd\\u5e94\\u5668\\u4ea7\\u6c14\\u7387\\u7684\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">40<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5bd2\\u533a\\u725b\\u7caa\\u4e24\\u7ea7\\u538c\\u6c27\\u9ad8\\u6548\\u53d1\\u9175\\u5de5\\u827a\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">41<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4e0d\\u540c\\u6405\\u62cc\\u65b9\\u5f0f\\u5bf9\\u53cd\\u5e94\\u5668\\u4e0a\\u5c42\\u6d6e\\u6e23\\u5f71\\u54cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u4ea7\\u6c14\\u7387\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">42<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fc7\\u7a0b\\u4e2d\\u6cbc\\u6c14\\u51c0\\u5316\\u7cfb\\u7edf\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">43<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u57fa\\u4e8e\\u6df7\\u5408\\u6a21\\u578b\\u7684\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fc7\\u7a0b\\u53c2\\u91cf\\u76d1\\u6d4b<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">44<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u73af\\u6c27\\u6811\\u8102\\u56fa\\u5316\\u7a0b\\u5ea6\\u5728\\u7ebf\\u76d1\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">45<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6c14\\u5de5\\u7a0b\\u65e0\\u7ebf\\u7f51\\u7edc\\u5316\\u7cfb\\u7edf\\u63a7\\u5236\\u4e0e\\u65b9\\u6cd5\\u8bbe\\u8ba1<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">46<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5de5\\u4e1a\\u5316\\u5c01\\u95ed\\u73af\\u5f0f\\u6cbc\\u6c14\\u3001\\u53d1\\u7535\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">47<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u96c6\\u6210\\u725b\\u7caa\\u4fbf\\u7efc\\u5408\\u5229\\u7528\\u7cfb\\u7edf\\uff08IMUS\\uff09\\u793a\\u8303\\u5de5\\u7a0b<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">48<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u751f\\u7269\\u8d28\\u8d44\\u6e90\\u7efc\\u5408\\u5229\\u7528\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">49<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u538c\\u6c27\\u6d88\\u5316\\u8fc7\\u7a0b\\u4e2d\\u53d1\\u9175\\u539f\\u6599\\u7684\\u4e0d\\u540c\\u6ede\\u7559\\u65f6\\u95f4\\u5bf9\\u53d1\\u9175\\u8fc7\\u7a0b\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">50<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u538c\\u6c27\\u53d1\\u9175\\u5de5\\u827a\\u8fc7\\u7a0b\\u4eff\\u771f\\u7cfb\\u7edf\\u7684\\u7814\\u5236<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">51<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u725b\\u7caa\\u78b1\\u6cd5\\u4e0e\\u751f\\u7269\\u6cd5\\u8054\\u5408\\u9884\\u5904\\u7406\\u65b9\\u6cd5\\u53ca\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">52<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u7269\\u7406\\u53c2\\u6570\\u5bf9\\u63d0\\u9ad8\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u6027\\u80fd\\u5f71\\u54cd\\u673a\\u7406\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">53<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u63a5\\u79cd\\u7269\\u5bf9\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u6d88\\u5316\\u8fc7\\u7a0b\\u7684\\u5f71\\u54cd\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">54<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5927\\u63ba\\u91cf\\u7532\\u9187\\u6c7d\\u6cb9\\u50ac\\u5316\\u71c3\\u70e7\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">55<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u6cb9\\u9875\\u5ca9\\u5206\\u5e03\\u53ca\\u542b\\u6cb9\\u7387\\u5206\\u6790\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">56<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5168\\u998f\\u5206\\u9875\\u5ca9\\u6cb9\\u6539\\u8d28\\u8f6c\\u5316\\u8f7b\\u8d28\\u8fd0\\u8f93\\u71c3\\u6599\\u5de5\\u827a\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">57<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">M15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">58<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u52a0\\u62ff\\u5927\\u76f4\\u8d2e\\u70ed\\u592a\\u9633\\u80fd\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">59<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u03b3-\\u5c04\\u7ebf\\u8f90\\u7167\\u5bf9\\u725b\\u7caa\\u538c\\u6c27\\u6d88\\u5316\\u8fc7\\u7a0b\\u5f71\\u54cd\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">60<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u6d88\\u5316\\u52a8\\u529b\\u5b66\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">61<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5976\\u725b\\u573a\\u7caa\\u6c61\\u6c34\\u7efc\\u5408\\u5904\\u7406\\u5de5\\u827a\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">62<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u76f4\\u8d2e\\u70ed\\u592a\\u9633\\u80fd\\u6280\\u672f\\uff08DHS\\uff09\\u793a\\u8303\\u6e29\\u5ba4<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">63<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">M20\\u7532\\u9187\\u6c7d\\u6cb9\\u5de5\\u4e1a\\u5e94\\u7528\\u53ca\\u6027\\u80fd\\u8003\\u6838<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"19\\\"><td height=\\\"19\\\" style=\\\"height: 19px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">64<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u5de5\\u4e1a\\u71c3\\u7164\\u9505\\u7089\\u70df\\u6c14\\u51c0\\u5316\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">65<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u8910\\u7164\\u4f4e\\u6e29\\u50ac\\u5316\\u5236\\u6cb9\\u6c14\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">66<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u71c3\\u7164\\u9505\\u7089\\u50ac\\u5316\\u8131\\u786b\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">67<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u70df\\u6c14\\u4e2d\\u4e8c\\u6c27\\u5316\\u786b\\u50ac\\u5316\\u56fa\\u786b\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">68<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cb9\\u6c14\\u5206\\u79bb\\u7cfb\\u7edf\\u7684\\u7814\\u7a76\\u79d1\\u6280\\u6210\\u679c<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">69<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4e2d\\u56fd\\u52a0\\u62ff\\u5927\\u6cb9\\u7802\\u70bc\\u5236\\u6280\\u672f\\u5408\\u4f5c\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2011<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">70<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2009<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">71<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6c14\\u751f\\u7269\\u8131\\u786b\\u673a\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2009<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">72<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u725b\\u7caa\\u538c\\u6c27\\u53d1\\u9175\\u5de5\\u827a\\u5173\\u952e\\u6280\\u672f\\u53c2\\u6570\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2009<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">73<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u6cbc\\u6c14\\u8131\\u786b\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2009<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">74<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9ad8\\u5bd2\\u5730\\u533a\\u725b\\u7caa\\u9ad8\\u6e29\\u53d1\\u9175\\u5de5\\u827a\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2009<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">75<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u4ee5\\u6cbc\\u6c14\\u4e3a\\u7ebd\\u5e26\\u7684\\u751f\\u6001\\u519c\\u573a\\u6a21\\u5f0f\\u53ca\\u7ecf\\u6d4e\\u8bc4\\u4ef7\\u4f53\\u7cfb<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2008<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">76<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u7701\\u5c5e\\u79d1\\u7814\\u673a\\u6784\\u79d1\\u6280\\u5b75\\u5316\\u5668\\u5efa\\u8bbe<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2008<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 45px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">77<\\/span><\\/td><td style=\\\"width: 332px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u9662\\u5c5e\\u79d1\\u7814\\u673a\\u6784\\u79d1\\u6280\\u5b75\\u5316\\u5668\\u5efa\\u8bbe\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"width: 76px; text-align: center;\\\"><span style=\\\"font-size:16px;\\\">2008<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E9%83%A8%E5%88%86%E7%A7%91%E6%8A%80%E6%88%90%E6%9E%9C%E6%B1%87%E7%BC%96%E7%9B%AE%E5%BD%95&category%5Bid%5D=\"}', '2020-06-03 09:12:57', '2020-06-03 09:12:57'),
(553, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u90e8\\u5206\\u79d1\\u6280\\u6210\\u679c\\u6c47\\u7f16\\u76ee\\u5f55\",\"category\":{\"id\":null}}', '2020-06-03 09:12:57', '2020-06-03 09:12:57'),
(554, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5927\\u63ba\\u91cf\\u7532\\u9187\\u6c7d\\u6cb9\\u50ac\\u5316\\u71c3\\u70e7\\u6280\\u672f\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:13:33', '2020-06-03 09:13:33'),
(555, 1, 'admin/articles/13/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:13:35', '2020-06-03 09:13:35'),
(556, 1, 'admin/articles/13', 'PUT', '1.190.203.218', '{\"title\":\"\\u5927\\u63ba\\u91cf\\u7532\\u9187\\u6c7d\\u6cb9\\u50ac\\u5316\\u71c3\\u70e7\\u6280\\u672f\",\"category_id\":\"19\",\"description\":\"\\u6280\\u672f\\u7279\\u70b9: \\u50ac\\u5316\\u5242\\u5305\\u62ec\\u80fd\\u91cf\\u53ca\\u8f9b\\u70f7\\u503c\\u589e\\u5f3a\\u7ec4\\u4efd\\uff0c\\u81ea\\u6eb6\\u5408\\u7ec4\\u4efd\\u3001\\u5c3e\\u6c14\\u51c0\\u5316\\u7ec4\\u4efd\\u7b49\\u3002 M45\\u7532\\u9187\\u6c7d\\u6cb9\\u5408\\u6210\\u5de5\\u827a\\u7814\\u7a76\\uff0c\\u91c7\\u7528\\u5316\\u5b66\\u81ea\\u6eb6\\u5408\\u6280\\u672f\\uff0c\\u7532\\u9187\\u3001\\u50ac\\u5316\\u5242\\u3001\\u6c7d\\u6cb9\\u4e09\\u79cd\\u7269\\u8d28\\u4e0d\\u9700\\u8981\\u6405\\u62cc\\uff0c\\u5373\\u53ef\\u76f8\\u4e92\\u6eb6\",\"content\":\"<p><span style=\\\"font-size: 20px\\\">\\u6280\\u672f\\u7279\\u70b9:<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">1\\u3001\\u50ac\\u5316\\u5242\\u5305\\u62ec\\u80fd\\u91cf\\u53ca\\u8f9b\\u70f7\\u503c\\u589e\\u5f3a\\u7ec4\\u4efd\\uff0c\\u81ea\\u6eb6\\u5408\\u7ec4\\u4efd\\u3001\\u5c3e\\u6c14\\u51c0\\u5316\\u7ec4\\u4efd\\u7b49\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">2\\u3001M45\\u7532\\u9187\\u6c7d\\u6cb9\\u5408\\u6210\\u5de5\\u827a\\u7814\\u7a76\\uff0c\\u91c7\\u7528\\u5316\\u5b66\\u81ea\\u6eb6\\u5408\\u6280\\u672f\\uff0c\\u7532\\u9187\\u3001\\u50ac\\u5316\\u5242\\u3001\\u6c7d\\u6cb9\\u4e09\\u79cd\\u7269\\u8d28\\u4e0d\\u9700\\u8981\\u6405\\u62cc\\uff0c\\u5373\\u53ef\\u76f8\\u4e92\\u6eb6\\u5408\\uff0c\\u589e\\u52a0\\u71c3\\u6599\\u7684\\u7a33\\u5b9a\\u6027\\u3002<\\/span><span style=\\\"font-size: 20px\\\">\\u4e0e\\u7eaf\\u6c7d\\u6cb9\\u53ca\\u4e59\\u9187\\u6c7d\\u6cb9\\u4e92\\u6eb6\\u6027\\u4f18\\u826f\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">3\\u3001\\u4e0d\\u6539\\u52a8\\u53d1\\u52a8\\u673a\\u4f9b\\u6cb9\\u7cfb\\u7edf\\uff0c\\u53d1\\u52a8\\u673a\\u6b63\\u5e38\\u8fd0\\u884c\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">4\\u3001\\u9ad8\\u3001\\u4f4e\\u6e29\\u542f\\u52a8\\u6b63\\u5e38,\\u65e0\\u4f4e\\u6e29\\u542f\\u52a8\\u56f0\\u96be,\\u9ad8\\u6e29\\u6c14\\u963b\\u73b0\\u8c61\\u3002<\\/span><\\/p><p><span style=\\\"font-size: 20px\\\">5\\u3001\\u53d1\\u52a8\\u673a\\u52a8\\u529b\\u6027\\u80fd\\u4e0e\\u4f7f\\u752893#\\u6c7d\\u6cb9\\u76f8\\u5f53\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E5%A4%A7%E6%8E%BA%E9%87%8F%E7%94%B2%E9%86%87%E6%B1%BD%E6%B2%B9%E5%82%AC%E5%8C%96%E7%87%83%E7%83%A7%E6%8A%80%E6%9C%AF&category%5Bid%5D=\"}', '2020-06-03 09:13:41', '2020-06-03 09:13:41'),
(557, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5927\\u63ba\\u91cf\\u7532\\u9187\\u6c7d\\u6cb9\\u50ac\\u5316\\u71c3\\u70e7\\u6280\\u672f\",\"category\":{\"id\":null}}', '2020-06-03 09:13:41', '2020-06-03 09:13:41'),
(558, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662 \\u8bba\\u6587\\u76ee\\u5f55\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:14:04', '2020-06-03 09:14:04'),
(559, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"2012-2015\",\"category\":{\"id\":null}}', '2020-06-03 09:14:12', '2020-06-03 09:14:12'),
(560, 1, 'admin/articles/149/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:14:14', '2020-06-03 09:14:14');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(561, 1, 'admin/articles/149', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662<\\/br>\\u8bba\\u6587\\u76ee\\u5f55\\uff082012-2015\\uff09\",\"category_id\":\"21\",\"description\":\"\\u5e8f\\u53f7 \\u6587\\u7ae0\\u540d\\u79f0 \\u7c7b\\u522b \\u671f\\u520a\\u540d \\u4f5c\\u8005 \\u53d1\\u8868\\u65f6\\u95f4 1 \\u6cbc\\u6c14\\u8131\\u78b3\\u63d0\\u7eaf\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55 \\u4e00\\u822c \\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66 \\u6f58\\u826f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u738b\\u6b23;\\u5218\\u4f1f; 2015 2 \\u4f9d\\u5170\\u6cb9\\u9875\\u5ca9\\u9010\\u7ea7\\u6c27\\u5316\\/\\u8403\\u53d6\\u53ca\\u5176\\u4ea7\\u7269\\u7684\\u7ea2\\u5916\\u5206\\u6790 \\u4e00\\u822c \\u9ed1\\u9f99\",\"content\":\"<table border=\\\"2\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:600px;\\\" width=\\\"536\\\"><colgroup><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col span=\\\"2\\\" style=\\\"text-align: center;\\\"\\/><\\/colgroup><tbody><tr height=\\\"58\\\"><td height=\\\"58\\\" style=\\\"height: 58px; width: 39px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e8f\\u53f7<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6587\\u7ae0\\u540d\\u79f0<\\/span><\\/td><td style=\\\"width: 77px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7c7b\\u522b<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u671f\\u520a\\u540d<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4f5c\\u8005<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u8868\\u65f6\\u95f4<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">1<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u8131\\u78b3\\u63d0\\u7eaf\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6f58\\u826f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u738b\\u6b23;\\u5218\\u4f1f;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4f9d\\u5170\\u6cb9\\u9875\\u5ca9\\u9010\\u7ea7\\u6c27\\u5316\\/\\u8403\\u53d6\\u53ca\\u5176\\u4ea7\\u7269\\u7684\\u7ea2\\u5916\\u5206\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u6280\\u5927\\u5b66\\u5b66\\u62a5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5434\\u9e4f;\\u5f20\\u661f\\u5b87;\\u5468\\u626c;\\u89e3\\u4e3d\\u840d;\\u6731\\u79c0\\u680b;\\u5b8b\\u5fae\\u5a1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">3<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5fae\\u7c73\\u7a00\\u571f\\u7c89\\u4f53\\u8868\\u9762\\u6539\\u6027\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5510\\u8bd7\\u6d0b;\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u674e\\u5065;\\u9648\\u5e86\\u6d77;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">4<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u5730\\u300aM25\\u8f66\\u7528\\u7164\\u57fa\\u7532\\u9187\\u6c7d\\u6cb9\\u300b\\u4f01\\u4e1a\\u6807\\u51c6<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5de5\\u7ba1\\u7406<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u5218\\u5ca9;\\u5218\\u7ef4;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">5<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u5730M25\\u8f66\\u7528(\\u7164\\u57fa)\\u7532\\u9187\\u6c7d\\u6cb9\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u5218\\u5ca9;\\u674e\\u5065;\\u9648\\u5e86\\u6d77;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">6<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9875\\u5ca9\\u6cb9\\u6df1\\u52a0\\u5de5\\u4ea7\\u4e1a\\u53d1\\u5c55\\u8bc4\\u8ff0<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">7<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6c34\\u5305\\u6cb9\\u578b\\u4e73\\u5316\\u91cd\\u6cb9\\u7684\\u5236\\u5907\\u6761\\u4ef6\\u53ca\\u7a33\\u5b9a\\u6027\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u73a5;\\u5f20\\u5b87;\\u9a6c\\u5b81;\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">8<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8eZigBee\\u548cWLAN\\u6280\\u672f\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u4e2d\\u8bd5\\u76d1\\u63a7\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u738b\\u94a2;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;\\u7f57\\u5411\\u4e1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">9<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cb9\\u9875\\u5ca9\\u629a\\u987a\\u7089\\u4f4e\\u6e29\\u5e72\\u998f\\u7684\\u5f71\\u54cd\\u56e0\\u7d20\\u5206\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u626c;\\u9648\\u677e;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">10<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u53d1\\u9175\\u8fc7\\u7a0b\\u72b6\\u6001\\u76d1\\u63a7\\u7cfb\\u7edf\\u8bbe\\u8ba1<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u674e\\u798f\\u88ff;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">11<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5206\\u5b50\\u5370\\u8ff9\\u56fa\\u76f8\\u8403\\u53d6\\u6280\\u672f\\u5728\\u6297\\u751f\\u7d20\\u68c0\\u6d4b\\u4e2d\\u7684\\u5e94\\u7528\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6768\\u5149;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u9646\\u4f73;\\u6f58\\u826f;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">12<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6d45\\u8c08\\u6cbc\\u6db2\\u5904\\u7406\\u4e0e\\u7eb3\\u6ee4\\u819c\\u6280\\u672f<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u4f73;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u5218\\u4f1f;\\u738b\\u6b23;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">13<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9875\\u5ca9\\u6cb9\\u9884\\u5904\\u7406\\u5236\\u53d6\\u52a0\\u6c22\\u539f\\u6599\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">14<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7d2b\\u5916\\u8f90\\u7167\\u63a5\\u679d\\u7532\\u57fa\\u4e19\\u70ef\\u9178\\u5bf9\\u65e0\\u7eba\\u5e03\\u6027\\u80fd\\u5f71\\u54cd\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u73a5;\\u738b\\u5fd7\\u6210;\\u5f20\\u5b87;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">15<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5728\\u4fc4\\u7f57\\u65af\\u5883\\u5185\\u53d1\\u5c55\\u70bc\\u5316\\u4e00\\u4f53\\u5316\\u9879\\u76ee\\u7684\\u5de5\\u827a\\u8bba\\u8bc1<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">16<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d8\\u6027\\u68af\\u5ea6\\u51dd\\u80f6\\u7535\\u6cf3(DGGE)\\u6280\\u672f\\u5728\\u755c\\u79bd\\u7caa\\u4fbf\\u538c\\u6c27\\u53d1\\u9175\\u6db2\\u4e2d\\u7684\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u82cf\\u5c0f\\u7ea2;\\u90ed\\u5e7f\\u4eae;\\u5218\\u4f1f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">17<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6db2\\u56de\\u6d41\\u5bf9\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u4ea7\\u6c14\\u6027\\u80fd\\u7684\\u5f71\\u54cd<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u82cf\\u5c0f\\u7ea2;\\u5218\\u4f1f;\\u738b\\u6b23;\\u90ed\\u5e7f\\u4eae;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">18<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79f8\\u79c6\\u538c\\u6c27\\u6d88\\u5316\\u9884\\u5904\\u7406\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u82cf\\u5c0f\\u7ea2;\\u90ed\\u5e7f\\u4eae;\\u5218\\u4f1f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">19<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u5730\\u6cbc\\u6c14\\u53d1\\u7535\\u673a\\u7ec4\\u4f59\\u70ed\\u56de\\u6536\\u7684\\u63a7\\u5236\\u7b56\\u7565\\u4e0e\\u8bbe\\u8ba1<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u81ea\\u52a8\\u5316\\u6280\\u672f\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u5fd7\\u6210;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">20<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u91c7\\u6696\\u667a\\u80fd\\u63a7\\u5236\\u7cfb\\u7edf\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;\\u7f57\\u5411\\u4e1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">21<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6728\\u7126\\u6cb9\\u9884\\u5904\\u7406\\u5236\\u53d6\\u52a0\\u6c22\\u539f\\u6599\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">22<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f7b\\u8d28\\u6728\\u7126\\u6cb9\\u52a0\\u6c22\\u8131\\u6c27\\u7684\\u5f71\\u54cd\\u56e0\\u7d20<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">23<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4eb2\\u6c34\\u6027\\u65e0\\u7eba\\u5e03\\u590d\\u5408\\u819c\\u7684\\u5236\\u5907\\u53ca\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u73a5;\\u738b\\u5fd7\\u6210;\\u5f20\\u5b87;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">24<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u300aM25\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u300b\\u4f01\\u4e1a\\u6807\\u51c6\\u89e3\\u8bfb<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u8f89;\\u5510\\u8bd7\\u6d0b;\\u5218\\u7ef4;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">25<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u56fd\\u9645\\u6807\\u51c6GB 17930-2011\\/XG1-2012\\u300a\\u8f66\\u7528\\u6c7d\\u6cb9\\u300b\\u7684\\u80f6\\u8d28\\u6307\\u6807\\u89e3\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5510\\u8bd7\\u6d0b;\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">26<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9187\\u919a\\u71c3\\u6599\\u5728\\u8f66\\u7528\\u66ff\\u4ee3\\u80fd\\u6e90\\u4e2d\\u7684\\u53d1\\u5c55\\u8d8b\\u52bf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">27<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8c03\\u548c\\u56fdIV\\u6807\\u51c6\\u8f66\\u7528\\u6c7d\\u6cb9\\u7684\\u6297\\u7206\\u5242\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5510\\u8bd7\\u6d0b;\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">28<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u77f3\\u6cb9\\u4ea7\\u54c1\\u8131\\u786b\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9a6c\\u5b81;\\u5f20\\u5b87;\\u5f20\\u73a5;\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">29<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u751f\\u7269\\u67f4\\u6cb9\\u7684\\u5e94\\u7528\\u524d\\u666f<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9a6c\\u5b81;\\u5f20\\u73a5;\\u5f20\\u5b87;\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">30<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u56fd\\u6709\\u5355\\u4f4d\\u79d1\\u6280\\u4eba\\u5458\\u57f9\\u517b\\u7684\\u5b9e\\u8df5\\u4e0e\\u601d\\u8003<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">31<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u6280\\u8ba1\\u5212\\u9879\\u76ee\\u5168\\u8fc7\\u7a0b\\u7ba1\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">32<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6211\\u56fd\\u79d1\\u6280\\u8ba1\\u5212\\u9879\\u76ee\\u7ba1\\u7406\\u73b0\\u72b6\\u4e0e\\u5bf9\\u7b56\\u5206\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">33<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u7814\\u5355\\u4f4d\\u5bf9\\u79d1\\u7814\\u4eea\\u5668\\u8bbe\\u5907\\u7ba1\\u7406\\u65b9\\u6848<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">34<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5fae\\u85fb\\u57f9\\u517b\\u6761\\u4ef6\\u4f18\\u5316\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5b87;\\u738b\\u5fd7\\u6210;\\u5f20\\u73a5;\\u9a6c\\u5b81;\\u5468\\u7ea2\\u971e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">35<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u6d6e\\u9009\\u6280\\u672f\\u5206\\u79bb\\u6cb9\\u7802\\u7684\\u5b9e\\u9a8c\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u626c;\\u9648\\u677e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">36<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u96c6\\u70ed\\u63a7\\u5236\\u7cfb\\u7edf\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u9633;\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">37<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u9175\\u539f\\u6599\\u6c34\\u89e3\\u7387\\u5bf9CSTR\\u53cd\\u5e94\\u5668\\u4ea7\\u6c14\\u7387\\u5f71\\u54cd\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u5218\\u4f1f;\\u5f90\\u6653\\u79cb;\\u8d75\\u5a34;\\u738b\\u7389\\u9e4f;\\u79e6\\u56fd\\u8f89;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">38<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u5de5\\u7a0b\\u5de5\\u827a\\u53c2\\u6570\\u7684\\u4f18\\u5316\\u6a21\\u578b\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u81ea\\u52a8\\u5316\\u6280\\u672f\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">39<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e0d\\u540c\\u6405\\u62cc\\u65b9\\u5f0f\\u5bf9\\u6d6e\\u6e23\\u5c42\\u5f71\\u54cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u4ea7\\u6c14\\u7387\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u738b\\u7389\\u9e4f;\\u5218\\u4f1f;\\u82cf\\u5c0f\\u7ea2;\\u5f90\\u6653\\u79cb;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">40<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cb9\\u7802\\u5206\\u79bb\\u5242\\u7684\\u5b9e\\u9a8c\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u626c;\\u9648\\u677e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">41<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u7814\\u6210\\u679c\\u8f6c\\u5316\\u4e2d\\u79d1\\u6280\\u7ba1\\u7406\\u90e8\\u95e8\\u4f5c\\u7528\\u7684\\u63a2\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">42<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53cd\\u5e94\\u6761\\u4ef6\\u5bf9\\u8f7b\\u8d28\\u9875\\u5ca9\\u6cb9\\u52a0\\u6c22\\u8131\\u6c2e\\u6027\\u80fd\\u7684\\u5f71\\u54cd<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">43<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6211\\u56fd\\u4e2d\\u5c0f\\u4f01\\u4e1a\\u6280\\u672f\\u521b\\u65b0\\u7684\\u73b0\\u72b6\\u53ca\\u5bf9\\u7b56<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u6280\\u4fe1\\u606f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"18\\\"><td height=\\\"18\\\" style=\\\"height: 18px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">44<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5927\\u63ba\\u91cf\\u7532\\u9187\\u6c7d\\u6cb9\\u521d\\u6b65\\u63a2\\u8ba8<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">45<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5f00\\u53d1\\u5229\\u7528\\u73b0\\u72b6<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u7ea2\\u971e;\\u738b\\u5fd7\\u6210;\\u9646\\u6d77\\u73b2;\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">46<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f66\\u7528\\u9187\\u57fa\\u71c3\\u6599\\u53ca\\u5176\\u5e94\\u7528\\u6027\\u80fd\\u8bc4\\u4ef7<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">47<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u89e3\\u8bfb\\u65b0\\u4fee\\u8ba2\\u7684\\u300a\\u79d1\\u5b66\\u4e8b\\u4e1a\\u5355\\u4f4d\\u8d22\\u52a1\\u7ba1\\u7406\\u5236\\u5ea6\\u300b<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5173\\u6625\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">48<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5fae\\u85fb\\u7814\\u7a76\\u8fdb\\u5c55\\u53ca\\u4ea7\\u6cb9\\u7684\\u5f71\\u54cd\\u56e0\\u7d20<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5b87;\\u738b\\u5fd7\\u6210;\\u5f20\\u73a5;\\u5468\\u7ea2\\u971e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">49<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5168\\u998f\\u5206\\u9875\\u5ca9\\u6cb9\\u6539\\u8d28\\u8f6c\\u5316\\u8fd0\\u8f93\\u71c3\\u6599\\u6280\\u672f\\u8fdb\\u5c55\\u53ca\\u5176\\u8bc4\\u4ef7<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">50<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6c7d\\u6cb9\\u542b\\u786b\\u91cf\\u5bf9\\u6392\\u653e\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">51<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\u6cbc\\u6c14\\u51c0\\u5316\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u4f1f;\\u738b\\u6b23;\\u5f90\\u6653\\u79cb;\\u8d75\\u5a34;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">52<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4f7f\\u7528\\u6570\\u5b66\\u65b9\\u6cd5\\u76d1\\u6d4b\\u70ed\\u56fa\\u6811\\u8102\\u56fa\\u5316\\u7a0b\\u5ea6\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u6280\\u521b\\u65b0\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u65ed\\u4e39;\\u79e6\\u56fd\\u8f89;\\u738b\\u7389\\u9e4f;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">53<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\u7684\\u65e0\\u7ebf\\u76d1\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">54<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u533a\\u725b\\u7caa\\u4e24\\u7ea7\\u538c\\u6c27\\u9ad8\\u6548\\u53d1\\u9175\\u5de5\\u827a\\u53c2\\u6570\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u5218\\u4f1f;\\u8d75\\u5a34;\\u738b\\u7389\\u9e4f;\\u79e6\\u56fd\\u8f89;\\u5218\\u65ed\\u4e39;\\u5f90\\u6653\\u79cb;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">55<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8e\\u6700\\u5c0f\\u4e8c\\u4e58\\u5411\\u91cf\\u673a\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u6cbc\\u6c14\\u4ea7\\u91cf\\u5efa\\u6a21\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u5218\\u4f1f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">56<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6df7\\u5408\\u5efa\\u6a21\\u65b9\\u6cd5\\u7814\\u7a76\\u53ca\\u5176\\u5728\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fc7\\u7a0b\\u4e2d\\u7684\\u76d1\\u6d4b\\u5e94\\u7528<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8303\\u5e86\\u4e3d;\\u79e6\\u56fd\\u8f89;\\u7ae0\\u529b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">57<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">Marathon 5kpro\\u590d\\u7528\\u5668\\u914d\\u7f6e\\u4ecb\\u7ecd<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97e9\\u6d9b;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">58<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ADWR\\u591a\\u666e\\u52d2\\u5929\\u6c14\\u96f7\\u8fbe\\u4f3a\\u670d\\u7cfb\\u7edf\\u6545\\u969c\\u5206\\u6790\\u4e0e\\u5904\\u7406<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97e9\\u6d9b;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">59<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8e\\u5355\\u7247\\u673a\\u7684\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u7f50\\u6e29\\u5ea6\\u63a7\\u5236\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8d75\\u5a34;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">60<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">MTBE\\u7684\\u56fd\\u5185\\u5916\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97a0\\u6625\\u7ea2;\\u5f20\\u4f1f\\u541b;\\u674e\\u798f\\u88ff;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">61<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8910\\u7164\\u70ed\\u6c34\\u5e72\\u71e5\\u6539\\u8d28\\u540e\\u7684\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97a0\\u6625\\u7ea2;\\u5f20\\u4f1f\\u541b;\\u738b\\u5fd7\\u6210;\\u674e\\u798f\\u88ff;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">62<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5149\\u50ac\\u5316\\u8fd8\\u539f\\u4e8c\\u6c27\\u5316\\u78b3\\u7684\\u53d1\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97a0\\u6625\\u7ea2;\\u5f20\\u4f1f\\u541b;\\u738b\\u5fd7\\u6210;\\u674e\\u798f\\u88ff;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">63<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">M15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u7684\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">64<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bf9\\u6211\\u56fd\\u9187\\u919a\\u71c3\\u6599\\u4ea7\\u4e1a\\u7684\\u53d1\\u5c55\\u601d\\u8def\\u4e0e\\u5bf9\\u7b56\\u63a2\\u8ba8<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u5ca9;\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">65<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u81ed\\u6c27\\u52a9\\u71c3\\u6280\\u672f\\u5728\\u67f4\\u6cb9\\u53d1\\u52a8\\u673a\\u4e2d\\u7684\\u5e94\\u7528<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">66<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u86c7\\u7eb9\\u77f3\\u7c89\\u4f53\\u4f5c\\u4e3a\\u673a\\u68b0\\u6469\\u64e6\\u526f\\u78e8\\u635f\\u8868\\u9762\\u81ea\\u4fee\\u590d\\u6dfb\\u52a0\\u5242\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">67<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7126\\u5316\\u5e9f\\u6c34\\u4e2d\\u82ef\\u915a\\u542b\\u91cf\\u7684\\u6d4b\\u5b9a\\u65b9\\u6cd5\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e2d\\u56fd\\u7ed9\\u6c34\\u6392\\u6c34<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5b8f\\u68ee;\\u5468\\u56fd\\u6c5f;\\u5468\\u626c;\\u738b\\u5f66\\u5f6a;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">68<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f66\\u7528\\u6c7d\\u6cb9\\u590d\\u5408\\u8c03\\u8282\\u5242\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">69<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5173\\u4e8e\\u8f66\\u7528\\u66ff\\u4ee3\\u71c3\\u6599\\u7684\\u53d1\\u5c55\\u72b6\\u51b5\\u4e0e\\u524d\\u666f\\u63a2\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">70<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5185\\u71c3\\u673a\\u66ff\\u4ee3\\u71c3\\u6599\\u7684\\u5c34\\u5c2c\\u5883\\u5730<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">71<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6405\\u62cc\\u65f6\\u95f4\\u5bf9\\u9ad8\\u56fa\\u542b\\u91cf\\u5976\\u725b\\u7caa\\u4fbf\\u9ad8\\u6e29\\u538c\\u6c27\\u6d88\\u5316\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u4f1f;\\u738b\\u6b23;\\u5f90\\u6653\\u79cb;\\u79e6\\u56fd\\u8f89;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=2012-2015&category%5Bid%5D=\"}', '2020-06-03 09:14:22', '2020-06-03 09:14:22');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(562, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"2012-2015\",\"category\":{\"id\":null}}', '2020-06-03 09:14:22', '2020-06-03 09:14:22'),
(563, 1, 'admin/articles/149/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:15:47', '2020-06-03 09:15:47');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(564, 1, 'admin/articles/149', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662<\\/br>\\u8bba\\u6587\\u76ee\\u5f55\\uff082012-2015\\uff09\",\"category_id\":\"21\",\"description\":\"\\u5e8f\\u53f7 \\u6587\\u7ae0\\u540d\\u79f0 \\u7c7b\\u522b \\u671f\\u520a\\u540d \\u4f5c\\u8005 \\u53d1\\u8868\\u65f6\\u95f4 1 \\u6cbc\\u6c14\\u8131\\u78b3\\u63d0\\u7eaf\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55 \\u4e00\\u822c \\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66 \\u6f58\\u826f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u738b\\u6b23;\\u5218\\u4f1f; 2015 2 \\u4f9d\\u5170\\u6cb9\\u9875\\u5ca9\\u9010\\u7ea7\\u6c27\\u5316\\/\\u8403\\u53d6\\u53ca\\u5176\\u4ea7\\u7269\\u7684\\u7ea2\\u5916\\u5206\\u6790 \\u4e00\\u822c \\u9ed1\\u9f99\",\"content\":\"<table border=\\\"2\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:600px;\\\" width=\\\"536\\\"><colgroup><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col span=\\\"2\\\" style=\\\"text-align: center;\\\"\\/><\\/colgroup><tbody><tr height=\\\"58\\\"><td height=\\\"58\\\" style=\\\"height: 58px; width: 39px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e8f\\u53f7<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6587\\u7ae0\\u540d\\u79f0<\\/span><\\/td><td style=\\\"width: 77px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7c7b\\u522b<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u671f\\u520a\\u540d<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4f5c\\u8005<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u8868\\u65f6\\u95f4<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">1<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u8131\\u78b3\\u63d0\\u7eaf\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6f58\\u826f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u738b\\u6b23;\\u5218\\u4f1f;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4f9d\\u5170\\u6cb9\\u9875\\u5ca9\\u9010\\u7ea7\\u6c27\\u5316\\/\\u8403\\u53d6\\u53ca\\u5176\\u4ea7\\u7269\\u7684\\u7ea2\\u5916\\u5206\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u6280\\u5927\\u5b66\\u5b66\\u62a5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5434\\u9e4f;\\u5f20\\u661f\\u5b87;\\u5468\\u626c;\\u89e3\\u4e3d\\u840d;\\u6731\\u79c0\\u680b;\\u5b8b\\u5fae\\u5a1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">3<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5fae\\u7c73\\u7a00\\u571f\\u7c89\\u4f53\\u8868\\u9762\\u6539\\u6027\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5510\\u8bd7\\u6d0b;\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u674e\\u5065;\\u9648\\u5e86\\u6d77;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">4<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u5730\\u300aM25\\u8f66\\u7528\\u7164\\u57fa\\u7532\\u9187\\u6c7d\\u6cb9\\u300b\\u4f01\\u4e1a\\u6807\\u51c6<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5de5\\u7ba1\\u7406<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u5218\\u5ca9;\\u5218\\u7ef4;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">5<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u5730M25\\u8f66\\u7528(\\u7164\\u57fa)\\u7532\\u9187\\u6c7d\\u6cb9\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u5218\\u5ca9;\\u674e\\u5065;\\u9648\\u5e86\\u6d77;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">6<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9875\\u5ca9\\u6cb9\\u6df1\\u52a0\\u5de5\\u4ea7\\u4e1a\\u53d1\\u5c55\\u8bc4\\u8ff0<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">7<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6c34\\u5305\\u6cb9\\u578b\\u4e73\\u5316\\u91cd\\u6cb9\\u7684\\u5236\\u5907\\u6761\\u4ef6\\u53ca\\u7a33\\u5b9a\\u6027\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u73a5;\\u5f20\\u5b87;\\u9a6c\\u5b81;\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">8<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8eZigBee\\u548cWLAN\\u6280\\u672f\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u4e2d\\u8bd5\\u76d1\\u63a7\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u738b\\u94a2;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;\\u7f57\\u5411\\u4e1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">9<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cb9\\u9875\\u5ca9\\u629a\\u987a\\u7089\\u4f4e\\u6e29\\u5e72\\u998f\\u7684\\u5f71\\u54cd\\u56e0\\u7d20\\u5206\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u626c;\\u9648\\u677e;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">10<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u53d1\\u9175\\u8fc7\\u7a0b\\u72b6\\u6001\\u76d1\\u63a7\\u7cfb\\u7edf\\u8bbe\\u8ba1<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u674e\\u798f\\u88ff;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">11<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5206\\u5b50\\u5370\\u8ff9\\u56fa\\u76f8\\u8403\\u53d6\\u6280\\u672f\\u5728\\u6297\\u751f\\u7d20\\u68c0\\u6d4b\\u4e2d\\u7684\\u5e94\\u7528\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6768\\u5149;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u9646\\u4f73;\\u6f58\\u826f;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">12<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6d45\\u8c08\\u6cbc\\u6db2\\u5904\\u7406\\u4e0e\\u7eb3\\u6ee4\\u819c\\u6280\\u672f<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u4f73;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;\\u5218\\u4f1f;\\u738b\\u6b23;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">13<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9875\\u5ca9\\u6cb9\\u9884\\u5904\\u7406\\u5236\\u53d6\\u52a0\\u6c22\\u539f\\u6599\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">14<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7d2b\\u5916\\u8f90\\u7167\\u63a5\\u679d\\u7532\\u57fa\\u4e19\\u70ef\\u9178\\u5bf9\\u65e0\\u7eba\\u5e03\\u6027\\u80fd\\u5f71\\u54cd\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u73a5;\\u738b\\u5fd7\\u6210;\\u5f20\\u5b87;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">15<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5728\\u4fc4\\u7f57\\u65af\\u5883\\u5185\\u53d1\\u5c55\\u70bc\\u5316\\u4e00\\u4f53\\u5316\\u9879\\u76ee\\u7684\\u5de5\\u827a\\u8bba\\u8bc1<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">16<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d8\\u6027\\u68af\\u5ea6\\u51dd\\u80f6\\u7535\\u6cf3(DGGE)\\u6280\\u672f\\u5728\\u755c\\u79bd\\u7caa\\u4fbf\\u538c\\u6c27\\u53d1\\u9175\\u6db2\\u4e2d\\u7684\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u82cf\\u5c0f\\u7ea2;\\u90ed\\u5e7f\\u4eae;\\u5218\\u4f1f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">17<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6db2\\u56de\\u6d41\\u5bf9\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u4ea7\\u6c14\\u6027\\u80fd\\u7684\\u5f71\\u54cd<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u82cf\\u5c0f\\u7ea2;\\u5218\\u4f1f;\\u738b\\u6b23;\\u90ed\\u5e7f\\u4eae;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">18<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79f8\\u79c6\\u538c\\u6c27\\u6d88\\u5316\\u9884\\u5904\\u7406\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u82cf\\u5c0f\\u7ea2;\\u90ed\\u5e7f\\u4eae;\\u5218\\u4f1f;\\u5f90\\u6653\\u79cb;\\u9ad8\\u5fb7\\u7389;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">19<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u5730\\u6cbc\\u6c14\\u53d1\\u7535\\u673a\\u7ec4\\u4f59\\u70ed\\u56de\\u6536\\u7684\\u63a7\\u5236\\u7b56\\u7565\\u4e0e\\u8bbe\\u8ba1<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u81ea\\u52a8\\u5316\\u6280\\u672f\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u5fd7\\u6210;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">20<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u91c7\\u6696\\u667a\\u80fd\\u63a7\\u5236\\u7cfb\\u7edf\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u738b\\u7389\\u9e4f;\\u5468\\u95ef;\\u7f57\\u5411\\u4e1c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2015<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">21<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6728\\u7126\\u6cb9\\u9884\\u5904\\u7406\\u5236\\u53d6\\u52a0\\u6c22\\u539f\\u6599\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">22<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f7b\\u8d28\\u6728\\u7126\\u6cb9\\u52a0\\u6c22\\u8131\\u6c27\\u7684\\u5f71\\u54cd\\u56e0\\u7d20<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;\\u738b\\u6653\\u680b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">23<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4eb2\\u6c34\\u6027\\u65e0\\u7eba\\u5e03\\u590d\\u5408\\u819c\\u7684\\u5236\\u5907\\u53ca\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u73a5;\\u738b\\u5fd7\\u6210;\\u5f20\\u5b87;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">24<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u300aM25\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u300b\\u4f01\\u4e1a\\u6807\\u51c6\\u89e3\\u8bfb<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u8f89;\\u5510\\u8bd7\\u6d0b;\\u5218\\u7ef4;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">25<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u56fd\\u9645\\u6807\\u51c6GB 17930-2011\\/XG1-2012\\u300a\\u8f66\\u7528\\u6c7d\\u6cb9\\u300b\\u7684\\u80f6\\u8d28\\u6307\\u6807\\u89e3\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5510\\u8bd7\\u6d0b;\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">26<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9187\\u919a\\u71c3\\u6599\\u5728\\u8f66\\u7528\\u66ff\\u4ee3\\u80fd\\u6e90\\u4e2d\\u7684\\u53d1\\u5c55\\u8d8b\\u52bf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">27<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8c03\\u548c\\u56fdIV\\u6807\\u51c6\\u8f66\\u7528\\u6c7d\\u6cb9\\u7684\\u6297\\u7206\\u5242\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5510\\u8bd7\\u6d0b;\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">28<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u77f3\\u6cb9\\u4ea7\\u54c1\\u8131\\u786b\\u6280\\u672f\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9a6c\\u5b81;\\u5f20\\u5b87;\\u5f20\\u73a5;\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">29<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u751f\\u7269\\u67f4\\u6cb9\\u7684\\u5e94\\u7528\\u524d\\u666f<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9a6c\\u5b81;\\u5f20\\u73a5;\\u5f20\\u5b87;\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">30<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u56fd\\u6709\\u5355\\u4f4d\\u79d1\\u6280\\u4eba\\u5458\\u57f9\\u517b\\u7684\\u5b9e\\u8df5\\u4e0e\\u601d\\u8003<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">31<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u6280\\u8ba1\\u5212\\u9879\\u76ee\\u5168\\u8fc7\\u7a0b\\u7ba1\\u7406\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">32<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6211\\u56fd\\u79d1\\u6280\\u8ba1\\u5212\\u9879\\u76ee\\u7ba1\\u7406\\u73b0\\u72b6\\u4e0e\\u5bf9\\u7b56\\u5206\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">33<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u7814\\u5355\\u4f4d\\u5bf9\\u79d1\\u7814\\u4eea\\u5668\\u8bbe\\u5907\\u7ba1\\u7406\\u65b9\\u6848<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">34<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5fae\\u85fb\\u57f9\\u517b\\u6761\\u4ef6\\u4f18\\u5316\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5b87;\\u738b\\u5fd7\\u6210;\\u5f20\\u73a5;\\u9a6c\\u5b81;\\u5468\\u7ea2\\u971e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">35<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u6d6e\\u9009\\u6280\\u672f\\u5206\\u79bb\\u6cb9\\u7802\\u7684\\u5b9e\\u9a8c\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u626c;\\u9648\\u677e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">36<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u96c6\\u70ed\\u63a7\\u5236\\u7cfb\\u7edf\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u9633;\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">37<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u9175\\u539f\\u6599\\u6c34\\u89e3\\u7387\\u5bf9CSTR\\u53cd\\u5e94\\u5668\\u4ea7\\u6c14\\u7387\\u5f71\\u54cd\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u5218\\u4f1f;\\u5f90\\u6653\\u79cb;\\u8d75\\u5a34;\\u738b\\u7389\\u9e4f;\\u79e6\\u56fd\\u8f89;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">38<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u5de5\\u7a0b\\u5de5\\u827a\\u53c2\\u6570\\u7684\\u4f18\\u5316\\u6a21\\u578b\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u81ea\\u52a8\\u5316\\u6280\\u672f\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"90\\\"><td height=\\\"90\\\" style=\\\"height: 90px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">39<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e0d\\u540c\\u6405\\u62cc\\u65b9\\u5f0f\\u5bf9\\u6d6e\\u6e23\\u5c42\\u5f71\\u54cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u4ea7\\u6c14\\u7387\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u738b\\u7389\\u9e4f;\\u5218\\u4f1f;\\u82cf\\u5c0f\\u7ea2;\\u5f90\\u6653\\u79cb;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2014<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">40<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cb9\\u7802\\u5206\\u79bb\\u5242\\u7684\\u5b9e\\u9a8c\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u626c;\\u9648\\u677e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">41<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u7814\\u6210\\u679c\\u8f6c\\u5316\\u4e2d\\u79d1\\u6280\\u7ba1\\u7406\\u90e8\\u95e8\\u4f5c\\u7528\\u7684\\u63a2\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">42<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53cd\\u5e94\\u6761\\u4ef6\\u5bf9\\u8f7b\\u8d28\\u9875\\u5ca9\\u6cb9\\u52a0\\u6c22\\u8131\\u6c2e\\u6027\\u80fd\\u7684\\u5f71\\u54cd<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">43<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6211\\u56fd\\u4e2d\\u5c0f\\u4f01\\u4e1a\\u6280\\u672f\\u521b\\u65b0\\u7684\\u73b0\\u72b6\\u53ca\\u5bf9\\u7b56<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u6280\\u4fe1\\u606f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9646\\u6d77\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"18\\\"><td height=\\\"18\\\" style=\\\"height: 18px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">44<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5927\\u63ba\\u91cf\\u7532\\u9187\\u6c7d\\u6cb9\\u521d\\u6b65\\u63a2\\u8ba8<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u5fd7\\u6210;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">45<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5f00\\u53d1\\u5229\\u7528\\u73b0\\u72b6<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5468\\u7ea2\\u971e;\\u738b\\u5fd7\\u6210;\\u9646\\u6d77\\u73b2;\\u5f20\\u5e06;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">46<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f66\\u7528\\u9187\\u57fa\\u71c3\\u6599\\u53ca\\u5176\\u5e94\\u7528\\u6027\\u80fd\\u8bc4\\u4ef7<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">47<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u89e3\\u8bfb\\u65b0\\u4fee\\u8ba2\\u7684\\u300a\\u79d1\\u5b66\\u4e8b\\u4e1a\\u5355\\u4f4d\\u8d22\\u52a1\\u7ba1\\u7406\\u5236\\u5ea6\\u300b<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5173\\u6625\\u73b2;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">48<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5fae\\u85fb\\u7814\\u7a76\\u8fdb\\u5c55\\u53ca\\u4ea7\\u6cb9\\u7684\\u5f71\\u54cd\\u56e0\\u7d20<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5b87;\\u738b\\u5fd7\\u6210;\\u5f20\\u73a5;\\u5468\\u7ea2\\u971e;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">49<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5168\\u998f\\u5206\\u9875\\u5ca9\\u6cb9\\u6539\\u8d28\\u8f6c\\u5316\\u8fd0\\u8f93\\u71c3\\u6599\\u6280\\u672f\\u8fdb\\u5c55\\u53ca\\u5176\\u8bc4\\u4ef7<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9648\\u677e;\\u5468\\u626c;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">50<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6c7d\\u6cb9\\u542b\\u786b\\u91cf\\u5bf9\\u6392\\u653e\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u5218\\u5ca9;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">51<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\u6cbc\\u6c14\\u51c0\\u5316\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u4f1f;\\u738b\\u6b23;\\u5f90\\u6653\\u79cb;\\u8d75\\u5a34;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">52<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4f7f\\u7528\\u6570\\u5b66\\u65b9\\u6cd5\\u76d1\\u6d4b\\u70ed\\u56fa\\u6811\\u8102\\u56fa\\u5316\\u7a0b\\u5ea6\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79d1\\u6280\\u521b\\u65b0\\u4e0e\\u5e94\\u7528<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u65ed\\u4e39;\\u79e6\\u56fd\\u8f89;\\u738b\\u7389\\u9e4f;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">53<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\u7684\\u65e0\\u7ebf\\u76d1\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u7f57\\u5411\\u4e1c;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">54<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bd2\\u533a\\u725b\\u7caa\\u4e24\\u7ea7\\u538c\\u6c27\\u9ad8\\u6548\\u53d1\\u9175\\u5de5\\u827a\\u53c2\\u6570\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u738b\\u6b23;\\u5218\\u4f1f;\\u8d75\\u5a34;\\u738b\\u7389\\u9e4f;\\u79e6\\u56fd\\u8f89;\\u5218\\u65ed\\u4e39;\\u5f90\\u6653\\u79cb;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">55<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8e\\u6700\\u5c0f\\u4e8c\\u4e58\\u5411\\u91cf\\u673a\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u6cbc\\u6c14\\u4ea7\\u91cf\\u5efa\\u6a21\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u79e6\\u56fd\\u8f89;\\u5218\\u4f1f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">56<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6df7\\u5408\\u5efa\\u6a21\\u65b9\\u6cd5\\u7814\\u7a76\\u53ca\\u5176\\u5728\\u725b\\u7caa\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fc7\\u7a0b\\u4e2d\\u7684\\u76d1\\u6d4b\\u5e94\\u7528<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8303\\u5e86\\u4e3d;\\u79e6\\u56fd\\u8f89;\\u7ae0\\u529b;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">57<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">Marathon 5kpro\\u590d\\u7528\\u5668\\u914d\\u7f6e\\u4ecb\\u7ecd<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97e9\\u6d9b;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">58<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ADWR\\u591a\\u666e\\u52d2\\u5929\\u6c14\\u96f7\\u8fbe\\u4f3a\\u670d\\u7cfb\\u7edf\\u6545\\u969c\\u5206\\u6790\\u4e0e\\u5904\\u7406<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97e9\\u6d9b;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"36\\\"><td height=\\\"36\\\" style=\\\"height: 36px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">59<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8e\\u5355\\u7247\\u673a\\u7684\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u7f50\\u6e29\\u5ea6\\u63a7\\u5236\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8d75\\u5a34;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2013<\\/span><\\/td><\\/tr><tr height=\\\"54\\\"><td height=\\\"54\\\" style=\\\"height: 55px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">60<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">MTBE\\u7684\\u56fd\\u5185\\u5916\\u7814\\u7a76\\u8fdb\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97a0\\u6625\\u7ea2;\\u5f20\\u4f1f\\u541b;\\u674e\\u798f\\u88ff;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">61<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8910\\u7164\\u70ed\\u6c34\\u5e72\\u71e5\\u6539\\u8d28\\u540e\\u7684\\u6027\\u80fd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u4e0e\\u9ecf\\u5408<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97a0\\u6625\\u7ea2;\\u5f20\\u4f1f\\u541b;\\u738b\\u5fd7\\u6210;\\u674e\\u798f\\u88ff;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">62<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5149\\u50ac\\u5316\\u8fd8\\u539f\\u4e8c\\u6c27\\u5316\\u78b3\\u7684\\u53d1\\u5c55<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u97a0\\u6625\\u7ea2;\\u5f20\\u4f1f\\u541b;\\u738b\\u5fd7\\u6210;\\u674e\\u798f\\u88ff;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">63<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">M15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242\\u7684\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">64<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5bf9\\u6211\\u56fd\\u9187\\u919a\\u71c3\\u6599\\u4ea7\\u4e1a\\u7684\\u53d1\\u5c55\\u601d\\u8def\\u4e0e\\u5bf9\\u7b56\\u63a2\\u8ba8<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u5ca9;\\u5f20\\u6811\\u534e;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">65<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u81ed\\u6c27\\u52a9\\u71c3\\u6280\\u672f\\u5728\\u67f4\\u6cb9\\u53d1\\u52a8\\u673a\\u4e2d\\u7684\\u5e94\\u7528<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">66<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u86c7\\u7eb9\\u77f3\\u7c89\\u4f53\\u4f5c\\u4e3a\\u673a\\u68b0\\u6469\\u64e6\\u526f\\u78e8\\u635f\\u8868\\u9762\\u81ea\\u4fee\\u590d\\u6dfb\\u52a0\\u5242\\u7684\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">67<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7126\\u5316\\u5e9f\\u6c34\\u4e2d\\u82ef\\u915a\\u542b\\u91cf\\u7684\\u6d4b\\u5b9a\\u65b9\\u6cd5\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e2d\\u56fd\\u7ed9\\u6c34\\u6392\\u6c34<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u5b8f\\u68ee;\\u5468\\u56fd\\u6c5f;\\u5468\\u626c;\\u738b\\u5f66\\u5f6a;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">68<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f66\\u7528\\u6c7d\\u6cb9\\u590d\\u5408\\u8c03\\u8282\\u5242\\u6280\\u672f\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6838\\u5fc3<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5316\\u5b66\\u5de5\\u7a0b\\u5e08<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">69<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5173\\u4e8e\\u8f66\\u7528\\u66ff\\u4ee3\\u71c3\\u6599\\u7684\\u53d1\\u5c55\\u72b6\\u51b5\\u4e0e\\u524d\\u666f\\u63a2\\u6790<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"72\\\"><td height=\\\"72\\\" style=\\\"height: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">70<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5185\\u71c3\\u673a\\u66ff\\u4ee3\\u71c3\\u6599\\u7684\\u5c34\\u5c2c\\u5883\\u5730<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u519c\\u673a\\u4f7f\\u7528\\u4e0e\\u7ef4\\u4fee<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5f20\\u6811\\u534e;\\u5218\\u5ca9;\\u5510\\u8bd7\\u6d0b;\\u674e\\u5065;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><tr height=\\\"108\\\"><td height=\\\"108\\\" style=\\\"height: 108px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">71<\\/span><\\/td><td style=\\\"width: 179px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6405\\u62cc\\u65f6\\u95f4\\u5bf9\\u9ad8\\u56fa\\u542b\\u91cf\\u5976\\u725b\\u7caa\\u4fbf\\u9ad8\\u6e29\\u538c\\u6c27\\u6d88\\u5316\\u7684\\u5f71\\u54cd\\u7814\\u7a76<\\/span><\\/td><td style=\\\"text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u822c<\\/span><\\/td><td style=\\\"width: 99px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e94\\u7528\\u80fd\\u6e90\\u6280\\u672f<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5218\\u4f1f;\\u738b\\u6b23;\\u5f90\\u6653\\u79cb;\\u79e6\\u56fd\\u8f89;\\u738b\\u7389\\u9e4f;\\u5218\\u65ed\\u4e39;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=2012-2015&category%5Bid%5D=\"}', '2020-06-03 09:15:55', '2020-06-03 09:15:55');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(565, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"2012-2015\",\"category\":{\"id\":null}}', '2020-06-03 09:15:55', '2020-06-03 09:15:55'),
(566, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"2008-2015\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:16:05', '2020-06-03 09:16:05'),
(567, 1, 'admin/articles/148/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:16:07', '2020-06-03 09:16:07'),
(568, 1, 'admin/articles/148', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662<\\/br>\\u4e13\\u5229\\u76ee\\u5f55\\uff082008-2015\\uff09\",\"category_id\":\"21\",\"description\":\"\\u5e8f\\u53f7 \\u4e13\\u5229\\u540d\\u79f0 \\u4e13\\u5229\\u53f7 \\u7c7b\\u578b 1 \\u5229\\u7528\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\\u5bf9\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u76d1\\u6d4b\\u7684\\u65b9\\u6cd5 ZL201310364454.2 \\u53d1\\u660e\\u4e13\\u5229 2 \\u4e00\\u79cd\\u57fa\\u4e8e\\u6cbc\\u6c14\\u53d1\\u7535\\u7684\\u4f59\\u70ed\\u56de\\u6536\\u5229\\u7528\\u7cfb\\u7edf ZL201310\",\"content\":\"<table border=\\\"2\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:600px;\\\" width=\\\"474\\\"><colgroup><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><col style=\\\"text-align: center;\\\"\\/><\\/colgroup><tbody><tr height=\\\"43\\\"><td height=\\\"43\\\" style=\\\"height: 43px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5e8f\\u53f7<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e13\\u5229\\u540d\\u79f0<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e13\\u5229\\u53f7<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7c7b\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"77\\\"><td height=\\\"77\\\" style=\\\"height: 77px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">1<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5229\\u7528\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\\u5bf9\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u76d1\\u6d4b\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310364454.2<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">2<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u57fa\\u4e8e\\u6cbc\\u6c14\\u53d1\\u7535\\u7684\\u4f59\\u70ed\\u56de\\u6536\\u5229\\u7528\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310674344.6<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">3<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u8f66\\u7528\\u71c3\\u6599\\u6cb9\\u6297\\u6c34\\u590d\\u5408\\u6dfb\\u52a0\\u5242<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201410445460.5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">4<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u542b\\u8d85\\u7ec6\\u7a00\\u571f\\u7c89\\u4f53\\u6da6\\u6ed1\\u6cb9\\u6dfb\\u52a0\\u5242<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310631999.5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">5<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8f66\\u7528\\u6c7d\\u6cb9\\u590d\\u5408\\u8c03\\u8282\\u5242<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310140441.7<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">6<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u6709\\u673a\\u65e0\\u7070\\u7c7bM15\\u8f66\\u7528\\u7532\\u9187\\u6c7d\\u6cb9\\u590d\\u5408\\u6dfb\\u52a0\\u5242<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201210258097.7<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">7<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u91c7\\u7528\\u5168\\u998f\\u5206\\u9875\\u5ca9\\u6cb9\\u751f\\u4ea7\\u4f4e\\u786b\\u4f4e\\u51dd\\u67f4\\u6cb9\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310484593.9<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">8<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6cbc\\u6c14\\u65cb\\u8f6c\\u51b7\\u51dd\\u7684\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310381690.5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">9<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6405\\u62cc\\u7834\\u58f3\\u4e8e\\u4e00\\u4f53\\u7684\\u53d1\\u9175\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310367177<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"58\\\"><td height=\\\"58\\\" style=\\\"height: 58px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">10<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6539\\u6027\\u805a\\u5bf9\\u82ef\\u4e8c\\u7532\\u9178\\u4e59\\u4e8c\\u9187\\u916f\\u65e0\\u7eba\\u5e03\\u590d\\u5408\\u819c\\u7684\\u5236\\u5907\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310484592.4<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">11<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7532\\u9187\\u4e73\\u5316\\u67f4\\u6cb9\\u53ca\\u5176\\u5236\\u5907\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201410091283.5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">12<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u5229\\u7528\\u5564\\u9152\\u5382\\u6c61\\u6c34\\u57f9\\u517b\\u4ea7\\u6cb9\\u5fae\\u85fb\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201310625139.0<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">13<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u57fa\\u4e8e\\u6cbc\\u6c14\\u53d1\\u7535\\u7684\\u4f59\\u70ed\\u56de\\u6536\\u5229\\u7528\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310674345<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">14<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6e29\\u5ea6\\u81ea\\u63a7\\u98ce\\u529b\\u5236\\u70ed\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310692604<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"77\\\"><td height=\\\"77\\\" style=\\\"height: 77px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">15<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u73af\\u6c27\\u6811\\u8102\\u56fa\\u5316\\u7a0b\\u5ea6\\u5728\\u7ebf\\u76d1\\u63a7\\u7cfb\\u7edf\\u53ca\\u91c7\\u7528\\u8be5\\u7cfb\\u7edf\\u5bf9\\u73af\\u6c27\\u6811\\u8102\\u56fa\\u5316\\u7a0b\\u5ea6\\u76d1\\u63a7\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310511396<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">16<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u592a\\u9633\\u80fd\\u96c6\\u70ed\\u63a7\\u5236\\u7cfb\\u7edf\\u53ca\\u5176\\u96c6\\u70ed\\u63a7\\u5236\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310421572<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">17<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53ef\\u6d4b\\u5b9a\\u51fa\\u6599\\u4f4d\\u7f6e\\u7684CSTR\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310470071<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"77\\\"><td height=\\\"77\\\" style=\\\"height: 77px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">18<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5229\\u7528\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\\u5bf9\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u76d1\\u6d4b\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310364454<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">19<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u538c\\u6c27\\u53d1\\u9175\\u5206\\u6bb5\\u63a7\\u6e29\\u7cfb\\u7edf\\u53ca\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310364456<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">20<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6cbc\\u6c14\\u65cb\\u8f6c\\u51b7\\u51dd\\u7684\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310381691<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">21<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6405\\u62cc\\u7834\\u58f3\\u4e8e\\u4e00\\u4f53\\u7684\\u53d1\\u9175\\u53cd\\u5e94\\u5668\\u53ca\\u6405\\u62cc\\u7834\\u58f3\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201310367177<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">22<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8054\\u5408\\u4f7f\\u7528\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201210338447<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"58\\\"><td height=\\\"58\\\" style=\\\"height: 58px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">23<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u538c\\u6c27\\u53d1\\u9175\\u7f50\\u4f53\\u6cbc\\u6c14\\u8d2e\\u91cf\\u7684\\u6d4b\\u91cf\\u65b9\\u6cd5\\u53ca\\u5b9e\\u73b0\\u8be5\\u65b9\\u6cd5\\u7684\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201110078502<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"58\\\"><td height=\\\"58\\\" style=\\\"height: 58px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">24<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u539f\\u6599\\u9884\\u5904\\u7406\\u88c5\\u7f6e\\u53ca\\u5229\\u7528\\u8be5\\u88c5\\u7f6e\\u5b9e\\u73b0\\u6cbc\\u6c14\\u6536\\u96c6\\u7684\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201110058808<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">25<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u5229\\u7528\\u592a\\u9633\\u80fd\\u7684\\u76f4\\u8d2e\\u70ed\\u538c\\u6c27\\u6d88\\u5316\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201110056367<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">26<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u538c\\u6c27\\u5f80\\u590d\\u6298\\u6d41\\u590d\\u5408\\u6d88\\u5316\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201110042375<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">27<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u7528\\u4e8e\\u725b\\u573a\\u6c61\\u6c34\\u5904\\u7406\\u7684\\u4e8c\\u6b21\\u538c\\u6c27\\u6d88\\u5316\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201010611390<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">28<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd60Co\\u03b3-\\u5c04\\u7ebf\\u8f90\\u7167\\u725b\\u7caa\\u63d0\\u9ad8\\u6cbc\\u6c14\\u4ea7\\u91cf\\u7684\\u65b9\\u6cd5<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u3000<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53d1\\u660e\\u4e13\\u5229<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">29<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53ef\\u6d4b\\u5b9a\\u51fa\\u6599\\u4f4d\\u7f6e\\u7684CSTR\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201320623818<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">30<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201320509482<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">31<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u8054\\u5408\\u4f7f\\u7528\\u7684\\u538c\\u6c27\\u53d1\\u9175\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201220466304<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">32<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6cbc\\u6c14\\u53d1\\u9175\\u8fc7\\u7a0b\\u72b6\\u6001\\u68c0\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420711902.1<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">33<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u592a\\u9633\\u80fd\\u7a7a\\u6c14\\u667a\\u80fd\\u91c7\\u6696\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420688401.6<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">34<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u538c\\u6c27\\u53d1\\u9175\\u5206\\u6bb5\\u63a7\\u6e29\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201320509483.9<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">35<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201320509482.4&nbsp;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">36<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u592a\\u9633\\u80fd\\u96c6\\u70ed\\u63a7\\u5236\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201320573185.6<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">37<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u57fa\\u4e8eBuck\\u53d8\\u6362\\u5668\\u7684\\u65e0\\u5237\\u76f4\\u6d41\\u7535\\u673a\\u9a71\\u52a8\\u7535\\u8def<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420663823.8<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">38<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u65e0\\u5237\\u76f4\\u6d41\\u7535\\u673a\\u53cd\\u7535\\u52a8\\u52bf\\u4e09\\u6b21\\u8c10\\u6ce2\\u68c0\\u6d4b\\u7535\\u8def<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420678192.7<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">39<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420670351.9<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">40<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u592a\\u9633\\u80fd\\u52a9\\u529b\\u5f0f\\u98ce\\u529b\\u53d1\\u7535\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420759477.3<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">41<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7535\\u7ebf\\u56fa\\u5b9a\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420711843.8<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">42<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u5e26\\u6709\\u4f9b\\u70ed\\u7cfb\\u7edf\\u7684\\u6052\\u6e29\\u5efa\\u7b51<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420697172.4&nbsp;<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">43<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u5e26\\u6709\\u6cbc\\u6db2\\u56de\\u6d41\\u7ba1\\u7ebf\\u7684\\u755c\\u79bd\\u7caa\\u4fbf\\u538c\\u6c27\\u53d1\\u9175\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420697135.3<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">44<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u5229\\u7528\\u56de\\u6536\\u7684\\u6cbc\\u6db2\\u55b7\\u6dcb\\u79f8\\u79c6\\u7684\\u5e72\\u5f0f\\u538c\\u6c27\\u53d1\\u9175\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420707710.3<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">45<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420670351.9<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">46<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u53ef\\u6d4b\\u5b9a\\u51fa\\u6599\\u4f4d\\u7f6e\\u7684CSTR\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201320623817.5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">47<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6cbc\\u6c14\\u65cb\\u8f6c\\u51b7\\u51dd\\u7684\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201320529632.8<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">48<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6405\\u62cc\\u7834\\u58f3\\u4e8e\\u4e00\\u4f53\\u7684\\u53d1\\u9175\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201320512530.5<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">49<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4ea7\\u6cb9\\u5fae\\u85fb\\u7684\\u4e00\\u4f53\\u5f0f\\u57f9\\u517b\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">ZL201420312552.1<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">50<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u592a\\u9633\\u80fd\\u96c6\\u70ed\\u63a7\\u5236\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201320573186<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">51<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u538c\\u6c27\\u53d1\\u9175\\u5206\\u6bb5\\u63a7\\u6e29\\u7cfb\\u7edf<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201320509484<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"20\\\"><td height=\\\"20\\\" style=\\\"height: 20px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">52<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6cbc\\u6c14\\u65cb\\u8f6c\\u51b7\\u51dd\\u7684\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201320529633<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">53<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u6405\\u62cc\\u7834\\u58f3\\u4e8e\\u4e00\\u4f53\\u7684\\u53d1\\u9175\\u53cd\\u5e94\\u5668<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201320512531<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">54<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u538c\\u6c27\\u5f80\\u590d\\u6298\\u6d41\\u590d\\u5408\\u6d88\\u5316\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201120045415<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"58\\\"><td height=\\\"58\\\" style=\\\"height: 58px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">55<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u4e00\\u79cd\\u7528\\u4e8e\\u725b\\u573a\\u6c61\\u6c34\\u6c89\\u964d\\u51c0\\u5316\\u5904\\u7406\\u7684\\u4e8c\\u6b21\\u538c\\u6c27\\u6d88\\u5316\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">201020686844<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><tr height=\\\"39\\\"><td height=\\\"39\\\" style=\\\"height: 39px; width: 46px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">56<\\/span><\\/td><td style=\\\"width: 215px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u7528\\u4e8e\\u6052\\u6e29\\u5b9e\\u9a8c\\u5ba4\\u7684\\u76f8\\u8f6c\\u53d8\\u592a\\u9633\\u80fd\\u8d2e\\u70ed\\u88c5\\u7f6e<\\/span><\\/td><td style=\\\"width: 140px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">200920317606<\\/span><\\/td><td style=\\\"width: 72px; text-align: center;\\\"><span style=\\\"font-size:14px;\\\">\\u5b9e\\u7528\\u65b0\\u578b<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=2008-2015&category%5Bid%5D=\"}', '2020-06-03 09:16:13', '2020-06-03 09:16:13'),
(569, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"2008-2015\",\"category\":{\"id\":null}}', '2020-06-03 09:16:13', '2020-06-03 09:16:13'),
(570, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:16:29', '2020-06-03 09:16:29'),
(571, 1, 'admin/articles/100/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:16:32', '2020-06-03 09:16:32'),
(572, 1, 'admin/articles/100', 'PUT', '1.190.203.218', '{\"title\":\"\\u4e13\\u5229\\u300a\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\\u300b\",\"category_id\":\"21\",\"description\":\"\\u4e13\\u5229\\u540d\\u79f0 \\u7533\\u8bf7\\u53f7 \\u6388 \\u6743 \\u65f6 \\u95f4 \\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\\uff08\\u5b9e\\u7528\\u65b0\\u578b\\uff0c\\u5f90\\u6653\\u79cb\\uff09 201320509482.4 2014.1.15\",\"content\":\"<table border=\\\"1\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 675px; height: 82px\\\"><tbody><tr><td style=\\\"width: 281px; height: 38px\\\"><span style=\\\"font-size: 22px\\\">\\u4e13\\u5229\\u540d\\u79f0<\\/span><\\/td><td style=\\\"width: 132px; height: 38px\\\"><span style=\\\"font-size: 22px\\\">\\u7533\\u8bf7\\u53f7<\\/span><\\/td><td style=\\\"width: 107px; height: 38px\\\"><span style=\\\"font-size: 22px\\\">\\u6388 \\u6743 \\u65f6 \\u95f4<\\/span><\\/td><\\/tr><tr><td style=\\\"width: 281px; height: 38px\\\"><span style=\\\"font-size: 22px\\\">\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\\uff08\\u5b9e\\u7528\\u65b0\\u578b\\uff0c\\u5f90\\u6653\\u79cb\\uff09<\\/span><\\/td><td style=\\\"width: 132px; height: 38px\\\"><span style=\\\"font-size: 22px\\\">201320509482.4<\\/span><\\/td><td style=\\\"width: 107px; height: 38px\\\"><span style=\\\"font-size: 22px\\\">2014.1.15<\\/span><\\/td><\\/tr><\\/tbody><\\/table>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E4%B8%80%E7%A7%8D%E9%AB%98%E6%B8%A9%E5%8E%8C%E6%B0%A7%E5%8F%91%E9%85%B5%E8%BF%90%E8%A1%8C%E5%8F%82%E6%95%B0%E7%9A%84%E6%97%A0%E7%BA%BF%E5%AE%9E%E6%97%B6%E7%9B%91%E6%B5%8B%E7%B3%BB%E7%BB%9F&category%5Bid%5D=\"}', '2020-06-03 09:16:39', '2020-06-03 09:16:39'),
(573, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u4e00\\u79cd\\u9ad8\\u6e29\\u538c\\u6c27\\u53d1\\u9175\\u8fd0\\u884c\\u53c2\\u6570\\u7684\\u65e0\\u7ebf\\u5b9e\\u65f6\\u76d1\\u6d4b\\u7cfb\\u7edf\",\"category\":{\"id\":null}}', '2020-06-03 09:16:39', '2020-06-03 09:16:39'),
(574, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u7b80\\u4ecb\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:16:52', '2020-06-03 09:16:52'),
(575, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:16:56', '2020-06-03 09:16:56');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(576, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E7%AE%80%E4%BB%8B&category%5Bid%5D=\"}', '2020-06-03 09:17:04', '2020-06-03 09:17:04'),
(577, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:17:04', '2020-06-03 09:17:04'),
(578, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:18:15', '2020-06-03 09:18:15'),
(579, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:18:15', '2020-06-03 09:18:15'),
(580, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:18:31', '2020-06-03 09:18:31'),
(581, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:18:31', '2020-06-03 09:18:31'),
(582, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:19:46', '2020-06-03 09:19:46'),
(583, 1, 'admin/links/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:19:49', '2020-06-03 09:19:49'),
(584, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:19:51', '2020-06-03 09:19:51'),
(585, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:20:49', '2020-06-03 09:20:49'),
(586, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-06-03 09:20:55', '2020-06-03 09:20:55'),
(587, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:20:58', '2020-06-03 09:20:58'),
(588, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E7%AE%80%E4%BB%8B&category%5Bid%5D=\"}', '2020-06-03 09:21:32', '2020-06-03 09:21:32'),
(589, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:21:32', '2020-06-03 09:21:32'),
(590, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:21:41', '2020-06-03 09:21:41'),
(591, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:21:41', '2020-06-03 09:21:41');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(592, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:23:31', '2020-06-03 09:23:31'),
(593, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:23:31', '2020-06-03 09:23:31'),
(594, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u7b80\\u4ecb\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:23:40', '2020-06-03 09:23:40'),
(595, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:23:41', '2020-06-03 09:23:41'),
(596, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?title=%E7%AE%80%E4%BB%8B&category%5Bid%5D=\"}', '2020-06-03 09:23:46', '2020-06-03 09:23:46'),
(597, 1, 'admin/articles/255/edit', 'GET', '1.190.203.218', '[]', '2020-06-03 09:23:46', '2020-06-03 09:23:46'),
(598, 1, 'admin/articles/255', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u9662\\u7b80\\u4ecb\",\"category_id\":\"2\",\"description\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\",\"content\":\"<h1 style=\\\"text-align: center\\\"><span style=\\\"font-size:26px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u7b80\\u4ecb<\\/span><\\/h1><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u521b\\u5efa\\u4e8e1995\\u5e74\\uff0c\\u524d\\u8eab\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u8282\\u6cb9\\u6280\\u672f\\u5f00\\u53d1\\u4e2d\\u5fc3\\u201d\\uff0c\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u5385\\uff0c2003\\u5e74\\u66f4\\u540d\\u4e3a\\u201c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u201d\\u30022010\\u5e74\\u96b6\\u5c5e\\u4e8e\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u5c5e\\u516c\\u76ca\\u4e00\\u7c7b\\u4e8b\\u4e1a\\u5355\\u4f4d\\u3002<\\/span><\\/p><p><span style=\\\"font-size:28px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; \\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u662f\\u4e00\\u4e2a\\u57fa\\u7840\\u7814\\u7a76\\u4e0e\\u5e94\\u7528\\u7814\\u7a76\\u5e76\\u91cd\\u3001\\u516c\\u76ca\\u670d\\u52a1\\u4e0e\\u6280\\u672f\\u521b\\u65b0\\u76f8\\u7ed3\\u5408\\u7684\\u7efc\\u5408\\u6027\\u7814\\u7a76\\u9662\\u3002\\u4e8c\\u5341\\u591a\\u5e74\\u6765\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u6839\\u636e\\u5730\\u57df\\u7279\\u70b9\\uff0c\\u4e0d\\u65ad\\u5b8c\\u5584\\u5b66\\u79d1\\u4f53\\u7cfb\\uff0c\\u7a33\\u6b65\\u63d0\\u9ad8\\u79d1\\u7814\\u6c34\\u5e73\\uff0c\\u5f62\\u6210\\u4e86\\u9c9c\\u660e\\u7684\\u79d1\\u7814\\u7279\\u8272\\u3002\\u5176\\u804c\\u80fd\\u4e3a\\u201c\\u56f4\\u7ed5\\u56fd\\u5bb6\\u91cd\\u5927\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u9ed1\\u9f99\\u6c5f\\u7701\\u653f\\u5e9c\\u51b3\\u7b56\\u548c\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\u7684\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u5728\\u73af\\u5883\\u5de5\\u7a0b\\u3001\\u4e00\\u6b21\\u80fd\\u6e90\\u3001\\u4e8c\\u6b21\\u80fd\\u6e90\\u7b49\\u5b66\\u79d1\\u9886\\u57df\\u5f00\\u5c55\\u57fa\\u7840\\u6027\\u3001\\u7cfb\\u7edf\\u6027\\u548c\\u524d\\u77bb\\u6027\\u7814\\u7a76\\uff0c\\u638c\\u63e1\\u548c\\u7a81\\u7834\\u5173\\u952e\\u6838\\u5fc3\\u6280\\u672f\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u6218\\u7565\\u3001\\u7ecf\\u6d4e\\u548c\\u793e\\u4f1a\\u53d1\\u5c55\\u63d0\\u4f9b\\u79d1\\u6280\\u652f\\u6491\\u201d\\u3002\\u62e5\\u6709\\u80fd\\u6e90\\u5316\\u5b66\\u7701\\u7ea7\\u9886\\u519b\\u4eba\\u624d\\u68af\\u961f\\u548c\\u9ed1\\u9f99\\u6c5f\\u7701\\u71c3\\u6cb9\\u71c3\\u7164\\u6e05\\u6d01\\u80fd\\u6e90\\u91cd\\u70b9\\u5b9e\\u9a8c\\u5ba4\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fd1\\u5e74\\u6765\\u5f62\\u6210\\u4e86\\u80fd\\u6e90\\u5316\\u5b66\\u3001\\u751f\\u7269\\u8d28\\u80fd\\u548c\\u56fa\\u5e9f\\u5904\\u7406\\u4e0e\\u73af\\u5883\\u6539\\u5584\\u4e09\\u4e2a\\u5b66\\u79d1\\u9886\\u57df\\u516d\\u4e2a\\u91cd\\u70b9\\u7814\\u7a76\\u65b9\\u5411\\u7684\\u79d1\\u7814\\u4f53\\u7cfb\\u3002\\u5728\\u9ed1\\u9f99\\u6c5f\\u7701\\u5efa\\u6210\\u4e86\\u9996\\u5ea7\\u53ef\\u5168\\u5e74\\u8fde\\u7eed\\u7a33\\u5b9a\\u8fd0\\u884c\\u7684\\u5927\\u578b\\u6cbc\\u6c14\\u53d1\\u7535\\u5de5\\u7a0b\\uff0c\\u5728\\u50ac\\u5316\\u6cb9\\u6d46\\u5236\\u5907\\u65b0\\u6750\\u6599\\u5f62\\u6210\\u6280\\u672f\\u521b\\u65b0\\uff0c\\u5728\\u6cb9\\u9875\\u5ca9\\u7efc\\u5408\\u5229\\u7528\\u5f62\\u6210\\u6280\\u672f\\u50a8\\u5907\\u3002\\u5728\\u7164\\u77f8\\u77f3\\u5904\\u7406\\u3001\\u5ba4\\u5185\\u7a7a\\u6c14\\u8d28\\u91cf\\u6539\\u5584\\u3001\\u519c\\u6751\\u5783\\u573e\\u3001\\u5395\\u6240\\u9769\\u547d\\u3001\\u79f8\\u79c6\\u56fa\\u4f53\\u71c3\\u6599\\u7b49\\u65b9\\u5411\\u79ef\\u6781\\u4e0e\\u56fd\\u5185\\u77e5\\u540d\\u9ad8\\u6821\\u3001\\u79d1\\u7814\\u9662\\u6240\\u548c\\u4f01\\u4e1a\\u5f00\\u5c55\\u8054\\u5408\\uff0c\\u5927\\u529b\\u63a8\\u8fdb\\u5e9f\\u5f03\\u7269\\u5904\\u7406\\u6280\\u672f\\u8054\\u5408\\u7814\\u53d1\\u548c\\u6210\\u679c\\u843d\\u5730\\uff0c\\u6539\\u5584\\u519c\\u6751\\u548c\\u57ce\\u5e02\\u73af\\u5883\\uff0c\\u52a9\\u63a8\\u6c61\\u67d3\\u9632\\u6cbb\\u653b\\u575a\\u6218\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u5efa\\u9662\\u4ee5\\u6765\\uff0c\\u7d2f\\u8ba1\\u5b8c\\u6210\\u56fd\\u5bb6\\u653b\\u5173\\u9879\\u76ee4\\u9879\\uff0c\\u79d1\\u6280\\u90e8\\u56fd\\u9645\\u79d1\\u6280\\u5408\\u4f5c\\u9879\\u76ee2\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u91cd\\u5927\\u9879\\u76ee1\\u9879\\uff0c\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u6280\\u653b\\u5173\\u9879\\u76ee11\\u9879\\uff0c\\u7701\\u81ea\\u7136\\u79d1\\u5b66\\u57fa\\u91d12\\u9879\\uff0c\\u5404\\u7ea7\\u79d1\\u7814\\u9879\\u76ee120\\u4f59\\u9879\\u3002\\u83b7\\u5f97\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u53d1\\u660e\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e2d\\u56fd\\u77f3\\u6cb9\\u548c\\u5316\\u5b66\\u534f\\u4f1a\\u79d1\\u6280\\u8fdb\\u6b65\\u4e8c\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u6280\\u8fdb\\u6b65\\u4e09\\u7b49\\u59561\\u9879\\uff0c\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u8fdb\\u6b65\\u4e00\\u7b49\\u59562\\u9879\\uff0c\\u4e8c\\u7b49\\u59561\\u9879\\uff1b\\u83b7\\u5f97\\u56fd\\u5bb6\\u4e13\\u5229100\\u4f59\\u9879\\uff1b\\u53d1\\u8868\\u79d1\\u6280\\u8bba\\u6587200\\u4f59\\u7bc7\\u3002<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u8fdb\\u5165\\u65b0\\u65f6\\u4ee3\\u7684\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\uff0c\\u5c06\\u201c\\u4e0d\\u5fd8\\u521d\\u5fc3\\uff0c\\u7262\\u8bb0\\u4f7f\\u547d\\u201d\\uff0c\\u9762\\u5411\\u653f\\u5e9c\\u6218\\u7565\\u9700\\u6c42\\uff0c\\u9762\\u5411\\u6280\\u672f\\u521b\\u65b0\\u524d\\u6cbf\\uff0c\\u9762\\u5411\\u516c\\u76ca\\u4e8b\\u4e1a\\u53d1\\u5c55\\uff0c\\u901a\\u8fc7\\u201c\\u534f\\u540c\\u521b\\u65b0\\u3001\\u5f00\\u653e\\u5408\\u4f5c\\u201d\\u7684\\u529e\\u9662\\u7406\\u5ff5\\uff0c\\u63a8\\u52a8\\u9ad8\\u8d28\\u91cf\\u53d1\\u5c55\\uff0c\\u4e3a\\u9ed1\\u9f99\\u6c5f\\u7701\\u5728\\u80fd\\u6e90\\u548c\\u73af\\u5883\\u9886\\u57df\\u7684\\u5168\\u65b9\\u4f4d\\u53d1\\u5c55\\u63d0\\u4f9b\\u6280\\u672f\\u5f15\\u9886\\uff0c\\u4e3a\\u56fd\\u5bb6\\u548c\\u5730\\u65b9\\u7ecf\\u6d4e\\u3001\\u793e\\u4f1a\\u53d1\\u5c55\\u505a\\u51fa\\u5e94\\u6709\\u7684\\u8d21\\u732e\\u3002<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\"}', '2020-06-03 09:24:21', '2020-06-03 09:24:21'),
(599, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-03 09:24:21', '2020-06-03 09:24:21'),
(600, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5f90 \\u6653 \\u79cb\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:25:03', '2020-06-03 09:25:03'),
(601, 1, 'admin/articles/266/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:25:05', '2020-06-03 09:25:05'),
(602, 1, 'admin/articles/266', 'PUT', '1.190.203.218', '{\"title\":\"\\u5f90 \\u6653 \\u79cb\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0\\r\\n\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u9662\\u957f\\u3001\\u515a\\u59d4\\u4e66\\u8bb0<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u7814\\u7a76\\u5458\\u7ea7\\u9ad8\\u7ea7\\u5de5\\u7a0b\\u5e08<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?title=%E5%BE%90+%E6%99%93+%E7%A7%8B&category%5Bid%5D=\"}', '2020-06-03 09:25:12', '2020-06-03 09:25:12'),
(603, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5f90 \\u6653 \\u79cb\",\"category\":{\"id\":null}}', '2020-06-03 09:25:12', '2020-06-03 09:25:12'),
(604, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5173 \\u6625 \\u73b2\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:25:22', '2020-06-03 09:25:22'),
(605, 1, 'admin/articles/267/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:25:23', '2020-06-03 09:25:23'),
(606, 1, 'admin/articles/267', 'PUT', '1.190.203.218', '{\"title\":\"\\u5173 \\u6625 \\u73b2\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458\\r\\n\\u9ad8\\u7ea7\\u4f1a\\u8ba1\\u5e08\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ad8\\u7ea7\\u4f1a\\u8ba1\\u5e08<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E5%85%B3+%E6%98%A5+%E7%8E%B2&category%5Bid%5D=\"}', '2020-06-03 09:25:29', '2020-06-03 09:25:29'),
(607, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5173 \\u6625 \\u73b2\",\"category\":{\"id\":null}}', '2020-06-03 09:25:29', '2020-06-03 09:25:29'),
(608, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5218 \\u4f1f\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:25:37', '2020-06-03 09:25:37'),
(609, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u5218\\u4f1f\",\"category\":{\"id\":null}}', '2020-06-03 09:25:40', '2020-06-03 09:25:40'),
(610, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u5218\",\"category\":{\"id\":null}}', '2020-06-03 09:25:43', '2020-06-03 09:25:43'),
(611, 1, 'admin/articles/268/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-03 09:25:45', '2020-06-03 09:25:45'),
(612, 1, 'admin/articles/268', 'PUT', '1.190.203.218', '{\"title\":\"\\u5218 \\u4f1f\",\"category_id\":\"4\",\"description\":\"\\u4e2d\\u5171\\u515a\\u5458\\r\\n\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458\\r\\n\\u526f\\u7814\\u7a76\\u5458\",\"content\":\"<p><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u4e2d\\u5171\\u515a\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u9ed1\\u9f99\\u6c5f\\u7701\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\\u526f\\u9662\\u957f\\u3001\\u515a\\u59d4\\u59d4\\u5458<\\/span><br style=\\\"padding: 0px; margin: 0px; color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px; white-space: normal;\\\"\\/><span style=\\\"color: rgb(61, 47, 27); font-family: &quot;courier new&quot;, courier, monospace; font-size: 20px;\\\">\\u526f\\u7814\\u7a76\\u5458<\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"3n1UyGKUck4QvmStWkyJMHl9U3F5wb3zyCpL4NBp\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/nyfh.cnskl.com\\/admin\\/articles?&title=%E5%88%98&category%5Bid%5D=\"}', '2020-06-03 09:25:51', '2020-06-03 09:25:51'),
(613, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u5218\",\"category\":{\"id\":null}}', '2020-06-03 09:25:51', '2020-06-03 09:25:51'),
(614, 1, 'admin/articles', 'GET', '112.102.243.66', '[]', '2020-06-03 10:02:33', '2020-06-03 10:02:33'),
(615, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-04 01:21:04', '2020-06-04 01:21:04'),
(616, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 01:21:07', '2020-06-04 01:21:07'),
(617, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-04 03:28:42', '2020-06-04 03:28:42'),
(618, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:29:11', '2020-06-04 03:29:11'),
(619, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:29:13', '2020-06-04 03:29:13'),
(620, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:29:15', '2020-06-04 03:29:15'),
(621, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 03:36:36', '2020-06-04 03:36:36'),
(622, 1, 'admin', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:36:38', '2020-06-04 03:36:38'),
(623, 1, 'admin', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:36:42', '2020-06-04 03:36:42'),
(624, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-04 03:40:00', '2020-06-04 03:40:00'),
(625, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:40:01', '2020-06-04 03:40:01'),
(626, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_order\":\"[{\\\"id\\\":6},{\\\"id\\\":1},{\\\"id\\\":2},{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":7},{\\\"id\\\":8,\\\"children\\\":[{\\\"id\\\":9},{\\\"id\\\":10},{\\\"id\\\":11},{\\\"id\\\":12},{\\\"id\\\":13},{\\\"id\\\":14}]}]\"}', '2020-06-04 03:41:03', '2020-06-04 03:41:03'),
(627, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:41:03', '2020-06-04 03:41:03'),
(628, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_order\":\"[{\\\"id\\\":6},{\\\"id\\\":1},{\\\"id\\\":2},{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":7},{\\\"id\\\":8},{\\\"id\\\":14},{\\\"id\\\":13},{\\\"id\\\":12},{\\\"id\\\":11},{\\\"id\\\":10},{\\\"id\\\":9}]\"}', '2020-06-04 03:42:03', '2020-06-04 03:42:03'),
(629, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:42:03', '2020-06-04 03:42:03'),
(630, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_order\":\"[{\\\"id\\\":6},{\\\"id\\\":10},{\\\"id\\\":9},{\\\"id\\\":11},{\\\"id\\\":12},{\\\"id\\\":13},{\\\"id\\\":14},{\\\"id\\\":7},{\\\"id\\\":2},{\\\"id\\\":3},{\\\"id\\\":1},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":8}]\"}', '2020-06-04 03:43:18', '2020-06-04 03:43:18'),
(631, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:43:18', '2020-06-04 03:43:18'),
(632, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:44:24', '2020-06-04 03:44:24'),
(633, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:44:26', '2020-06-04 03:44:26'),
(634, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:44:39', '2020-06-04 03:44:39'),
(635, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:44:41', '2020-06-04 03:44:41'),
(636, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '[]', '2020-06-04 03:46:31', '2020-06-04 03:46:31'),
(637, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\",\"type\":\"picture\",\"description\":null,\"order\":\"1\",\"article_id\":null,\"status\":\"on\",\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_method\":\"PUT\"}', '2020-06-04 03:46:44', '2020-06-04 03:46:44'),
(638, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 03:46:45', '2020-06-04 03:46:45'),
(639, 1, 'admin/categories/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:57:05', '2020-06-04 03:57:05'),
(640, 1, 'admin/categories/1', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u7cbe\\u9009\",\"type\":\"article\",\"description\":null,\"order\":\"11\",\"article_id\":null,\"status\":\"off\",\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 03:57:07', '2020-06-04 03:57:07'),
(641, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 03:57:08', '2020-06-04 03:57:08'),
(642, 1, 'admin/categories/4/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:57:32', '2020-06-04 03:57:32'),
(643, 1, 'admin/categories/4', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u73af\\u6e38\\u4e16\\u754c\",\"type\":\"article\",\"description\":null,\"order\":\"12\",\"article_id\":null,\"status\":\"off\",\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 03:57:34', '2020-06-04 03:57:34'),
(644, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 03:57:35', '2020-06-04 03:57:35'),
(645, 1, 'admin/categories/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:57:37', '2020-06-04 03:57:37'),
(646, 1, 'admin/categories/5', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5962\\u4f88\\u54c1\",\"type\":\"article\",\"description\":null,\"order\":\"13\",\"article_id\":null,\"status\":\"off\",\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 03:57:41', '2020-06-04 03:57:41'),
(647, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 03:57:41', '2020-06-04 03:57:41'),
(648, 1, 'admin/categories/8/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 03:57:43', '2020-06-04 03:57:43'),
(649, 1, 'admin/categories/8', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u8bba\\u6587\",\"type\":\"article\",\"description\":null,\"order\":\"14\",\"article_id\":null,\"status\":\"off\",\"_token\":\"DtjNvgiTaKkl36kxpU4DAvn6Np3HMZ5nPMYneiX2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 03:57:46', '2020-06-04 03:57:46'),
(650, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 03:57:46', '2020-06-04 03:57:46'),
(651, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 04:06:07', '2020-06-04 04:06:07'),
(652, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 04:06:10', '2020-06-04 04:06:10'),
(653, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-04 04:07:29', '2020-06-04 04:07:29'),
(654, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-04 04:07:29', '2020-06-04 04:07:29'),
(655, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\",\"_pjax\":\"#pjax-container\"}', '2020-06-04 04:07:40', '2020-06-04 04:07:40'),
(656, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\"}', '2020-06-04 07:10:05', '2020-06-04 07:10:05'),
(657, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 08:29:25', '2020-06-04 08:29:25'),
(658, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 08:44:58', '2020-06-04 08:44:58'),
(659, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 08:45:00', '2020-06-04 08:45:00'),
(660, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 08:45:10', '2020-06-04 08:45:10'),
(661, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-04 09:21:13', '2020-06-04 09:21:13'),
(662, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 09:21:16', '2020-06-04 09:21:16'),
(663, 1, 'admin/categories/7/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 09:21:21', '2020-06-04 09:21:21'),
(664, 1, 'admin/categories/7', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u7cbe\\u534e\",\"type\":\"article\",\"description\":null,\"order\":\"8\",\"article_id\":null,\"status\":\"off\",\"_token\":\"yhPOXu0ZNejqQJgX8xTmoL9lFBDVCnmJQuZ0N9o7\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 09:21:23', '2020-06-04 09:21:23'),
(665, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 09:21:24', '2020-06-04 09:21:24'),
(666, 1, 'admin/categories/14/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 09:21:26', '2020-06-04 09:21:26'),
(667, 1, 'admin/categories/14', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u56fd\\u5b66\",\"type\":\"article\",\"description\":null,\"order\":\"7\",\"article_id\":null,\"status\":\"off\",\"_token\":\"yhPOXu0ZNejqQJgX8xTmoL9lFBDVCnmJQuZ0N9o7\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 09:21:29', '2020-06-04 09:21:29'),
(668, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 09:21:29', '2020-06-04 09:21:29'),
(669, 1, 'admin/categories/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 09:21:32', '2020-06-04 09:21:32'),
(670, 1, 'admin/categories/2', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u517b\\u751f\\u4fdd\\u5065\",\"type\":\"article\",\"description\":null,\"order\":\"9\",\"article_id\":null,\"status\":\"off\",\"_token\":\"yhPOXu0ZNejqQJgX8xTmoL9lFBDVCnmJQuZ0N9o7\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-04 09:21:35', '2020-06-04 09:21:35'),
(671, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-04 09:21:35', '2020-06-04 09:21:35'),
(672, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 09:23:29', '2020-06-04 09:23:29'),
(673, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-04 09:23:30', '2020-06-04 09:23:30'),
(674, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '[]', '2020-06-04 09:24:52', '2020-06-04 09:24:52'),
(675, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '[]', '2020-06-04 09:24:52', '2020-06-04 09:24:52'),
(676, 1, 'admin/adverts', 'POST', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u5e7f\\u544a\\u4f4d\",\"url\":null,\"sort\":\"1\",\"_token\":\"yhPOXu0ZNejqQJgX8xTmoL9lFBDVCnmJQuZ0N9o7\"}', '2020-06-04 09:25:14', '2020-06-04 09:25:14'),
(677, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-06-04 09:25:15', '2020-06-04 09:25:15'),
(678, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-05 01:30:15', '2020-06-05 01:30:15'),
(679, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:30:19', '2020-06-05 01:30:19'),
(680, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"status\":\"off\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\"}', '2020-06-05 01:34:06', '2020-06-05 01:34:06'),
(681, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:34:07', '2020-06-05 01:34:07'),
(682, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"status\":\"off\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\"}', '2020-06-05 01:35:06', '2020-06-05 01:35:06'),
(683, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:35:06', '2020-06-05 01:35:06'),
(684, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:35:40', '2020-06-05 01:35:40'),
(685, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:35:53', '2020-06-05 01:35:53'),
(686, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:35:54', '2020-06-05 01:35:54'),
(687, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:35:54', '2020-06-05 01:35:54'),
(688, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:36:08', '2020-06-05 01:36:08'),
(689, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:36:10', '2020-06-05 01:36:10'),
(690, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-06-05 01:36:36', '2020-06-05 01:36:36'),
(691, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-06-05 01:36:39', '2020-06-05 01:36:39'),
(692, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:37:05', '2020-06-05 01:37:05'),
(693, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"type\":\"article\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"status\":\"off\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\"}', '2020-06-05 01:37:42', '2020-06-05 01:37:42'),
(694, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:37:42', '2020-06-05 01:37:42'),
(695, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:37:48', '2020-06-05 01:37:48'),
(696, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:38:03', '2020-06-05 01:38:03'),
(697, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:38:05', '2020-06-05 01:38:05');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(698, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"category_id\":\"15\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002\",\"content\":\"<p style=\\\"padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: \\u5b8b\\u4f53; font-size: 14px; text-indent: 28px; white-space: normal; background-color: rgb(249, 249, 246);\\\"><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002 \\u6b22\\u8fce\\u6295\\u7a3f\\u3001\\u8ba2\\u9605\\uff01\\u6295\\u7a3f\\u90ae\\u7bb1\\uff1ahlj16133@163.com \\u8054\\u7cfb\\u7535\\u8bdd\\uff1a82316133<\\/p><p><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u5b66\\u672f\\u8bba\\u6587\\u7684\\u6536\\u7a3f\\u8054\\u7cfb\\u4eba\\u5747\\u4e3a\\u672c\\u520a\\u7f16\\u8f91\\uff0c\\u7279\\u63d0\\u9192\\u5e7f\\u5927\\u4f5c\\u8005\\u6ce8\\u610f\\uff0c\\u5982\\u6709\\u6295\\u7a3f\\u610f\\u5411\\u6216\\u7591\\u95ee\\u8bf7\\u4e3b\\u52a8\\u4e0e\\u7f16\\u8f91\\u90e8\\u8054\\u7cfb\\u6838\\u5b9e\\u3002<\\/p><p><br\\/><\\/p><p>1.\\u6211\\u520a\\u7684\\u6295\\u7a3f\\u54a8\\u8be2\\u7535\\u8bdd\\u4e3a0451-82316133\\u30010451-82321706\\u3002<\\/p><p><br\\/><\\/p><p>2.\\u5b98\\u7f51\\u5730\\u5740\\uff1awww.hljkexue.com\\u3002<\\/p><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-06-05 01:39:41', '2020-06-05 01:39:41'),
(699, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 01:39:41', '2020-06-05 01:39:41'),
(700, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:39:45', '2020-06-05 01:39:45'),
(701, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"category_id\":\"15\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002\",\"content\":\"<p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002 \\u6b22\\u8fce\\u6295\\u7a3f\\u3001\\u8ba2\\u9605\\uff01\\u6295\\u7a3f\\u90ae\\u7bb1\\uff1ahlj16133@163.com \\u8054\\u7cfb\\u7535\\u8bdd\\uff1a82316133<\\/p><p><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u5b66\\u672f\\u8bba\\u6587\\u7684\\u6536\\u7a3f\\u8054\\u7cfb\\u4eba\\u5747\\u4e3a\\u672c\\u520a\\u7f16\\u8f91\\uff0c\\u7279\\u63d0\\u9192\\u5e7f\\u5927\\u4f5c\\u8005\\u6ce8\\u610f\\uff0c\\u5982\\u6709\\u6295\\u7a3f\\u610f\\u5411\\u6216\\u7591\\u95ee\\u8bf7\\u4e3b\\u52a8\\u4e0e\\u7f16\\u8f91\\u90e8\\u8054\\u7cfb\\u6838\\u5b9e\\u3002<\\/p><p><br\\/><\\/p><p>1.\\u6211\\u520a\\u7684\\u6295\\u7a3f\\u54a8\\u8be2\\u7535\\u8bdd\\u4e3a0451-82316133\\u30010451-82321706\\u3002<\\/p><p><br\\/><\\/p><p>2.\\u5b98\\u7f51\\u5730\\u5740\\uff1awww.hljkexue.com\\u3002<\\/p><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-06-05 01:39:57', '2020-06-05 01:39:57'),
(702, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 01:39:57', '2020-06-05 01:39:57'),
(703, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:40:04', '2020-06-05 01:40:04'),
(704, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:40:07', '2020-06-05 01:40:07'),
(705, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"article_id\":\"1\",\"status\":\"off\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-06-05 01:40:16', '2020-06-05 01:40:16'),
(706, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-06-05 01:40:16', '2020-06-05 01:40:16'),
(707, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:44:09', '2020-06-05 01:44:09'),
(708, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 01:44:11', '2020-06-05 01:44:11'),
(709, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-05 02:53:17', '2020-06-05 02:53:17'),
(710, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 02:53:21', '2020-06-05 02:53:21'),
(711, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 02:53:29', '2020-06-05 02:53:29'),
(712, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"parent_id\":\"8\",\"title\":\"\\u968f\\u624b\\u62cd\",\"icon\":\"fa-bars\",\"uri\":\"pictures\",\"roles\":[null],\"permission\":null,\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\"}', '2020-06-05 02:54:32', '2020-06-05 02:54:32'),
(713, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-06-05 02:54:32', '2020-06-05 02:54:32'),
(714, 1, 'admin/auth/menu', 'POST', '1.190.203.218', '{\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_order\":\"[{\\\"id\\\":1},{\\\"id\\\":14,\\\"children\\\":[{\\\"id\\\":15}]},{\\\"id\\\":12,\\\"children\\\":[{\\\"id\\\":13}]},{\\\"id\\\":8,\\\"children\\\":[{\\\"id\\\":9},{\\\"id\\\":17}]},{\\\"id\\\":10,\\\"children\\\":[{\\\"id\\\":11}]},{\\\"id\\\":2,\\\"children\\\":[{\\\"id\\\":16},{\\\"id\\\":3},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":6},{\\\"id\\\":7}]}]\"}', '2020-06-05 02:54:37', '2020-06-05 02:54:37'),
(715, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 02:54:38', '2020-06-05 02:54:38'),
(716, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-06-05 02:54:38', '2020-06-05 02:54:38'),
(717, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:12:41', '2020-06-05 03:12:41'),
(718, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-05 03:14:59', '2020-06-05 03:14:59'),
(719, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-05 03:16:05', '2020-06-05 03:16:05'),
(720, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:16:08', '2020-06-05 03:16:08'),
(721, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-05 03:16:08', '2020-06-05 03:16:08'),
(722, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-06-05 03:16:26', '2020-06-05 03:16:26'),
(723, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 03:18:21', '2020-06-05 03:18:21'),
(724, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 03:18:35', '2020-06-05 03:18:35'),
(725, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 03:18:59', '2020-06-05 03:18:59'),
(726, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 03:19:01', '2020-06-05 03:19:01'),
(727, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:19:15', '2020-06-05 03:19:15'),
(728, 1, 'admin/pictures', 'GET', '1.190.203.218', '[]', '2020-06-05 03:21:36', '2020-06-05 03:21:36'),
(729, 1, 'admin/pictures', 'GET', '1.190.203.218', '[]', '2020-06-05 03:21:37', '2020-06-05 03:21:37'),
(730, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:21:39', '2020-06-05 03:21:39'),
(731, 1, 'admin/pictures', 'POST', '1.190.203.218', '{\"title\":\"\\u4e4c\\u9547\",\"category_id\":null,\"sort\":\"100\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/pictures\"}', '2020-06-05 03:22:17', '2020-06-05 03:22:17'),
(732, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '[]', '2020-06-05 03:22:18', '2020-06-05 03:22:18'),
(733, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '[]', '2020-06-05 03:23:09', '2020-06-05 03:23:09'),
(734, 1, 'admin/pictures', 'POST', '1.190.203.218', '{\"title\":\"\\u5220\\u9664\",\"category_id\":null,\"sort\":\"0\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\"}', '2020-06-05 03:23:16', '2020-06-05 03:23:16'),
(735, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '[]', '2020-06-05 03:23:16', '2020-06-05 03:23:16'),
(736, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:24:44', '2020-06-05 03:24:44'),
(737, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:24:53', '2020-06-05 03:24:53'),
(738, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:24:55', '2020-06-05 03:24:55'),
(739, 1, 'admin/pictures', 'POST', '1.190.203.218', '{\"title\":\"\\u4e4c\\u9547\",\"category_id\":null,\"sort\":\"0\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/pictures\"}', '2020-06-05 03:25:06', '2020-06-05 03:25:06'),
(740, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '[]', '2020-06-05 03:25:06', '2020-06-05 03:25:06'),
(741, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '[]', '2020-06-05 03:25:34', '2020-06-05 03:25:34'),
(742, 1, 'admin/pictures', 'POST', '1.190.203.218', '{\"title\":\"\\u4e4c\\u9547\",\"category_id\":\"6\",\"sort\":\"0\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\"}', '2020-06-05 03:25:43', '2020-06-05 03:25:43'),
(743, 1, 'admin/pictures', 'GET', '1.190.203.218', '[]', '2020-06-05 03:25:43', '2020-06-05 03:25:43'),
(744, 1, 'admin/pictures', 'GET', '1.190.203.218', '[]', '2020-06-05 03:36:07', '2020-06-05 03:36:07'),
(745, 1, 'admin/pictures/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:36:12', '2020-06-05 03:36:12'),
(746, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 03:36:16', '2020-06-05 03:36:16'),
(747, 1, 'admin/pictures', 'GET', '1.190.203.218', '[]', '2020-06-05 03:36:17', '2020-06-05 03:36:17'),
(748, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:16:14', '2020-06-05 05:16:14'),
(749, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:28:34', '2020-06-05 05:28:34'),
(750, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:28:37', '2020-06-05 05:28:37'),
(751, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-06-05 05:28:38', '2020-06-05 05:28:38'),
(752, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:28:39', '2020-06-05 05:28:39'),
(753, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\",\"url\":\"http:\\/\\/www.has.ac.cn\\/\",\"_token\":\"B1aeDzreCDXVB7ykNDEXOTO76MdgkgqXqCv9Szbf\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-06-05 05:29:24', '2020-06-05 05:29:24'),
(754, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-06-05 05:29:25', '2020-06-05 05:29:25'),
(755, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:50:09', '2020-06-05 05:50:09'),
(756, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:50:11', '2020-06-05 05:50:11'),
(757, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 05:50:12', '2020-06-05 05:50:12'),
(758, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 05:50:13', '2020-06-05 05:50:13'),
(759, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-06-05 06:01:48', '2020-06-05 06:01:48'),
(760, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"4\",\"_pjax\":\"#pjax-container\"}', '2020-06-05 06:02:00', '2020-06-05 06:02:00'),
(761, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"3\"}', '2020-06-05 06:02:03', '2020-06-05 06:02:03'),
(762, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-05 06:02:08', '2020-06-05 06:02:08'),
(763, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"1\"}', '2020-06-05 06:02:11', '2020-06-05 06:02:11'),
(764, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-05 06:02:13', '2020-06-05 06:02:13'),
(765, 1, 'admin/articles/45/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-06-05 06:02:32', '2020-06-05 06:02:32'),
(766, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\",\"_pjax\":\"#pjax-container\"}', '2020-06-05 06:02:38', '2020-06-05 06:02:38'),
(767, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\"}', '2020-06-05 06:14:18', '2020-06-05 06:14:18'),
(768, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\"}', '2020-06-05 06:14:19', '2020-06-05 06:14:19'),
(769, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"3\",\"_pjax\":\"#pjax-container\"}', '2020-06-05 06:15:20', '2020-06-05 06:15:20'),
(770, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"4\"}', '2020-06-05 06:15:28', '2020-06-05 06:15:28'),
(771, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"3\"}', '2020-06-05 06:15:31', '2020-06-05 06:15:31'),
(772, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"3\"}', '2020-06-05 06:16:53', '2020-06-05 06:16:53'),
(773, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"3\"}', '2020-06-05 06:21:15', '2020-06-05 06:21:15'),
(774, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"1\",\"_pjax\":\"#pjax-container\"}', '2020-06-05 06:21:20', '2020-06-05 06:21:20'),
(775, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-05 06:21:22', '2020-06-05 06:21:22'),
(776, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"3\"}', '2020-06-05 06:21:24', '2020-06-05 06:21:24'),
(777, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"4\"}', '2020-06-05 06:21:26', '2020-06-05 06:21:26'),
(778, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-06-05 06:21:27', '2020-06-05 06:21:27'),
(779, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"page\":\"2\"}', '2020-06-05 06:22:57', '2020-06-05 06:22:57'),
(780, 1, 'admin', 'GET', '113.4.124.144', '[]', '2020-07-15 12:55:11', '2020-07-15 12:55:11'),
(781, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 12:55:17', '2020-07-15 12:55:17'),
(782, 1, 'admin/categories/14/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 12:55:28', '2020-07-15 12:55:28'),
(783, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:00:29', '2020-07-15 13:00:29'),
(784, 1, 'admin/categories/15/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:00:36', '2020-07-15 13:00:36'),
(785, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:01:19', '2020-07-15 13:01:19'),
(786, 1, 'admin/pictures', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:03:56', '2020-07-15 13:03:56'),
(787, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:04:42', '2020-07-15 13:04:42'),
(788, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u5403\\u5728\\u6c11\\u95f4\",\"category\":{\"id\":null}}', '2020-07-15 13:04:45', '2020-07-15 13:04:45'),
(789, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:05:54', '2020-07-15 13:05:54'),
(790, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:05:59', '2020-07-15 13:05:59'),
(791, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:18:11', '2020-07-15 13:18:11'),
(792, 1, 'admin/categories/15/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:18:16', '2020-07-15 13:18:16'),
(793, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:18:21', '2020-07-15 13:18:21'),
(794, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u4ecb\\u7ecd\",\"category\":{\"id\":null}}', '2020-07-15 13:18:26', '2020-07-15 13:18:26'),
(795, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:19:25', '2020-07-15 13:19:25'),
(796, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:19:35', '2020-07-15 13:19:35'),
(797, 1, 'admin/categories/15/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:19:39', '2020-07-15 13:19:39'),
(798, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:19:53', '2020-07-15 13:19:53'),
(799, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u6742\\u5fd7\",\"category\":{\"id\":null}}', '2020-07-15 13:19:59', '2020-07-15 13:19:59'),
(800, 1, 'admin/articles/1/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:22:09', '2020-07-15 13:22:09'),
(801, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:22:19', '2020-07-15 13:22:19'),
(802, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:23:47', '2020-07-15 13:23:47'),
(803, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u5355\\u4f4d\",\"category\":{\"id\":null}}', '2020-07-15 13:23:53', '2020-07-15 13:23:53'),
(804, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u6742\\u5fd7\",\"category\":{\"id\":null}}', '2020-07-15 13:23:58', '2020-07-15 13:23:58'),
(805, 1, 'admin/articles/1/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:24:01', '2020-07-15 13:24:01'),
(806, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:36:49', '2020-07-15 13:36:49'),
(807, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:37:22', '2020-07-15 13:37:22'),
(808, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:38:04', '2020-07-15 13:38:04'),
(809, 1, 'admin/categories/2/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:38:15', '2020-07-15 13:38:15'),
(810, 1, 'admin/categories/2', 'PUT', '113.4.124.144', '{\"parent_id\":\"0\",\"title\":\"\\u517b\\u751f\\u4fdd\\u5065\",\"type\":\"article\",\"description\":null,\"order\":\"9\",\"article_id\":null,\"status\":\"on\",\"_token\":\"dxBgcYQYUsMqGpOSH8TeEwGSxHMJoZBS9MktPd2G\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-15 13:38:18', '2020-07-15 13:38:18'),
(811, 1, 'admin/categories', 'GET', '113.4.124.144', '[]', '2020-07-15 13:38:18', '2020-07-15 13:38:18'),
(812, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:38:24', '2020-07-15 13:38:24'),
(813, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"2\"}}', '2020-07-15 13:38:28', '2020-07-15 13:38:28'),
(814, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:38:39', '2020-07-15 13:38:39'),
(815, 1, 'admin/categories/2/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:38:44', '2020-07-15 13:38:44'),
(816, 1, 'admin/categories/2', 'PUT', '113.4.124.144', '{\"parent_id\":\"0\",\"title\":\"\\u517b\\u751f\\u4fdd\\u5065\",\"type\":\"article\",\"description\":null,\"order\":\"9\",\"article_id\":null,\"status\":\"off\",\"_token\":\"dxBgcYQYUsMqGpOSH8TeEwGSxHMJoZBS9MktPd2G\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-15 13:38:47', '2020-07-15 13:38:47'),
(817, 1, 'admin/categories', 'GET', '113.4.124.144', '[]', '2020-07-15 13:38:47', '2020-07-15 13:38:47'),
(818, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:39:26', '2020-07-15 13:39:26'),
(819, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:39:39', '2020-07-15 13:39:39'),
(820, 1, 'admin/categories/2/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:39:43', '2020-07-15 13:39:43'),
(821, 1, 'admin/categories/2', 'PUT', '113.4.124.144', '{\"parent_id\":\"0\",\"title\":\"\\u517b\\u751f\\u4fdd\\u5065\",\"type\":\"article\",\"description\":null,\"order\":\"9\",\"article_id\":null,\"status\":\"on\",\"_token\":\"dxBgcYQYUsMqGpOSH8TeEwGSxHMJoZBS9MktPd2G\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-15 13:39:46', '2020-07-15 13:39:46'),
(822, 1, 'admin/categories', 'GET', '113.4.124.144', '[]', '2020-07-15 13:39:46', '2020-07-15 13:39:46'),
(823, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:39:50', '2020-07-15 13:39:50'),
(824, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"2\"}}', '2020-07-15 13:40:00', '2020-07-15 13:40:00'),
(825, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"10\"}}', '2020-07-15 13:42:04', '2020-07-15 13:42:04'),
(826, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"9\"}}', '2020-07-15 13:42:06', '2020-07-15 13:42:06'),
(827, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"11\"}}', '2020-07-15 13:42:09', '2020-07-15 13:42:09'),
(828, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"12\"}}', '2020-07-15 13:42:11', '2020-07-15 13:42:11'),
(829, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"2\"}}', '2020-07-15 13:42:15', '2020-07-15 13:42:15'),
(830, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"12\"}}', '2020-07-15 13:42:20', '2020-07-15 13:42:20'),
(831, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"title\":null,\"category\":{\"id\":\"2\"}}', '2020-07-15 13:42:28', '2020-07-15 13:42:28'),
(832, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"title\":null,\"category\":{\"id\":\"10\"},\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:42:39', '2020-07-15 13:42:39'),
(833, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"9\"}}', '2020-07-15 13:42:41', '2020-07-15 13:42:41'),
(834, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"11\"}}', '2020-07-15 13:42:43', '2020-07-15 13:42:43'),
(835, 1, 'admin/articles', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"12\"}}', '2020-07-15 13:42:47', '2020-07-15 13:42:47'),
(836, 1, 'admin/categories', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:48:04', '2020-07-15 13:48:04'),
(837, 1, 'admin/categories/2/edit', 'GET', '113.4.124.144', '{\"_pjax\":\"#pjax-container\"}', '2020-07-15 13:48:08', '2020-07-15 13:48:08'),
(838, 1, 'admin/categories/2', 'PUT', '113.4.124.144', '{\"parent_id\":\"0\",\"title\":\"\\u517b\\u751f\\u4fdd\\u5065\",\"type\":\"article\",\"description\":null,\"order\":\"9\",\"article_id\":null,\"status\":\"off\",\"_token\":\"dxBgcYQYUsMqGpOSH8TeEwGSxHMJoZBS9MktPd2G\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-15 13:48:11', '2020-07-15 13:48:11'),
(839, 1, 'admin/categories', 'GET', '113.4.124.144', '[]', '2020-07-15 13:48:11', '2020-07-15 13:48:11'),
(840, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-16 00:30:38', '2020-07-16 00:30:38'),
(841, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:30:42', '2020-07-16 00:30:42'),
(842, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:30:45', '2020-07-16 00:30:45'),
(843, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:34:32', '2020-07-16 00:34:32'),
(844, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:34:48', '2020-07-16 00:34:48'),
(845, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":null,\"category\":{\"id\":\"3\"}}', '2020-07-16 00:34:52', '2020-07-16 00:34:52'),
(846, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:35:17', '2020-07-16 00:35:17'),
(847, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:35:21', '2020-07-16 00:35:21'),
(848, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u6982\\u51b5\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"article_id\":\"1\",\"status\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 00:35:29', '2020-07-16 00:35:29'),
(849, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 00:35:29', '2020-07-16 00:35:29'),
(850, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:35:31', '2020-07-16 00:35:31'),
(851, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u6982\\u51b5\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"article_id\":\"1\",\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 00:35:33', '2020-07-16 00:35:33'),
(852, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 00:35:33', '2020-07-16 00:35:33'),
(853, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:35:37', '2020-07-16 00:35:37'),
(854, 1, 'admin/categories/3', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u4fe1\\u606f\",\"type\":\"article\",\"description\":null,\"order\":\"10\",\"article_id\":null,\"status\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 00:35:39', '2020-07-16 00:35:39'),
(855, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 00:35:39', '2020-07-16 00:35:39'),
(856, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:56:28', '2020-07-16 00:56:28'),
(857, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:56:36', '2020-07-16 00:56:36'),
(858, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:56:38', '2020-07-16 00:56:38'),
(859, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"article_id\":\"1\",\"status\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 00:56:45', '2020-07-16 00:56:45'),
(860, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 00:56:45', '2020-07-16 00:56:45'),
(861, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 00:56:50', '2020-07-16 00:56:50'),
(862, 1, 'admin/categories/3', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u4fe1\\u606f\",\"type\":\"article\",\"description\":null,\"order\":\"10\",\"article_id\":null,\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 00:56:53', '2020-07-16 00:56:53'),
(863, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 00:56:53', '2020-07-16 00:56:53'),
(864, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:01:16', '2020-07-16 01:01:16'),
(865, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u6982\\u51b5\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"0\",\"article_id\":\"1\",\"status\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:01:26', '2020-07-16 01:01:26'),
(866, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:01:26', '2020-07-16 01:01:26'),
(867, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:01:30', '2020-07-16 01:01:30'),
(868, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u6982\\u51b5\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"order\":\"10\",\"article_id\":\"1\",\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:01:38', '2020-07-16 01:01:38'),
(869, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:01:38', '2020-07-16 01:01:38'),
(870, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:04:54', '2020-07-16 01:04:54'),
(871, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:10:37', '2020-07-16 01:10:37'),
(872, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:10:40', '2020-07-16 01:10:40'),
(873, 1, 'admin/categories/3', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u4fe1\\u606f\",\"type\":\"article\",\"description\":null,\"order\":\"10\",\"article_id\":null,\"status\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:10:42', '2020-07-16 01:10:42'),
(874, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:10:42', '2020-07-16 01:10:42'),
(875, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:13:03', '2020-07-16 01:13:03'),
(876, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '[]', '2020-07-16 01:13:20', '2020-07-16 01:13:20'),
(877, 1, 'admin/adverts/1', 'GET', '1.190.203.218', '[]', '2020-07-16 01:15:23', '2020-07-16 01:15:23'),
(878, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-16 01:15:30', '2020-07-16 01:15:30'),
(879, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:15:33', '2020-07-16 01:15:33'),
(880, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '[]', '2020-07-16 01:15:37', '2020-07-16 01:15:37'),
(881, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:16:56', '2020-07-16 01:16:56'),
(882, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '[]', '2020-07-16 01:16:59', '2020-07-16 01:16:59'),
(883, 1, 'admin/adverts/1', 'GET', '1.190.203.218', '[]', '2020-07-16 01:17:47', '2020-07-16 01:17:47'),
(884, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-16 01:17:52', '2020-07-16 01:17:52'),
(885, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:17:57', '2020-07-16 01:17:57'),
(886, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:18:00', '2020-07-16 01:18:00'),
(887, 1, 'admin/adverts/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u5e7f\\u544a\\u4f4d\",\"url\":null,\"sort\":\"1\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-07-16 01:18:05', '2020-07-16 01:18:05'),
(888, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-07-16 01:18:05', '2020-07-16 01:18:05'),
(889, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:31:32', '2020-07-16 01:31:32'),
(890, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:34:12', '2020-07-16 01:34:12'),
(891, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:34:26', '2020-07-16 01:34:26'),
(892, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:34:33', '2020-07-16 01:34:33'),
(893, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\",\"type\":\"picture\",\"description\":null,\"keywords\":\"\\u968f\\u624b\\u62cd\",\"order\":\"1\",\"article_id\":null,\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:34:38', '2020-07-16 01:34:38'),
(894, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:34:38', '2020-07-16 01:34:38'),
(895, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:35:34', '2020-07-16 01:35:34'),
(896, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\",\"type\":\"picture\",\"description\":\"\\u968f\\u624b\\u62cd\",\"keywords\":\"\\u968f\\u624b\\u62cd\",\"order\":\"1\",\"article_id\":null,\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:35:39', '2020-07-16 01:35:39'),
(897, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:35:39', '2020-07-16 01:35:39'),
(898, 1, 'admin/config', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:38:26', '2020-07-16 01:38:26'),
(899, 1, 'admin/config/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:38:28', '2020-07-16 01:38:28'),
(900, 1, 'admin/config', 'POST', '1.190.203.218', '{\"name\":\"mobile\",\"value\":\"0451-82316133 82321706\",\"description\":null,\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/config\"}', '2020-07-16 01:38:43', '2020-07-16 01:38:43'),
(901, 1, 'admin/config', 'GET', '1.190.203.218', '[]', '2020-07-16 01:38:43', '2020-07-16 01:38:43'),
(902, 1, 'admin/config/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:38:45', '2020-07-16 01:38:45'),
(903, 1, 'admin/config', 'POST', '1.190.203.218', '{\"name\":\"email\",\"value\":\"1425058947@qq.com\",\"description\":null,\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/config\"}', '2020-07-16 01:38:54', '2020-07-16 01:38:54'),
(904, 1, 'admin/config', 'GET', '1.190.203.218', '[]', '2020-07-16 01:38:54', '2020-07-16 01:38:54'),
(905, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:39:52', '2020-07-16 01:39:52'),
(906, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5e7f\\u544a\\u5206\\u7c7b\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"0\",\"status\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\"}', '2020-07-16 01:40:12', '2020-07-16 01:40:12'),
(907, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:40:12', '2020-07-16 01:40:12'),
(908, 1, 'admin/categories/16/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:40:22', '2020-07-16 01:40:22'),
(909, 1, 'admin/categories/16', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5e7f\\u544a\\u5206\\u7c7b\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"0\",\"article_id\":null,\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:40:25', '2020-07-16 01:40:25'),
(910, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:40:25', '2020-07-16 01:40:25'),
(911, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:42:17', '2020-07-16 01:42:17'),
(912, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:42:30', '2020-07-16 01:42:30'),
(913, 1, 'admin/categories/16/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:42:35', '2020-07-16 01:42:35'),
(914, 1, 'admin/categories/16', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5e7f\\u544a\\u5206\\u7c7b\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"0\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"off\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:42:40', '2020-07-16 01:42:40'),
(915, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:42:40', '2020-07-16 01:42:40'),
(916, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:42:46', '2020-07-16 01:42:46'),
(917, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\",\"type\":\"picture\",\"description\":\"\\u968f\\u624b\\u62cd\",\"keywords\":\"\\u968f\\u624b\\u62cd\",\"order\":\"1\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:42:48', '2020-07-16 01:42:48'),
(918, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:42:48', '2020-07-16 01:42:48'),
(919, 1, 'admin/categories/10/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:43:13', '2020-07-16 01:43:13'),
(920, 1, 'admin/categories/10', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u8c03\\u7814\\u4e0e\\u5206\\u6790\",\"type\":\"article\",\"description\":null,\"keywords\":null,\"order\":\"2\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:43:15', '2020-07-16 01:43:15'),
(921, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:43:15', '2020-07-16 01:43:15'),
(922, 1, 'admin/categories/9/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:43:17', '2020-07-16 01:43:17'),
(923, 1, 'admin/categories/9', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5e94\\u7528\\u57fa\\u7840\\u7814\\u7a76\",\"type\":\"article\",\"description\":null,\"keywords\":null,\"order\":\"3\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:43:19', '2020-07-16 01:43:19'),
(924, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:43:20', '2020-07-16 01:43:20'),
(925, 1, 'admin/categories/11/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:43:22', '2020-07-16 01:43:22'),
(926, 1, 'admin/categories/11', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u6280\\u672f\\u5f00\\u53d1\",\"type\":\"article\",\"description\":null,\"keywords\":null,\"order\":\"4\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:43:24', '2020-07-16 01:43:24'),
(927, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:43:24', '2020-07-16 01:43:24'),
(928, 1, 'admin/categories/12/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:43:27', '2020-07-16 01:43:27'),
(929, 1, 'admin/categories/12', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u79d1\\u7814\\u4e0e\\u5e94\\u7528\",\"type\":\"article\",\"description\":null,\"keywords\":null,\"order\":\"5\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:43:29', '2020-07-16 01:43:29'),
(930, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:43:29', '2020-07-16 01:43:29'),
(931, 1, 'admin/categories/13/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:43:32', '2020-07-16 01:43:32'),
(932, 1, 'admin/categories/13', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5168\\u79d1\\u533b\\u5b66\",\"type\":\"article\",\"description\":null,\"keywords\":null,\"order\":\"6\",\"article_id\":null,\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:43:35', '2020-07-16 01:43:35'),
(933, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:43:35', '2020-07-16 01:43:35'),
(934, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:43:41', '2020-07-16 01:43:41'),
(935, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u5355\\u4f4d\\u6982\\u51b5\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"keywords\":null,\"order\":\"10\",\"article_id\":\"1\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-16 01:43:43', '2020-07-16 01:43:43'),
(936, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:43:44', '2020-07-16 01:43:44'),
(937, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:44:26', '2020-07-16 01:44:26'),
(938, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:44:32', '2020-07-16 01:44:32'),
(939, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"16\",\"title\":\"\\u9996\\u9875\\u9876\\u90e8\\u5e7f\\u544a\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"0\",\"top_show\":\"on\",\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\"}', '2020-07-16 01:44:47', '2020-07-16 01:44:47'),
(940, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:44:47', '2020-07-16 01:44:47'),
(941, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"16\",\"title\":\"\\u9996\\u9875\\u4e2d\\u95f4\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"0\",\"top_show\":\"on\",\"status\":\"on\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\"}', '2020-07-16 01:45:02', '2020-07-16 01:45:02'),
(942, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-16 01:45:02', '2020-07-16 01:45:02'),
(943, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:45:04', '2020-07-16 01:45:04');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(944, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:45:06', '2020-07-16 01:45:06'),
(945, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '[]', '2020-07-16 01:45:26', '2020-07-16 01:45:26'),
(946, 1, 'admin/adverts/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u5e7f\\u544a\\u4f4d\",\"category_id\":\"17\",\"url\":null,\"sort\":\"1\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\"}', '2020-07-16 01:45:35', '2020-07-16 01:45:35'),
(947, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-07-16 01:45:35', '2020-07-16 01:45:35'),
(948, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:45:38', '2020-07-16 01:45:38'),
(949, 1, 'admin/adverts', 'POST', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u9876\\u90e8\\u5e7f\\u544a\",\"category_id\":\"17\",\"url\":null,\"sort\":\"1\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-07-16 01:46:00', '2020-07-16 01:46:00'),
(950, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-07-16 01:46:00', '2020-07-16 01:46:00'),
(951, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:46:04', '2020-07-16 01:46:04'),
(952, 1, 'admin/adverts/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u5e7f\\u544a\\u4f4d\",\"category_id\":\"18\",\"url\":null,\"sort\":\"1\",\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-07-16 01:46:12', '2020-07-16 01:46:12'),
(953, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-07-16 01:46:12', '2020-07-16 01:46:12'),
(954, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:46:43', '2020-07-16 01:46:43'),
(955, 1, 'admin/config', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:51:57', '2020-07-16 01:51:57'),
(956, 1, 'admin/config/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 01:51:58', '2020-07-16 01:51:58'),
(957, 1, 'admin/config', 'POST', '1.190.203.218', '{\"name\":\"zhuanjia\",\"value\":\"\\u4e01\\u56fd\\u6000\\u3001 \\u738b\\u9633\\u3001 \\u738b\\u4f1f\\u4e1c\\u3001\\u738b\\u6625\\u751f\\u3001 \\u738b\\u50b2\\u96ea\\u3001 \\u738b\\u9521\\u5c71 \\u3001\\u8d39\\u6d2a\\u65b0\\u3001 \\u767d\\u96ea\\u5cf0\\u3001 \\u66f2\\u6625\\u8273\\u3001\\u5218\\u73ab \\u3001\\u5218\\u5317\\u4e1c\\u3001 \\u5218\\u6625\\u71d5\\u3001\\u5218\\u6653\\u8f89\\u3001 \\u5b59\\u5b87\\u5cf0\\u3001 \\u82cf\\u5fd7\\u5f3a\\u3001\\u674e\\u5fd7\\u9ad8 \\u3001\\u6768\\u8c26\\u3001 \\u5434\\u5188\\u3001\\u90dd\\u51b0\\u7389 \\u3001\\u5b8b\\u8273\\u3001 \\u5f20\\u5174\\u3001\\u5f20\\u658c \\u3001\\u5f20\\u4ecb\\u9a70 \\u3001\\u5f20\\u6210\\u4fe1\\u3001\\u5f20\\u4f1f\\u541b\\u3001 \\u8c37\\u5b89\\u946b\\u3001 \\u9648\\u4f2f\\u6797\\u3001\\u90d1\\u798f\\u8d35\\u3001 \\u5cb3\\u6b22 \\u3001\\u5c1a\\u6770\\u3001\\u4faf\\u8dc3\\u65b0\\u3001 \\u8d75\\u5f18\\u97ec \\u3001\\u590f\\u8679\\u3001\\u502a\\u7ea2\\u4f1f \\u3001\\u502a\\u9756\\u6ee8\\u3001 \\u5f90\\u6653\\u79cb\\u3001\\u5f20\\u6653\\u81e3 \\u3001\\u66f9\\u5f66\\u3001 \\u8c22\\u632f\\u534e\\u3001\\u90ed\\u957f\\u8679\",\"description\":null,\"_token\":\"tmcSVArtBBppS7g5E8s8zlGPyHZWZiTOqnwabeQB\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/config\"}', '2020-07-16 01:54:48', '2020-07-16 01:54:48'),
(958, 1, 'admin/config', 'GET', '1.190.203.218', '[]', '2020-07-16 01:54:48', '2020-07-16 01:54:48'),
(959, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 02:00:17', '2020-07-16 02:00:17'),
(960, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 02:02:43', '2020-07-16 02:02:43'),
(961, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-16 08:25:15', '2020-07-16 08:25:15'),
(962, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 08:25:23', '2020-07-16 08:25:23'),
(963, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-07-16 08:25:41', '2020-07-16 08:25:41'),
(964, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-16 08:27:44', '2020-07-16 08:27:44'),
(965, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-17 00:53:51', '2020-07-17 00:53:51'),
(966, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:54:03', '2020-07-17 00:54:03'),
(967, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 00:54:38', '2020-07-17 00:54:38'),
(968, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:54:42', '2020-07-17 00:54:42'),
(969, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:57:40', '2020-07-17 00:57:40'),
(970, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:57:57', '2020-07-17 00:57:57'),
(971, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-17 00:59:20', '2020-07-17 00:59:20'),
(972, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:24', '2020-07-17 00:59:24'),
(973, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:26', '2020-07-17 00:59:26'),
(974, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:32', '2020-07-17 00:59:32'),
(975, 1, 'admin/articles/80/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:35', '2020-07-17 00:59:35'),
(976, 1, 'admin/articles/80', 'PUT', '1.190.203.218', '{\"title\":\"\\u57fa\\u4e8e\\u6b63\\u6001\\u5206\\u5e03\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u73b0\\u72b6\\u5206\\u6790 \\u2014\\u2014\\u4ee5\\u6210\\u90fd\\u5e02\\u7ea2\\u661f\\u6865\\u5730\\u94c1C\\u53e3\\u4e3a\\u4f8b\",\"category_id\":\"10\",\"keywords\":\"\\u6b63\\u6001\\u5206\\u5e03\\uff1b\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\uff1b\\u73b0\\u72b6\\u5206\\u6790\\u3002\",\"description\":\"\\u57fa\\u4e8e\\u6b63\\u6001\\u5206\\u5e03\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u73b0\\u72b6\\u5206\\u6790 \\u4ee5\\u6210\\u90fd\\u5e02\\u7ea2\\u661f\\u6865\\u5730\\u94c1C\\u53e3\\u4e3a\\u4f8b \\u5201\\u9732 \\u6768\\u6653\\u82b3 \\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u9662\\u6570\\u5b66\\u5b66\\u9662 \\u57fa\\u91d1\\uff1a \\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u96622018\\u5e74\\u56fd\\u5bb6\\u7ea7\\u521b\\u65b0\\u521b\\u4e1a\\u9879\\u76ee\\u5355\\u72ec\\u4e8c\\u5b69\\u80cc\\u666f\\u4e0b\\u7684\\u4e2d\\u56fd\\u4eba\\u53e3\\u9884\\u6d4b\",\"content\":\"<p><span style=\\\"font-size:16px;\\\"><span style=\\\"font-size:22px;\\\">&nbsp;<\\/span><\\/span><\\/p><p><br\\/><span style=\\\"font-size:16px;\\\">\\u5201\\u9732 &nbsp; &nbsp; &nbsp; \\u6768\\u6653\\u82b3<br\\/><br\\/>\\r\\n\\t\\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u9662\\u6570\\u5b66\\u5b66\\u9662<\\/span><\\/p><p><span style=\\\"font-size:16px;\\\">\\u57fa\\u91d1\\uff1a<br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u96622018\\u5e74\\u56fd\\u5bb6\\u7ea7\\u521b\\u65b0\\u521b\\u4e1a\\u9879\\u76ee\\u201c\\u2018\\u5355\\u72ec\\u4e8c\\u5b69\\u2019\\u80cc\\u666f\\u4e0b\\u7684\\u4e2d\\u56fd\\u4eba\\u53e3\\u9884\\u6d4b\\u201d(201814389018)\\uff0c\\u201c\\u2018\\u5171\\u4eab\\u7ecf\\u6d4e\\u2019\\u80cc\\u666f\\u4e0b\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u201d(201814389061)\\uff1b&nbsp;<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u96622019\\u5e74\\u56fd\\u5bb6\\u7ea7\\u521b\\u65b0\\u521b\\u4e1a\\u9879\\u76ee\\u201c\\u57fa\\u4e8eLogistic-Leslie\\u6a21\\u578b\\u7684\\u4e2d\\u56fd\\u7a7a\\u5de2\\u8001\\u4eba\\u4eba\\u53e3\\u9884\\u6d4b\\u201d(S201914389090)\\uff0c\\u201c\\u623f\\u4f4f\\u4e0d\\u7092\\u80cc\\u666f\\u4e0b\\u4e2d\\u56fd\\u623f\\u4ef7\\u7684\\u5b9a\\u91cf\\u7814\\u7a76\\u201d(S201914389040)\\uff1b<br\\/>&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u81ea2016\\u5e74\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u63a8\\u884c\\u540e,\\u5171\\u4eab\\u5355\\u8f66\\u884c\\u4e1a\\u53d1\\u5c55\\u8fc5\\u901f\\u5d1b\\u8d77\\u3002\\u7ecf\\u8fc7\\u8fd1\\u4e09\\u5e74\\u7684\\u884c\\u4e1a\\u53d1\\u5c55,\\u5927\\u91cf\\u7684\\u5171\\u4eab\\u5355\\u8f66\\u54c1\\u724c\\u5728\\u7ecf\\u5386\\u5e02\\u573a\\u6025\\u5267\\u81a8\\u80c0\\u540e\\u7eb7\\u7eb7\\u9000\\u51fa\\u5e02\\u573a,\\u800c\\u5c11\\u6570\\u7ee7\\u7eed\\u575a\\u6301\\u53d1\\u5c55\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u54c1\\u724c\\u4e5f\\u9762\\u4e34\\u7740\\u533a\\u57df\\u6295\\u653e\\u6570\\u91cf\\u5206\\u5e03\\u4e0d\\u5747\\u8861\\u3001\\u8f66\\u8f86\\u8fdd\\u89c4\\u505c\\u653e\\u5f71\\u54cd\\u793e\\u4f1a\\u79e9\\u5e8f\\u7b49\\u95ee\\u9898\\u3002\\u672c\\u8bfe\\u9898\\u4ee5\\u6210\\u90fd\\u5e02\\u7ea2\\u661f\\u6865C\\u53e3\\u5171\\u4eab\\u5355\\u8f66\\u505c\\u653e\\u6570\\u91cf\\u4ee5\\u53ca\\u8fdd\\u89c4\\u505c\\u653e\\u73b0\\u72b6\\u4e3a\\u4f8b,\\u5206\\u6790\\u76ee\\u524d\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u8fdd\\u89c4\\u505c\\u653e\\u3001\\u53d1\\u5c55\\u95ee\\u9898\\u3002&nbsp;<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u9605\\u8bfb\\u5168\\u6587\\uff1a<a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202003057&dbname=CJFDAUTO\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003057&amp;dbname=CJFDAUTO<\\/a><\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"mocA2vTrpy1dO8fB2A0okhvD5kU1JMrEKu4dY7DG\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-07-17 00:59:47', '2020-07-17 00:59:47'),
(977, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-07-17 00:59:47', '2020-07-17 00:59:47'),
(978, 1, 'admin/articles/80/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:50', '2020-07-17 00:59:50'),
(979, 1, 'admin/articles/80', 'PUT', '1.190.203.218', '{\"title\":\"\\u57fa\\u4e8e\\u6b63\\u6001\\u5206\\u5e03\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u73b0\\u72b6\\u5206\\u6790 \\u2014\\u2014\\u4ee5\\u6210\\u90fd\\u5e02\\u7ea2\\u661f\\u6865\\u5730\\u94c1C\\u53e3\\u4e3a\\u4f8b\",\"category_id\":\"10\",\"keywords\":\"\\u6b63\\u6001\\u5206\\u5e03\\uff1b\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\uff1b\\u73b0\\u72b6\\u5206\\u6790\",\"description\":\"\\u57fa\\u4e8e\\u6b63\\u6001\\u5206\\u5e03\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u73b0\\u72b6\\u5206\\u6790 \\u4ee5\\u6210\\u90fd\\u5e02\\u7ea2\\u661f\\u6865\\u5730\\u94c1C\\u53e3\\u4e3a\\u4f8b \\u5201\\u9732 \\u6768\\u6653\\u82b3 \\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u9662\\u6570\\u5b66\\u5b66\\u9662 \\u57fa\\u91d1\\uff1a \\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u96622018\\u5e74\\u56fd\\u5bb6\\u7ea7\\u521b\\u65b0\\u521b\\u4e1a\\u9879\\u76ee\\u5355\\u72ec\\u4e8c\\u5b69\\u80cc\\u666f\\u4e0b\\u7684\\u4e2d\\u56fd\\u4eba\\u53e3\\u9884\\u6d4b\",\"content\":\"<p><span style=\\\"font-size:16px;\\\"><span style=\\\"font-size:22px;\\\">&nbsp;<\\/span><\\/span><\\/p><p><br\\/><span style=\\\"font-size:16px;\\\">\\u5201\\u9732 &nbsp; &nbsp; &nbsp; \\u6768\\u6653\\u82b3<br\\/><br\\/>\\r\\n\\t\\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u9662\\u6570\\u5b66\\u5b66\\u9662<\\/span><\\/p><p><span style=\\\"font-size:16px;\\\">\\u57fa\\u91d1\\uff1a<br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u96622018\\u5e74\\u56fd\\u5bb6\\u7ea7\\u521b\\u65b0\\u521b\\u4e1a\\u9879\\u76ee\\u201c\\u2018\\u5355\\u72ec\\u4e8c\\u5b69\\u2019\\u80cc\\u666f\\u4e0b\\u7684\\u4e2d\\u56fd\\u4eba\\u53e3\\u9884\\u6d4b\\u201d(201814389018)\\uff0c\\u201c\\u2018\\u5171\\u4eab\\u7ecf\\u6d4e\\u2019\\u80cc\\u666f\\u4e0b\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u201d(201814389061)\\uff1b&nbsp;<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u6210\\u90fd\\u5e08\\u8303\\u5b66\\u96622019\\u5e74\\u56fd\\u5bb6\\u7ea7\\u521b\\u65b0\\u521b\\u4e1a\\u9879\\u76ee\\u201c\\u57fa\\u4e8eLogistic-Leslie\\u6a21\\u578b\\u7684\\u4e2d\\u56fd\\u7a7a\\u5de2\\u8001\\u4eba\\u4eba\\u53e3\\u9884\\u6d4b\\u201d(S201914389090)\\uff0c\\u201c\\u623f\\u4f4f\\u4e0d\\u7092\\u80cc\\u666f\\u4e0b\\u4e2d\\u56fd\\u623f\\u4ef7\\u7684\\u5b9a\\u91cf\\u7814\\u7a76\\u201d(S201914389040)\\uff1b<br\\/>&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u81ea2016\\u5e74\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u63a8\\u884c\\u540e,\\u5171\\u4eab\\u5355\\u8f66\\u884c\\u4e1a\\u53d1\\u5c55\\u8fc5\\u901f\\u5d1b\\u8d77\\u3002\\u7ecf\\u8fc7\\u8fd1\\u4e09\\u5e74\\u7684\\u884c\\u4e1a\\u53d1\\u5c55,\\u5927\\u91cf\\u7684\\u5171\\u4eab\\u5355\\u8f66\\u54c1\\u724c\\u5728\\u7ecf\\u5386\\u5e02\\u573a\\u6025\\u5267\\u81a8\\u80c0\\u540e\\u7eb7\\u7eb7\\u9000\\u51fa\\u5e02\\u573a,\\u800c\\u5c11\\u6570\\u7ee7\\u7eed\\u575a\\u6301\\u53d1\\u5c55\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u54c1\\u724c\\u4e5f\\u9762\\u4e34\\u7740\\u533a\\u57df\\u6295\\u653e\\u6570\\u91cf\\u5206\\u5e03\\u4e0d\\u5747\\u8861\\u3001\\u8f66\\u8f86\\u8fdd\\u89c4\\u505c\\u653e\\u5f71\\u54cd\\u793e\\u4f1a\\u79e9\\u5e8f\\u7b49\\u95ee\\u9898\\u3002\\u672c\\u8bfe\\u9898\\u4ee5\\u6210\\u90fd\\u5e02\\u7ea2\\u661f\\u6865C\\u53e3\\u5171\\u4eab\\u5355\\u8f66\\u505c\\u653e\\u6570\\u91cf\\u4ee5\\u53ca\\u8fdd\\u89c4\\u505c\\u653e\\u73b0\\u72b6\\u4e3a\\u4f8b,\\u5206\\u6790\\u76ee\\u524d\\u7684\\u57ce\\u5e02\\u5171\\u4eab\\u5355\\u8f66\\u8fdd\\u89c4\\u505c\\u653e\\u3001\\u53d1\\u5c55\\u95ee\\u9898\\u3002&nbsp;<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u9605\\u8bfb\\u5168\\u6587\\uff1a<a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202003057&dbname=CJFDAUTO\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003057&amp;dbname=CJFDAUTO<\\/a><\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"mocA2vTrpy1dO8fB2A0okhvD5kU1JMrEKu4dY7DG\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-07-17 00:59:53', '2020-07-17 00:59:53'),
(980, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-07-17 00:59:53', '2020-07-17 00:59:53'),
(981, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:55', '2020-07-17 00:59:55'),
(982, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 00:59:57', '2020-07-17 00:59:57'),
(983, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 01:00:00', '2020-07-17 01:00:00'),
(984, 1, 'admin/pictures/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 01:00:03', '2020-07-17 01:00:03'),
(985, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 01:00:13', '2020-07-17 01:00:13'),
(986, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 01:00:16', '2020-07-17 01:00:16'),
(987, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 01:01:18', '2020-07-17 01:01:18'),
(988, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-17 02:15:16', '2020-07-17 02:15:16'),
(989, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:15:20', '2020-07-17 02:15:20'),
(990, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:15:34', '2020-07-17 02:15:34'),
(991, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"type\":\"show\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"keywords\":null,\"order\":\"10\",\"article_id\":\"1\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"mocA2vTrpy1dO8fB2A0okhvD5kU1JMrEKu4dY7DG\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-07-17 02:15:37', '2020-07-17 02:15:37'),
(992, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-07-17 02:15:37', '2020-07-17 02:15:37'),
(993, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-17 02:21:20', '2020-07-17 02:21:20'),
(994, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:21:23', '2020-07-17 02:21:23'),
(995, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:21:25', '2020-07-17 02:21:25'),
(996, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:21:28', '2020-07-17 02:21:28'),
(997, 1, 'admin/categories/13/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:56:37', '2020-07-17 02:56:37'),
(998, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:57:07', '2020-07-17 02:57:07'),
(999, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:57:12', '2020-07-17 02:57:12'),
(1000, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 02:57:13', '2020-07-17 02:57:13'),
(1001, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"category_id\":\"15\",\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002\",\"content\":\"<p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002 \\u6b22\\u8fce\\u6295\\u7a3f\\u3001\\u8ba2\\u9605\\uff01\\u6295\\u7a3f\\u90ae\\u7bb1\\uff1ahlj16133@163.com \\u8054\\u7cfb\\u7535\\u8bdd\\uff1a82316133<\\/p><p><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u5b66\\u672f\\u8bba\\u6587\\u7684\\u6536\\u7a3f\\u8054\\u7cfb\\u4eba\\u5747\\u4e3a\\u672c\\u520a\\u7f16\\u8f91\\uff0c\\u7279\\u63d0\\u9192\\u5e7f\\u5927\\u4f5c\\u8005\\u6ce8\\u610f\\uff0c\\u5982\\u6709\\u6295\\u7a3f\\u610f\\u5411\\u6216\\u7591\\u95ee\\u8bf7\\u4e3b\\u52a8\\u4e0e\\u7f16\\u8f91\\u90e8\\u8054\\u7cfb\\u6838\\u5b9e\\u3002<\\/p><p><br\\/><\\/p><p>1.\\u6211\\u520a\\u7684\\u6295\\u7a3f\\u54a8\\u8be2\\u7535\\u8bdd\\u4e3a0451-82316133\\u30010451-82321706\\u3002<\\/p><p><br\\/><\\/p><p>2.\\u5b98\\u7f51\\u5730\\u5740\\uff1awww.hljkexue.com\\u3002<\\/p><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\"}', '2020-07-17 03:08:26', '2020-07-17 03:08:26'),
(1002, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-07-17 03:08:27', '2020-07-17 03:08:27'),
(1003, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-07-17 03:08:57', '2020-07-17 03:08:57'),
(1004, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:09:02', '2020-07-17 03:09:02'),
(1005, 1, 'admin/articles/75/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:10:00', '2020-07-17 03:10:00'),
(1006, 1, 'admin/articles/75', 'PUT', '1.190.203.218', '{\"title\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e \\u2014\\u2014\\u517c\\u8bae\\u8de8\\u4e13\\u4e1a\\u5e94\\u7528\\u578b\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u539f\\u5219\",\"category_id\":\"12\",\"keywords\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\uff1b\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\uff1b\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\",\"description\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e \\u517c\\u8bae\\u8de8\\u4e13\\u4e1a\\u5e94\\u7528\\u578b\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u539f\\u5219 \\u5085\\u84c9 \\u6e29\\u8212\\u827a \\u7504\\u51e4 \\u9093\\u5b50\\u7487 \\u6b66\\u6c49\\u5927\\u5b66\\u54f2\\u5b66\\u5b66\\u9662 \\u4e94\\u9091\\u5927\\u5b66\\u653f\\u6cd5\\u5b66\\u9662 \\u4e94\\u9091\\u5927\\u5b66\\u5fc3\\u7406\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3 \\u6c5f\\u897f\",\"content\":\"<p><br\\/><span style=\\\"font-size:16px;\\\">\\u5085\\u84c9&nbsp; \\u6e29\\u8212\\u827a&nbsp; \\u7504\\u51e4&nbsp; \\u9093\\u5b50\\u7487<br\\/>\\r\\n\\t&nbsp;<br\\/>\\r\\n\\t\\u6b66\\u6c49\\u5927\\u5b66\\u54f2\\u5b66\\u5b66\\u9662 &nbsp; &nbsp; &nbsp;\\u4e94\\u9091\\u5927\\u5b66\\u653f\\u6cd5\\u5b66\\u9662<br\\/><br\\/>\\r\\n\\t\\u4e94\\u9091\\u5927\\u5b66\\u5fc3\\u7406\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3 &nbsp;\\u6c5f\\u897f\\u4e2d\\u533b\\u836f\\u5927\\u5b66\\u4eba\\u6587\\u5b66\\u9662<\\/span><\\/p><p><span style=\\\"font-size:16px;\\\">&nbsp;<\\/span><\\/p><p><span style=\\\"font-size:16px;\\\">&nbsp; &nbsp; &nbsp; \\u57fa\\u91d1\\uff1a<br\\/>&nbsp; &nbsp; &nbsp; 2017\\u5e74\\u5e7f\\u4e1c\\u7701\\u6559\\u5b66\\u6539\\u9769\\u9879\\u76ee\\u201c\\u57fa\\u4e8e\\u5e94\\u7528\\u578b\\u793e\\u5de5\\u4eba\\u624d\\u57f9\\u517b\\u7684\\u300a\\u5fc3\\u7406\\u54a8\\u8be2\\u5b9e\\u52a1\\u300b\\u9002\\u5e94\\u6027\\u6539\\u9769\\u201d(GDJX2017013)\\uff1b&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; 2017\\u5e74\\u4e94\\u9091\\u5927\\u5b66\\u6559\\u5b66\\u6539\\u9769\\u9879\\u76ee\\u201c\\u300a\\u5fc3\\u7406\\u54a8\\u8be2\\u5b9e\\u52a1\\u300b\\u8bfe\\u7a0b\\u6539\\u9769\\u201d(JX2017004)\\uff1b&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; 2016\\u5e74\\u4e94\\u9091\\u5927\\u5b66\\u9752\\u5e74\\u79d1\\u7814\\u57fa\\u91d1\\u9879\\u76ee\\u201c\\u6587\\u5316\\u51b2\\u7a81\\u89c6\\u89d2\\u4e0b\\u7684\\u5927\\u5b66\\u751f\\u4eba\\u9645\\u4ea4\\u5f80\\u969c\\u788d\\u7814\\u7a76\\u201d(2016sk06)\\uff1b<br\\/>&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; \\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u4e2d\\u7684\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u5b58\\u5728\\u8bfe\\u7a0b\\u5b9a\\u4f4d\\u4e0d\\u6e05\\u3001\\u6559\\u5b66\\u76ee\\u6807\\u6a21\\u7cca\\u7b49\\u95ee\\u9898\\u3002\\u4e3a\\u5236\\u8ba2\\u660e\\u786e\\u3001\\u5408\\u610f\\u7684\\u6559\\u5b66\\u76ee\\u6807,\\u6709\\u6548\\u6307\\u5bfc\\u8bfe\\u7a0b\\u6559\\u5b66\\u4e0e\\u8003\\u6838,\\u4ee5\\u4e94\\u9091\\u5927\\u5b66\\u4e3a\\u4f8b,\\u5206\\u6790\\u4e86\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u5b58\\u5728\\u7684\\u95ee\\u9898,\\u660e\\u6670\\u4e86\\u8be5\\u8bfe\\u7a0b\\u5728\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u4eba\\u624d\\u57f9\\u517b\\u4f53\\u7cfb\\u4e2d\\u7684\\u5b9a\\u4f4d,\\u786e\\u5b9a\\u4e86\\u6559\\u5b66\\u5185\\u5bb9\\u3002\\u5728\\u6b64\\u57fa\\u7840\\u4e0a,\\u9075\\u5faa\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u539f\\u5219\\u8bbe\\u7f6e\\u4e86\\u4e09\\u7ea7\\u6559\\u5b66\\u76ee\\u6807,\\u5206\\u522b\\u4e3a\\u8bfe\\u7a0b\\u603b\\u76ee\\u6807\\u3001\\u77e5\\u8bc6\\u6a21\\u5757\\u76ee\\u6807\\u4ee5\\u53ca\\u77e5\\u8bc6\\u70b9\\u76ee\\u6807,\\u5f62\\u6210\\u4e86\\u4e00\\u4e2a\\u5b8c\\u6574\\u7684\\u8bfe\\u7a0b\\u6559\\u5b66\\u76ee\\u6807\\u4f53\\u7cfb,\\u4e3a\\u8de8\\u4e13\\u4e1a\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u63d0\\u4f9b\\u4e86\\u53c2\\u8003\\u3002&nbsp;<br\\/>&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; \\u9605\\u8bfb\\u5168\\u6587\\uff1a<a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202001001&dbname=CJFDLAST2020\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001001&amp;dbname=CJFDLAST2020<\\/a><\\/span><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?title=%E7%A4%BE%E4%BC%9A%E5%B7%A5%E4%BD%9C%E4%B8%93%E4%B8%9A%E5%BF%83%E7%90%86&category%5Bid%5D=\"}', '2020-07-17 03:10:09', '2020-07-17 03:10:09'),
(1007, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\",\"category\":{\"id\":null}}', '2020-07-17 03:10:09', '2020-07-17 03:10:09'),
(1008, 1, 'admin/articles/71/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:10:12', '2020-07-17 03:10:12'),
(1009, 1, 'admin/articles/71', 'PUT', '1.190.203.218', '{\"title\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e \\u2014\\u2014\\u517c\\u8bae\\u8de8\\u4e13\\u4e1a\\u5e94\\u7528\\u578b\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u539f\\u5219\",\"category_id\":\"12\",\"keywords\":\"\\u793e\\u4f1a\\u5de5\\u4f5c,\\u4e13\\u4e1a,\\u5fc3\\u7406\\u54a8\\u8be2,\\u8bfe\\u7a0b,\\u7684,\\u6559\\u5b66,\\u76ee\\u6807,\",\"description\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e \\u517c\\u8bae\\u8de8\\u4e13\\u4e1a\\u5e94\\u7528\\u578b\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u539f\\u5219 \\u5085\\u84c9 \\u6e29\\u8212\\u827a \\u7504\\u51e4 \\u9093\\u5b50\\u7487 \\u6b66\\u6c49\\u5927\\u5b66\\u54f2\\u5b66\\u5b66\\u9662 \\u4e94\\u9091\\u5927\\u5b66\\u653f\\u6cd5\\u5b66\\u9662 \\u4e94\\u9091\\u5927\\u5b66\\u5fc3\\u7406\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3 \\u6c5f\\u897f\",\"content\":\"<p><br\\/>\\r\\n\\t&nbsp;<\\/p><p><span style=\\\"font-size:16px;\\\">\\u5085\\u84c9&nbsp; \\u6e29\\u8212\\u827a&nbsp; \\u7504\\u51e4&nbsp; \\u9093\\u5b50\\u7487<br\\/>\\r\\n\\t&nbsp;<br\\/>\\r\\n\\t\\u6b66\\u6c49\\u5927\\u5b66\\u54f2\\u5b66\\u5b66\\u9662 \\u4e94\\u9091\\u5927\\u5b66\\u653f\\u6cd5\\u5b66\\u9662<br\\/><br\\/>\\r\\n\\t\\u4e94\\u9091\\u5927\\u5b66\\u5fc3\\u7406\\u5065\\u5eb7\\u6559\\u80b2\\u4e2d\\u5fc3 \\u6c5f\\u897f\\u4e2d\\u533b\\u836f\\u5927\\u5b66\\u4eba\\u6587\\u5b66\\u9662<\\/span><\\/p><p><span style=\\\"font-size:16px;\\\">&nbsp;<br\\/>\\u57fa\\u91d1\\uff1a2017\\u5e74\\u5e7f\\u4e1c\\u7701\\u6559\\u5b66\\u6539\\u9769\\u9879\\u76ee\\u201c\\u57fa\\u4e8e\\u5e94\\u7528\\u578b\\u793e\\u5de5\\u4eba\\u624d\\u57f9\\u517b\\u7684\\u300a\\u5fc3\\u7406\\u54a8\\u8be2\\u5b9e\\u52a1\\u300b\\u9002\\u5e94\\u6027\\u6539\\u9769\\u201d(GDJX2017013)\\uff1b&nbsp;2017\\u5e74\\u4e94\\u9091\\u5927\\u5b66\\u6559\\u5b66\\u6539\\u9769\\u9879\\u76ee\\u201c\\u300a\\u5fc3\\u7406\\u54a8\\u8be2\\u5b9e\\u52a1\\u300b\\u8bfe\\u7a0b\\u6539\\u9769\\u201d(JX2017004)\\uff1b&nbsp;2016\\u5e74\\u4e94\\u9091\\u5927\\u5b66\\u9752\\u5e74\\u79d1\\u7814\\u57fa\\u91d1\\u9879\\u76ee\\u201c\\u6587\\u5316\\u51b2\\u7a81\\u89c6\\u89d2\\u4e0b\\u7684\\u5927\\u5b66\\u751f\\u4eba\\u9645\\u4ea4\\u5f80\\u969c\\u788d\\u7814\\u7a76\\u201d(2016sk06)\\uff1b<br\\/>&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u4e2d\\u7684\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u5b58\\u5728\\u8bfe\\u7a0b\\u5b9a\\u4f4d\\u4e0d\\u6e05\\u3001\\u6559\\u5b66\\u76ee\\u6807\\u6a21\\u7cca\\u7b49\\u95ee\\u9898\\u3002\\u4e3a\\u5236\\u8ba2\\u660e\\u786e\\u3001\\u5408\\u610f\\u7684\\u6559\\u5b66\\u76ee\\u6807,\\u6709\\u6548\\u6307\\u5bfc\\u8bfe\\u7a0b\\u6559\\u5b66\\u4e0e\\u8003\\u6838,\\u4ee5\\u4e94\\u9091\\u5927\\u5b66\\u4e3a\\u4f8b,\\u5206\\u6790\\u4e86\\u5fc3\\u7406\\u54a8\\u8be2\\u8bfe\\u7a0b\\u5b58\\u5728\\u7684\\u95ee\\u9898,\\u660e\\u6670\\u4e86\\u8be5\\u8bfe\\u7a0b\\u5728\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u4eba\\u624d\\u57f9\\u517b\\u4f53\\u7cfb\\u4e2d\\u7684\\u5b9a\\u4f4d,\\u786e\\u5b9a\\u4e86\\u6559\\u5b66\\u5185\\u5bb9\\u3002\\u5728\\u6b64\\u57fa\\u7840\\u4e0a,\\u9075\\u5faa\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u539f\\u5219\\u8bbe\\u7f6e\\u4e86\\u4e09\\u7ea7\\u6559\\u5b66\\u76ee\\u6807,\\u5206\\u522b\\u4e3a\\u8bfe\\u7a0b\\u603b\\u76ee\\u6807\\u3001\\u77e5\\u8bc6\\u6a21\\u5757\\u76ee\\u6807\\u4ee5\\u53ca\\u77e5\\u8bc6\\u70b9\\u76ee\\u6807,\\u5f62\\u6210\\u4e86\\u4e00\\u4e2a\\u5b8c\\u6574\\u7684\\u8bfe\\u7a0b\\u6559\\u5b66\\u76ee\\u6807\\u4f53\\u7cfb,\\u4e3a\\u8de8\\u4e13\\u4e1a\\u8bfe\\u7a0b\\u7684\\u6559\\u5b66\\u76ee\\u6807\\u8bbe\\u7f6e\\u63d0\\u4f9b\\u4e86\\u53c2\\u8003\\u3002&nbsp;<br\\/>&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u9605\\u8bfb\\u5168\\u6587 &nbsp;&nbsp;<a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202001001&dbname=CJFDLAST2020\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001001&amp;dbname=CJFDLAST2020<\\/a><\\/span><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?title=%E7%A4%BE%E4%BC%9A%E5%B7%A5%E4%BD%9C%E4%B8%93%E4%B8%9A%E5%BF%83%E7%90%86&category%5Bid%5D=\"}', '2020-07-17 03:10:19', '2020-07-17 03:10:19'),
(1010, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u793e\\u4f1a\\u5de5\\u4f5c\\u4e13\\u4e1a\\u5fc3\\u7406\",\"category\":{\"id\":null}}', '2020-07-17 03:10:19', '2020-07-17 03:10:19'),
(1011, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u6ee1\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:10:26', '2020-07-17 03:10:26'),
(1012, 1, 'admin/articles/76/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:10:28', '2020-07-17 03:10:28'),
(1013, 1, 'admin/articles/76', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u6ee1\\u610f\\u5ea6\\u8bc4\\u4ef7\\u7814\\u7a76\\u2014\\u2014\\u57fa\\u4e8e\\u6a21\\u7cca\\u7efc\\u5408\\u5206\\u6790\\u6cd5\\u7684\\u5e94\\u7528\",\"category_id\":\"12\",\"keywords\":\"\\u9ad8\\u6821\\uff1b\\u521b\\u65b0\\u521b\\u4e1a\\uff1b\\u6559\\u80b2\\u6ee1\\u610f\\u5ea6\\uff1b\\u8bc4\\u4ef7\",\"description\":\"\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u6ee1\\u610f\\u5ea6\\u8bc4\\u4ef7\\u7814\\u7a76 \\u57fa\\u4e8e\\u6a21\\u7cca\\u7efc\\u5408\\u5206\\u6790\\u6cd5\\u7684\\u5e94\\u7528 \\u9ec4\\u4f73\\u5f66 \\u8096\\u5929\\u9f99 \\u6e56\\u5357\\u519c\\u4e1a\\u5927\\u5b66 \\u57fa\\u91d1\\uff1a 2017\\u5e74\\u5ea6\\u6e56\\u5357\\u7701\\u6559\\u80b2\\u5385\\u79d1\\u5b66\\u7814\\u7a76\\u4e00\\u822c\\u9879\\u76ee\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u80fd\\u529b\\u5efa\\u8bbe\\u7814\\u7a76(17C0787)\\uff1b \\u6e56\",\"content\":\"<p>\\r\\n\\t&nbsp;<\\/p><p><span style=\\\"font-size:16px;\\\">&nbsp;<br\\/>\\r\\n\\t\\u9ec4\\u4f73\\u5f66 &nbsp; &nbsp; \\u8096\\u5929\\u9f99<br\\/><br\\/>\\r\\n\\t\\u6e56\\u5357\\u519c\\u4e1a\\u5927\\u5b66<\\/span><\\/p><p><br\\/><span style=\\\"font-size: 16px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u57fa\\u91d1\\uff1a<\\/span><\\/p><p><span style=\\\"font-size: 16px;\\\">&nbsp; &nbsp; &nbsp;<br\\/>&nbsp; &nbsp; &nbsp; &nbsp;2017\\u5e74\\u5ea6\\u6e56\\u5357\\u7701\\u6559\\u80b2\\u5385\\u79d1\\u5b66\\u7814\\u7a76\\u4e00\\u822c\\u9879\\u76ee\\u201c\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u80fd\\u529b\\u5efa\\u8bbe\\u7814\\u7a76\\u201d(17C0787)\\uff1b<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u6e56\\u5357\\u519c\\u4e1a\\u5927\\u5b662017\\u5e74\\u5ea6\\u5c31\\u4e1a\\u521b\\u4e1a\\u6307\\u5bfc\\u4e0e\\u6559\\u5b66\\u7814\\u7a76\\u8bfe\\u9898\\u201c\\u519c\\u4e1a\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u80fd\\u529b\\u5efa\\u8bbe\\u7814\\u7a76\\u201d\\uff1b<\\/span><br\\/><br\\/><span style=\\\"font-size:16px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u662f\\u57f9\\u517b\\u65b0\\u65f6\\u4ee3\\u521b\\u65b0\\u521b\\u4e1a\\u9ad8\\u7d20\\u8d28\\u4eba\\u624d\\u7684\\u91cd\\u8981\\u9014\\u5f84,\\u662f\\u6df1\\u5316\\u9ad8\\u7b49\\u6559\\u80b2\\u6539\\u9769\\u7684\\u8feb\\u5207\\u8981\\u6c42\\u3002\\u4ecb\\u7ecd\\u4e86\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u7684\\u5185\\u6db5,\\u4ee5\\u6559\\u80b2\\u4e3a\\u4e3b\\u4f53\\u6784\\u5efa\\u4e86\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u6ee1\\u610f\\u5ea6\\u8bc4\\u4ef7\\u6307\\u6807\\u4f53\\u7cfb,\\u5e76\\u8fd0\\u7528\\u6a21\\u7cca\\u5c42\\u6b21\\u5206\\u6790\\u6cd5(AHP)\\u5bf9\\u5176\\u8fdb\\u884c\\u4e86\\u5206\\u6790,\\u5e76\\u5bf9\\u63d0\\u9ad8\\u6211\\u56fd\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u6ee1\\u610f\\u5ea6\\u63d0\\u51fa\\u4e86\\u5efa\\u8bae,\\u5373\\u8f6c\\u53d8\\u6559\\u80b2\\u7406\\u5ff5,\\u6539\\u9769\\u57f9\\u517b\\u6a21\\u5f0f,\\u91cd\\u5efa\\u8bfe\\u7a0b\\u7ed3\\u6784,\\u7a81\\u51fa\\u80fd\\u529b\\u57f9\\u517b,\\u5b8c\\u5584\\u5e08\\u8d44\\u961f\\u4f0d\\u4e0e\\u6fc0\\u52b1\\u673a\\u5236,\\u63d0\\u5347\\u6210\\u679c\\u8f6c\\u5316\\u7387,\\u8fdb\\u800c\\u63d0\\u9ad8\\u521b\\u65b0\\u521b\\u4e1a\\u6ee1\\u610f\\u5ea6,\\u5b8c\\u5584\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u4f53\\u7cfb\\u5efa\\u8bbe,\\u4e0d\\u65ad\\u5f00\\u521b\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u65b0\\u5c40\\u9762\\u3002&nbsp;<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp;\\u9605\\u8bfb\\u5168\\u6587\\uff1a<a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202001003&dbname=CJFDLAST2020\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001003&amp;dbname=CJFDLAST2020<\\/a><br\\/>&nbsp;<br\\/>&nbsp;<br\\/>&nbsp;<br\\/>&nbsp;<br\\/>&nbsp;<\\/span><br\\/>&nbsp;<br\\/>&nbsp;<br\\/>&nbsp;<br\\/>&nbsp;<br\\/>&nbsp;<br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E9%AB%98%E6%A0%A1%E5%88%9B%E6%96%B0%E5%88%9B%E4%B8%9A%E6%95%99%E8%82%B2%E6%BB%A1&category%5Bid%5D=\"}', '2020-07-17 03:10:35', '2020-07-17 03:10:35'),
(1014, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u9ad8\\u6821\\u521b\\u65b0\\u521b\\u4e1a\\u6559\\u80b2\\u6ee1\",\"category\":{\"id\":null}}', '2020-07-17 03:10:36', '2020-07-17 03:10:36'),
(1015, 1, 'admin/articles/76/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:25:33', '2020-07-17 03:25:33'),
(1016, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:25:43', '2020-07-17 03:25:43'),
(1017, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-07-17 03:25:44', '2020-07-17 03:25:44'),
(1018, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:25:47', '2020-07-17 03:25:47'),
(1019, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:25:48', '2020-07-17 03:25:48'),
(1020, 1, 'admin/articles/80/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:25:50', '2020-07-17 03:25:50'),
(1021, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:26:36', '2020-07-17 03:26:36'),
(1022, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:27:30', '2020-07-17 03:27:30'),
(1023, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:27:32', '2020-07-17 03:27:32'),
(1024, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:28:06', '2020-07-17 03:28:06'),
(1025, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:32:10', '2020-07-17 03:32:10'),
(1026, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u9ad8\\u6280\\u672f\\u7814\\u7a76\\u9662\",\"url\":\"http:\\/\\/iat.has.ac.cn\\/index.html\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:32:19', '2020-07-17 03:32:19'),
(1027, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:32:19', '2020-07-17 03:32:19'),
(1028, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:40:14', '2020-07-17 03:40:14'),
(1029, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/imb.has.ac.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:40:25', '2020-07-17 03:40:25'),
(1030, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:40:25', '2020-07-17 03:40:25'),
(1031, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:40:27', '2020-07-17 03:40:27'),
(1032, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u6280\\u672f\\u7269\\u7406\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/www.tpihas.ac.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:40:33', '2020-07-17 03:40:33'),
(1033, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:40:33', '2020-07-17 03:40:33'),
(1034, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:40:35', '2020-07-17 03:40:35'),
(1035, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u81ea\\u7136\\u4e0e\\u751f\\u6001\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/ine.has.ac.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:40:39', '2020-07-17 03:40:39'),
(1036, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:40:39', '2020-07-17 03:40:39'),
(1037, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:40:42', '2020-07-17 03:40:42'),
(1038, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u667a\\u80fd\\u5236\\u9020\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/www.haai.com.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:40:46', '2020-07-17 03:40:46'),
(1039, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:40:46', '2020-07-17 03:40:46'),
(1040, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:40:48', '2020-07-17 03:40:48'),
(1041, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u5927\\u5e86\\u5206\\u9662\",\"url\":\"http:\\/\\/dqb.has.ac.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:40:51', '2020-07-17 03:40:51'),
(1042, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:40:51', '2020-07-17 03:40:51'),
(1043, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:40:54', '2020-07-17 03:40:54'),
(1044, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\",\"url\":\"http:\\/\\/nyfh.has.ac.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:41:01', '2020-07-17 03:41:01'),
(1045, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:41:01', '2020-07-17 03:41:01'),
(1046, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:41:04', '2020-07-17 03:41:04'),
(1047, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u671f\\u520a\",\"url\":\"http:\\/\\/www.hljkexue.com\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:41:07', '2020-07-17 03:41:07'),
(1048, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:41:07', '2020-07-17 03:41:07'),
(1049, 1, 'admin/links/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:41:10', '2020-07-17 03:41:10'),
(1050, 1, 'admin/links', 'POST', '1.190.203.218', '{\"title\":\"\\u81ea\\u52a8\\u5316\\u6280\\u672f\\u4e0e\\u5e94\\u7528\",\"url\":\"http:\\/\\/www.caauto.com.cn\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-07-17 03:41:14', '2020-07-17 03:41:14'),
(1051, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:41:14', '2020-07-17 03:41:14'),
(1052, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-07-17 03:43:36', '2020-07-17 03:43:36'),
(1053, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:43:42', '2020-07-17 03:43:42'),
(1054, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:43:42', '2020-07-17 03:43:42'),
(1055, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u6b66\\u6c49\\u4e1c\\u6e56\\u7eff\\u9053\",\"category\":{\"id\":null}}', '2020-07-17 03:43:46', '2020-07-17 03:43:46'),
(1056, 1, 'admin/articles/68/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:43:48', '2020-07-17 03:43:48'),
(1057, 1, 'admin/articles/68', 'PUT', '1.190.203.218', '{\"title\":\"\\u6b66\\u6c49\\u4e1c\\u6e56\\u7eff\\u9053\\u201c\\u5927\\u6e56+\\u201d\\u7eff\\u8272\\u751f\\u6001\\u4e3b\\u9898\\u529f\\u80fd\\u53d1\\u5c55\\u8c03\\u7814\",\"category_id\":\"10\",\"keywords\":\"\\u6b66\\u6c49,\\u4e1c\\u6e56,\\u7eff\\u9053,\\u201c,\\u5927\\u6e56,\\u201d,\\u7eff\\u8272\\u751f\\u6001,\\u4e3b\\u9898,\",\"description\":\"\\u57fa\\u91d1\\uff1a2018\\u5e74\\u6e56\\u5317\\u7701\\u5927\\u5b66\\u751f\\u521b\\u65b0\\u521b\\u4e1a\\u8bad\\u7ec3\\u8ba1\\u5212\\u6821\\u7ea7\\u9879\\u76ee\\u201c\\u4e00\\u6e56\\u98ce\\u666f\\u7f18\\u5824\\u626c\\u2014\\u2014\\u6b66\\u6c49\\u4e1c\\u6e56\\u7eff\\u9053\\u2018\\u5927\\u6e56+\\u2019\\u7eff\\u8272\\u751f\\u6001\\u4e3b\\u9898\\u529f\\u80fd\\u53d1\\u5c55\\u7684\\u8c03\\u67e5\\u4e0e\\u7814\\u7a76\\u201d\\u7814\\u7a76\\u6210\\u679c(2018014)\\r\\n\\u4e1c\\u6e56\\u7eff\\u9053\\u662f\\u987a\\u5e94\\u65b0\\u65f6\\u4ee3\\u53d1\\u5c55\\u7406\",\"content\":\"<p><span style=\\\"font-size:14px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\\/span><\\/p><p><span style=\\\"font-size:16px;\\\">\\u5b59\\u6708\\u6708 &nbsp;\\u8881\\u4e91 &nbsp;\\u9122\\u5b50\\u94c3 &nbsp;\\u674e\\u6587\\u60e0<br\\/><br\\/>\\r\\n\\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(\\u6e56\\u5317\\u7ecf\\u6d4e\\u5b66\\u9662\\u5916\\u56fd\\u8bed\\u5b66\\u9662)<\\/span><\\/p><p><br\\/><span style=\\\"font-size:16px;\\\">\\u57fa\\u91d1\\uff1a2018\\u5e74\\u6e56\\u5317\\u7701\\u5927\\u5b66\\u751f\\u521b\\u65b0\\u521b\\u4e1a\\u8bad\\u7ec3\\u8ba1\\u5212\\u6821\\u7ea7\\u9879\\u76ee\\u201c\\u4e00\\u6e56\\u98ce\\u666f\\u7f18\\u5824\\u626c\\u2014\\u2014\\u6b66\\u6c49\\u4e1c\\u6e56\\u7eff\\u9053\\u2018\\u5927\\u6e56+\\u2019\\u7eff\\u8272\\u751f\\u6001\\u4e3b\\u9898\\u529f\\u80fd\\u53d1\\u5c55\\u7684\\u8c03\\u67e5\\u4e0e\\u7814\\u7a76\\u201d\\u7814\\u7a76\\u6210\\u679c(2018014)<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u4e1c\\u6e56\\u7eff\\u9053\\u662f\\u987a\\u5e94\\u65b0\\u65f6\\u4ee3\\u53d1\\u5c55\\u7406\\u5ff5\\u800c\\u751f,\\u62e5\\u6709\\u5f97\\u5929\\u72ec\\u539a\\u7684\\u5386\\u53f2\\u666f\\u89c2\\u53ca\\u6df1\\u539a\\u7684\\u5386\\u53f2\\u5e95\\u8574,\\u5404\\u9879\\u516c\\u5171\\u5a31\\u4e50\\u8bbe\\u65bd\\u4e30\\u5bcc,\\u4ea4\\u901a\\u4fbf\\u5229,\\u4f46\\u5176\\u4e2d\\u4e5f\\u5b58\\u5728\\u7740\\u5ba3\\u4f20\\u529b\\u5ea6\\u4e0d\\u591f\\u3001\\u5ba3\\u4f20\\u6548\\u679c\\u4e0d\\u4f73\\u3001\\u90e8\\u5206\\u666f\\u70b9\\u7f3a\\u4e4f\\u4eba\\u6587\\u6c14\\u606f\\u3001\\u5bf9\\u8346\\u695a\\u6587\\u5316\\u63a8\\u52a8\\u4f5c\\u7528\\u4e0d\\u591f\\u7b49\\u95ee\\u9898\\u3002\\u9488\\u5bf9\\u6b64,\\u901a\\u8fc7\\u5b9e\\u5730\\u8c03\\u67e5\\u8d70\\u8bbf\\u3001\\u53d1\\u653e\\u95ee\\u5377\\u7b49\\u5f62\\u5f0f\\u8fdb\\u884c\\u4e86\\u6df1\\u5165\\u7814\\u7a76\\uff0c\\u63d0\\u51fa\\u4e1c\\u6e56\\u7eff\\u9053\\u8fdb\\u4e00\\u6b65\\u53d1\\u5c55\\u5b8c\\u5584\\u7684\\u5efa\\u8bae\\u3002\\u5e94\\u6df1\\u5165\\u6316\\u6398\\u4e1c\\u6e56\\u7eff\\u9053\\u6c34\\u8d44\\u6e90\\u6f5c\\u529b,\\u9002\\u91cf\\u589e\\u6dfb\\u5730\\u57df\\u6587\\u5316\\u4e3b\\u9898,\\u589e\\u5f3a\\u6e56\\u6cca\\u6587\\u5316\\u5185\\u6db5\\u3002&nbsp;<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u9605\\u8bfb\\u5168\\u6587 <a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202003058&dbname=CJFDAUTO\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003058&amp;dbname=CJFDAUTO<\\/a><\\/span><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E6%AD%A6%E6%B1%89%E4%B8%9C%E6%B9%96%E7%BB%BF%E9%81%93&category%5Bid%5D=\"}', '2020-07-17 03:44:38', '2020-07-17 03:44:38'),
(1058, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u6b66\\u6c49\\u4e1c\\u6e56\\u7eff\\u9053\",\"category\":{\"id\":null}}', '2020-07-17 03:44:38', '2020-07-17 03:44:38'),
(1059, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u65b0\\u578b\\u57f9\\u517b\\u6599\\u683d\\u57f9\\u98df\\u7528\\u83cc\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:45:54', '2020-07-17 03:45:54'),
(1060, 1, 'admin/articles/47/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:45:56', '2020-07-17 03:45:56');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(1061, 1, 'admin/articles/47', 'PUT', '1.190.203.218', '{\"title\":\"\\u65b0\\u578b\\u57f9\\u517b\\u6599\\u683d\\u57f9\\u98df\\u7528\\u83cc\\u7814\\u7a76\\u7684\\u73b0\\u72b6\\u53ca\\u5c55\\u671b\",\"category_id\":\"9\",\"keywords\":\"\\u65b0\\u578b,\\u57f9,\\u517b\\u6599,\\u683d\\u57f9,\\u98df\\u7528\\u83cc,\\u7814\\u7a76,\\u7684,\\u73b0\\u72b6,\\u53ca,\",\"description\":\"\\u65b0\\u578b\\u57f9\\u517b\\u6599\\u683d\\u57f9\\u98df\\u7528\\u83cc\\u7814\\u7a76\\u7684\\u73b0\\u72b6\\u53ca\\u5c55\\u671b Research status and prospect on the cultivation of edible fungus by new kinds of culture medium \\u738b\\u7389\\u6c5f 1 \\uff0c\\u59dc\\u5b8f\\u5b87 2 \\uff0c\\u6c99\\u957f\\u9752 3 \\uff081.\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u6240\\uff0c\\u54c8\",\"content\":\"<p><br\\/><span style=\\\"font-size:16px;\\\">\\u738b\\u7389\\u6c5f<sup>1<\\/sup>\\uff0c\\u59dc\\u5b8f\\u5b87<sup>2<\\/sup>\\uff0c\\u6c99\\u957f\\u9752<sup>3<\\/sup><br\\/><br\\/>\\uff081.\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u6240\\uff0c\\u54c8\\u5c14\\u6ee8 150010\\uff1b2.\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u79d1\\u6280\\u5b75\\u5316\\u4e2d\\u5fc3\\uff0c\\u54c8\\u5c14\\u6ee8 150090\\uff1b3.\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\uff0c\\u54c8\\u5c14\\u6ee8 150001\\uff09<br\\/><br\\/>\\u6458\\u8981\\uff1a<br\\/>\\u968f\\u7740\\u98df\\u7528\\u83cc\\u9700\\u6c42\\u91cf\\u7684\\u589e\\u52a0\\uff0c\\u5bf9\\u98df\\u7528\\u83cc\\u683d\\u57f9\\u6280\\u672f\\u7684\\u7814\\u7a76\\u65b9\\u5174\\u672a\\u827e\\u3002<br\\/>\\u98df\\u7528\\u83cc\\u4ee5\\u5176\\u4e30\\u5bcc\\u7684\\u8425\\u517b\\u548c\\u72ec\\u7279\\u98ce\\u5473\\u6210\\u4e3a\\u4eba\\u4eec\\u9910\\u684c\\u4e0a\\u5e38\\u89c1\\u7684\\u98df\\u6750\\u3002\\u6728\\u8033\\u3001\\u9999\\u83c7\\u3001\\u7334\\u5934\\u83c7\\u7b49\\u98df\\u7528\\u83cc\\u8425\\u517b\\u4ef7\\u503c\\u9ad8\\uff0c\\u4e14\\u5473\\u9053\\u9c9c\\u7f8e\\u3002\\u6211\\u56fd\\u98df\\u7528\\u83cc\\u79cd\\u7c7b\\u7e41\\u591a\\uff0c\\u76f8\\u5173\\u4ea7\\u4e1a\\u53d1\\u5c55\\u4e5f\\u8f83\\u4e3a\\u6210\\u719f\\uff0c\\u5e02\\u573a\\u6f5c\\u529b\\u5de8\\u5927\\u3002<br\\/>\\u5bf9\\u98df\\u7528\\u83cc\\u683d\\u57f9\\u6765\\u8bf4\\uff0c\\u57f9\\u517b\\u6599\\u7684\\u9009\\u62e9\\u548c\\u914d\\u5236\\u662f\\u6781\\u4e3a\\u91cd\\u8981\\u7684\\u73af\\u8282\\u3002\\u4f20\\u7edf\\u7684\\u683d\\u57f9\\u65b9\\u6cd5\\u4e2d\\uff0c\\u4e3b\\u8981\\u91c7\\u7528\\u68c9\\u7c7d\\u58f3\\u3001\\u6728\\u5c51\\u3001\\u79f8\\u79c6\\u3001\\u7518\\u8517\\u6e23\\u7b49\\u4f5c\\u4e3a\\u57f9\\u517b\\u539f\\u6599\\uff0c\\u5176\\u4f18\\u52bf\\u5728\\u4e8e\\u4fbf\\u4e8e\\u5c31\\u5730\\u53d6\\u6750\\u3001\\u6765\\u6e90\\u5e7f\\u6cdb\\u3001\\u6280\\u672f\\u6210\\u719f\\u3002\\u4f46\\u7531\\u4e8e\\u8fd9\\u4e9b\\u539f\\u6599\\u5728\\u5176\\u4ed6\\u9886\\u57df\\u7684\\u5e94\\u7528\\u4e5f\\u8f83\\u4e3a\\u5e7f\\u6cdb\\uff0c\\u7528\\u91cf\\u8f83\\u591a\\uff0c\\u5bf9\\u98df\\u7528\\u83cc\\u751f\\u4ea7\\u6210\\u672c\\u7684\\u63a7\\u5236\\u6781\\u4e3a\\u4e0d\\u5229\\u3002<br\\/>\\u98df\\u7528\\u83cc\\u57f9\\u517b\\u6599\\u8981\\u6c42\\u5177\\u5907\\u8db3\\u591f\\u7684\\u78b3\\u3001\\u6c2e\\u3001\\u7ef4\\u751f\\u7d20\\u548c\\u77ff\\u7269\\u8d28\\uff0c\\u5176\\u4e2d\\uff0c\\u542b\\u78b3\\u91cf\\u9ad8\\u7684\\u539f\\u6750\\u6599\\u7528\\u91cf\\u5360\\u6bd4\\u8f83\\u591a\\uff0c\\u800c\\u542b\\u6c2e\\u91cf\\u9ad8\\u7684\\u539f\\u6599\\u5219\\u7528\\u91cf\\u8f83\\u5c11\\u3002\\u901a\\u8fc7\\u6dfb\\u52a0\\u8f85\\u6599\\u6765\\u8c03\\u6574\\u57f9\\u517b\\u6599\\u4e2d\\u7684\\u78b3\\u6c2e\\u6bd4\\uff0c\\u4f7f\\u57f9\\u517b\\u6599\\u66f4\\u9002\\u5b9c\\u98df\\u7528\\u83cc\\u7684\\u751f\\u957f\\u3002\\u5e38\\u89c1\\u8f85\\u6599\\u5305\\u62ec\\u5927\\u8c46\\u7c89\\u3001\\u7c73\\u7ce0\\u3001\\u9ea6\\u9eb8\\u7b49\\u3002<br\\/>\\u672c\\u6587\\u5bf9\\u98df\\u7528\\u83cc\\u683d\\u57f9\\u4e2d\\u4f7f\\u7528\\u7684\\u57f9\\u517b\\u6599\\u7814\\u7a76\\u73b0\\u72b6\\u8fdb\\u884c\\u4e86\\u603b\\u7ed3\\uff0c\\u5206\\u522b\\u4ece\\u4e3b\\u6599\\u3001\\u8f85\\u6599\\u4e24\\u4e2a\\u65b9\\u9762\\u8fdb\\u884c\\u9610\\u8ff0\\uff0c\\u5e76\\u6307\\u51fa\\u5f53\\u524d\\u7814\\u7a76\\u8fc7\\u7a0b\\u4e2d\\u5b58\\u5728\\u7684\\u95ee\\u9898\\uff0c\\u63d0\\u51fa\\u81ea\\u5df1\\u7684\\u89c1\\u89e3\\uff0c\\u5bf9\\u65b0\\u578b\\u57f9\\u517b\\u6599\\u683d\\u57f9\\u98df\\u7528\\u83cc\\u6280\\u672f\\u8fdb\\u884c\\u4e86\\u5c55\\u671b\\u3002<br\\/>\\u9605\\u8bfb\\u5168\\u6587\\uff1a<a href=\\\"http:\\/\\/www.cnki.com.cn\\/Article\\/CJFDTotal-HELJ201801034.htm\\\">http:\\/\\/www.cnki.com.cn\\/Article\\/CJFDTotal-HELJ201801034.htm<\\/a><\\/span><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E6%96%B0%E5%9E%8B%E5%9F%B9%E5%85%BB%E6%96%99%E6%A0%BD%E5%9F%B9%E9%A3%9F%E7%94%A8%E8%8F%8C&category%5Bid%5D=\"}', '2020-07-17 03:46:04', '2020-07-17 03:46:04'),
(1062, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u65b0\\u578b\\u57f9\\u517b\\u6599\\u683d\\u57f9\\u98df\\u7528\\u83cc\",\"category\":{\"id\":null}}', '2020-07-17 03:46:04', '2020-07-17 03:46:04'),
(1063, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u94bb\\u4e95\\u8239\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\u6db2\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:46:26', '2020-07-17 03:46:26'),
(1064, 1, 'admin/articles/74/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 03:46:28', '2020-07-17 03:46:28'),
(1065, 1, 'admin/articles/74', 'PUT', '1.190.203.218', '{\"title\":\"\\u94bb\\u4e95\\u8239\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\u6db2\\u538b\\u538b\\u529b\\u635f\\u5931\\u8bbe\\u8ba1\\u8ba1\\u7b97\\u65b9\\u6cd5\\u7814\\u7a76\",\"category_id\":\"11\",\"keywords\":\"\\u94bb\\u4e95\\u8239\\uff1b\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\uff1b\\u6db2\\u538b\\u538b\\u529b\\u635f\\u5931\\uff1b\\u8bbe\\u8ba1\\u8ba1\\u7b97\",\"description\":\"\\u94bb\\u4e95\\u8239\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\u6db2\\u538b\\u538b\\u529b\\u635f\\u5931\\u8bbe\\u8ba1\\u8ba1\\u7b97\\u65b9\\u6cd5\\u7814\\u7a76 \\u9ec4\\u81fb \\u4e0a\\u6d77\\u632f\\u534e\\u91cd\\u5de5(\\u96c6\\u56e2)\\u80a1\\u4efd\\u6709\\u9650\\u516c\\u53f8 \\u57fa\\u91d1\\uff1a\\u4e0a\\u6d77\\u5e02\\u79d1\\u5b66\\u6280\\u672f\\u59d4\\u5458\\u4f1a\\u5e26\\u5934\\u9879\\u76ee(16XD1424000) \\u4ecb\\u7ecd\\u4e86\\u94bb\\u4e95\\u8239\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\u5de5\\u4f5c\\u539f\\u7406\\u53ca\\u5176\\u7ed3\\u6784\",\"content\":\"<p>\\r\\n\\t&nbsp;<\\/p><p><span style=\\\"font-size:16px;\\\">\\u9ec4\\u81fb<br\\/><br\\/>\\r\\n\\t\\u4e0a\\u6d77\\u632f\\u534e\\u91cd\\u5de5(\\u96c6\\u56e2)\\u80a1\\u4efd\\u6709\\u9650\\u516c\\u53f8<\\/span><\\/p><p><br\\/><span style=\\\"font-size: 16px;\\\">\\u57fa\\u91d1\\uff1a\\u4e0a\\u6d77\\u5e02\\u79d1\\u5b66\\u6280\\u672f\\u59d4\\u5458\\u4f1a\\u5e26\\u5934\\u9879\\u76ee(16XD1424000)<\\/span><br\\/><span style=\\\"font-size:16px;\\\">&nbsp;<br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u4ecb\\u7ecd\\u4e86\\u94bb\\u4e95\\u8239\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\u5de5\\u4f5c\\u539f\\u7406\\u53ca\\u5176\\u7ed3\\u6784,\\u5206\\u6790\\u4e86\\u6db2\\u538b\\u7cfb\\u7edf\\u4e2d\\u538b\\u529b\\u635f\\u5931\\u4e3b\\u8981\\u56e0\\u7d20,\\u7ed9\\u51fa\\u4e86\\u6839\\u636e\\u8bbe\\u5907\\u53c2\\u6570\\u8fdb\\u884c\\u6db2\\u538b\\u7cfb\\u7edf\\u8bbe\\u8ba1\\u8ba1\\u7b97\\u65b9\\u6cd5\\u3002<br\\/><br\\/>&nbsp; &nbsp; &nbsp; &nbsp; \\u9605\\u8bfb\\u5168\\u6587\\uff1a<a href=\\\"http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&filename=HELJ202002005&dbname=CJFDLAST2020\\\">http:\\/\\/kns.cnki.net\\/kcms\\/detail\\/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002005&amp;dbname=CJFDLAST2020<\\/a><\\/span><br\\/>&nbsp;<br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E9%92%BB%E4%BA%95%E8%88%B9%E5%A5%97%E7%AE%A1%E6%9C%BA%E6%A2%B0%E6%89%8B%E6%B6%B2&category%5Bid%5D=\"}', '2020-07-17 03:47:57', '2020-07-17 03:47:57'),
(1066, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u94bb\\u4e95\\u8239\\u5957\\u7ba1\\u673a\\u68b0\\u624b\\u6db2\",\"category\":{\"id\":null}}', '2020-07-17 03:47:57', '2020-07-17 03:47:57'),
(1067, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-07-17 04:12:33', '2020-07-17 04:12:33'),
(1068, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u6742\\u5fd7\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 04:12:43', '2020-07-17 04:12:43'),
(1069, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 04:12:45', '2020-07-17 04:12:45'),
(1070, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u671f\\u520a\\u7b80\\u4ecb\",\"category_id\":\"15\",\"keywords\":null,\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002\",\"content\":\"<p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002 \\u6b22\\u8fce\\u6295\\u7a3f\\u3001\\u8ba2\\u9605\\uff01\\u6295\\u7a3f\\u90ae\\u7bb1\\uff1ahlj16133@163.com \\u8054\\u7cfb\\u7535\\u8bdd\\uff1a82316133<\\/p><p><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u5b66\\u672f\\u8bba\\u6587\\u7684\\u6536\\u7a3f\\u8054\\u7cfb\\u4eba\\u5747\\u4e3a\\u672c\\u520a\\u7f16\\u8f91\\uff0c\\u7279\\u63d0\\u9192\\u5e7f\\u5927\\u4f5c\\u8005\\u6ce8\\u610f\\uff0c\\u5982\\u6709\\u6295\\u7a3f\\u610f\\u5411\\u6216\\u7591\\u95ee\\u8bf7\\u4e3b\\u52a8\\u4e0e\\u7f16\\u8f91\\u90e8\\u8054\\u7cfb\\u6838\\u5b9e\\u3002<\\/p><p><br\\/><\\/p><p><br\\/><\\/p><p>\\u7f16\\u59d4\\u4f1a\\u2014\\u2014<\\/p><p><br\\/><\\/p><p>\\u4e3b\\u7ba1\\u3001\\u4e3b\\u677f\\uff1a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662<\\/p><p>\\u7f16\\u8f91\\u51fa\\u7248\\uff1a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u7f16\\u8f91\\u90e8<\\/p><p>\\u5730\\u5740\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u5d69\\u5c71\\u8def15\\u53f7\\uff08150090\\uff09<\\/p><p>\\u7535\\u8bdd\\uff1a0451-82316133\\/82321706<\\/p><p>E-mail\\uff1ahlj16133@163.com<\\/p><p>\\u5b98\\u7f51\\u7f51\\u5740\\uff1awww.hljkexue.com<\\/p><p>\\u5370\\u5237\\u5355\\u4f4d\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u5de5\\u5927\\u8282\\u80fd\\u5370\\u5237\\u5382<\\/p><p>\\u603b\\u53d1\\u884c\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u90ae\\u5c40<\\/p><p>\\u8ba2\\u9605\\uff1a\\u5168\\u56fd\\u5404\\u5730\\u90ae\\u5c40<\\/p><p>\\u520a\\u671f\\uff1a\\u534a\\u6708<\\/p><p>\\u5e7f\\u544a\\u53d1\\u5e03\\u767b\\u8bb0\\u7f16\\u53f7\\uff1a\\u54c8\\u5357\\u5e02\\u76d1\\u901b\\u53d8\\u5b57\\u30102019\\u3011\\u7b2c21\\u53f7<\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E6%9D%82%E5%BF%97%E7%AE%80%E4%BB%8B&category%5Bid%5D=\"}', '2020-07-17 04:13:18', '2020-07-17 04:13:18'),
(1071, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u6742\\u5fd7\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 04:13:18', '2020-07-17 04:13:18'),
(1072, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u6742\\u5fd7\\u7b80\\u4ecb\",\"category\":{\"id\":null},\"_pjax\":\"#pjax-container\"}', '2020-07-17 04:13:26', '2020-07-17 04:13:26'),
(1073, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 04:13:29', '2020-07-17 04:13:29'),
(1074, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 04:13:31', '2020-07-17 04:13:31'),
(1075, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u671f\\u520a\\u7b80\\u4ecb\",\"category_id\":\"15\",\"keywords\":null,\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002\",\"content\":\"<p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002 \\u6b22\\u8fce\\u6295\\u7a3f\\u3001\\u8ba2\\u9605\\uff01\\u6295\\u7a3f\\u90ae\\u7bb1\\uff1ahlj16133@163.com \\u8054\\u7cfb\\u7535\\u8bdd\\uff1a82316133<\\/p><p><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u5b66\\u672f\\u8bba\\u6587\\u7684\\u6536\\u7a3f\\u8054\\u7cfb\\u4eba\\u5747\\u4e3a\\u672c\\u520a\\u7f16\\u8f91\\uff0c\\u7279\\u63d0\\u9192\\u5e7f\\u5927\\u4f5c\\u8005\\u6ce8\\u610f\\uff0c\\u5982\\u6709\\u6295\\u7a3f\\u610f\\u5411\\u6216\\u7591\\u95ee\\u8bf7\\u4e3b\\u52a8\\u4e0e\\u7f16\\u8f91\\u90e8\\u8054\\u7cfb\\u6838\\u5b9e\\u3002<\\/p><p><br\\/><\\/p><p><br\\/><\\/p><p><strong>\\u7f16\\u59d4\\u4f1a\\u2014\\u2014<\\/strong><\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u4e3b\\u7ba1\\u3001\\u4e3b\\u677f\\uff1a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u7f16\\u8f91\\u51fa\\u7248\\uff1a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u7f16\\u8f91\\u90e8<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u5730\\u5740\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u5d69\\u5c71\\u8def15\\u53f7\\uff08150090\\uff09<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u7535\\u8bdd\\uff1a0451-82316133\\/82321706<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E-mail\\uff1ahlj16133@163.com<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u5b98\\u7f51\\u7f51\\u5740\\uff1awww.hljkexue.com<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u5370\\u5237\\u5355\\u4f4d\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u5de5\\u5927\\u8282\\u80fd\\u5370\\u5237\\u5382<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u603b\\u53d1\\u884c\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u90ae\\u5c40<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u8ba2\\u9605\\uff1a\\u5168\\u56fd\\u5404\\u5730\\u90ae\\u5c40<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u520a\\u671f\\uff1a\\u534a\\u6708<\\/p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\\u5e7f\\u544a\\u53d1\\u5e03\\u767b\\u8bb0\\u7f16\\u53f7\\uff1a\\u54c8\\u5357\\u5e02\\u76d1\\u901b\\u53d8\\u5b57\\u30102019\\u3011\\u7b2c21\\u53f7<\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E6%9C%9F%E5%88%8A%E7%AE%80%E4%BB%8B&category%5Bid%5D=\"}', '2020-07-17 04:13:59', '2020-07-17 04:13:59'),
(1076, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 04:13:59', '2020-07-17 04:13:59'),
(1077, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-07-17 04:14:11', '2020-07-17 04:14:11'),
(1078, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u671f\\u520a\\u7b80\\u4ecb\",\"category_id\":\"15\",\"keywords\":null,\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002\",\"content\":\"<p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b2010\\u5e74\\u521b\\u520a\\uff0c\\u662f\\u4e00\\u672c\\u56fd\\u5185\\u5916\\u516c\\u5f00\\u53d1\\u884c\\u7684\\u79d1\\u5b66\\u7814\\u7a76\\u7c7b\\u671f\\u520a\\uff0c\\u56fd\\u5185\\u7edf\\u4e00\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7CN23-1560\\/G3 \\uff0c\\u56fd\\u9645\\u6807\\u51c6\\u8fde\\u7eed\\u51fa\\u7248\\u7269\\u53f7ISSN 1674-8646\\u3002\\u7531\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u4e3b\\u7ba1\\u4e3b\\u529e\\uff0c\\u76ee\\u524d\\u5df2\\u88ab\\u201c\\u4e2d\\u56fd\\u6838\\u5fc3\\u671f\\u520a\\uff08\\u9074\\u9009\\uff09\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u6587\\u79d1\\u6280\\u671f\\u520a\\u6570\\u636e\\u5e93\\u3001\\u4e2d\\u56fd\\u77e5\\u7f51\\u201d\\u7b49\\u5168\\u6587\\u6536\\u5f55\\u3002\\u672c\\u520a\\u53d1\\u884c\\u9762\\u5e7f\\u3001\\u8bfb\\u8005\\u7fa4\\u5927\\uff0c\\u53d1\\u5e03\\u8bba\\u6587\\u6d89\\u53ca\\u591a\\u5b66\\u79d1\\uff0c\\u96c6\\u8403\\u5404\\u754c\\u4eba\\u58eb\\u5728\\u79d1\\u7814\\u4e0e\\u5de5\\u4f5c\\u65b9\\u9762\\u7684\\u5b9e\\u8df5\\u7ecf\\u9a8c\\uff0c\\u5c55\\u73b0\\u79d1\\u7814\\u5de5\\u4f5c\\u8005\\u7684\\u521b\\u65b0\\u6210\\u679c\\u53ca\\u7814\\u7a76\\u4f53\\u4f1a\\uff0c\\u4f20\\u64ad\\u56fd\\u5185\\u5916\\u6700\\u65b0\\u7814\\u7a76\\u6210\\u5c31\\uff0c\\u5177\\u6709\\u73b0\\u5b9e\\u7684\\u6307\\u5bfc\\u610f\\u4e49\\uff0c\\u662f\\u8bba\\u6587\\u53d1\\u5e03\\u7684\\u6781\\u597d\\u5e73\\u53f0\\u3002 \\u6b22\\u8fce\\u6295\\u7a3f\\u3001\\u8ba2\\u9605\\uff01\\u6295\\u7a3f\\u90ae\\u7bb1\\uff1ahlj16133@163.com \\u8054\\u7cfb\\u7535\\u8bdd\\uff1a82316133<\\/p><p><br\\/><\\/p><p>\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u5b66\\u672f\\u8bba\\u6587\\u7684\\u6536\\u7a3f\\u8054\\u7cfb\\u4eba\\u5747\\u4e3a\\u672c\\u520a\\u7f16\\u8f91\\uff0c\\u7279\\u63d0\\u9192\\u5e7f\\u5927\\u4f5c\\u8005\\u6ce8\\u610f\\uff0c\\u5982\\u6709\\u6295\\u7a3f\\u610f\\u5411\\u6216\\u7591\\u95ee\\u8bf7\\u4e3b\\u52a8\\u4e0e\\u7f16\\u8f91\\u90e8\\u8054\\u7cfb\\u6838\\u5b9e\\u3002<\\/p><p><br\\/><\\/p><p><br\\/><\\/p><p><strong>\\u7f16\\u59d4\\u4f1a\\u2014\\u2014<\\/strong><\\/p><p>\\u4e3b\\u7ba1\\u3001\\u4e3b\\u677f\\uff1a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662<\\/p><p>\\u7f16\\u8f91\\u51fa\\u7248\\uff1a\\u9ed1\\u9f99\\u6c5f\\u7701\\u79d1\\u5b66\\u9662\\u7f16\\u8f91\\u90e8<\\/p><p>\\u5730\\u5740\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u5d69\\u5c71\\u8def15\\u53f7\\uff08150090\\uff09<\\/p><p>\\u7535\\u8bdd\\uff1a0451-82316133\\/82321706<\\/p><p>E-mail\\uff1ahlj16133@163.com<\\/p><p>\\u5b98\\u7f51\\u7f51\\u5740\\uff1awww.hljkexue.com<\\/p><p>\\u5370\\u5237\\u5355\\u4f4d\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u5de5\\u5927\\u8282\\u80fd\\u5370\\u5237\\u5382<\\/p><p>\\u603b\\u53d1\\u884c\\uff1a\\u54c8\\u5c14\\u6ee8\\u5e02\\u90ae\\u5c40<\\/p><p>\\u8ba2\\u9605\\uff1a\\u5168\\u56fd\\u5404\\u5730\\u90ae\\u5c40<\\/p><p>\\u520a\\u671f\\uff1a\\u534a\\u6708<\\/p><p>\\u5e7f\\u544a\\u53d1\\u5e03\\u767b\\u8bb0\\u7f16\\u53f7\\uff1a\\u54c8\\u5357\\u5e02\\u76d1\\u901b\\u53d8\\u5b57\\u30102019\\u3011\\u7b2c21\\u53f7<\\/p>\",\"sort\":\"0\",\"_token\":\"lLoboT3UsJlV35YAeUyISiJ5bBJwSjCjKhiGNQul\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles?&title=%E6%9C%9F%E5%88%8A%E7%AE%80%E4%BB%8B&category%5Bid%5D=\"}', '2020-07-17 04:14:29', '2020-07-17 04:14:29'),
(1079, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 04:14:29', '2020-07-17 04:14:29'),
(1080, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"category\":{\"id\":null}}', '2020-07-17 04:14:32', '2020-07-17 04:14:32'),
(1081, 1, 'admin', 'GET', '42.100.18.230', '[]', '2020-07-20 01:00:20', '2020-07-20 01:00:20'),
(1082, 1, 'admin', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:00:46', '2020-07-20 01:00:46'),
(1083, 1, 'admin/articles', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:01:07', '2020-07-20 01:01:07'),
(1084, 1, 'admin/pictures', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:01:43', '2020-07-20 01:01:43'),
(1085, 1, 'admin/categories', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:01:58', '2020-07-20 01:01:58'),
(1086, 1, 'admin/config', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:02:47', '2020-07-20 01:02:47'),
(1087, 1, 'admin/auth/users', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:02:59', '2020-07-20 01:02:59'),
(1088, 1, 'admin/auth/roles', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:03:03', '2020-07-20 01:03:03'),
(1089, 1, 'admin/auth/permissions', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:03:08', '2020-07-20 01:03:08'),
(1090, 1, 'admin/auth/menu', 'GET', '42.100.18.230', '{\"_pjax\":\"#pjax-container\"}', '2020-07-20 01:03:14', '2020-07-20 01:03:14'),
(1091, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-07 01:11:56', '2020-09-07 01:11:56'),
(1092, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:12:16', '2020-09-07 01:12:16'),
(1093, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:12:21', '2020-09-07 01:12:21'),
(1094, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:12:28', '2020-09-07 01:12:28'),
(1095, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u671f\\u520a\",\"type\":\"advert\",\"description\":\"\\u671f\\u520a\",\"keywords\":\"\\u671f\\u520a\",\"order\":\"0\",\"top_show\":\"on\",\"status\":\"on\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\"}', '2020-09-07 01:12:52', '2020-09-07 01:12:52'),
(1096, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:12:52', '2020-09-07 01:12:52'),
(1097, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:12:58', '2020-09-07 01:12:58'),
(1098, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:13:00', '2020-09-07 01:13:00'),
(1099, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:13:18', '2020-09-07 01:13:18'),
(1100, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_order\":\"[{\\\"id\\\":6},{\\\"id\\\":10},{\\\"id\\\":9},{\\\"id\\\":11},{\\\"id\\\":12},{\\\"id\\\":13},{\\\"id\\\":14},{\\\"id\\\":7},{\\\"id\\\":2},{\\\"id\\\":3},{\\\"id\\\":15},{\\\"id\\\":1},{\\\"id\\\":4},{\\\"id\\\":5},{\\\"id\\\":8},{\\\"id\\\":16,\\\"children\\\":[{\\\"id\\\":17},{\\\"id\\\":18},{\\\"id\\\":19}]}]\"}', '2020-09-07 01:13:24', '2020-09-07 01:13:24'),
(1101, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:13:25', '2020-09-07 01:13:25'),
(1102, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '[]', '2020-09-07 01:13:28', '2020-09-07 01:13:28'),
(1103, 1, 'admin/adverts', 'POST', '1.190.203.218', '{\"title\":\"\\u671f\\u520a1\",\"category_id\":\"19\",\"url\":null,\"sort\":\"1\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\"}', '2020-09-07 01:15:35', '2020-09-07 01:15:35'),
(1104, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:15:36', '2020-09-07 01:15:36'),
(1105, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:15:37', '2020-09-07 01:15:37'),
(1106, 1, 'admin/adverts', 'POST', '1.190.203.218', '{\"title\":\"\\u671f\\u520a2\",\"category_id\":\"19\",\"url\":null,\"sort\":\"1\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:15:51', '2020-09-07 01:15:51'),
(1107, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:15:51', '2020-09-07 01:15:51'),
(1108, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:15:54', '2020-09-07 01:15:54'),
(1109, 1, 'admin/adverts', 'POST', '1.190.203.218', '{\"title\":\"\\u671f\\u520a3\",\"category_id\":\"19\",\"url\":null,\"sort\":\"1\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:16:02', '2020-09-07 01:16:02'),
(1110, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:16:02', '2020-09-07 01:16:02'),
(1111, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:16:04', '2020-09-07 01:16:04'),
(1112, 1, 'admin/adverts', 'POST', '1.190.203.218', '{\"title\":\"\\u671f\\u520a4\",\"category_id\":\"19\",\"url\":null,\"sort\":\"1\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:16:14', '2020-09-07 01:16:14'),
(1113, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:16:15', '2020-09-07 01:16:15'),
(1114, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:17:19', '2020-09-07 01:17:19'),
(1115, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:19:51', '2020-09-07 01:19:51'),
(1116, 1, 'admin/adverts/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:19:55', '2020-09-07 01:19:55'),
(1117, 1, 'admin/adverts/3', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a1\",\"category_id\":\"19\",\"url\":null,\"sort\":\"99\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:19:59', '2020-09-07 01:19:59'),
(1118, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:19:59', '2020-09-07 01:19:59'),
(1119, 1, 'admin/adverts/4/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:02', '2020-09-07 01:20:02'),
(1120, 1, 'admin/adverts/4', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a2\",\"category_id\":\"19\",\"url\":null,\"sort\":\"98\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:20:06', '2020-09-07 01:20:06'),
(1121, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:20:06', '2020-09-07 01:20:06'),
(1122, 1, 'admin/adverts/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:13', '2020-09-07 01:20:13'),
(1123, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:24', '2020-09-07 01:20:24'),
(1124, 1, 'admin/adverts/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:26', '2020-09-07 01:20:26'),
(1125, 1, 'admin/adverts/6', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a4\",\"category_id\":\"19\",\"url\":null,\"sort\":\"95\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:20:30', '2020-09-07 01:20:30'),
(1126, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:20:31', '2020-09-07 01:20:31'),
(1127, 1, 'admin/adverts/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:37', '2020-09-07 01:20:37'),
(1128, 1, 'admin/adverts/5', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a3\",\"category_id\":\"19\",\"url\":null,\"sort\":\"97\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:20:41', '2020-09-07 01:20:41'),
(1129, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:20:42', '2020-09-07 01:20:42'),
(1130, 1, 'admin/adverts/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:48', '2020-09-07 01:20:48'),
(1131, 1, 'admin/adverts/3', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a1\",\"category_id\":\"19\",\"url\":null,\"sort\":\"9\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:20:51', '2020-09-07 01:20:51'),
(1132, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:20:52', '2020-09-07 01:20:52'),
(1133, 1, 'admin/adverts/4/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:54', '2020-09-07 01:20:54'),
(1134, 1, 'admin/adverts/4', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a2\",\"category_id\":\"19\",\"url\":null,\"sort\":\"8\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:20:57', '2020-09-07 01:20:57'),
(1135, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:20:57', '2020-09-07 01:20:57'),
(1136, 1, 'admin/adverts/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:20:59', '2020-09-07 01:20:59'),
(1137, 1, 'admin/adverts/5', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a3\",\"category_id\":\"19\",\"url\":null,\"sort\":\"7\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:21:01', '2020-09-07 01:21:01'),
(1138, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:21:01', '2020-09-07 01:21:01'),
(1139, 1, 'admin/adverts/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:21:03', '2020-09-07 01:21:03'),
(1140, 1, 'admin/adverts/6', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a4\",\"category_id\":\"19\",\"url\":null,\"sort\":\"6\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 01:21:06', '2020-09-07 01:21:06'),
(1141, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 01:21:06', '2020-09-07 01:21:06'),
(1142, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:22:04', '2020-09-07 01:22:04'),
(1143, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:22:09', '2020-09-07 01:22:09'),
(1144, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:22:22', '2020-09-07 01:22:22'),
(1145, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"title\":\"\\u4e01\\u56fd\\u6000\",\"category\":{\"id\":null}}', '2020-09-07 01:22:26', '2020-09-07 01:22:26'),
(1146, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:22:52', '2020-09-07 01:22:52'),
(1147, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:22:58', '2020-09-07 01:22:58'),
(1148, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u4eba\\u5458\",\"type\":\"show\",\"description\":\"\\u7ec4\\u7ec7\\u4eba\\u5458\",\"keywords\":null,\"order\":\"0\",\"top_show\":\"off\",\"status\":\"on\",\"_token\":\"SUPVJlt0t19fB9jOxzTstfoGXBrLNfh51CZn5nK2\"}', '2020-09-07 01:23:23', '2020-09-07 01:23:23'),
(1149, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:23:23', '2020-09-07 01:23:23'),
(1150, 1, 'admin/categories/9/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:23:50', '2020-09-07 01:23:50'),
(1151, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:23:56', '2020-09-07 01:23:56'),
(1152, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:29:15', '2020-09-07 01:29:15'),
(1153, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:29:49', '2020-09-07 01:29:49'),
(1154, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:30:50', '2020-09-07 01:30:50'),
(1155, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:31:33', '2020-09-07 01:31:33'),
(1156, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:31:50', '2020-09-07 01:31:50'),
(1157, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:32:03', '2020-09-07 01:32:03'),
(1158, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:33:26', '2020-09-07 01:33:26'),
(1159, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u4eba\\u5458\",\"type\":\"article\",\"description\":null,\"keywords\":\"\\u7ec4\\u7ec7\\u4eba\\u5458\",\"order\":\"0\",\"top_show\":\"off\",\"status\":\"on\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\"}', '2020-09-07 01:34:31', '2020-09-07 01:34:31'),
(1160, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:34:31', '2020-09-07 01:34:31'),
(1161, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"20\",\"title\":\"\\u7f16\\u59d4\\u4f1a\",\"type\":\"article\",\"description\":null,\"keywords\":null,\"order\":\"0\",\"top_show\":\"on\",\"status\":\"on\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\"}', '2020-09-07 01:34:53', '2020-09-07 01:34:53'),
(1162, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:34:53', '2020-09-07 01:34:53'),
(1163, 1, 'admin/categories', 'POST', '1.190.203.218', '{\"parent_id\":\"20\",\"title\":\"\\u4e13\\u5bb6\\u59d4\\u5458\",\"type\":\"article\",\"description\":\"\\u4e13\\u5bb6\\u59d4\\u5458\",\"keywords\":null,\"order\":\"0\",\"top_show\":\"off\",\"status\":\"on\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\"}', '2020-09-07 01:35:09', '2020-09-07 01:35:09'),
(1164, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:35:10', '2020-09-07 01:35:10'),
(1165, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:35:17', '2020-09-07 01:35:17'),
(1166, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:35:18', '2020-09-07 01:35:18'),
(1167, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u4e3b \\u4efb\\uff1a\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":\"\\u90ed\\u6625\\u666f\",\"description\":\"\\u90ed\\u6625\\u666f\",\"content\":\"<p>\\u90ed\\u6625\\u666f<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:35:49', '2020-09-07 01:35:49'),
(1168, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:35:49', '2020-09-07 01:35:49'),
(1169, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:35:52', '2020-09-07 01:35:52'),
(1170, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:36:13', '2020-09-07 01:36:13'),
(1171, 1, 'admin/articles/81/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:36:16', '2020-09-07 01:36:16'),
(1172, 1, 'admin/articles/81', 'PUT', '1.190.203.218', '{\"title\":\"\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":\"\\u90ed\\u6625\\u666f\",\"description\":\"\\u90ed\\u6625\\u666f\",\"content\":\"<p>\\u90ed\\u6625\\u666f<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:36:31', '2020-09-07 01:36:31'),
(1173, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:36:31', '2020-09-07 01:36:31'),
(1174, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:36:34', '2020-09-07 01:36:34'),
(1175, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u6c99\\u957f\\u9752\",\"category_id\":\"21\",\"keywords\":\"\\u6c99\\u957f\\u9752\",\"description\":\"\\u526f\\u4e3b\\u4efb\",\"content\":\"<p>\\u6c99\\u957f\\u9752<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:37:02', '2020-09-07 01:37:02'),
(1176, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:37:02', '2020-09-07 01:37:02'),
(1177, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:37:03', '2020-09-07 01:37:03'),
(1178, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u8d75\\u7acb\\u6d9b\",\"category_id\":\"21\",\"keywords\":null,\"description\":\"\\u526f\\u4e3b\\u4efb\",\"content\":\"<p>\\u8d75\\u7acb\\u6d9b<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:37:37', '2020-09-07 01:37:37'),
(1179, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:37:37', '2020-09-07 01:37:37'),
(1180, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:37:40', '2020-09-07 01:37:40'),
(1181, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u4e01\\u56fd\\u6000\",\"category_id\":\"22\",\"keywords\":\"\\u4e01\\u56fd\\u6000\",\"description\":\"\\u4e01\\u56fd\\u6000\",\"content\":\"<ul class=\\\"idxFooter-name-ul list-paddingleft-2\\\" style=\\\"padding: 0px; color: rgb(255, 255, 255); font-family: \\u5fae\\u8f6f\\u96c5\\u9ed1; font-size: 14px; white-space: normal; background-color: rgb(244, 245, 247);\\\"><li><p>\\u4e01\\u56fd\\u6000<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:37:57', '2020-09-07 01:37:57'),
(1182, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:37:57', '2020-09-07 01:37:57'),
(1183, 1, 'admin/articles/81/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:38:28', '2020-09-07 01:38:28'),
(1184, 1, 'admin/articles/81', 'PUT', '1.190.203.218', '{\"title\":\"\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":\"\\u90ed\\u6625\\u666f\",\"description\":\"\\u90ed\\u6625\\u666f\",\"content\":\"<p>\\u90ed\\u6625\\u666f<\\/p>\",\"sort\":\"1\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:38:30', '2020-09-07 01:38:30'),
(1185, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:38:30', '2020-09-07 01:38:30'),
(1186, 1, 'admin/articles/83/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:38:34', '2020-09-07 01:38:34'),
(1187, 1, 'admin/articles/83', 'PUT', '1.190.203.218', '{\"title\":\"\\u8d75\\u7acb\\u6d9b\",\"category_id\":\"21\",\"keywords\":null,\"description\":\"\\u526f\\u4e3b\\u4efb\",\"content\":\"<p>\\u8d75\\u7acb\\u6d9b<\\/p>\",\"sort\":\"3\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:38:37', '2020-09-07 01:38:37'),
(1188, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:38:38', '2020-09-07 01:38:38'),
(1189, 1, 'admin/articles/82/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:38:40', '2020-09-07 01:38:40'),
(1190, 1, 'admin/articles/82', 'PUT', '1.190.203.218', '{\"title\":\"\\u6c99\\u957f\\u9752\",\"category_id\":\"21\",\"keywords\":\"\\u6c99\\u957f\\u9752\",\"description\":\"\\u526f\\u4e3b\\u4efb\",\"content\":\"<p>\\u6c99\\u957f\\u9752<\\/p>\",\"sort\":\"2\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:38:43', '2020-09-07 01:38:43'),
(1191, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:38:43', '2020-09-07 01:38:43'),
(1192, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 01:39:52', '2020-09-07 01:39:52'),
(1193, 1, 'admin/articles/84/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:40:37', '2020-09-07 01:40:37'),
(1194, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:42:13', '2020-09-07 01:42:13'),
(1195, 1, 'admin/articles/81/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:42:18', '2020-09-07 01:42:18'),
(1196, 1, 'admin/articles/81', 'PUT', '1.190.203.218', '{\"title\":\"\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":\"\\u90ed\\u6625\\u666f\",\"description\":\"\\u90ed\\u6625\\u666f\",\"content\":\"<p>\\u90ed\\u6625\\u666f<\\/p>\",\"sort\":\"4\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:42:23', '2020-09-07 01:42:23'),
(1197, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:42:23', '2020-09-07 01:42:23'),
(1198, 1, 'admin/articles/82/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:42:27', '2020-09-07 01:42:27'),
(1199, 1, 'admin/articles/82', 'PUT', '1.190.203.218', '{\"title\":\"\\u6c99\\u957f\\u9752\",\"category_id\":\"21\",\"keywords\":\"\\u6c99\\u957f\\u9752\",\"description\":\"\\u526f\\u4e3b\\u4efb\",\"content\":\"<p>\\u6c99\\u957f\\u9752<\\/p>\",\"sort\":\"3\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:42:33', '2020-09-07 01:42:33'),
(1200, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:42:33', '2020-09-07 01:42:33'),
(1201, 1, 'admin/articles/83/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:42:35', '2020-09-07 01:42:35'),
(1202, 1, 'admin/articles/83', 'PUT', '1.190.203.218', '{\"title\":\"\\u8d75\\u7acb\\u6d9b\",\"category_id\":\"21\",\"keywords\":null,\"description\":\"\\u526f\\u4e3b\\u4efb\",\"content\":\"<p>\\u8d75\\u7acb\\u6d9b<\\/p>\",\"sort\":\"2\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:42:40', '2020-09-07 01:42:40'),
(1203, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:42:40', '2020-09-07 01:42:40'),
(1204, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:49:36', '2020-09-07 01:49:36'),
(1205, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u9633\",\"category_id\":\"22\",\"keywords\":\"\\u738b\\u9633\",\"description\":null,\"content\":\"<p>\\u738b\\u9633<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:49:43', '2020-09-07 01:49:43'),
(1206, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:49:44', '2020-09-07 01:49:44'),
(1207, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:51:00', '2020-09-07 01:51:00'),
(1208, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u4f1f\\u4e1c\",\"category_id\":\"22\",\"keywords\":null,\"description\":\"\\u738b\\u4f1f\\u4e1c\",\"content\":\"<p>\\u738b\\u4f1f\\u4e1c<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:51:05', '2020-09-07 01:51:05');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(1209, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:51:05', '2020-09-07 01:51:05'),
(1210, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:51:13', '2020-09-07 01:51:13'),
(1211, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u6625\\u751f\",\"category_id\":\"22\",\"keywords\":\"\\u738b\\u6625\\u751f\",\"description\":\"\\u738b\\u6625\\u751f\",\"content\":\"<p>\\u738b\\u6625\\u751f<\\/p>\",\"sort\":\"0\",\"_token\":\"ulV4SjXBfs31SXDLv0pjOrGrltRQ5W4SGMr9TrxC\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 01:51:20', '2020-09-07 01:51:20'),
(1212, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:51:21', '2020-09-07 01:51:21'),
(1213, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 01:52:16', '2020-09-07 01:52:16'),
(1214, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:52:29', '2020-09-07 01:52:29'),
(1215, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 01:52:55', '2020-09-07 01:52:55'),
(1216, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 02:04:51', '2020-09-07 02:04:51'),
(1217, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 02:16:22', '2020-09-07 02:16:22'),
(1218, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 02:16:24', '2020-09-07 02:16:24'),
(1219, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-07 03:15:39', '2020-09-07 03:15:39'),
(1220, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:15:43', '2020-09-07 03:15:43'),
(1221, 1, 'admin/adverts/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:15:48', '2020-09-07 03:15:48'),
(1222, 1, 'admin/adverts/3', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a1\",\"category_id\":\"19\",\"url\":null,\"sort\":\"9\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:16:00', '2020-09-07 03:16:00'),
(1223, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:16:00', '2020-09-07 03:16:00'),
(1224, 1, 'admin/adverts/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:19:17', '2020-09-07 03:19:17'),
(1225, 1, 'admin/adverts/3', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a1\",\"category_id\":\"19\",\"url\":null,\"sort\":\"9\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:19:23', '2020-09-07 03:19:23'),
(1226, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:19:23', '2020-09-07 03:19:23'),
(1227, 1, 'admin/adverts/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:20:30', '2020-09-07 03:20:30'),
(1228, 1, 'admin/adverts/3', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a1\",\"category_id\":\"19\",\"url\":null,\"sort\":\"9\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:20:35', '2020-09-07 03:20:35'),
(1229, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:20:36', '2020-09-07 03:20:36'),
(1230, 1, 'admin/adverts/4/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:23:37', '2020-09-07 03:23:37'),
(1231, 1, 'admin/adverts/4', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a2\",\"category_id\":\"19\",\"url\":null,\"sort\":\"8\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:23:44', '2020-09-07 03:23:44'),
(1232, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:23:45', '2020-09-07 03:23:45'),
(1233, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 03:23:51', '2020-09-07 03:23:51'),
(1234, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:23:58', '2020-09-07 03:23:58'),
(1235, 1, 'admin/categories/13/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:24:22', '2020-09-07 03:24:22'),
(1236, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:24:26', '2020-09-07 03:24:26'),
(1237, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:24:51', '2020-09-07 03:24:51'),
(1238, 1, 'admin/adverts/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:24:58', '2020-09-07 03:24:58'),
(1239, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd666\",\"type\":\"picture\",\"description\":\"\\u968f\\u624b\\u62cd666\",\"keywords\":\"\\u968f\\u624b\\u62cd666\",\"order\":\"1\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 03:25:04', '2020-09-07 03:25:04'),
(1240, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 03:25:04', '2020-09-07 03:25:04'),
(1241, 1, 'admin/adverts/5', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a3\",\"category_id\":\"19\",\"url\":null,\"sort\":\"7\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:25:15', '2020-09-07 03:25:15'),
(1242, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:25:15', '2020-09-07 03:25:15'),
(1243, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:25:26', '2020-09-07 03:25:26'),
(1244, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\\u6807\\u9898\",\"type\":\"picture\",\"description\":\"\\u968f\\u624b\\u62cd\\u7b80\\u4ecb\",\"keywords\":\"\\u968f\\u624b\\u62cd\\u5173\\u952e\\u8bcd\",\"order\":\"1\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 03:25:40', '2020-09-07 03:25:40'),
(1245, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 03:25:40', '2020-09-07 03:25:40'),
(1246, 1, 'admin/adverts/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:26:24', '2020-09-07 03:26:24'),
(1247, 1, 'admin/adverts/6', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a4\",\"category_id\":\"19\",\"url\":null,\"sort\":\"6\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:26:35', '2020-09-07 03:26:35'),
(1248, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:26:35', '2020-09-07 03:26:35'),
(1249, 1, 'admin/adverts/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:26:46', '2020-09-07 03:26:46'),
(1250, 1, 'admin/adverts/5', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a3\",\"category_id\":\"19\",\"url\":null,\"sort\":\"7\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:27:01', '2020-09-07 03:27:01'),
(1251, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:27:01', '2020-09-07 03:27:01'),
(1252, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:27:02', '2020-09-07 03:27:02'),
(1253, 1, 'admin/adverts/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:27:03', '2020-09-07 03:27:03'),
(1254, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\",\"type\":\"picture\",\"description\":\"\\u968f\\u624b\\u62cd\\u7b80\\u4ecb\",\"keywords\":\"\\u968f\\u624b\\u62cd\\u5173\\u952e\\u8bcd\",\"order\":\"1\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 03:27:05', '2020-09-07 03:27:05'),
(1255, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 03:27:05', '2020-09-07 03:27:05'),
(1256, 1, 'admin/categories/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:27:08', '2020-09-07 03:27:08'),
(1257, 1, 'admin/categories/6', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u968f\\u624b\\u62cd\",\"type\":\"picture\",\"description\":null,\"keywords\":null,\"order\":\"1\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 03:27:13', '2020-09-07 03:27:13'),
(1258, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 03:27:13', '2020-09-07 03:27:13'),
(1259, 1, 'admin/adverts/6', 'PUT', '1.190.203.218', '{\"title\":\"\\u671f\\u520a4\",\"category_id\":\"19\",\"url\":null,\"sort\":\"6\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 03:27:17', '2020-09-07 03:27:17'),
(1260, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 03:27:17', '2020-09-07 03:27:17'),
(1261, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:29:14', '2020-09-07 03:29:14'),
(1262, 1, 'admin/links/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:29:21', '2020-09-07 03:29:21'),
(1263, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:29:23', '2020-09-07 03:29:23'),
(1264, 1, 'admin/links/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:30:02', '2020-09-07 03:30:02'),
(1265, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:30:11', '2020-09-07 03:30:11'),
(1266, 1, 'admin/links/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:30:20', '2020-09-07 03:30:20'),
(1267, 1, 'admin/links/3', 'PUT', '1.190.203.218', '{\"title\":\"\\u81ea\\u7136\\u4e0e\\u751f\\u6001\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/ine.has.ac.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:30:28', '2020-09-07 03:30:28'),
(1268, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:30:29', '2020-09-07 03:30:29'),
(1269, 1, 'admin/links/4/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:30:51', '2020-09-07 03:30:51'),
(1270, 1, 'admin/links/4', 'PUT', '1.190.203.218', '{\"title\":\"\\u5927\\u5e86\\u5206\\u9662\",\"url\":\"http:\\/\\/dqb.has.ac.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:30:56', '2020-09-07 03:30:56'),
(1271, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:30:56', '2020-09-07 03:30:56'),
(1272, 1, 'admin/links/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:31:06', '2020-09-07 03:31:06'),
(1273, 1, 'admin/links/5', 'PUT', '1.190.203.218', '{\"title\":\"\\u80fd\\u6e90\\u73af\\u5883\\u7814\\u7a76\\u9662\",\"url\":\"http:\\/\\/nyfh.has.ac.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:31:19', '2020-09-07 03:31:19'),
(1274, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:31:19', '2020-09-07 03:31:19'),
(1275, 1, 'admin/links/6/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:31:32', '2020-09-07 03:31:32'),
(1276, 1, 'admin/links/6', 'PUT', '1.190.203.218', '{\"title\":\"\\u77f3\\u6cb9\\u5316\\u5b66\\u7814\\u7a76\\u9662\",\"url\":\"http:\\/\\/www.hipc.org.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:31:42', '2020-09-07 03:31:42'),
(1277, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:31:42', '2020-09-07 03:31:42'),
(1278, 1, 'admin/links/7/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:32:04', '2020-09-07 03:32:04'),
(1279, 1, 'admin/links/7', 'PUT', '1.190.203.218', '{\"title\":\"\\u667a\\u80fd\\u5236\\u9020\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/www.haai.com.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:32:11', '2020-09-07 03:32:11'),
(1280, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:32:11', '2020-09-07 03:32:11'),
(1281, 1, 'admin/links/8/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:32:23', '2020-09-07 03:32:23'),
(1282, 1, 'admin/links/8', 'PUT', '1.190.203.218', '{\"title\":\"\\u5fae\\u751f\\u7269\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/imb.has.ac.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:32:28', '2020-09-07 03:32:28'),
(1283, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:32:29', '2020-09-07 03:32:29'),
(1284, 1, 'admin/links/9/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:32:44', '2020-09-07 03:32:44'),
(1285, 1, 'admin/links/9', 'PUT', '1.190.203.218', '{\"title\":\"\\u6280\\u672f\\u7269\\u7406\\u7814\\u7a76\\u6240\",\"url\":\"http:\\/\\/www.tpihas.ac.cn\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:32:52', '2020-09-07 03:32:52'),
(1286, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:32:52', '2020-09-07 03:32:52'),
(1287, 1, 'admin/links/10/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:33:11', '2020-09-07 03:33:11'),
(1288, 1, 'admin/links/10', 'PUT', '1.190.203.218', '{\"title\":\"\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u671f\\u520a\",\"url\":\"http:\\/\\/www.hljkexue.com\",\"_token\":\"DCA0dtR3JegeZSLDOAYzo7ZLvW8KD4tb0lymHTE0\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/links\"}', '2020-09-07 03:33:19', '2020-09-07 03:33:19'),
(1289, 1, 'admin/links', 'GET', '1.190.203.218', '[]', '2020-09-07 03:33:19', '2020-09-07 03:33:19'),
(1290, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:48:02', '2020-09-07 03:48:02'),
(1291, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:48:14', '2020-09-07 03:48:14'),
(1292, 1, 'admin/categories/16/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:48:43', '2020-09-07 03:48:43'),
(1293, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-07 03:49:21', '2020-09-07 03:49:21'),
(1294, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:49:24', '2020-09-07 03:49:24'),
(1295, 1, 'admin/categories/5/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:49:36', '2020-09-07 03:49:36'),
(1296, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 03:49:49', '2020-09-07 03:49:49'),
(1297, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:09:56', '2020-09-07 05:09:56'),
(1298, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:09:57', '2020-09-07 05:09:57'),
(1299, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:10:01', '2020-09-07 05:10:01'),
(1300, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:43:29', '2020-09-07 05:43:29'),
(1301, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:43:31', '2020-09-07 05:43:31'),
(1302, 1, 'admin', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:46:31', '2020-09-07 05:46:31'),
(1303, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:46:33', '2020-09-07 05:46:33'),
(1304, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:46:46', '2020-09-07 05:46:46'),
(1305, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:46:51', '2020-09-07 05:46:51'),
(1306, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:47:11', '2020-09-07 05:47:11'),
(1307, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:47:43', '2020-09-07 05:47:43'),
(1308, 1, 'admin/categories/16/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:47:50', '2020-09-07 05:47:50'),
(1309, 1, 'admin/categories/16', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u56fe\\u7247\\u5206\\u7c7b\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"16\",\"status\":\"on\",\"top_show\":\"off\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 05:47:57', '2020-09-07 05:47:57'),
(1310, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 05:47:57', '2020-09-07 05:47:57'),
(1311, 1, 'admin/categories/17/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:48:03', '2020-09-07 05:48:03'),
(1312, 1, 'admin/categories/17', 'PUT', '1.190.203.218', '{\"parent_id\":\"16\",\"title\":\"\\u9996\\u9875\\u9876\\u90e8\\u5927\\u6a2a\\u5e45\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"17\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 05:48:22', '2020-09-07 05:48:22'),
(1313, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 05:48:22', '2020-09-07 05:48:22'),
(1314, 1, 'admin/categories/18/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:48:26', '2020-09-07 05:48:26'),
(1315, 1, 'admin/categories/18', 'PUT', '1.190.203.218', '{\"parent_id\":\"16\",\"title\":\"\\u9996\\u9875\\u4e2d\\u95f4\\u56fe\\u7247\",\"type\":\"advert\",\"description\":null,\"keywords\":null,\"order\":\"18\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/categories\"}', '2020-09-07 05:48:30', '2020-09-07 05:48:30'),
(1316, 1, 'admin/categories', 'GET', '1.190.203.218', '[]', '2020-09-07 05:48:30', '2020-09-07 05:48:30'),
(1317, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:48:35', '2020-09-07 05:48:35'),
(1318, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:48:44', '2020-09-07 05:48:44'),
(1319, 1, 'admin/adverts/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u56fe\\u7247\",\"category_id\":\"18\",\"url\":null,\"sort\":\"1\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 05:49:02', '2020-09-07 05:49:02'),
(1320, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 05:49:02', '2020-09-07 05:49:02'),
(1321, 1, 'admin/adverts/2/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:07', '2020-09-07 05:49:07'),
(1322, 1, 'admin/adverts/2', 'PUT', '1.190.203.218', '{\"title\":\"\\u9996\\u9875\\u9876\\u90e8\\u56fe\\u7247\",\"category_id\":\"17\",\"url\":null,\"sort\":\"1\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/adverts\"}', '2020-09-07 05:49:11', '2020-09-07 05:49:11'),
(1323, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 05:49:11', '2020-09-07 05:49:11'),
(1324, 1, 'admin/adverts', 'GET', '1.190.203.218', '[]', '2020-09-07 05:49:15', '2020-09-07 05:49:15'),
(1325, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:23', '2020-09-07 05:49:23'),
(1326, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:26', '2020-09-07 05:49:26'),
(1327, 1, 'admin/auth/menu/14/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:29', '2020-09-07 05:49:29'),
(1328, 1, 'admin/auth/menu/14', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u56fe\\u7247\\u7ba1\\u7406\",\"icon\":\"fa-500px\",\"uri\":null,\"roles\":[null],\"permission\":null,\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-09-07 05:49:33', '2020-09-07 05:49:33'),
(1329, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-09-07 05:49:34', '2020-09-07 05:49:34'),
(1330, 1, 'admin/auth/menu/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:36', '2020-09-07 05:49:36'),
(1331, 1, 'admin/auth/menu/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"14\",\"title\":\"\\u56fe\\u7247\\u5217\\u8868\",\"icon\":\"fa-500px\",\"uri\":\"adverts\",\"roles\":[null],\"permission\":null,\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/auth\\/menu\"}', '2020-09-07 05:49:40', '2020-09-07 05:49:40'),
(1332, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-09-07 05:49:40', '2020-09-07 05:49:40'),
(1333, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '[]', '2020-09-07 05:49:43', '2020-09-07 05:49:43'),
(1334, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:47', '2020-09-07 05:49:47'),
(1335, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:48', '2020-09-07 05:49:48'),
(1336, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:51', '2020-09-07 05:49:51'),
(1337, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:51', '2020-09-07 05:49:51'),
(1338, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:52', '2020-09-07 05:49:52'),
(1339, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:53', '2020-09-07 05:49:53'),
(1340, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:55', '2020-09-07 05:49:55'),
(1341, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:49:58', '2020-09-07 05:49:58'),
(1342, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:01', '2020-09-07 05:50:01'),
(1343, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:05', '2020-09-07 05:50:05'),
(1344, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:07', '2020-09-07 05:50:07'),
(1345, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '[]', '2020-09-07 05:50:10', '2020-09-07 05:50:10'),
(1346, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:12', '2020-09-07 05:50:12'),
(1347, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:17', '2020-09-07 05:50:17'),
(1348, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:18', '2020-09-07 05:50:18'),
(1349, 1, 'admin/adverts/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:50:20', '2020-09-07 05:50:20'),
(1350, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:51:00', '2020-09-07 05:51:00'),
(1351, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:51:03', '2020-09-07 05:51:03'),
(1352, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":null,\"description\":null,\"content\":null,\"sort\":\"0\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 05:51:29', '2020-09-07 05:51:29'),
(1353, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-09-07 05:51:29', '2020-09-07 05:51:29'),
(1354, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":null,\"description\":null,\"content\":\"<p>1<\\/p>\",\"sort\":\"999\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\"}', '2020-09-07 05:57:01', '2020-09-07 05:57:01'),
(1355, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 05:57:01', '2020-09-07 05:57:01'),
(1356, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:57:05', '2020-09-07 05:57:05'),
(1357, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u6c99\\u957f\\u9752\",\"category_id\":\"21\",\"keywords\":null,\"description\":null,\"content\":\"<p>2<\\/p>\",\"sort\":\"999\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 05:57:18', '2020-09-07 05:57:18'),
(1358, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 05:57:18', '2020-09-07 05:57:18'),
(1359, 1, 'admin/articles/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:57:22', '2020-09-07 05:57:22'),
(1360, 1, 'admin/articles/1', 'PUT', '1.190.203.218', '{\"title\":\"\\u90ed\\u6625\\u666f\",\"category_id\":\"21\",\"keywords\":null,\"description\":null,\"content\":\"<p>1<\\/p>\",\"sort\":\"998\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 05:57:26', '2020-09-07 05:57:26'),
(1361, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 05:57:26', '2020-09-07 05:57:26'),
(1362, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 05:57:32', '2020-09-07 05:57:32'),
(1363, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u8d75\\u7acb\\u6d9b\",\"category_id\":\"21\",\"keywords\":null,\"description\":null,\"content\":\"<p>3<\\/p>\",\"sort\":\"997\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 05:57:45', '2020-09-07 05:57:45'),
(1364, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 05:57:45', '2020-09-07 05:57:45'),
(1365, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:29:53', '2020-09-07 07:29:53'),
(1366, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u4e01\\u56fd\\u6000\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":null,\"sort\":\"50\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:30:04', '2020-09-07 07:30:04'),
(1367, 1, 'admin/articles/create', 'GET', '1.190.203.218', '[]', '2020-09-07 07:30:04', '2020-09-07 07:30:04'),
(1368, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u4e01\\u56fd\\u6000\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>50<\\/p>\",\"sort\":\"50\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\"}', '2020-09-07 07:30:13', '2020-09-07 07:30:13'),
(1369, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:30:13', '2020-09-07 07:30:13'),
(1370, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:41:17', '2020-09-07 07:41:17'),
(1371, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u9633\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>49<\\/p>\",\"sort\":\"49\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:41:27', '2020-09-07 07:41:27'),
(1372, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:41:27', '2020-09-07 07:41:27'),
(1373, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:42:13', '2020-09-07 07:42:13'),
(1374, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u4f1f\\u4e1c\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>48<\\/p>\",\"sort\":\"48\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:42:20', '2020-09-07 07:42:20'),
(1375, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:42:21', '2020-09-07 07:42:21'),
(1376, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:42:51', '2020-09-07 07:42:51'),
(1377, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u6625\\u751f\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>47<\\/p>\",\"sort\":\"47\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:43:01', '2020-09-07 07:43:01'),
(1378, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:43:01', '2020-09-07 07:43:01'),
(1379, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:43:05', '2020-09-07 07:43:05'),
(1380, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u50b2\\u96ea\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>46<\\/p>\",\"sort\":\"460\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:43:13', '2020-09-07 07:43:13'),
(1381, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:43:14', '2020-09-07 07:43:14'),
(1382, 1, 'admin/articles/8/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:43:16', '2020-09-07 07:43:16'),
(1383, 1, 'admin/articles/8', 'PUT', '1.190.203.218', '{\"title\":\"\\u738b\\u50b2\\u96ea\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>46<\\/p>\",\"sort\":\"46\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:43:20', '2020-09-07 07:43:20'),
(1384, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:43:20', '2020-09-07 07:43:20'),
(1385, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:43:43', '2020-09-07 07:43:43'),
(1386, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u738b\\u9521\\u5c71\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>45<\\/p>\",\"sort\":\"45\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:43:51', '2020-09-07 07:43:51'),
(1387, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:43:51', '2020-09-07 07:43:51'),
(1388, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:43:56', '2020-09-07 07:43:56'),
(1389, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u8d39\\u6d2a\\u65b0\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>44<\\/p>\",\"sort\":\"44\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:44:05', '2020-09-07 07:44:05'),
(1390, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:44:05', '2020-09-07 07:44:05'),
(1391, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:44:12', '2020-09-07 07:44:12'),
(1392, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u767d\\u96ea\\u5cf0\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>43<\\/p>\",\"sort\":\"43\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:44:22', '2020-09-07 07:44:22'),
(1393, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:44:22', '2020-09-07 07:44:22'),
(1394, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:44:27', '2020-09-07 07:44:27'),
(1395, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u66f2\\u6625\\u8273\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>42<\\/p>\",\"sort\":\"42\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:44:36', '2020-09-07 07:44:36'),
(1396, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:44:36', '2020-09-07 07:44:36'),
(1397, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:44:52', '2020-09-07 07:44:52'),
(1398, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5218\\u73ab\",\"category_id\":\"22\",\"keywords\":\"41\",\"description\":null,\"content\":\"<p>41<\\/p>\",\"sort\":\"41\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:45:01', '2020-09-07 07:45:01'),
(1399, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:45:01', '2020-09-07 07:45:01'),
(1400, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:45:07', '2020-09-07 07:45:07'),
(1401, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5218\\u5317\\u4e1c\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>40<\\/p>\",\"sort\":\"40\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:45:16', '2020-09-07 07:45:16'),
(1402, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:45:16', '2020-09-07 07:45:16'),
(1403, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:45:24', '2020-09-07 07:45:24'),
(1404, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5218\\u6625\\u71d5\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>39<\\/p>\",\"sort\":\"39\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:45:33', '2020-09-07 07:45:33'),
(1405, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:45:33', '2020-09-07 07:45:33'),
(1406, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:45:38', '2020-09-07 07:45:38'),
(1407, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5218\\u6653\\u8f89\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>38<\\/p>\",\"sort\":\"38\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:45:46', '2020-09-07 07:45:46'),
(1408, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:45:46', '2020-09-07 07:45:46'),
(1409, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:45:52', '2020-09-07 07:45:52'),
(1410, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5b59\\u5b87\\u5cf0\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>37<\\/p>\",\"sort\":\"37\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:45:59', '2020-09-07 07:45:59'),
(1411, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:45:59', '2020-09-07 07:45:59'),
(1412, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:46:04', '2020-09-07 07:46:04'),
(1413, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u82cf\\u5fd7\\u5f3a\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>36<\\/p>\",\"sort\":\"36\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:46:12', '2020-09-07 07:46:12'),
(1414, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:46:12', '2020-09-07 07:46:12'),
(1415, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:46:14', '2020-09-07 07:46:14'),
(1416, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u674e\\u5fd7\\u9ad8\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>35<\\/p>\",\"sort\":\"35\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:46:22', '2020-09-07 07:46:22'),
(1417, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:46:23', '2020-09-07 07:46:23'),
(1418, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:46:25', '2020-09-07 07:46:25'),
(1419, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u6768\\u8c26\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>34<\\/p>\",\"sort\":\"34\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:46:34', '2020-09-07 07:46:34'),
(1420, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:46:34', '2020-09-07 07:46:34'),
(1421, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:46:36', '2020-09-07 07:46:36'),
(1422, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5434\\u5188\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>33<\\/p>\",\"sort\":\"33\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:46:43', '2020-09-07 07:46:43'),
(1423, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:46:43', '2020-09-07 07:46:43'),
(1424, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:46:45', '2020-09-07 07:46:45'),
(1425, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u90dd\\u51b0\\u7389\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>32<\\/p>\",\"sort\":\"32\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:46:53', '2020-09-07 07:46:53'),
(1426, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:46:53', '2020-09-07 07:46:53'),
(1427, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:46:56', '2020-09-07 07:46:56'),
(1428, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5b8b\\u8273\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>31<\\/p>\",\"sort\":\"31\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:47:03', '2020-09-07 07:47:03'),
(1429, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:47:03', '2020-09-07 07:47:03'),
(1430, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:47:23', '2020-09-07 07:47:23'),
(1431, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f20\\u5174\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>30<\\/p>\",\"sort\":\"30\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:47:31', '2020-09-07 07:47:31'),
(1432, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:47:31', '2020-09-07 07:47:31'),
(1433, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:47:33', '2020-09-07 07:47:33'),
(1434, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f20\\u658c\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>29<\\/p>\",\"sort\":\"29\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:47:39', '2020-09-07 07:47:39'),
(1435, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:47:40', '2020-09-07 07:47:40'),
(1436, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:47:41', '2020-09-07 07:47:41'),
(1437, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f20\\u4ecb\\u9a70\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>28<\\/p>\",\"sort\":\"28\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:47:50', '2020-09-07 07:47:50'),
(1438, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:47:51', '2020-09-07 07:47:51'),
(1439, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:47:53', '2020-09-07 07:47:53'),
(1440, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f20\\u6210\\u4fe1\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>27<\\/p>\",\"sort\":\"27\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:48:02', '2020-09-07 07:48:02'),
(1441, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:48:03', '2020-09-07 07:48:03'),
(1442, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:49:36', '2020-09-07 07:49:36'),
(1443, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f20\\u4f1f\\u541b\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>26<\\/p>\",\"sort\":\"26\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:49:43', '2020-09-07 07:49:43'),
(1444, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:49:43', '2020-09-07 07:49:43'),
(1445, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:49:45', '2020-09-07 07:49:45'),
(1446, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u8c37\\u5b89\\u946b\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>25<\\/p>\",\"sort\":\"25\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:49:52', '2020-09-07 07:49:52'),
(1447, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:49:52', '2020-09-07 07:49:52'),
(1448, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:49:54', '2020-09-07 07:49:54'),
(1449, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u9648\\u4f2f\\u6797\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>24<\\/p>\",\"sort\":\"24\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:50:01', '2020-09-07 07:50:01'),
(1450, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:50:01', '2020-09-07 07:50:01'),
(1451, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:50:03', '2020-09-07 07:50:03'),
(1452, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u90d1\\u798f\\u8d35\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>23<\\/p>\",\"sort\":\"23\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:50:10', '2020-09-07 07:50:10'),
(1453, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:50:10', '2020-09-07 07:50:10'),
(1454, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:50:13', '2020-09-07 07:50:13'),
(1455, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5cb3\\u6b22\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>22<\\/p>\",\"sort\":\"22\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:50:21', '2020-09-07 07:50:21'),
(1456, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:50:21', '2020-09-07 07:50:21'),
(1457, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:50:23', '2020-09-07 07:50:23'),
(1458, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5c1a\\u6770\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>21<\\/p>\",\"sort\":\"21\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:50:29', '2020-09-07 07:50:29'),
(1459, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:50:29', '2020-09-07 07:50:29'),
(1460, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:54:27', '2020-09-07 07:54:27'),
(1461, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u4faf\\u8dc3\\u65b0\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>20<\\/p>\",\"sort\":\"20\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:54:33', '2020-09-07 07:54:33'),
(1462, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:54:33', '2020-09-07 07:54:33'),
(1463, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:54:36', '2020-09-07 07:54:36'),
(1464, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u8d75\\u5f18\\u97ec\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>19<\\/p>\",\"sort\":\"19\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:54:44', '2020-09-07 07:54:44'),
(1465, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:54:44', '2020-09-07 07:54:44'),
(1466, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:54:46', '2020-09-07 07:54:46'),
(1467, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u590f\\u8679\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>18<\\/p>\",\"sort\":\"18\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:54:53', '2020-09-07 07:54:53'),
(1468, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:54:53', '2020-09-07 07:54:53'),
(1469, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:54:57', '2020-09-07 07:54:57'),
(1470, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u502a\\u7ea2\\u4f1f\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>17<\\/p>\",\"sort\":\"17\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:03', '2020-09-07 07:55:03'),
(1471, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:03', '2020-09-07 07:55:03'),
(1472, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:55:05', '2020-09-07 07:55:05'),
(1473, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u502a\\u9756\\u6ee8\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>16<\\/p>\",\"sort\":\"16\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:12', '2020-09-07 07:55:12'),
(1474, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:12', '2020-09-07 07:55:12'),
(1475, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:55:14', '2020-09-07 07:55:14');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(1476, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f90\\u6653\\u79cb\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>15<\\/p>\",\"sort\":\"15\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:21', '2020-09-07 07:55:21'),
(1477, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:21', '2020-09-07 07:55:21'),
(1478, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:55:23', '2020-09-07 07:55:23'),
(1479, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u5f20\\u6653\\u81e3\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>14<\\/p>\",\"sort\":\"14\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:29', '2020-09-07 07:55:29'),
(1480, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:29', '2020-09-07 07:55:29'),
(1481, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:55:31', '2020-09-07 07:55:31'),
(1482, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u66f9\\u5f66\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>13<\\/p>\",\"sort\":\"13\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:38', '2020-09-07 07:55:38'),
(1483, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:39', '2020-09-07 07:55:39'),
(1484, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:55:41', '2020-09-07 07:55:41'),
(1485, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u8c22\\u632f\\u534e\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>12<\\/p>\",\"sort\":\"12\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:47', '2020-09-07 07:55:47'),
(1486, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:48', '2020-09-07 07:55:48'),
(1487, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-07 07:55:49', '2020-09-07 07:55:49'),
(1488, 1, 'admin/articles', 'POST', '1.190.203.218', '{\"title\":\"\\u90ed\\u957f\\u8679\",\"category_id\":\"22\",\"keywords\":null,\"description\":null,\"content\":\"<p>11<\\/p>\",\"sort\":\"11\",\"_token\":\"bW29UI0AsvGaOxxz1YHxeh1yJDRrfjeFjZ1EwrV4\",\"_previous_\":\"http:\\/\\/hljkx.cnskl.com\\/admin\\/articles\"}', '2020-09-07 07:55:55', '2020-09-07 07:55:55'),
(1489, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-07 07:55:55', '2020-09-07 07:55:55'),
(1490, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-08 05:39:20', '2020-09-08 05:39:20'),
(1491, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:02:31', '2020-09-08 06:02:31'),
(1492, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:02:37', '2020-09-08 06:02:37'),
(1493, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-08 06:05:34', '2020-09-08 06:05:34'),
(1494, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:06:49', '2020-09-08 06:06:49'),
(1495, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:06:51', '2020-09-08 06:06:51'),
(1496, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:06:59', '2020-09-08 06:06:59'),
(1497, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:07:31', '2020-09-08 06:07:31'),
(1498, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:07:32', '2020-09-08 06:07:32'),
(1499, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:08:38', '2020-09-08 06:08:38'),
(1500, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:08:51', '2020-09-08 06:08:51'),
(1501, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:09:10', '2020-09-08 06:09:10'),
(1502, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:09:19', '2020-09-08 06:09:19'),
(1503, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:09:26', '2020-09-08 06:09:26'),
(1504, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-08 06:09:54', '2020-09-08 06:09:54'),
(1505, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:09:56', '2020-09-08 06:09:56'),
(1506, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:10:05', '2020-09-08 06:10:05'),
(1507, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:10:58', '2020-09-08 06:10:58'),
(1508, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:11:20', '2020-09-08 06:11:20'),
(1509, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:11:40', '2020-09-08 06:11:40'),
(1510, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:12:29', '2020-09-08 06:12:29'),
(1511, 1, 'admin/categories/15', 'PUT', '1.190.203.218', '{\"parent_id\":\"0\",\"title\":\"\\u671f\\u520a\\u7b80\\u4ecb\",\"type\":\"show\",\"article_id\":null,\"description\":\"\\u300a\\u9ed1\\u9f99\\u6c5f\\u79d1\\u5b66\\u300b\\u6742\\u5fd7\\u7b80\\u4ecb\",\"keywords\":null,\"order\":\"11\",\"status\":\"on\",\"top_show\":\"on\",\"_token\":\"rSvv3viKND4pVbl3vkTJlMZz4UvoOhC42AKmVUcN\",\"_method\":\"PUT\"}', '2020-09-08 06:12:35', '2020-09-08 06:12:35'),
(1512, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:12:35', '2020-09-08 06:12:35'),
(1513, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:31:52', '2020-09-08 06:31:52'),
(1514, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:32:42', '2020-09-08 06:32:42'),
(1515, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:35:04', '2020-09-08 06:35:04'),
(1516, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:37:16', '2020-09-08 06:37:16'),
(1517, 1, 'admin/adverts', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:37:17', '2020-09-08 06:37:17'),
(1518, 1, 'admin/adverts/1/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:39:15', '2020-09-08 06:39:15'),
(1519, 1, 'admin/links', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:42:08', '2020-09-08 06:42:08'),
(1520, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:42:11', '2020-09-08 06:42:11'),
(1521, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:43:22', '2020-09-08 06:43:22'),
(1522, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:47:47', '2020-09-08 06:47:47'),
(1523, 1, 'admin/articles/43/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:48:01', '2020-09-08 06:48:01'),
(1524, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:48:12', '2020-09-08 06:48:12'),
(1525, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:48:14', '2020-09-08 06:48:14'),
(1526, 1, 'admin/categories/3/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:48:22', '2020-09-08 06:48:22'),
(1527, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:48:46', '2020-09-08 06:48:46'),
(1528, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:48:49', '2020-09-08 06:48:49'),
(1529, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:48:55', '2020-09-08 06:48:55'),
(1530, 1, 'admin/categories', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:49:02', '2020-09-08 06:49:02'),
(1531, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:49:04', '2020-09-08 06:49:04'),
(1532, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\",\"page\":\"2\"}', '2020-09-08 06:49:05', '2020-09-08 06:49:05'),
(1533, 1, 'admin/categories/15/edit', 'GET', '1.190.203.218', '[]', '2020-09-08 06:49:09', '2020-09-08 06:49:09'),
(1534, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:49:09', '2020-09-08 06:49:09'),
(1535, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:49:11', '2020-09-08 06:49:11'),
(1536, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:51:17', '2020-09-08 06:51:17'),
(1537, 1, 'admin/articles/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:52:15', '2020-09-08 06:52:15'),
(1538, 1, 'admin/pictures', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:59:38', '2020-09-08 06:59:38'),
(1539, 1, 'admin/pictures/create', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 06:59:42', '2020-09-08 06:59:42'),
(1540, 1, 'admin/articles', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 07:10:02', '2020-09-08 07:10:02'),
(1541, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-08 08:22:12', '2020-09-08 08:22:12'),
(1542, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 08:23:08', '2020-09-08 08:23:08'),
(1543, 1, 'admin/auth/menu/11/edit', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 08:23:12', '2020-09-08 08:23:12'),
(1544, 1, 'admin/auth/menu', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 08:31:34', '2020-09-08 08:31:34'),
(1545, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-08 09:23:44', '2020-09-08 09:23:44'),
(1546, 1, 'admin/articles', 'GET', '1.190.203.218', '[]', '2020-09-08 09:23:59', '2020-09-08 09:23:59'),
(1547, 1, 'admin/auth/logout', 'GET', '1.190.203.218', '{\"_pjax\":\"#pjax-container\"}', '2020-09-08 09:24:02', '2020-09-08 09:24:02'),
(1548, 1, 'admin/auth/login', 'GET', '1.190.203.218', '[]', '2020-09-08 09:24:07', '2020-09-08 09:24:07'),
(1549, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-08 09:24:07', '2020-09-08 09:24:07'),
(1550, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-11 08:53:54', '2020-09-11 08:53:54'),
(1551, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-11 08:54:15', '2020-09-11 08:54:15'),
(1552, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-11 08:54:20', '2020-09-11 08:54:20'),
(1553, 1, 'admin', 'GET', '1.190.203.218', '[]', '2020-09-11 08:54:29', '2020-09-11 08:54:29');
-- --------------------------------------------------------
--
-- 表的结构 `admin_permissions`
--
CREATE TABLE `admin_permissions` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`http_method` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`http_path` text COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_permissions`
--
INSERT INTO `admin_permissions` (`id`, `name`, `slug`, `http_method`, `http_path`, `created_at`, `updated_at`) VALUES
(1, 'All permission', '*', '', '*', NULL, NULL),
(2, 'Dashboard', 'dashboard', 'GET', '/', NULL, NULL),
(3, 'Login', 'auth.login', '', '/auth/login\r\n/auth/logout', NULL, NULL),
(4, 'User setting', 'auth.setting', 'GET,PUT', '/auth/setting', NULL, NULL),
(5, 'Auth management', 'auth.management', '', '/auth/roles\r\n/auth/permissions\r\n/auth/menu\r\n/auth/logs', NULL, NULL),
(6, 'Admin Config', 'ext.config', '', '/config*', '2020-06-02 01:57:49', '2020-06-02 01:57:49');
-- --------------------------------------------------------
--
-- 表的结构 `admin_roles`
--
CREATE TABLE `admin_roles` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_roles`
--
INSERT INTO `admin_roles` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Administrator', 'administrator', '2020-05-27 23:22:24', '2020-05-27 23:22:24');
-- --------------------------------------------------------
--
-- 表的结构 `admin_role_menu`
--
CREATE TABLE `admin_role_menu` (
`role_id` int(11) NOT NULL,
`menu_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_role_menu`
--
INSERT INTO `admin_role_menu` (`role_id`, `menu_id`, `created_at`, `updated_at`) VALUES
(1, 2, NULL, NULL);
-- --------------------------------------------------------
--
-- 表的结构 `admin_role_permissions`
--
CREATE TABLE `admin_role_permissions` (
`role_id` int(11) NOT NULL,
`permission_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_role_permissions`
--
INSERT INTO `admin_role_permissions` (`role_id`, `permission_id`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL);
-- --------------------------------------------------------
--
-- 表的结构 `admin_role_users`
--
CREATE TABLE `admin_role_users` (
`role_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_role_users`
--
INSERT INTO `admin_role_users` (`role_id`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL);
-- --------------------------------------------------------
--
-- 表的结构 `admin_users`
--
CREATE TABLE `admin_users` (
`id` int(10) UNSIGNED NOT NULL,
`username` varchar(190) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`avatar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `admin_users`
--
INSERT INTO `admin_users` (`id`, `username`, `password`, `name`, `avatar`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'admin', '$2y$10$UVsiB01XL7ThiKjktVzc3OSmPVEwotmYhni7KU7Y5nBESEuoYEMAW', 'Administrator', NULL, '3gDIs1O0RMtLF4flElkYb38TyTo0kuSgFvqHWIj4ReHP3QB9LkNtzyseyBkO', '2020-05-27 23:22:24', '2020-05-27 23:22:24');
-- --------------------------------------------------------
--
-- 表的结构 `admin_user_permissions`
--
CREATE TABLE `admin_user_permissions` (
`user_id` int(11) NOT NULL,
`permission_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `adverts`
--
CREATE TABLE `adverts` (
`id` bigint(20) UNSIGNED NOT NULL,
`category_id` bigint(20) UNSIGNED DEFAULT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cover` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sort` int(3) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
--
-- 转存表中的数据 `adverts`
--
INSERT INTO `adverts` (`id`, `category_id`, `title`, `cover`, `url`, `sort`, `created_at`, `updated_at`) VALUES
(1, 18, '首页图片', 'images/2020/07/16/c6460b6d97f0cf0a151300fc18fc8230.png', NULL, 1, '2020-06-04 09:25:15', '2020-09-07 05:49:02'),
(2, 17, '首页顶部图片', 'images/2020/07/16/26ee3b72dffa9a3c5b606ca7b85cc8af.png', NULL, 1, '2020-07-16 01:46:00', '2020-09-07 05:49:11'),
(3, 19, '期刊1', 'images/2020/09/07/3db5cc39854d3eea7ec60e234ddd8bbf.jpg', NULL, 9, '2020-09-07 01:15:35', '2020-09-07 03:20:36'),
(4, 19, '期刊2', 'images/2020/09/07/8a8fa74467ea25c5b7debda91fb0b64b.jpg', NULL, 8, '2020-09-07 01:15:51', '2020-09-07 03:23:44'),
(5, 19, '期刊3', 'images/2020/09/07/d77fc4b8f65bbf565490fc2e115b4684.jpg', NULL, 7, '2020-09-07 01:16:02', '2020-09-07 03:27:01'),
(6, 19, '期刊4', 'images/2020/09/07/0f56495fb75b29744aeb15fcdf034667.jpg', NULL, 6, '2020-09-07 01:16:14', '2020-09-07 03:27:17');
-- --------------------------------------------------------
--
-- 表的结构 `articles`
--
CREATE TABLE `articles` (
`id` bigint(20) UNSIGNED NOT NULL,
`oldid` int(10) UNSIGNED DEFAULT NULL COMMENT '老网站文章id 校验没有问题后删除',
`category_id` bigint(20) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`writer` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci,
`cover` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(10) UNSIGNED NOT NULL DEFAULT '0',
`sort` int(5) NOT NULL DEFAULT '0',
`source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
--
-- 转存表中的数据 `articles`
--
INSERT INTO `articles` (`id`, `oldid`, `category_id`, `title`, `writer`, `description`, `cover`, `content`, `status`, `sort`, `source`, `keywords`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, NULL, 21, '郭春景', NULL, NULL, NULL, '<p>1</p>', 0, 998, NULL, NULL, '2020-09-07 05:57:01', '2020-09-07 05:57:26', NULL),
(2, NULL, 21, '沙长青', NULL, NULL, NULL, '<p>2</p>', 0, 999, NULL, NULL, '2020-09-07 05:57:18', '2020-09-07 05:57:18', NULL),
(3, NULL, 21, '赵立涛', NULL, NULL, NULL, '<p>3</p>', 0, 997, NULL, NULL, '2020-09-07 05:57:45', '2020-09-07 05:57:45', NULL),
(4, NULL, 22, '丁国怀', NULL, NULL, NULL, '<p>50</p>', 0, 50, NULL, NULL, '2020-09-07 07:30:13', '2020-09-07 07:30:13', NULL),
(5, NULL, 22, '王阳', NULL, NULL, NULL, '<p>49</p>', 0, 49, NULL, NULL, '2020-09-07 07:41:27', '2020-09-07 07:41:27', NULL),
(6, NULL, 22, '王伟东', NULL, NULL, NULL, '<p>48</p>', 0, 48, NULL, NULL, '2020-09-07 07:42:20', '2020-09-07 07:42:20', NULL),
(7, NULL, 22, '王春生', NULL, NULL, NULL, '<p>47</p>', 0, 47, NULL, NULL, '2020-09-07 07:43:01', '2020-09-07 07:43:01', NULL),
(8, NULL, 22, '王傲雪', NULL, NULL, NULL, '<p>46</p>', 0, 46, NULL, NULL, '2020-09-07 07:43:13', '2020-09-07 07:43:20', NULL),
(9, NULL, 22, '王锡山', NULL, NULL, NULL, '<p>45</p>', 0, 45, NULL, NULL, '2020-09-07 07:43:51', '2020-09-07 07:43:51', NULL),
(10, NULL, 22, '费洪新', NULL, NULL, NULL, '<p>44</p>', 0, 44, NULL, NULL, '2020-09-07 07:44:05', '2020-09-07 07:44:05', NULL),
(11, NULL, 22, '白雪峰', NULL, NULL, NULL, '<p>43</p>', 0, 43, NULL, NULL, '2020-09-07 07:44:22', '2020-09-07 07:44:22', NULL),
(12, NULL, 22, '曲春艳', NULL, NULL, NULL, '<p>42</p>', 0, 42, NULL, NULL, '2020-09-07 07:44:36', '2020-09-07 07:44:36', NULL),
(13, NULL, 22, '刘玫', NULL, NULL, NULL, '<p>41</p>', 0, 41, NULL, '41', '2020-09-07 07:45:01', '2020-09-07 07:45:01', NULL),
(14, NULL, 22, '刘北东', NULL, NULL, NULL, '<p>40</p>', 0, 40, NULL, NULL, '2020-09-07 07:45:16', '2020-09-07 07:45:16', NULL),
(15, NULL, 22, '刘春燕', NULL, NULL, NULL, '<p>39</p>', 0, 39, NULL, NULL, '2020-09-07 07:45:33', '2020-09-07 07:45:33', NULL),
(16, NULL, 22, '刘晓辉', NULL, NULL, NULL, '<p>38</p>', 0, 38, NULL, NULL, '2020-09-07 07:45:46', '2020-09-07 07:45:46', NULL),
(17, NULL, 22, '孙宇峰', NULL, NULL, NULL, '<p>37</p>', 0, 37, NULL, NULL, '2020-09-07 07:45:59', '2020-09-07 07:45:59', NULL),
(18, NULL, 22, '苏志强', NULL, NULL, NULL, '<p>36</p>', 0, 36, NULL, NULL, '2020-09-07 07:46:12', '2020-09-07 07:46:12', NULL),
(19, NULL, 22, '李志高', NULL, NULL, NULL, '<p>35</p>', 0, 35, NULL, NULL, '2020-09-07 07:46:22', '2020-09-07 07:46:22', NULL),
(20, NULL, 22, '杨谦', NULL, NULL, NULL, '<p>34</p>', 0, 34, NULL, NULL, '2020-09-07 07:46:34', '2020-09-07 07:46:34', NULL),
(21, NULL, 22, '吴冈', NULL, NULL, NULL, '<p>33</p>', 0, 33, NULL, NULL, '2020-09-07 07:46:43', '2020-09-07 07:46:43', NULL),
(22, NULL, 22, '郝冰玉', NULL, NULL, NULL, '<p>32</p>', 0, 32, NULL, NULL, '2020-09-07 07:46:53', '2020-09-07 07:46:53', NULL),
(23, NULL, 22, '宋艳', NULL, NULL, NULL, '<p>31</p>', 0, 31, NULL, NULL, '2020-09-07 07:47:03', '2020-09-07 07:47:03', NULL),
(24, NULL, 22, '张兴', NULL, NULL, NULL, '<p>30</p>', 0, 30, NULL, NULL, '2020-09-07 07:47:31', '2020-09-07 07:47:31', NULL),
(25, NULL, 22, '张斌', NULL, NULL, NULL, '<p>29</p>', 0, 29, NULL, NULL, '2020-09-07 07:47:39', '2020-09-07 07:47:39', NULL),
(26, NULL, 22, '张介驰', NULL, NULL, NULL, '<p>28</p>', 0, 28, NULL, NULL, '2020-09-07 07:47:50', '2020-09-07 07:47:50', NULL),
(27, NULL, 22, '张成信', NULL, NULL, NULL, '<p>27</p>', 0, 27, NULL, NULL, '2020-09-07 07:48:02', '2020-09-07 07:48:02', NULL),
(28, NULL, 22, '张伟君', NULL, NULL, NULL, '<p>26</p>', 0, 26, NULL, NULL, '2020-09-07 07:49:43', '2020-09-07 07:49:43', NULL),
(29, NULL, 22, '谷安鑫', NULL, NULL, NULL, '<p>25</p>', 0, 25, NULL, NULL, '2020-09-07 07:49:52', '2020-09-07 07:49:52', NULL),
(30, NULL, 22, '陈伯林', NULL, NULL, NULL, '<p>24</p>', 0, 24, NULL, NULL, '2020-09-07 07:50:01', '2020-09-07 07:50:01', NULL),
(31, NULL, 22, '郑福贵', NULL, NULL, NULL, '<p>23</p>', 0, 23, NULL, NULL, '2020-09-07 07:50:10', '2020-09-07 07:50:10', NULL),
(32, NULL, 22, '岳欢', NULL, NULL, NULL, '<p>22</p>', 0, 22, NULL, NULL, '2020-09-07 07:50:21', '2020-09-07 07:50:21', NULL),
(33, NULL, 22, '尚杰', NULL, NULL, NULL, '<p>21</p>', 0, 21, NULL, NULL, '2020-09-07 07:50:29', '2020-09-07 07:50:29', NULL),
(34, NULL, 22, '侯跃新', NULL, NULL, NULL, '<p>20</p>', 0, 20, NULL, NULL, '2020-09-07 07:54:33', '2020-09-07 07:54:33', NULL),
(35, NULL, 22, '赵弘韬', NULL, NULL, NULL, '<p>19</p>', 0, 19, NULL, NULL, '2020-09-07 07:54:44', '2020-09-07 07:54:44', NULL),
(36, NULL, 22, '夏虹', NULL, NULL, NULL, '<p>18</p>', 0, 18, NULL, NULL, '2020-09-07 07:54:53', '2020-09-07 07:54:53', NULL),
(37, NULL, 22, '倪红伟', NULL, NULL, NULL, '<p>17</p>', 0, 17, NULL, NULL, '2020-09-07 07:55:03', '2020-09-07 07:55:03', NULL),
(38, NULL, 22, '倪靖滨', NULL, NULL, NULL, '<p>16</p>', 0, 16, NULL, NULL, '2020-09-07 07:55:12', '2020-09-07 07:55:12', NULL),
(39, NULL, 22, '徐晓秋', NULL, NULL, NULL, '<p>15</p>', 0, 15, NULL, NULL, '2020-09-07 07:55:21', '2020-09-07 07:55:21', NULL),
(40, NULL, 22, '张晓臣', NULL, NULL, NULL, '<p>14</p>', 0, 14, NULL, NULL, '2020-09-07 07:55:29', '2020-09-07 07:55:29', NULL),
(41, NULL, 22, '曹彦', NULL, NULL, NULL, '<p>13</p>', 0, 13, NULL, NULL, '2020-09-07 07:55:39', '2020-09-07 07:55:39', NULL),
(42, NULL, 22, '谢振华', NULL, NULL, NULL, '<p>12</p>', 0, 12, NULL, NULL, '2020-09-07 07:55:47', '2020-09-07 07:55:47', NULL),
(43, NULL, 22, '郭长虹', NULL, NULL, NULL, '<p>11</p>', 0, 11, NULL, NULL, '2020-09-07 07:55:55', '2020-09-07 07:55:55', NULL);
-- --------------------------------------------------------
--
-- 表的结构 `article_pictures`
--
CREATE TABLE `article_pictures` (
`id` bigint(20) UNSIGNED NOT NULL,
`title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`category_id` bigint(20) NOT NULL,
`pictures` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`sort` int(10) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `categories`
--
CREATE TABLE `categories` (
`id` bigint(20) UNSIGNED NOT NULL,
`oldid` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '老网站分类id 校验没有问题后删除',
`cover` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`parent_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`article_id` int(10) UNSIGNED DEFAULT '0' COMMENT '分类跳转的文章id',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`top_show` int(1) DEFAULT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'article' COMMENT '分类的类型。article 文章等等',
`keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`order` int(10) NOT NULL DEFAULT '0',
`status` tinyint(1) NOT NULL DEFAULT '0',
`content` text COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='分类';
--
-- 转存表中的数据 `categories`
--
INSERT INTO `categories` (`id`, `oldid`, `cover`, `parent_id`, `article_id`, `title`, `top_show`, `type`, `keywords`, `description`, `order`, `status`, `content`, `created_at`, `updated_at`) VALUES
(1, 55, NULL, 0, NULL, '精选', NULL, 'article', '', NULL, 12, 0, '&nbsp;', '2020-06-04 03:39:55', '2020-09-07 01:13:24'),
(2, 11, NULL, 0, NULL, '养生保健', NULL, 'article', '', NULL, 9, 0, '&nbsp;', '2020-06-04 03:39:55', '2020-07-15 13:48:11'),
(3, 13, NULL, 0, NULL, '单位信息', NULL, 'article', '', NULL, 10, 0, '<div class=\"us_zuo\" style=\"width: 673px; font-family: 宋体; float: left; height: auto; color: rgb(51,51,51)\">\r\n <div class=\"us_zuo_inner\" style=\"padding-bottom: 20px; padding-left: 20px; width: 633px; padding-right: 20px; height: auto; padding-top: 20px\">\r\n <ul style=\"list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto\">\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto; padding-top: 0px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135555O3.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 420px; float: right\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"320\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 主编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 郭春景</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 执行主编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 曹 &nbsp;彦</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 副主编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 郝冰玉</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 主编助理</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 岳 &nbsp;欢</div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div class=\"clear\" style=\"clear: both\">\r\n &nbsp;</div>\r\n </li>\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto; padding-top: 20px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135629642.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 420px; float: right; height: 181px\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"320\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 编辑部主任</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 姜 &nbsp;洋</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 财务部主任</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 田金苗</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 事务部主任</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 曹 &nbsp;港</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n 广告部主任</td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n 岳 &nbsp;欢</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div class=\"clear\" style=\"clear: both\">\r\n &nbsp;</div>\r\n </li>\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto; padding-top: 20px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135F2c6.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 420px; float: right\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"320\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 英文编校</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n Makayla</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 中文编辑</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 再武&nbsp;&nbsp; 志宏</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 封面设计</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 王书瑞</div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div class=\"clear\" style=\"clear: both\">\r\n &nbsp;</div>\r\n </li>\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 661px; padding-right: 0px; height: 435px; padding-top: 20px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135I42Z.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 494px; float: right; height: 409px\">\r\n <table border=\"0\" cellspacing=\"1\" style=\"width: 402px; height: 409px\" width=\"402\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 主管/主办</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 黑龙江省科学院</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 国际标准连续出版物号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n ISSN 1674-8646</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 国内统一连续出版物号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n CN 23-1560/G3</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 编辑出版</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 黑龙江科学编辑部</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 电话</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 0451 -82316133 82321706</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 地址</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈尔滨市嵩山路15号</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 邮编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 150090</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 网址</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n <a href=\"http://www.hljkexue.com/\" style=\"color: rgb(0,0,0); text-decoration: none\" target=\"_blank\">http://www.hljkexue.com</a></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 印刷</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈尔滨市工大节能印刷厂</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 总发行</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈尔滨市邮局</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 订阅处</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 全国各地邮局</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 邮发代号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 14-119</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 定价</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 12 元</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 广告发布登记编号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈南市监广字【2017】第001号</div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n</div>\r\n<br />\r\n', '2020-06-04 03:39:55', '2020-07-16 01:10:42'),
(4, 14, NULL, 0, NULL, '环游世界', NULL, 'article', '', NULL, 13, 0, '&nbsp;', '2020-06-04 03:39:55', '2020-09-07 01:13:24'),
(5, 15, NULL, 0, NULL, '奢侈品', NULL, 'article', '', NULL, 14, 0, '<img alt=\"\" src=\"/hljkx/uploads/allimg/130607/1-13060G22F0.jpg\" style=\"width: 950px; height: 633px\" />&nbsp;', '2020-06-04 03:39:55', '2020-09-07 01:13:24'),
(6, 27, NULL, 0, NULL, '随手拍', 1, 'picture', NULL, NULL, 1, 1, '&nbsp;', '2020-06-04 03:39:55', '2020-09-07 03:27:13'),
(7, 53, NULL, 0, NULL, '精华', NULL, 'article', '', NULL, 8, 0, '&nbsp;', '2020-06-04 03:39:55', '2020-06-04 09:21:23'),
(8, 54, NULL, 0, NULL, '论文', NULL, 'article', '', NULL, 15, 0, '&nbsp;', '2020-06-04 03:39:55', '2020-09-07 01:13:24'),
(9, 30, NULL, 0, NULL, '应用基础研究', 1, 'article', NULL, NULL, 3, 1, '&nbsp;', '2020-06-04 03:39:55', '2020-07-16 01:43:20'),
(10, 40, NULL, 0, NULL, '调研与分析', 1, 'article', NULL, NULL, 2, 1, '&nbsp;', '2020-06-04 03:39:55', '2020-07-16 01:43:15'),
(11, 49, NULL, 0, NULL, '技术开发', 1, 'article', NULL, NULL, 4, 1, '&nbsp;', '2020-06-04 03:39:55', '2020-07-16 01:43:24'),
(12, 50, NULL, 0, NULL, '科研与应用', 1, 'article', NULL, NULL, 5, 1, '&nbsp;', '2020-06-04 03:39:55', '2020-07-16 01:43:29'),
(13, 51, NULL, 0, NULL, '全科医学', 1, 'article', NULL, NULL, 6, 1, '&nbsp;', '2020-06-04 03:39:55', '2020-07-16 01:43:35'),
(14, 52, NULL, 0, NULL, '国学', NULL, 'article', '', NULL, 7, 0, '&nbsp;', '2020-06-04 03:39:55', '2020-06-04 09:21:29'),
(15, 0, NULL, 0, 0, '期刊简介', 1, 'show', NULL, '《黑龙江科学》杂志简介', 11, 1, NULL, '2020-06-05 01:37:42', '2020-09-07 01:13:24'),
(16, 0, NULL, 0, NULL, '图片分类', 0, 'advert', NULL, NULL, 16, 1, NULL, '2020-07-16 01:40:12', '2020-09-07 05:47:57'),
(17, 0, NULL, 16, 0, '首页顶部大横幅', 1, 'advert', NULL, NULL, 17, 1, NULL, '2020-07-16 01:44:47', '2020-09-07 05:48:22'),
(18, 0, NULL, 16, 0, '首页中间图片', 1, 'advert', NULL, NULL, 18, 1, NULL, '2020-07-16 01:45:02', '2020-09-07 05:48:30'),
(19, 0, NULL, 16, 0, '期刊', 1, 'advert', '期刊', '期刊', 19, 1, NULL, '2020-09-07 01:12:52', '2020-09-07 01:13:24'),
(20, 0, NULL, 0, 0, '人员', 0, 'article', '组织人员', NULL, 0, 1, NULL, '2020-09-07 01:34:31', '2020-09-07 01:34:31'),
(21, 0, NULL, 20, 0, '编委会', 1, 'article', NULL, NULL, 0, 1, NULL, '2020-09-07 01:34:53', '2020-09-07 01:34:53'),
(22, 0, NULL, 20, 0, '专家委员', 0, 'article', NULL, '专家委员', 0, 1, NULL, '2020-09-07 01:35:09', '2020-09-07 01:35:09');
-- --------------------------------------------------------
--
-- 表的结构 `dede_addonarticles`
--
CREATE TABLE `dede_addonarticles` (
`aid` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`typeid` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`body` mediumtext,
`redirecturl` varchar(255) NOT NULL DEFAULT '',
`templet` varchar(30) NOT NULL DEFAULT '',
`userip` char(15) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- 转存表中的数据 `dede_addonarticles`
--
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(17, 11, '&nbsp;<br />\r\n<span style=\"font-size:8px;\">&nbsp; &nbsp; <span style=\"font-size:14px;\">很多人喜欢在床头、门厅、走廊等处的墙壁或柱子上安装精美漂亮的夜灯,用作辅助性的照明和装饰。柔和的灯光,可以在黑暗中起到指引照明的作用,所以深受人们的喜欢,但殊不知,长期开夜灯会使抑郁症的患病几率增高。<br />\r\n<br />\r\n&nbsp; &nbsp; 地球的昼夜变化影响着每一种动物的生命节奏而人造光源的出现打乱了大自然的节奏。科学家已经发现过去的50年人造夜间光照的普及程度和抑郁症发病率的上升趋势相吻合它还可能增加乳腺癌、肥胖症、情感障碍的患病几率但它对情绪、情感的关联影响还没有通过研究得到很好的阐明。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国研究人员根据一项对仓鼠的实验得出结论&mdash;&mdash;长期在睡眠环境中开着昏暗的灯光,可能触发动物大脑的临时性变化,有导致抑郁情绪出现的可能。但该过程是可逆的,只要回复到完全黑暗的环境里睡觉时,状态又能得到恢复。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 来自俄亥俄州立大学哥伦布分校的研究员兰迪&middot;尼尔森领导的小组使用了已被切除卵巢的母仓鼠来做实验以排除荷尔蒙因素对实验结果的干扰其中半数仓鼠在8周时间里每天被放置在达150勒克司一种照度单位的灯光下16个小时其余8小时被放置在黑暗的环境中。而另一组仓鼠在前4周中每天有16小时处在明亮的灯光下大约150勒克司其余8小时被放置在昏暗的灯光下5勒克司其亮度类似于黑暗房间里打开着的电视机的亮度。随后这组仓鼠又被放置在完全黑暗的环境里14周。研究人员随后检测这些仓鼠的精神状况。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 那组在前4周暴露在昏暗灯光下睡觉的仓鼠与对照组相比看上去明显不活跃它们的糖水饮用量也出现下降这些在实验中被看作是抑郁症状的表现。但经过两周处在黑暗睡眠环境下的&ldquo;恢复&rdquo;之后,仓鼠的上述症状随之消失。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 该研究也指出:仓鼠的类似症状也许会出现在人类身上,尤其是那些在深夜里坐在电视机前或睡觉时拉开窗帘,让外面的灯光射入卧室里的人。有人喜欢在环境过亮时戴眼罩入眠,但要想避免睡眠时人造夜间光照的影响,只戴眼罩可能就不够了。古语中的&ldquo;黑甜一觉&rdquo;对人的健康作用不可估量。最好的方法是关掉小夜灯,拉好窗帘,为自己营造一个回归自然的&ldquo;黑暗睡眠&rdquo;。</span></span><br />\r\n', '', '', '221.212.243.23'),
(18, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp;中国人视石榴为吉祥物,是多子多福的象征。古人称石榴&ldquo;千房同膜,千子如一&rdquo;。民间婚嫁之时,常于新房案头或他处置放切开果皮、露出浆果的石榴,亦有以石榴相赠祝吉者。而石榴的功效及作用并不为人们所熟知。<br />\r\n&nbsp; &nbsp; &nbsp;&nbsp;<br />\r\n&nbsp; &nbsp;石榴除了能止泻润燥外,《印度时报》最新载文,总结了石榴那些你可能不知道的好处&mdash;&mdash;预防前列腺癌和心脏病。石榴的营养特别丰富含有多种人体所需的营养成分果实中含有维生素C及B族维生素、有机酸、糖类、蛋白质、脂肪以及钙、磷、钾等矿物质。据分析石榴果实中含碳水化合物17%水分79%糖13%17%其中维生素C的含量比苹果高12倍而脂肪、蛋白质的含量较少果实以品鲜为主。<br />\r\n<br />\r\n石榴的功效及作用:<br />\r\n<br />\r\n&nbsp; &nbsp; 1、预防前列腺癌和心脏病。流行病学调查发现常喝石榴汁有助于预防前列腺癌。此外喝石榴汁可改善血液状况进而改善心血管疾病患者的健康。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 2、预防动脉硬化。由于人体衰老及不良生活习惯血管壁易堆积胆固醇等物质导致血管堵塞。石榴中的抗氧化物质有助于防止胆固醇氧化和体内多余脂肪造成的血管硬化。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 3、提高血液中氧气的含量。石榴中多种抗氧化物质可降低血脂、抗击自由基和防止血栓最终使血流更顺畅血氧量更高。此外石榴还有预防血液凝结和血栓形成的功效。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 4、预防关节炎。石榴能够减少关节炎导致的软骨损伤其中的营养物质有促进关节润滑液分泌的功效。石榴可缓解炎症抑制会导致软骨损伤的酶。<br />\r\n&nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 5、石榴除了上述功效之外还具有缓解腹泻、控制体重、防止软骨退化、降低血压和缓解老年痴呆症等功效。<br />\r\n<br />\r\n石榴粒妙用:<br />\r\n<br />\r\n&nbsp; &nbsp; 1、制成石榴汁饮用: 将石榴粒用榨汁机取汁,每天喝一杯,保护心脑血管。对老年人有益,对男性更有好处。<br />\r\n<br />\r\n&nbsp; &nbsp; 2、将榨汁机中残渣打成粉末每天吃几口对糖尿病人有好处可缓解糖尿病人视力损伤。<br />\r\n<br />\r\n&nbsp; &nbsp; 3、制作石榴醋: 买石榴时挑选籽的颜色越深越好,将石榴剝开取籽放入玻璃瓶中,倒入酿造的白醋,没过石榴即可,再放入冰糖,三个月后石榴醋即可饮用。石榴醋汁含有多种氨基酸和微量元素,有助消化、抗胃溃疡、软化血管、降血脂和血糖,降低胆固醇等多种功能。可防治冠心病、高血压,有健胃提神、增强食欲、益寿延年之功效,对饮酒过量者,同时也有解酒奇效。</span><br />\r\n', '', '', '221.212.243.23'),
(19, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp;饮食与癌症有着千丝万缕的关系,吃错了会引爆癌症的导火索,吃对了则能起到防癌的功效&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; 癌症的死亡率一直居高不下,因而大家谈癌色变,抗癌也就成为大家十分关注的话题了。那么,哪些食物能防癌、抗癌呢?<br />\r\n&nbsp; &nbsp; &nbsp;<br />\r\n1. 茄 子<br />\r\n<br />\r\n&nbsp; &nbsp; 中药许多方剂及民间验方中,时常使用&ldquo;秋后老茄子&rdquo;、&ldquo;霜打茄子&rdquo;。越来越多证据表明,茄子具有抗癌功能。茄子中含有龙葵碱、葫芦素、水苏碱、胆碱、紫苏甙、茄色甙等多种生物碱物质,其中龙葵碱、葫芦素被证实具有抗癌能力,茄花、茄蒂、茄根、茄汁皆为良药,古代就有秋茄根治疗肿瘤的记载。<br />\r\n<br />\r\n2. 苦 瓜<br />\r\n<br />\r\n&nbsp; &nbsp; 苦瓜在民间受到的待遇可谓&ldquo;两极分化严重&rdquo;,不少人很好这口,也有人厌这口。真正给它&ldquo;好身份&rdquo;的却是明代大医学家李时珍,他称其为&ldquo;一等瓜&rdquo;,是不可多得的抗癌瓜。<br />\r\n<br />\r\n&nbsp; &nbsp; 西医更证明,苦瓜的抗癌功效来自于类奎宁蛋白,它是一种能激活免疫细胞的活性蛋白,通过免疫细胞做&ldquo;二传手&rdquo;,将癌细胞或其他不正常的细胞杀掉。苦瓜种子中含有一种蛋白酶抑制剂,能抑制肿瘤细胞分泌蛋白酶,从而抑制癌细胞的侵袭和转移。<br />\r\n<br />\r\n3. 海 带<br />\r\n<br />\r\n&nbsp; &nbsp;海带中药名为&ldquo;昆布&rdquo;,可预防乳腺癌和甲状腺肿瘤。海带富含碘,能防&ldquo;大脖子&rdquo;病在中国已经妇孺皆知。实际上,海带还有其他诸多&ldquo;本领&rdquo;,它含有的海藻酸钠与具致癌作用的锶、镉有很强的结合能力,并能将它们排出体外。海带可选择性杀灭或抑制肠道内能够产生致癌物的细菌,所含的纤维还能促进胆汁酸和胆固醇的排出。海带提取物对各种癌细胞有直接抑制作用。<br />\r\n<br />\r\n4. 地 瓜<br />\r\n<br />\r\n&nbsp; &nbsp;地瓜别名甘薯、红薯,被认为是祛病延年、减肥保健的绝佳食品。其实地瓜也有强大的防癌功能。最近科技人员在地瓜中发现了一种去氢表雄酮的物质,它能预防肠癌和乳腺癌的发生。<br />\r\n<br />\r\n5. 南 瓜<br />\r\n<br />\r\n&nbsp; &nbsp; 在某些国家它被誉为&ldquo;神瓜&rdquo;因为它既可为粮又可为菜。南瓜可预防肥胖、糖尿病高血脂和高胆固醇血症对癌症预防也有很好的效果。南瓜维生素A的含量之高是常人无法想象的。另外南瓜还含有丰富的维生素C、钙质和纤维素以及抑制致癌物色氨酸-P的不明成分。<br />\r\n<br />\r\n6. 麦 麸<br />\r\n<br />\r\n&nbsp; &nbsp; 麦麸是小麦主要营养成分的&ldquo;仓库&rdquo;B族维生素、硒、镁等矿物质及纤维素几乎都集中在它身上。它能预防并治疗结直肠癌、糖尿病高胆固醇血症、高脂血症、便秘、痔疮等因此不少专家认为麦麸是最好的防癌食物纤维。<br />\r\n<br />\r\n7. 萝 卜<br />\r\n<br />\r\n&nbsp; &nbsp; 萝卜别名莱菔,品种多,皆为抗癌能手,所以有农谚:冬吃萝卜夏吃姜,一生不用跑药堂以及十月萝卜水人参之说。荷兰人定胡萝卜为国菜,日本、美国认为它是根茎类蔬菜中的健康保护神。<br />\r\n<br />\r\n&nbsp; &nbsp; 萝卜具抗癌、宽胸、化痰、利尿之功能。萝卜中含有多种酶能消除亚硝胺的致癌作用其中的木质素能刺激肌体免疫力提高巨噬细胞的活性增强其吞噬杀灭癌细胞的能力。萝卜的辣味来自芥子油它可刺激肠蠕动促进致癌物的排除。萝卜中还含有许多抑制致突变活性的不明成分。萝卜中维生素C含量比苹果、梨高出810倍。而胡萝卜因含丰富的胡萝卜素也具有极好的防癌作用。<br />\r\n<br />\r\n8. 猕 猴 桃<br />\r\n<br />\r\n&nbsp; &nbsp; 猕猴桃果实富含糖、蛋白质、类脂、维生素、有机酸及多种矿物质维生素C含量居水果之冠每100克果子含200毫克几乎是柑橘的100倍、西红柿的30倍是名副其实的&ldquo;天然维生素C片&rdquo;。另外还含有丰富的具有保护血管功能的维生素P其营养价值甚高。维生素C这种抗氧化物能有效阻止致癌物质亚硝酸胺在人体内形成。</span><br />\r\n', '', '', '221.212.243.23'),
(20, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 樟脑丸被多数家庭所使用,通过其挥发产生味道可以驱虫,而樟脑丸本身就有毒性。一颗小小的樟脑丸究竟会有多大的毒副作用呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 关于樟脑丸的成分,有天然和非天然之分。天然的樟脑丸主要是从樟树的叶子中提取出的,价格相对也会比较高,现在市场上只有不到两成的樟脑丸是纯天然的。超市中常见的樟脑丸有四种有效成分:天然樟脑、合成樟脑、萘、二氯苯,而含有萘或者对二氯苯的合成樟脑丸则有刺鼻的味道,二氯苯有毒性,它能引起人体中毒症状,如倦怠、头晕、头痛、腹泻等。<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 含对二氯苯、萘的樟脑丸,属于农药类产品,一般用于工业品或农业品的防蛀,不宜用于生活类用品。大量实践证明,苯类物质对人体健康具有极大的危害性。因此,世界卫生组织已将其定为强烈的可能致癌物质。因为二氯苯挥发后,如果通过皮肤直接与人体接触,会对人体的呼吸系统有害,出现头晕、呕吐、恶心等症状,甚至会影响肝脏、肺及造血功能等,并损害人体的神经系统,影响中枢神经系统并导致记忆力减退及脑细胞减少。如果长期大量摄入,就会有致癌的可能。</span><br />\r\n', '', '', '221.212.243.23'),
(21, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 癌症,被现代医学认为是最难治愈的疾病之一。有很多因素可以导致癌症的发病,可为什么癌症却偏偏恋上了&ldquo;好女人&rdquo;,却很少依附&ldquo;坏女人&rdquo;呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 癌症是由控制细胞生长增殖机制失常而引起的疾病。癌细胞除了生长失控外,还会局部侵入周遭正常组织甚至经由体内循环系统或淋巴系统转移到身体其他部分。癌症家族性和遗传性疾病的人群、与癌有关疾病的人群、不良嗜好人群、职业易感人群、个性易感人群等均为易患癌症人群。<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 日常生活中特别认真、一丝不苟、不善于释放压力&hellip;&hellip;这类女性被定义为&ldquo;好女人&rdquo;。有研究表明城市女性癌症患者中70%属于&ldquo;好女人&rdquo;,因为她们比较较真儿、精神长期处于抑郁、悲伤、无法及时自我释放或转化压力、自我克制及内向等,反而容易患癌。<br />\r\n<br />\r\n&nbsp; &nbsp; 人是有心理防御机制的高级生命,心理防御机制的躯体化就是制造疾病。当一个人活下去显得比死亡更难更痛苦时,潜意识就可能会造出癌症这样的&ldquo;不治之症&rdquo;。潜意识不仅制造疾病,还制造疾病的最高形式&mdash;&mdash;死亡。有些人承受的心理压力是以突发的、剧烈的、摧毁性的重创形式出现的。那么,潜意识可能在以隐喻手法制造一般性疾病的同时,已经开始制造癌症。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;在人类社会中并不是可以随意表达活不下去的痛苦和不堪重负的困苦。&ldquo;好女人&rdquo;有责任、有义务、有伦理道德规范的各种言行准则,惟有疾病是隐讳的,也是自由表达的手段。相当多的疾病都是为了表达在某一方面承受不了的压力。当这种压力持续并增加到了有&ldquo;活不下去&rdquo;这一感觉时,癌症就出现了。&ldquo;活不下去&rdquo;是癌症出现的潜意识临界点,是人心里深处感觉的临界点。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;当有普通疾病时,要善于分析这种疾病的心理根源,要明白自己的潜意识有何目的。这样,等于与潜意识进行交流,对自己的生活及思想应该有所调整。这样就避免了任何疾病向癌症发展的可能性。要善于疏导自己,善于使情绪释放出来。对于家庭关系、人际关系而言,相互之间一定要给予对方以释放各种情绪的条件。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;癌症既然在一定程度上是潜意识制造出来的图画,是&ldquo;活不下去&rdquo;的心理的生理面貌,那么,预防、根除癌症的方法之一就是要使&ldquo;心&rdquo;明白&mdash;&mdash;健康的心理,健康的生活态度,是预防癌症的有效措施。把自己的心放平,放好,放在阳光下,就可以很大程度减少患癌的可能性。<br />\r\n<br />\r\n&nbsp; &nbsp; 癌症并非是最难治疗的疾病,所谓难治,是因为癌症的心理情结往往比较深。放下这一情结,换了思想,癌症也就失去了心理根源。如果又有战胜疾病的决心,那么,大多数早期癌症乃至中期癌症,就有了很大的治愈可能性。晚期癌症,作为一种生理病变,凝固了长久的致癌因素包括心理因素,可能有些积重难返。然而,如果一个人能彻底抛弃自造疾病的心理情结,那么,在各种医疗手段的配合下,同样可以获得很大的治愈机会。</span><br />\r\n', '', '', '221.212.243.23'),
(70, 9, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 海洋是生命的摇篮,还大海一份清洁是我们美好的愿望。但是,一艘艘油船泄漏,一枚枚核弹爆炸,一次次对生物资源的狂捕滥捞&hellip;&hellip;人类对海洋的污染、破坏触目惊心。<br />\r\n<br />\r\n越来越酸的海洋<br />\r\n<br />\r\n&nbsp; &nbsp; 海洋酸化是指由于吸收大气中过量的二氧化碳导致海水逐渐变酸的过程。人类活动向大气释放的二氧化碳以每小时100万吨以上的速率被海洋吸收在吸收过程中二氧化碳与水反应释放出氢离子使得海水的pH值下降。海水应为弱碱性海洋表层水的pH值约为8.2。但到2012年海水表层pH值降低了0.1。海水酸性的增加,会改变海水的种种化学平衡,使多种海洋生物乃至生态系统面临巨大威胁。因此,除了全球变暖,海洋酸化被称为与二氧化碳排放相关的另一重大环境问题。<br />\r\n<br />\r\n  &nbsp;海洋酸化的速度也越来越快。最近一项研究表明海表吸收二氧化碳的速率及其所导致的海洋酸化速率比两万年前的末次冰期快了近100倍而末次冰期被认为是最近一次的二氧化碳急剧上升期。根据预测如按照目前二氧化碳排放量的水平进行本世纪末海水pH值将下降至7.8左右。尽管我们对海洋酸化的机制知之甚少,但&ldquo;海洋越来越酸&rdquo;已成事实。<br />\r\n<br />\r\n  &nbsp;由于海洋酸化会降低海水中碳酸钙的饱和度,因此首当其冲受到影响的将是海洋中的钙化生物以及大多数的软体动物、棘皮动物、珊瑚、钙化藻类等。<br />\r\n<br />\r\n  &nbsp;在二氧化碳浓度加倍以后大多数钙化生物的钙化速率均大幅下降。钙化速率的下降不仅影响到了浮游性钙化生物如颗石藻等向底层海洋的碳输送还会影响到钙化动物的生长和发育。同时珊瑚藻以及造礁珊瑚种类在加倍的二氧化碳条件下其钙化速率平均下降30%,并显著影响到许多生物的生理过程。<br />\r\n<br />\r\n&ldquo;黑色金子&rdquo;为害大洋<br />\r\n<br />\r\n  &nbsp;从俄罗斯油轮重油泄漏事故到墨西哥湾漏油事件,被当做黑色金子的石油夺取着海洋里一只只小生命。被黑乎乎的石油包裹后,海洋生物的身上到底发生了什么?<br />\r\n<br />\r\n  &nbsp;随泄漏石油的类型、地点以及地区的野生动植物的种类不同,漏油事件所造成的影响也不同,但有一点不会变:石油对它们的伤害。<br />\r\n<br />\r\n  &nbsp;石油会降低甚至破坏海鸟、小海豹毛的绝缘性,致使它们患上低体温症。羽毛被石油黏连在一起后,不仅海鸟的体重增加,羽翼也无法正常振动,所以海鸟很容易坠入海中,要么被吃掉,要么淹死。成年海豹由于毛厚可以逃过低体温症,但是当它们的鳍状肢被石油黏在身上时,就会无法顺利游动。<br />\r\n<br />\r\n  &nbsp;海豹幼仔和妈妈本来是依靠气味的伪装互相辨认,由于石油气味的影响,海豹妈妈无法正确辨认辨识自己的幼崽,这样很多小海豹会被遗弃最终饿死。<br />\r\n<br />\r\n  &nbsp;好奇的动物们并不知道石油泄漏会给它们带来什么。一些海洋生物,例如海豹和海豚,曾被发现常在石油泄漏区附近游泳和觅食,一些鱼类也会被石油所吸引。<br />\r\n<br />\r\n  &nbsp;石油还会损坏海洋哺乳动物和海龟的肺和呼吸道,因为在大量石油和烟气中呼吸能够引起其充血、肺气肿、肺炎甚至是死亡。会损坏海洋哺乳动物和海龟的眼睛,引起眼部溃疡或结膜炎等疾病;引起皮肤、嘴巴和鼻腔发炎、过敏和溃疡;破坏和抑制免疫系统,有时将会引发继发性的细菌或真菌感染。破坏血液中的红细胞,引起肝脏萎缩、器官衰竭。会破坏鸟类的肾上腺组织,将身体里面的液体大量集中,使鸟类无法维持自己的正常血压。会减少蛋壳的厚度,等等。<br />\r\n&nbsp;<br />\r\n海洋垃圾带在扩增<br />\r\n<br />\r\n  &nbsp;被人类排放到海洋的塑料垃圾,有的沉到海底,有的一直在海面漂浮。在阳光照射和海浪冲击下,漂浮在海面的塑料垃圾逐渐破解为手指甲大小的碎片,而且再也不会沉至海底。<br />\r\n&nbsp;<br />\r\n  &nbsp;塑料垃圾成为海鸟和海鱼的盘中餐,吞食了塑料碎片的鱼儿鸟儿如果不被毒死的话,时间一久也会被胀死的。有些大鸟大鱼贪嘴,再把这些腹中藏了好多塑料碎片的生物美餐一顿。比如有一种叫灯笼鱼的,白天躲在两三千米深的水下,到了晚上就游到海面吞食浮游生物,结果吞下大量塑料碎片。塑料的毒素能够渗入鱼的体内,遏制鱼类生长,改变它们的繁殖方式。这样环环相扣,海洋生物链和生态环境变得一团糟。<br />\r\n<br />\r\n&nbsp;<br />\r\n拯救海洋国外在行动<br />\r\n<br />\r\n  &nbsp;英国科学家正在开展的一项生化降解研究并已取得初步成果。他们找到了一种微生物酶,能够把塑料碎片分解消化掉,产生出来的碳元素就成为它们自身的营养素。这种微生物酶广泛存在于英国沿海水域,天生喜欢与塑料为伴。<br />\r\n<br />\r\n  &nbsp;但即使研究成功了,这也是一个缓慢的过程。海洋中的塑料垃圾无以计数,微生物酶的工作量十分巨大。<br />\r\n<br />\r\n  &nbsp;爱尔兰有一家塑料炼油厂以废旧塑料为原料采用高温分解方法生产燃油。废塑料经清洗后晾干送入真空锅炉经受300℃的高温加热。锅炉中的塑料融化成液体然后蒸发变成气体最终萃取出类似柴油的燃油。这样塑料制品得到重复利用海洋中的塑料垃圾才会减少。<br />\r\n<br />\r\n  &nbsp;美国政府与英国石油公司也使用了多种技术清理泄漏的原油,包括化学制剂分散法、撇油法、可控燃烧法、收集法和最有效的围栏除油法。利用物理方式还可以防止石油的浪费,对回收的石油再次利用。<br />\r\n<br />\r\n  &nbsp;如果我们还想开发和利用海洋资源,还想吃到美味的海鲜,那就保护海洋,行动起来!<br />\r\n<br />\r\n  &nbsp;我们居住的环境,正在受到各种侵害,比如:有毒化学制品的使用,正在污染着环境;废弃物源源不断地进入江河,正在污染着水源;鱼从海里捕捉得太多,就将灭绝;树木砍伐得太多,森林就会消失;而人口继续照现在的速度增长,就会发生食物短缺&hellip;&hellip;<br />\r\n<br />\r\n  &nbsp;过去,人们不必担心环境的保护问题,因为那时地球上人口稀少,自然资源似乎取之不尽。但如今,一切都变了,世界变得异常拥挤,我们正在耗尽我们的资源。<br />\r\n  <br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(23, 11, '<span style=\"font-size:14px;\">&nbsp;&nbsp; &nbsp; 忙碌的工作使得八成上班族下班后不愿意说话,&ldquo;下班沉默症&rdquo;你有木有?&ldquo;下班沉默症&rdquo;患者,对正常的情感交流避之不及,甚至拒绝亲友的抚慰,进入了交际怪圈。 &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; 上班时侃侃而谈,回到家却疲惫懒言;应酬时满面笑容,面对亲友时却麻木冷淡&mdash;&mdash;这是&ldquo;下班沉默症&rdquo;的典型症状,长此以往可能影响家庭氛围,甚至会导致抑郁。<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; &nbsp;媒体对2 750人进行的一项调查显示83.1%的受访者坦言自己有不同程度的 &ldquo;下班沉默症&rdquo;。其中34.7%的人认为自己有&ldquo;下班沉默症&rdquo;48.4%的人认为自己&ldquo;有一些&rdquo;受访者中80后占50.1%70后占30.9%45.5%的人居住在大城市28.9%的人住在中等城市。&ldquo;下班沉默症&rdquo;已经成为一个无法忽视的严重心理问题。<br />\r\n<br />\r\n&nbsp; &nbsp;&ldquo;下班沉默症&rdquo;与一个人的性格有很大关系。一般情况下外向型性格的人会较少有这样的表现而内向型性格或者性格偏内向的人在工作压力较大时易出现这样的情况。另外该症状与一个人从事的职业也有很大关系。研究发现在一些传统职业中记者、教师、医生等主要与人打交道的行业容易出现这样的症状。但现在从事技术性工作如IT行业的人也容易有类似表现其严重程度与从事&ldquo;助人工作&rdquo;的人不相上下。&ldquo;下班沉默症&rdquo;已经跨越职业界限而存在了。<br />\r\n<br />\r\n&nbsp; &nbsp; 人们在工作、应酬和家庭中扮演着不同的角色,常常需要实现角色的转换。在角色转换时,人们往往会忽略家庭角色对人的期望,按照自己的需求选择休息方式,没有很好地考虑家人的感受。&ldquo;下班沉默症&rdquo;最明显的危害是造成家庭成员尤其是夫妻关系的紧张。如果在家庭中夫妻之间长时间不进行沟通和交流,就会引起配偶的不满,并继而发生一些激烈的矛盾。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;另外,长时间的下班沉默也会给自己的身心健康带来一定危害。它会让人逐渐变得冷漠,由于这类人一般都不会关注生活的细节,因此也容易逐渐丧失生活的乐趣。如果是一个性格内向或者偏内向的人,患上了&ldquo;下班沉默症&rdquo;而又长时间没有进行纠正,就会给自身造成比较严重的心理障碍,严重者还会导致抑郁症的发生。<br />\r\n<br />\r\n&nbsp; &nbsp; 工作并不是生活的全部,我们的生活唯有在多方面进行充实,才能够过得有滋有味。其次,对于工作劳累而下班沉默的人,亲友应在适当的时间适当介入,不要在其烦躁或疲劳时强制交流。面对有类似症状的人,亲友要更重视日常的关怀,学会倾听,认真体会对方感受。如此一来,&ldquo;下班沉默症&rdquo;患者会更愿意向亲友敞开心扉。</span><br />\r\n', '', '', '221.212.243.23'),
(24, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第2期</a></i></strong>李春晖 ,王丹 &nbsp; &nbsp;东北林业大学外国语学院, 哈尔滨 150040<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 摘 要:</strong>本研究从认知语言学视角,探讨词汇语义变化的方式和过程。运用转喻认知模式,依据认知心理学和认知语言学理论解释词汇语义变化。研究结果表明,转喻是词汇语义变化的重要途径,也是人们认识和运用词汇的强有力工具。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 关键词:</strong>转喻;词汇语义;变化;认知<br />\r\n&nbsp;<br />\r\n<strong>在线阅读:</strong><br />\r\n<br />\r\nhttp://www.cqvip.com/QK/70998X/201302/45033555.html</span>', '', '', '221.212.243.23'),
(25, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着人们的生活节奏越来越快,很多人都是早、午餐吃得较随便,晚餐往往会吃得很丰盛,其实这是非常不正确的,这样做会严重损害人体健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 吃晚餐常见3种误区如果你想让你的身体更加健康那么就要在晚餐的时候多加注意不要进入这样的误区。<br />\r\n<br />\r\n<strong>一、晚餐吃太晚</strong>: <strong>晚餐早吃少患结石</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 晚餐早吃是医学专家推荐的保健良策。晚餐早吃可大大降低尿路结石病的发病率。人体的排钙高峰期常在进餐后45小时若晚餐过晚当排钙高峰期到来时人已上床入睡尿液便潴留在输尿管、膀胱、尿道等尿路中不能及时排出体外致使尿液中钙含量不断增加容易沉积下来形成小晶体久而久之会逐渐扩大形成结石。<br />\r\n<br />\r\n<strong>二、晚餐吃太荤</strong>: <strong>晚餐吃素可防癌</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 晚餐一定要偏素以富含碳水化合物的食物为主而蛋白质、脂肪类则吃得越少越好。晚餐吃大量的肉、蛋、奶等高蛋白食品会使尿中的钙量增加降低了体内的钙贮存可诱发儿童佝偻病、青少年近视和中老年骨质疏松症。另外摄入蛋白质过多人体吸收不了就会滞留于肠道中会变质产生氨、硫化氢等毒质刺激肠壁诱发癌症。若脂肪吃得太多还会使血脂升高。晚餐经常吃荤的人比吃素者的血脂要高23倍。<br />\r\n<br />\r\n<strong>三、晚餐吃太饱</strong>: <strong>晚餐吃少睡眠好</strong><br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp;与早餐、中餐相比,晚餐宜少吃。因晚间无其他活动,如果晚餐吃得过多,可引起胆固醇升高,刺激肝脏制造更多的低密度与极低密度脂蛋白,可诱发动脉硬化。长期晚餐过饱,反复刺激胰岛素大量分泌,往往造成胰岛素&beta;细胞提前衰竭,从而埋下糖尿病的祸根。<br />\r\n<br />\r\n&nbsp; &nbsp; 晚餐过饱可使胃鼓胀,对周围器官造成压迫,胃、肠、肝、胆、胰等器官在餐后的紧张工作会传送信息给大脑,引起大脑活跃,并扩散到大脑皮层其他部位,诱发失眠。</span><br />\r\n', '', '', '221.212.243.23'),
(26, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第3期</a></i></strong>王永崇 &nbsp;&nbsp;重庆邮电大学思政教研部,重庆 404100<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 摘&nbsp; 要</strong>:新时期高校工会承担着推进和谐校园建设,为高校体制机制改革提供服务的重要任务,而由于种种原因,在高校工会自身建设中在工会队伍建设、组织建设、工会科研工作、工会管理等方面还存在一些问题。立足于新时期高校工会服务高校发展职能的需要,探索改革创新之路。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 关键词</strong>:高校;工会建设;问题;对策<br />\r\n<br />\r\n<strong>在线阅读:</strong><br />\r\n<br />\r\n<a href=\"http://www.cqvip.com/QK/70998X/201303/45242275.html\">http://www.cqvip.com/QK/70998X/201303/45242275.html</a></span><br />\r\n<br />\r\n', '', '', '221.212.243.23'),
(28, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第2期</a></i></strong>彭博 &nbsp;吉林大学 文学院,吉林 130012<br />\r\n<br />\r\n&nbsp; &nbsp;摘&nbsp; 要:面对中国环境考古学发展的滞后,笔者认为我们需要站在考古学发展的宏观框架下重新认识环境考古学的学科定位和作用意义。《考古学思想史》一书为我们提供了一个新的思路,即从思想演变来观察学科的发展。笔者将世界环境考古学的发展分为萌芽期、蓄势期、成熟期,从这一学科的成长史中为这中国环境考古学的发展寻找出路。<br />\r\n<br />\r\n&nbsp; &nbsp;关键词:考古学思想史; 环境考古学 ;中国<br />\r\n<br />\r\n<strong>在线阅读:</strong><br />\r\n<br />\r\n<a href=\"http://www.cqvip.com/QK/70998X/201302/45033553.html\">http://www.cqvip.com/QK/70998X/201302/45033553.html</a></span><br />\r\n<br />\r\n', '', '', '221.212.243.23'),
(29, 53, '<br />\r\n<span style=\"font-size: 14px\">&nbsp; &nbsp; &ldquo;牙疼不算病,疼起来就要命。&rdquo;这句话我们从小就说。每个人都有牙疼的经历,只是早晚的问题。现在,这一问题有望得到解决,因为有人发明了牙补丁。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 据报道:日本近畿大学和大阪牙科大学研究人员共同开发出一种超薄的生物兼容性薄膜,它能套在人的牙齿上预防蛀牙,或让牙齿看起来更白。<br />\r\n<br />\r\n&nbsp; &nbsp; 牙补丁是由羟基磷灰石HAP制成的。人的牙釉质中HAP的含量在96%以上。HAP具有优良的生物相容性并可作为一种牙齿的诱导因子在口腔保健领域中对牙齿具有较好的再矿化、脱敏以及美白作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 近畿大学生物定向科技部教授本津茂树是这样描述的:这是世界上第一个柔韧的磷灰石薄片,我们希望它能保护牙齿或修复受损的牙釉质。过去牙医们认为,全磷灰石的薄膜只是个梦想,而我们的目标是创造人工牙釉。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;研究人员在真空中向压缩的羟磷灰石块发射激光使其中单个微粒爆出这些微粒落到盐块表面会被加热形成结晶。再将盐溶解于水中然后把薄膜舀起来放到滤纸上干燥它就会变得坚韧能用镊子夹起来薄膜厚度仅有0.004毫米。这时候你把它放在牙表面上它就变得看不见了。如果对着光来检查还能勉强看到一点。把这种薄膜贴在牙齿上时由于它表面有许多微孔液体和气体能从下面溢出来还可避免形成泡沫。但有一个问题是要让薄膜牢固地贴附在牙表面要花几乎一天的时间。目前这种薄膜是透明的但要做成白色来给牙齿美容也是可能的。研究小组正在用废弃的人牙做实验并很快将进行动物实验。本津茂树也在用自己的牙齿实验。不过本津茂树认为要将这种牙薄膜实际用于修补牙齿比如用来覆盖暴露的牙本质牙釉质下面的敏感层可能还要5年或更长的时间但要用于牙齿美容3年内就能实现。</span><br />\r\n', '', '', '221.212.243.23'),
(30, 53, '<span style=\"font-size:14px;\">&nbsp;&nbsp; &nbsp;制造万能的干细胞,众多学者此前研究的方法都有一些隐患,中国科学家已经成功创造出利用尿液制造人体脑细胞的方法,使干细胞的提取更加简单安全。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 干细胞是一类具有自我复制能力的细胞,具有再生各种组织器官和人体的潜在功能,医学界称为&ldquo;万用细胞&rdquo;。原先许多制造干细胞的方法都会利用病毒将新的基因信息传递到细胞的DNA中。因为病毒脱氧核糖核酸会永久地停留在细胞的基因密码中这可能会导致这些细胞发生一些不可预知的行为甚至让细胞变异为肿瘤。<br />\r\n<br />\r\n&nbsp; &nbsp; 据美国科学生活网Live Science报道中国科学家近日发明了一种全新制造脑细胞的方法这种方法比之前抽取人体血液制造脑细胞的方式更为简单安全。最令人称奇的是这种新方法居然是通过收集人体自然排泄尿液中的肾脏内表皮细胞来制造新的脑细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家利用尿液提取表皮细胞来重新制成干细胞,这种细胞可以变成人体内任何一种细胞,包括脑细胞。通过采集尿液排出的肾脏内壁表皮细胞,并向其中注入新的基因指令,有了这些新的基因指令,采集到的细胞会变为脑干细胞,这种脑干细胞也可以根据需要变为各种其他的脑细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 该项技术依赖于人体尿液这种技术会比原来通过抽取患者血液制造脑细胞的方式更为简单方便也更加安全。因为通过这样的方式医生不用从病人体内再提取任何其他的东西只需要收集自然排出的尿液即可。从肾脏细胞变为脑干细胞的整个过程仅仅需要约12天左右。不到半个月的时间新的脑细胞就会完全产生。<br />\r\n<br />\r\n&nbsp; &nbsp; 针对小白鼠的测试结果显示,这种利用尿液制造脑细胞的方式不会让细胞出现肿瘤。由于这种方式几乎适用于任何患者,因此该项研究成果目前可以被认为是该领域最先进的方法。或许在未来该技术被广泛应用之时,医生可以快速获取对于患者来说至关重要的脑细胞。</span><br />\r\n', '', '', '221.212.243.23'),
(35, 53, '&nbsp; &nbsp; &nbsp;<span style=\"font-size:14px;\">据说人的大脑的记忆能力相当于1 500亿台电脑平均每台存储80G的存储量。人们在漫长的社会生活与学习中需要依靠记忆来学习和工作但人的记忆却因个体差异的不同其记忆的好坏也有所不同。<br />\r\n  <br />\r\n&nbsp; &nbsp; 健忘、记忆力减退似乎成了很多人需要改善的问题,那么怎样才能提高记忆力也成为了人们长期关注的话题。<br />\r\n  <br />\r\n&nbsp; &nbsp; 传统理念提高记忆力的方法需要从物质和技巧两方面着手来增强记忆力。技巧方面,例如:明确目的、产生兴趣、及时复习、采用科学的方法等等。物质方面,要多吃有利于提高记忆力的食品,如富含锌、磷酯、不饱和脂肪酸的芹菜、核桃、芝麻、瘦肉等。同时市面上也涌现出很多提高记忆力的药品。<br />\r\n  <br />\r\n&nbsp; &nbsp; 近期研究人员发现当实验鼠脑中一种名为PKR的免疫分子受到抑制时它们在学习和记忆方面的表现就会更加出色由此科学家们表示未来有可能开发出一种能够抑制PKR活性的药物不仅能用于治疗老年痴呆症更能用来提高人们的记忆力。<br />\r\n  <br />\r\n&nbsp; &nbsp; 对于PKR此前人们只知道它是双链结构的RNA活化蛋白激酶是一种病毒感染的感受器它在大脑中的作用人们还一无所知。但通过实验发现PKR的活性在各种认知紊乱中都发生了改变。<br />\r\n  <br />\r\n&nbsp; &nbsp; 研究小组用基因技术抑制了小鼠脑中的PKR然后训练它们和正常小鼠一样寻找圆形游泳池中的平台。结果发现这种鼠在各种行为实验中好像拥有了&ldquo;超级&rdquo;记忆。研究发现抑制PKR能增强脑细胞的兴奋性使这些小鼠的学习和记忆能力都有所提高。小鼠利用视觉线索来寻找隐藏在圆形游泳池中的平台这是一种空间记忆对于人类而言是地点和事件。在实验中正常小鼠必须在许多天里经过多次重复训练才能记住平台位置而缺乏PKR的小鼠只要一次训练就能学会。<br />\r\n  <br />\r\n&nbsp; &nbsp; 研究人员进一步研究了这种分子过程的运作发现当PKR被抑制时&gamma;干扰素(一种与免疫力有关的分子)就会提高突触活性,增强神经元之间的信息交流。传统上认为,这两种分子只在病毒感染和免疫反应中起作用,而现在发现,它们还调控着与长期记忆形成有关的脑活动,在研究怎样更长久地保持记忆、形成新记忆方面扮演重要角色。<br />\r\n  <br />\r\n&nbsp; &nbsp; 在研究了PKR免疫分子的运作过程后科学家进一步发现这种分子还与长期记忆形成和储存有关。如果能够研制出一种PKR抑制剂一种能锁住PKR活性的小分子也能模仿这一过程就相当于得到了一种记忆增强药。利用特殊的PKR标靶药物同时提高记忆和大脑活性但要将此转化为有效的疗法还需要更多研究。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(31, 53, '<span style=\"font-size:8px;\">&nbsp; &nbsp; <span style=\"font-size:14px;\">&nbsp;驱动肿瘤生长的某些细胞,会通过&ldquo;休眠&rdquo;方式躲避常用的化疗药物,然后它会在治疗结束后&ldquo;醒来&rdquo;,重新引发疾病&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;加拿大多伦多大学分子遗传学家、著名的干细胞科学家约翰&middot;迪克称,新发现的休眠细胞,与那些推动原发肿瘤发生的活跃细胞拥有完全相同的基因突变。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;一个细胞的DNA发生基因突变从而导致其以失控方式进行复制时癌症就会发生。化疗是目前治疗肿瘤的主要手段之一这些药物可杀灭肿瘤细胞。癌症在化疗后复发是因为随后发生的基因突变可对那些对付原发肿瘤的药物产生抵抗力。该研究成果已发表在《科学》杂志上。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;表面上,它们似乎在遗传学上非常相似或基本相同,但休眠细胞在肿瘤内所处的微环境,驱动了对化疗的抗力。除了癌细胞外,肿瘤还含有血管和免疫系统等正常组织。肿瘤细胞也非常靠近那些非肿瘤细胞,并会影响其行为。研究人员将肿瘤细胞所处位置,和最接近以及能接收到什么样的信号作为研究重点。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;在一个肿瘤中,每几千个细胞中只有一个可真正推动肿瘤增长。大多数的肿瘤驱动者对化疗很敏感,由于用于癌症治疗的大部分药物会将以失常速度增殖的细胞作为靶标。假如某些干细胞状的癌症驱动者处于休眠状态,即躲藏了其进行快速复制的能力,药物就会放过它们。而这些休眠细胞就成为了癌症复发的罪魁祸首。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;科学家们现在需要了解驱动休眠的生物学特性,并找寻方法来杀死这些&ldquo;潜伏&rdquo;细胞,或是对那些可唤醒它们的外部因素进行控制。对这些非遗传特性的理解或引发全新一代抗癌药物的出现。</span></span><br />\r\n<br />\r\n', '', '', '221.212.243.23'),
(32, 53, '&nbsp;<span style=\"font-size:14px;\"> &nbsp; 长久以来,人们一直认为同性恋是后天形成的,如果告诉你,同性恋在母体子宫里就已经形成了,你信吗?<br />\r\n<br />\r\n&nbsp; &nbsp; 同性恋是指一个人在心理、性爱、情感上的兴趣主要对象均为同性别的人,无论这样的兴趣是否从外显行为中表露出来。研究人员认为,同性恋不是一种疾病,只是一种不同于大多数人的性取向。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 从进化生物学的角度来看,同性恋应该是自然选择的结果,并且应该早已在这个世界上消失,因为生物生存是靠比竞争对手产生更多可适应环境的后代。如果从严格意义的达尔文主义来说,它并不是传递个体基因的最佳方式,并且使问题进一步复杂化,甚至没有&ldquo;同性恋基因&rdquo;被鉴别出来。根据最近发布的一项假设,这些改变影响的并非是基因的结构,而是基因激活的程度。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家们提供新的解释,从&ldquo;表观遗传学&rdquo;角度提出,同性恋倾向可能不是由基因本身决定的,而是由附加在基因上的附因子导致。附因子用于调控基因的具体实现,并且与性别表达有关。随着胚胎发育,子宫中母亲和胎儿两者生成的激素水平发生波动,性相关基因对此做出了反应开启和关闭。这一拔河比赛可使未出生的胎儿受益,即便是在激素处于顶峰时,也可以维持稳定的雄性或雌性发育。然而,如果到孩子出生或孩子拥有自己的表观遗传学标记时,这些所谓的表观遗传改变仍然存留,那些后代其中的一些人就可能变成同性恋。<br />\r\n<br />\r\n&nbsp; &nbsp; 相关研究估算大约8%的人群是同性恋者并且已经知道同性恋行为也能够经营家庭。同性恋并非只是人类独有的行为在加州鸥中大约有14%的伴侣都是雌&mdash;&mdash;雌配对。而在澳洲黑天鹅中大约6%的伴侣是雄&mdash;&mdash;雄配对并且有8%的公羊只会对雄性同类产生兴趣。<br />\r\n<br />\r\n&nbsp; &nbsp; 根据传统观点Y染色体上的一个基因触发睾丸的发育从而让一个胚胎变成了男孩随后在妊娠的第8周左右便开始产生雄性激素其中就包括睾丸素。而没有Y染色体也就没有睾丸素这样的胚胎就变成了一个女孩。但研究人员发现睾丸素并不能解释一切。首先女性胎儿暴露于来自她们的肾上腺、胎盘以及母亲内分泌系统的少量激素环境中。因此在妊娠的许多关键点上男性和女性胎儿经常都暴露在类似数量的睾丸素下。睾丸素水平在女性胎儿中高于正常水平或在男性胎儿中低于正常水平都不会对生殖器或大脑构造产生任何影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 男性和女性胎儿对于环绕他们的激素具有不同的响应,即便当一种激素暂时升高时也是如此。对性激素不同的敏感性是由表观遗传变化造成的,这些变化并不会影响一个基因的结构,但会影响它何时以及有多少被激活。研究人员推测,这一途径中的关键点上的表观遗传变化通过使睾丸素对胎儿产生影响,从而延缓或提高所需的激素活性。<br />\r\n<br />\r\n&nbsp; &nbsp; 尽管表观遗传改变通常是暂时性的但它们导致了结合DNA长链的蛋白质的改变。因此它们有时候可以传递给后代。根据这一假说同性恋有可能是父母自身对于异性激素出生前耐受的延续。<br />\r\n<br />\r\n&nbsp; &nbsp; 双子城明尼苏达大学的进化生物学家Marlene Zuk认为:&ldquo;研究人员作了一件出色的研究,提供了一套遗传变异的机制,特别是一种被认为不会传递下去的突变,因为它是如此紧密地与生殖相关。&rdquo;但她强调,从基因表达的变化到为什么一个人会被相同性别的人所吸引,这可能是一个用科学永远也填不满所有空格的问题。</span><br />\r\n', '', '', '221.212.243.23'),
(33, 8, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 人造肌肉采用纳米纱和固体石蜡打造其中纳米纱由碳纳米管构成。承重能力达到自身重量的10万倍所产生的力量是人类肌肉的85倍。这种纳米材料是一种无缝中空圆柱体所用石墨与普通铅笔芯相同。纳米管的直径只有人头发的万分之一强度却是钢铁的100倍。<br />\r\n  <br />\r\n&nbsp; &nbsp; 人造肌肉可以模仿肌肉收缩产生力量,通过直接加热、电加热,石蜡就会发生体积膨胀,从而使整个&ldquo;肌肉&rdquo;膨胀。但由于碳纳米管纤维特殊的结构,&ldquo;肌肉&rdquo;的长度会同时发生收缩,这样就产生了力量。<br />\r\n  <br />\r\n&nbsp; &nbsp; 人造肌肉能够大幅快速收缩所用时间只有25&permil;秒。举重能力是同等尺寸天然肌肉的200倍。人造肌肉虽然外表简单但性能极高可用于制造机器人、微创手术使用的导管、微型发动机、微流路混合器、可调节光学系统、微型阀门、远程位置调节器甚至于玩具。<br />\r\n  <br />\r\n&nbsp; &nbsp;人造肌肉能够高度扭曲卷绕与飞行模型使用的橡胶带类似。充满石蜡的纳米纱在用电或者脉冲光加热时打开停止加热时逐渐冷却朝着相反的方向扭曲。在安装桨型装置情况下平均旋转速度可达到每分钟11 500圈可旋转200多万次旋转产生的扭力略高于大型电动发动机。<br />\r\n  <br />\r\n&nbsp; &nbsp; 新型人造肌肉可缝、也可编成辫子或打结,适用于制造智能自驱动材料和布料。项目领导人、美国德州大学纳米技术研究院的教授雷&middot;鲍弗曼估计,仅两年内,它们就能够作为制动器被应用于微流体系统中,或者作为光学相机的组件被应用于智能传感器。他说:&ldquo;现在,我们正研究一种百叶窗,如果室温能达到足够热,石蜡熔化,肌肉丝收缩,会使百叶窗关闭。&rdquo;面临的下一个挑战是如何按比例放大这项技术。</span><br />\r\n', '', '', '221.212.243.23'),
(36, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在睡眠过程中,有一段时间脑电波频率变快,振幅变低,同时还表现出心率加快、血压升高、肌肉松弛,最奇怪的是眼球会不停地左右摆动。为此,科学家们把这一阶段的睡眠称为快速眼动睡眠。令人惊奇的是,当一个人进入快速眼动睡眠之后,如果把他唤醒,他会说自己正在做梦;而如果在慢波睡眠期间把他唤醒,做梦的机会则相对较少。<br />\r\n  <br />\r\n&nbsp; &nbsp; 据《自然》杂志网站报道日本京都ATR计算神经科学实验室的研究小组在新奥尔良神经科学协会年会上报告称他们通过分析志愿者睡眠中的脑电活动能预测出梦的某些特征。<br />\r\n  <br />\r\n&nbsp; &nbsp; 他们分别对3名志愿者做梦的情况进行了研究利用功能神经成像技术在睡眠时扫描他们的大脑用脑电图记录下他们的脑电活动。只要探测到表示志愿者开始睡眠的脑电波信号就叫醒他们问他们刚才梦到了什么然后让他们再接着睡。<br />\r\n  <br />\r\n&nbsp; &nbsp; 每次实验持续3小时志愿者每小时被叫醒10次其中有67次会报告他们梦到了些什么这样总共获得了大约200个梦的报告。大部分的梦反映了志愿者日常生活中的经历但有些梦也包含了不寻常的内容。研究人员对V1、V2和V3脑区进行了分析这些脑区负责视觉信号的最早期处理和对视觉图像基本特征进行编码同时还研究了其他几个负责高级视觉功能的脑区如目标认知。<br />\r\n  <br />\r\n&nbsp; &nbsp; 研究人员构建了一个模型来预测每个大类是否在志愿者的梦中出现对志愿者被唤醒之前9秒的脑电波进行了分析能预测一个人是否在做梦准确率达到75%80%。<br />\r\n  <br />\r\n&nbsp; &nbsp; 通过更高级脑区的脑电活动能精确地预测出志愿者梦中的内容。新研究还表明在更高级视觉脑区做梦和视觉认知的表现形式相似。做梦牵涉到的许多高级视觉脑区和真实的视觉成像相同。在回忆梦的时候可能是基于短期记忆因为在志愿者被唤醒前的10秒内对梦的解码是最精确的。</span><br />\r\n', '', '', '221.212.243.23'),
(38, 10, '<span style=\"font-size: 14px\">&nbsp; &nbsp; 那些逝去的人,他们的温暖或严肃我们再也触碰不到,对他们的敬与不敬也只能单靠我们的灵魂。忙碌不是忘记他们的理由,即使我们无法拜倒在他们的坟头,甚至看不到他们的生前照片,但我们仍然可以怀念,想着他们,用最简单的方式去祭拜。<br />\r\n<br />\r\n&nbsp; &nbsp; 这是清明节那天网上的一段话。<br />\r\n<br />\r\n&nbsp; &nbsp; 想知道祭扫的意义,你得先了解何谓清明节?<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 我国传统的清明节大约始于周代,原本是清明的前一天(或前三天)寒食的习俗。寒食节亦称禁烟节、冷节,相传起于晋文公悼念介子推一事。是日,初为节时,禁烟火,只吃冷食,祭扫、踏青、秋千、蹴鞠、牵勾、斗鸡等风俗是在后世的发展中逐渐增加的。寒食节是汉族传统节日中,惟一以饮食习俗来命名的节日。<br />\r\n寒食节前后绵延两千余年曾被称为民间第一大祭日。由于清明与寒食的日子接近渐渐的寒食与清明就合二为一了而寒食也就成为清明的别称了。<br />\r\n<br />\r\n&nbsp; &nbsp; 清明扫墓则是秦以后的事。秦汉时代,墓祭已成为不可或缺的礼俗活动,到唐朝才开始盛行。唐玄宗开元二十年诏令天下 &ldquo;寒食上墓&rdquo;。明清时期,清明扫墓更为盛行。<br />\r\n<br />\r\n&nbsp; &nbsp; 祭扫坟茔是和丧葬礼俗有关的节俗。据载:古代墓而不坟,就是说只打墓坑,不筑坟丘,所以祭扫不见于载籍。后来墓而且坟,祭扫之俗便有了依托。<br />\r\n<br />\r\n&nbsp; &nbsp; 按照旧的习俗,扫墓时,人们要携带酒食果品、纸钱等物品到墓地,将食物供祭在亲人墓前,再将纸钱焚化,为坟墓培上新土,折几枝嫩绿的新枝插在坟上,然后叩头行礼祭拜,最后吃掉酒食回家。<br />\r\n<br />\r\n&nbsp; &nbsp; 在仍然有些寒冷的春天,禁火吃冷食,有些老弱妇孺是很难耐住寒冷的,为了防止寒食冷餐伤身,于是就定了踏青、郊游、荡秋千、踢足球、打马球、插柳、拔河、斗鸡等户外活动,大家出来晒晒太阳,活动活动筋骨,因此清明节除了祭祖扫墓,还有各项野外健身活动,使这个节日,除了有慎终追远的感伤情怀,还融合了欢乐赏春的气氛,既有生离死别的悲酸泪,又到处是一派清新明丽的生动景象,是一个极富特色,非常特别的节日。<br />\r\n<br />\r\n&nbsp; &nbsp; 然而,越来越多的现代人却将清明节等同为上坟,把扫墓理解成焚烧祭品,于是近年祭品花样翻新,什么流行卖什么。除了鲜花、水果之前这些传统的祭品外,别墅、西装、项链、 名牌烟酒、豪华汽车应有尽有三层小楼里游泳池、麻将房、KTV室、车库、院子一应俱全仿真度也越来越高连当下最流行的苹果手机、IPAD等电子产品甚至充电器都一应俱全。不仅如此连祭拜的人都渐渐发生了变化出现了代人扫墓的职业扫墓人扫墓越发的变味了。<br />\r\n<br />\r\n&nbsp; &nbsp; 别再用钱说话了,还是让清明回归它原有的意义吧!</span><br />\r\n', '', '', '221.212.243.23'),
(493, 55, '<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 美国航空航天局NASA的新视野号探测器自2006的1月19日发射升空以来已经孤独地在太空中飞行了近9年时间。再过不到6个月也就是2015年7月14日新视野号就将从曾经的九大行星之一、如今已被降级为矮行星的冥王星近旁飞掠预计最近距离在10 000千米左右。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 除了随身携带的各项科学设备以外,新视野号探测器上还夹带了一些无关科学的&ldquo;货物&rdquo;。它们将跟新视野号探测器一道飞掠冥王星,然后继续深入太阳系更遥远的边缘地带。以下就是几件物体的详细清单。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 1 一个真正的人。好吧,其实是一个人的部分遗骸。冥王星发现者克莱德&middot;汤博Clyde Tombaugh的一部分骨灰被装在一个窗口内安置在新视野号探测器的底部。容器上的铭文中写道&ldquo;封装在此处的是美国人克莱德&middot;W&middot;汤博的遗骸,冥王星及太阳系&lsquo;第三地带&rsquo;的发现者,阿黛尔和芒罗的儿子,帕特丽夏的丈夫,安妮特和奥尔登的父亲,天文学家,教师,段子手,以及挚友:克莱德&middot;W&middot;汤博19061997。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 2 还有我和大约434 000人的名字。这张&ldquo;送你的名字去冥王星&rdquo;的光盘上,记录了全部参与这项伟大探险的人的名字。我的名字就在其中,希望你的名字也在新视野号探测器上!</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 3 一张记录着新视野号团队成员照片的光盘。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 4 美国佛罗里达州的一枚25美分硬币新视野号就是在这个州发射升空的。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 5 美国马里兰州的一枚25美分硬币新视野号是在这个州建造的。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 6 从太空船一号上切下的一小块部件被安装在新视野号探测器的下层甲板内部,两面都有铭文。正面写道,&ldquo;为了纪念太空船一号在促进航天飞行方面所起到的历史性作用,它的一部分将伴随另一艘历史性的航天器&mdash;&mdash;新视野号一同飞行。新视野号是地球针对冥王星,太阳系中已知距离最远的行星,开展的首次探测任务。&rdquo;背面写道,&ldquo;太空船一号是地球上第一艘私人资助的载人航天器。太空船一号于2004年从美国起飞进入太空。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 7 一面美国国旗。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 8 另一个版本的美国国旗。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 9 1991年的美国邮票一枚上面写着&ldquo;冥王星:尚未探测&rdquo;。<br />\r\n <br />\r\n &nbsp; &nbsp;现在,问题来了:你猜得到新视野号上夹带的这些&ldquo;货物&rdquo;为什么要凑成9件吗</span></span></p>\r\n', '', '', '218.9.164.83'),
(41, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 韩国首尔国立大学的科学家开发出一种以激光驱动的微喷射注射系统,能以适当的力道快速推动微细的药物流精准直达皮下目的地,实现无痛注射。<br />\r\n  <br />\r\n&nbsp; &nbsp; 该校机械与航空工程系的科学家表示该系统以掺铒钇铝石榴石激光为基础。掺铒钇铝石榴石激光是波长2 940nm的近红外波段激光脉冲形式输出接近水吸收的最大值较10 600nm的CO2激光高16倍因此作用深度更浅组织热损伤仅为CO2激光的10%。这种类型的激光被皮肤科医生广泛应用,主要应用在较细浅的皱纹、皮肤光老化及部分痤疮引起的瘢痕,尤其是在面部整形领域。<br />\r\n<br />\r\n&nbsp; &nbsp; 他们使用了波长为2.9微米、持续时长为250微秒的激光脉冲对豚鼠皮肤进行荧光染色以便开展注射可控研究。此外科学家还采用了小型适配器与激光相结合。适配器内含有需要传送的液态药物和以水作为驱动液体的腔室两者之间由柔性薄膜隔开。易于被水吸收的激光脉冲能在驱动液内生成大而稳定的气泡而气泡所产生的较高压力会促使柔性膜发生形变使得药物能从直径为150微米的喷嘴被有力地注入皮肤。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员称:这是因为喷射压力的冲击大于皮肤的抗拉强度,因此药物流能轻易地穿透皮肤直达皮下数毫米内的目的地,而不会伤害相关组织或发生药液喷溅。由于喷射口径小、速度快,也不易引起疼痛。此外,新的微喷射系统还能借助多束能量更低的激光脉冲,显著提升药物的传送量及传送速度,并克服现有喷射注射器的诸多不足,如激光波长不易于被水质驱动液吸收,这将阻碍气泡的生成并削弱喷射流的能量。<br />\r\n<br />\r\n&nbsp; &nbsp; 科研人员表示与其他由机械驱动或使用活塞类设备迫使药物进入皮肤的注射器不同激光驱动的微喷射注射系统能精确控制给药深度和药物剂量因此更适合疫苗接种等小剂量、多区域的临床注射应用。目前他们正致力于这项技术的市场化。下一步的目标则是改进现有技术使喷射药流直达表皮层这一区域大约位于皮肤表面下500微米处不存在神经末梢因此可完全做到无痛注射。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(42, 53, '&nbsp; &nbsp; <span style=\"font-size:14px;\">如果古希腊哲学家苏格拉底穿越回来,遇到被称为&ldquo;在世的最伟大的科学家&rdquo;霍金;古希腊运动员穿越回来,遇到&ldquo;飞人&rdquo;博尔特,他们谁比谁更聪明,谁比谁跑得更快呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 美国科学家克拉伯特大胆放言如果今天一位公元前800年的普通古希腊公民穿越回来了他可能是我们当中最聪明、最睿智的人。不仅如此他可能还是我们当中情商最高的人。在人类演化的历史长河中99%的时间,人类都以捕猎为生,没有高科技,人类要生存下来并繁衍后代要靠智慧。而自从农业社会和城市建立起来后,人脑智力的自然选择就停止了,而决定人类智力的基因也发生了许多变异。<br />\r\n  <br />\r\n&nbsp; &nbsp; 人类的智力和情感能力在基因层面是极其脆弱的。在一份对父母和下一代的基因比较中科学家发现平均每代人身上DNA会出现2565个新的变异。这意味着在过去的120代人中也就是3 000年的时间里人类可能出现的基因变异非常可观。而大约有2 0005 000个基因变异与人类智力有关。人类的智力和行为要达到优良状态需要一大群基因优化运作。跟智力有关的几千个基因可能只有在人类走出非洲之前尚未存在语言、部落分散的史前人类中才真正往优质的方向进化。<br />\r\n  <br />\r\n&nbsp; &nbsp; 事实上克拉伯特并不是最早得出这样结论的人已经有研究证实人类大脑在过去2万年间不断缩小脑容量已经由1 500毫升下跌至1 350毫升减少的大脑足有一只&ldquo;网球&rdquo;那么大。而瑞典的科学家通过研究发现,无论男女,患痴呆症者的平均颅内脑容量都比正常人要小得多。此外,脑容量越小,痴呆症越严重。如果正常人脑容量的大小和智力直接挂钩的话,那么克拉伯特的假设就有可能是真的。<br />\r\n  <br />\r\n&nbsp; &nbsp; 南京鼓楼医院神经内科主任医师张均称大脑的变小还真的和我们的智商有关系。更准确地说,大脑容积大小对智商的影响并不大,最主要的是大脑上的沟回褶皱和我们的智商有直接的关联。当然脑容量大,皮层展开面积就大,沟回褶皱可能就多,人的智商也就越高。像爱因斯坦的大脑,经过研究发现,它上面的沟回明显多于普通人,可能正是这些变化多端的沟回决定了爱因斯坦的高智商。最初猿人的头颅不是很大,到了人类时,脑容量逐渐变大,沟回也越来越多,人的智商也越来越高。所以,大脑容量的缩小真的可能证明现代人的智商在退化。<br />\r\n<br />\r\n&nbsp; &nbsp; 虽然现在自动化程度高了,导致我们大脑皮层中应用型的区块逐渐萎缩,但是智能开发型的区块却变得更发达了。我们的动手能力显然在退化,但同时,现代人在智能开发上肯定是优于古人的,我们大脑中海马、额叶等部位的沟回褶皱在增多。其实,这也是大脑根据我们生存环境的变化进行了选择,大脑慢慢放弃一些不需要的功能,取而代之一些新的功能。所以,现代人对智商仍可以持乐观态度。他们即便真的在某些方面比古人笨了,但在另外一些方面,肯定是超过古人了。<br />\r\n<br />\r\n&nbsp; &nbsp; 专家们也众说纷纭,&ldquo;弗林效应&rdquo;的支持者认为人越来越&ldquo;笨&rdquo;这种说法有点不靠谱。弗林效应指智商测试的结果逐年增加的现象。虽然基因决定了我们每个人的智商,但是并没有人能准确指出哪些基因和智商是直接挂钩的,在人类进化的过程中,这些和智商挂钩的基因是如何发展变化的,是朝着更好的方向发展,还是相反,谁也搞不清楚。但是过分强调基因突变对智商造成的不良影响,显然是不准确的。古人运动量大也不能一定和高智商划等号。毕竟谁都没有办法回到古代,给古人测测智商,但是只要能够适应他所处的时代环境,能够满足自己生存的需要,那么,他的智商都不会太低下。</span>', '', '', '221.212.243.23'),
(43, 21, '+ &ldquo;声音照相机&rdquo;软件让盲人听声辨物<br />\r\n<br />\r\n+ 美研制出可反复愈合的触敏塑料&ldquo;皮肤&rdquo;<br />\r\n<br />\r\n+ 用自身血液提纯的干细胞治疗皱纹<br />\r\n<br />\r\n+ 通过对人面部温度进行测量对比&nbsp; 可快速找出醉酒者<br />\r\n<br />\r\n+ 研究称 车内吸烟即使开窗有害物质也超标<br />\r\n<br />\r\n+ 揭秘人体最藏污纳垢的5大部位<br />\r\n<br />\r\n+ 研究发现 身材好爱得妇科病<br />\r\n<br />\r\n<br />\r\n', '', '', '1.58.64.97'),
(142, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 早在2009年底天文学家就借助欧洲南方天文台甚大望远镜首次对宇宙空间一颗&ldquo;吸血鬼恒星&rdquo;的炮弹状喷射物进行了仔细观测。这颗&ldquo;吸血鬼恒星&rdquo;不断吞噬伴星的物质2000年11月发生过猛烈的爆发。天文学家据此测算出它和太阳之间的距离以及它爆炸时自身的亮度。<br />\r\n<br />\r\n&nbsp; &nbsp; 吸血鬼恒星是疏散星团或球状星团中与其他成员有相同的光度但表面温度较高的蓝色恒星。因此,在星团的赫罗图中,它们的位置有别于星团的其他成员。<br />\r\n<br />\r\n&nbsp; &nbsp; 近期据国外媒体报道借助于智利的甚大望远镜等一个国际研究小组对所谓的O型星进行了研究。光谱型为O的恒星光谱主要特征为电离氦吸收线。这种恒星温度和亮度极高质量也非常巨大。它们比较活跃但寿命较短在星系演化过程中扮演了重要角色。此外它们也与&ldquo;吸血鬼恒星&rdquo;这一极端现象有关。所谓的&ldquo;吸血鬼恒星&rdquo;,是指一个双星系统中体积较小的成员,&ldquo;吸食&rdquo;另一颗恒星的物质。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究论文主执笔人&mdash;&mdash;荷兰阿姆斯特丹大学的休格斯&middot;萨纳表示:&ldquo;这种恒星是恒星家族中的大块头体积是太阳的15倍以上亮度更是达到100万倍。&rdquo;O型星温度极高表面温度可超过30 000℃放射出耀眼的蓝白色光芒。<br />\r\n<br />\r\n&nbsp; &nbsp; 天文学家共对6个附近年轻星团内的71颗O型星进行了研究其中包括成对出现的O型星也就是所说的双星系统。绝大多数观测数据借助欧洲南方天文台的望远镜获取例如甚大望远镜。通过较以往相比更大细节上分析O型星放射出的光线研究小组发现75%的O型星存在于双星系统超出此前预计。据悉这是科学家第一次得出如此精确的数字。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究发现双星系统中的O型星发生交互作用的比例也超出此前任何人的预计它们之间的交互作用或者通过合并或者通过质量转移进行也就是&ldquo;吸血鬼恒星&rdquo;吸食另一颗恒星的物质。这一发现有助于科学家了解星系的演化。<br />\r\n<br />\r\n&nbsp; &nbsp; O型星在宇宙中的比例不到1%但与它们有关的剧烈现象却能够产生巨大影响。O型星产生的风和冲击波能够触发和停止恒星形成它们的辐射为明亮的星云提供能量它们发生的超新星爆炸为星系提供了对生命至关重要的重元素。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究论文合著者&mdash;&mdash;美国太空望远镜科学研究所的赛尔玛&middot;德&middot;米恩克表示:&ldquo;如果一颗恒星附近还存在另一颗恒星,其中一颗恒星的活动将在很多程度上影响另一颗恒星。如果两颗恒星轨道靠得很近,它们可能最终合并。即使没有合并,其中一颗也会吸收另一颗的物质。&rdquo;据研究小组估计合并可能是20%30%的O型星的最终命运。&ldquo;吸血鬼&rdquo;在O型星中的比例在40%50%,它们的存在对恒星演化产生很大影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 根据新的研究发现,宇宙内的大质量双星系统不仅非常普遍,同时也完全有别于单一恒星。以&ldquo;吸血鬼恒星&rdquo;为例,这种体积和质量较小的恒星,通过吸食伴侣的新鲜氢气&ldquo;返老还童&rdquo;,它的质量将稳步增加,最后超过伴星,拥有比同质量单星更长的寿命。<br />\r\n<br />\r\n&nbsp; &nbsp; 天文学家唯一能够了解遥远恒星的方式就是借助望远镜捕获它们发出的光线,而后进行分析。在不对光线如何产生进行假设的情况下,科学家无法对遥远星系做出任何判断,例如质量或者年龄。萨纳表示,此项研究显示,经常做出&ldquo;绝大多数恒星为单星&rdquo;这样的假设将导致错误的结论。科学家需要进行进一步研究,才能了解双星能够产生多大影响以及如何改变我们对星系演化的认识。对双星系统进行建模非常复杂,科学家需要时间将所有因素涵盖在模型之中。</span><br />\r\n', '', '', '221.212.243.23'),
(45, 11, '<span style=\"font-size:14px;\">&nbsp;&nbsp;<br />\r\n&nbsp;&nbsp; &nbsp;电子香烟的问世,最初是应国外的要求,因为国外有很多法律法规禁止在公共场所吸烟,而且外国人的生活水准普遍较高,对生活质量要求严格。当时在国内也有一些品牌,但价格非常昂贵,几乎没有在国内销售,都是用于出口,所以很多国人并不知道这种产品的存在。但是随着金融危机的到来,很多出口产品都转内销了,价格也慢慢降下来了,人们也就知晓了。<br />\r\n  <br />\r\n&nbsp; &nbsp; 电子香烟与传统香烟相比的不同之处:一是不含对人体有害的焦油成分,没有致癌物质;二是不燃烧,没有燃烧后所产生的多种有害化学物质;三是没有&ldquo;二手烟&rdquo;对他人造成的危害及对环境的污染;四是无火灾隐患,可在禁烟禁火处使用。<br />\r\n  <br />\r\n&nbsp; &nbsp; 而希腊雅典大学研究人员近期在维也纳举行的欧洲呼吸学会年会上公布的一项研究表明,被视为传统普通香烟替代品的电子香烟仍可能对吸烟者肺部造成伤害。<br />\r\n  <br />\r\n&nbsp; &nbsp; 为了验证电子香烟的安全性研究人员随机选择了24名吸烟者和8名非吸烟者进行试验。他们中有些人呼吸系统功能正常另一些人患有慢性阻塞性肺疾病或哮喘等呼吸系统疾病。研究人员请他们分别使用10分钟的电子香烟然后对他们的肺活量等呼吸器官相关数据进行测量。结果发现所有参加测试者无论是否是吸烟者都出现了呼吸道阻力增加的现象。<br />\r\n  <br />\r\n&nbsp; &nbsp; 这项试验的主持者、欧洲呼吸学会烟草控制委员会主席克里斯蒂娜&middot;格拉齐诺教授说:&ldquo;这项研究有助于我们了解电子香烟这类产品的潜在危害。&rdquo;但他也表示,仍然需要更多试验来了解危害是否具有长远影响。在获得更多证据之前,欧洲呼吸学会宣称&ldquo;不主张使用这样的产品&rdquo;。</span>', '', '', '221.212.243.23'),
(44, 11, '<span style=\"font-size:14px;\">&nbsp;&nbsp; &nbsp;&nbsp;近期网上的一段微博内容引发热议称喝下一瓶饮料等于吃下14块方糖消耗掉它需要爬几千级台阶。这是危言耸听还是确有其事<br />\r\n  <br />\r\n&nbsp; &nbsp; &nbsp;一块方糖4.54g饮料均以500mL计算统一冰糖雪梨、雪碧、美之源热带果汁、可乐、加多宝凉茶、康师傅冰红茶和汇源100%果汁共七款饮料它们的平均含糖量为52.25g平均含糖浓度为10.45(g/100mL)平均热量约为43.85(kal/100mL) 相当于放入了11块方糖。其中统一冰糖雪梨的含糖量最高为63g含糖浓度达到了12.6(g/100mL)相当于放入了14块方糖。看到这样一组数据后喝饮料如同吃糖热量实在是太高。<br />\r\n  <br />\r\n&nbsp; &nbsp; &nbsp;按平均热量推算得知一瓶500mL的饮料热量约为219大卡接近一碗白米饭的热量。天气炎热的时候每天喝23瓶饮料很常见可不知不觉中却摄入了比主食还要多的热量。<br />\r\n  <br />\r\n&nbsp; &nbsp; &nbsp;市面上销售的饮料一般含糖较多,口感甜腻,只能一时解渴,饮后反而增加口渴感,喝多了还会对身体产生不良影响。<br />\r\n  <br />\r\n&nbsp; &nbsp; &nbsp;与饮料的高热量相反,白开水不含糖,多喝白开水,既能真正解渴,又不用担心热量问题。中医称白开水是&ldquo;百药之王&rdquo;,因为新鲜的白开水容易透过细胞膜进入细胞内,被身体吸收,进入血液循环发挥新陈代谢的功能,同时还可以调节体温、清洁人体内环境。<br />\r\n&nbsp;</span>', '', '', '221.212.243.23'),
(46, 11, ' <br />\r\n&nbsp; &nbsp; <span style=\"font-size:14px;\">人们经过一夜睡眠消耗了大量的水分和营养起床后处于一种生理性缺水状态。如果只进食常规早餐远远不能补充生理性缺水。因此早上起来不要急于吃早餐而应立即饮500800毫升温开水既可补充一整夜流失的水分又可以让休息一晚上的肠道蠕动起来帮助排便给肠道来一次大扫除这招还能帮你赶走讨厌的小肚腩哦<br />\r\n  <br />\r\n&nbsp; &nbsp; &ldquo;一日之计在于晨&rdquo;,清晨的第一杯水显得尤其重要。早上喝水好,但并不是喝什么水都好。这四种致命水,早上起床千万不能喝。<br />\r\n  <br />\r\n1.久置的开水<br />\r\n  <br />\r\n&nbsp; &nbsp; 开水久置以后其中含氮的有机物会不断被分解成亚硝酸盐。尤其是存放过久的开水难免有细菌污染此时含氮有机物分解加速亚硝酸盐的生成也就更多。饮用这样的水后亚硝酸盐与血红蛋白结合会影响血液的运氧功能。所以应该喝一次烧开、不超过24小时的水。此外大瓶的或桶装的纯净水、矿泉水超过3天就不应该喝了。<br />\r\n  <br />\r\n2.盐水<br />\r\n  <br />\r\n&nbsp; &nbsp; 有人认为喝淡盐水有益于身体健康,于是晨起喝淡盐水,这种认识是错误的。生理学的研究认为,人在整夜睡眠中未饮滴水,然而呼吸、排汗、泌尿却在进行中,这些生理活动要损失消耗许多水分。早晨起床时,血液已成浓缩状态,此时如饮一定量的白开水可很快使血液得到稀释,纠正夜间的高渗性脱水。而喝盐开水反而会加重高渗性脱水,令人倍加口干。早晨是人体血压升高的第一个高峰,喝盐开水还会使血压更高,危害健康。<br />\r\n  <br />\r\n3.饮料<br />\r\n  <br />\r\n&nbsp; &nbsp; 早上起来的第一杯水最好不要喝果汁、可乐、汽水、咖啡、牛奶等饮料。汽水和可乐等碳酸饮料中大都含有柠檬酸,在代谢过程中会加速钙的排泄。而另一些饮料有利于排尿作用,清晨饮用非但不能有效补充肌体缺少的水分,还会造成体内缺水。果汁、牛奶、咖啡也不宜作为清晨的第一杯饮料,因为这些物质并不能提供此时肌体最需要的水分,还会使肌体在缺水的状态下就让胃肠进行消化和吸收工作,不利于身体的健康。<br />\r\n  <br />\r\n4.自来水<br />\r\n  <br />\r\n&nbsp; &nbsp; &nbsp;有人习惯早晨起来打开水龙头,接一杯自来水来喝,这是不正确的。停用一夜的水龙头及水管中的自来水是静止的,这些水及金属管壁及水龙头金属腔室会产生水化反应,形成金属污染水,并且自来水中残留的微生物也会繁殖起来,这种水含有大量对人体有害的物质,还可能藏着威胁人类健康的一种急性呼吸道传染病菌&mdash;&mdash;军团菌。因此,清晨拧开水龙头,最初流出的自来水是不可饮用的死水,所以有这种习惯的人请马上纠正,以免损害自己的健康。<br />\r\n&nbsp;</span>', '', '', '221.212.243.23'),
(47, 8, '<span style=\"font-size:14px;\">&nbsp;&nbsp;&nbsp; 水和油虽不能相溶,但一旦两者相遇,便会像两个打架的人一样难解难分。众多科研人员一直致力于水油分离的研究,但实际应用效果并不理想。近期,在德国的《应用化学国际版》上公布的消息,让我们重新看到了希望。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;近期,日本京都大学研究人员在德国期刊《应用化学国际版》上报告说,他们开发出了一种拥有大量超细微孔洞的新型材料,这种材料像棉花糖一样柔软且富有弹性,可用于液体或气体的高速分离。<br />\r\n  <br />\r\n&nbsp; &nbsp; 京都大学副教授中西和树带领其研究团队使用硅醇盐、表面活性剂和一酸水溶液等常用工业原料将它们混合成溶液然后在80℃的条件下放置34小时溶液中的分子就连接在一起并凝固形成了新材料。此材料由于其柔软的特性被命名为&ldquo;棉花软糖凝胶&rdquo;。这种白色的多孔物质拥有大量直径为2030微米的孔洞能耐-130℃的低温到300℃以上的高温。这种凝胶的分离原理在于其表面排斥水分但是上面的孔洞却能够吸附油脂仅需要几秒或者十几秒就可以将水和油分离开像挤海绵一样挤压凝胶就可以回收其吸附的油脂而凝胶也可以反复使用。<br />\r\n  <br />\r\n&nbsp;&nbsp; 这种新材料拥有在宽泛的温度范围内保持稳定的性质,因此有望开辟出全新的用途,例如回收泄露的原油、用于浓缩化学物质等。<br />\r\n  <br />\r\n&nbsp;&nbsp; 水油分离是一个非常复杂的过程,也是人们多年来关注的项目,日本研究人员开发的这种新材料凭借其稳定性质的优势必将发挥更大的作用。<br />\r\n&nbsp;<br />\r\n&nbsp;</span>', '', '', '221.212.243.23'),
(48, 10, '&nbsp; &nbsp; <span style=\"font-size:14px;\">前不久患耳疾前去医院治疗,看了三家三甲医院,发现一个共性问题,那就是他们的治疗方案是一样的&mdash;&mdash;&ldquo;按类下药&rdquo;。我所见到的所有耳聋耳鸣患者,治疗方法一致,但我询问每个患者他们的症状,却不完全相同,甚至差异很大。按此法治,疗效有人很好,有人没变化,个别人加重。<br />\r\n<br />\r\n&nbsp; &nbsp; 这是不是有些奇怪呢记得东京慈恵会医科大学的创始人高木兼宽先生的遗训不应诊病而应诊病人。而我在3家医院找的3个不同医生他们的工作作风却惊人的相似都是两三分钟就给我看完了不让我陈述。他们有科主任是正教授、正高职也有主治医。都只听到耳聋耳鸣就 &ldquo;按类下药&rdquo;了,照此,医院开个药房就够了。<br />\r\n<br />\r\n&nbsp; &nbsp; 我在博主徐静波品味日本的博客中看到他的博文&mdash;&mdash;《实拍:日本的医院里如何看病》,讲述他所见到的东京慈恵会医科大学附属医院看病的整个流水过程。<br />\r\n<br />\r\n&nbsp; &nbsp; 这家医院位于东京市中心的霞关是一家有着120年历史的资深医院类似于北京的协和医院。他刚到医院时来了一辆救护车送来一位救急病人。医院门诊大楼前的地上有2个急救车的专用停车位。&nbsp;门诊大楼的进口和出口,有严格的区分,这样可以防止病人进出时造成混乱,尤其可以避免伤者在出门时被他人碰到。进入门诊大楼的大门内,有消毒液供人们自由使用,并告诉你正确的消毒方法。&nbsp;进大门右侧,有一个医院的问讯处,可以咨询各种服务内容。服务员没有穿白大褂,很有礼仪小姐的感觉,但是很专业,让人有安心感,而不是见到白大褂的恐惧感。就诊卡的刷卡处,凡是到过这家医院看过病的人,都有一张像信用卡一样的就诊卡,第二次来医院,刷一下卡,点击自己要就诊的科目&mdash;&mdash;&ldquo;挂号&rdquo;,电脑型机器上会打印出一张单子,告诉你想就诊的科室在几楼,你的前面还有几位病人在等待。如果是第一次到这家医院来看病,那么,必须填写一张问诊单。第一次来看病的人,有专用的窗口接待处,以便帮病人解答问题,选择就诊科室。<br />\r\n<br />\r\n&nbsp; &nbsp; 您看,还没看到医生,就有诸多的询问了。接下来他是这样描述看病的:<br />\r\n<br />\r\n&nbsp; &nbsp; 医生都是一位医生一个房间除了医生之外还有一名女护士协助。医生先问诊然后开出一个单子叫病人到放射科去拍片。拍片等了20分钟拍完片再回到医生的地方刚才拍摄的图像已经在医生的电脑屏幕上了。于是医生对着电脑讲解病情说明病灶形成的原因治疗的方法可能会出现的问题以及近期的注意事项等等并回答病人的疑问。整个病情分析与说明的过程为24分钟极为详细好似给学生上课。<br />\r\n<br />\r\n&nbsp; &nbsp; 除了当场需要注射的针剂之外,医院不卖药,因此医院里没有药房。这一点,日本全国所有的大小医院都如此,为的是保持药价的公平。医院只挣医疗费,不赚药钱。医院的边上,往往会有几家药房,都是不同的医药公司经营的,而且全国任何一个医院开出的处方,在全国任何一家药房里均可购买取药。因此,日本的药价几乎是全国统一价。<br />\r\n<br />\r\n&nbsp; &nbsp; 看到这,不免有些心痛,因为人家在进步,而我们在后退,医疗变成了卖药,这就是为什么我们会出现过度医疗的问题。看来日本的这一点,很值得中国医药体制改革时参考。<br />\r\n&nbsp;</span>', '', '', '221.212.243.23'),
(53, 9, '&nbsp;&nbsp;&nbsp; <span style=\"font-size:14px;\">如果说在PC互联网时代人人网、开心网等传统实名社交网络尚可偏安一隅那么在移动互联时代微信的出现改变了这一切。<br />\r\n<br />\r\n&nbsp; &nbsp; 著名天使投资人李开复在2012年底开通微信公众号时曾表示不到两年的时间腾讯微信将拥有超过2亿的用户而仅仅过了大半年的时间微信用户已经达到四亿。在互联网历史上这不仅使微信成为增长最快的一款新软件同时它也让腾讯处于令人羡慕的位置。目前中国的微信与美国的Whatsapp及日本的Line有可能正走向第一次互联网全球战争中。由此可见微信在未来的互联网世界里将占有重要的位置。<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 在哈尔滨市爱建路的一家川菜餐馆,用手机扫描二维码关注餐馆的公众微信号,菜品就能打八折,作为菜馆&ldquo;粉丝&rdquo;还能免费获得VIP卡某写字楼附近的山西刀削面馆则继QQ和手机订餐外推出微信叫外卖的业务而&ldquo;微信约车&rdquo;服务更是被一些出租车司机运用得淋漓尽致&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; 微信已经普及到了惊人的程度,甚至已经能够替代电话行使沟通职责。对于商业客户来说,微信的用处更是凸显,免费的图文并茂信息推送方式是微信用户数急速扩大的法宝!<br />\r\n<br />\r\n<strong>用微信的越来越多 发短信的越来越少</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 今年春节,微信又一次证明了自己。越来越多的人不再用群发短信,而是改用微信&ldquo;喊话&rdquo;拜年。工信部12月电信业统计快报显示今年前两个月普通用户所使用的点对点短信下滑10.6%。<br />\r\n<br />\r\n&nbsp; &nbsp; 大街上拿着手机打电话的人越来越少反而对着手机屏幕聊微信的人越来越多。工信部表示微博、微信等新型移动信息服务对短信的替代作用非常显著一方面降低了用户使用短信的频次另一方面微信的信息发布功能促使用户不再订购短信类信息服务使得此类短信量同比下跌18.5%。从发展趋势看短信业务量会呈现继续下滑的趋势。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,微信的实时对讲功能,让运营商很&ldquo;难过&rdquo;。很多智能手机用户要沟通时不再首先想到打电话而是借助依托于电话号码和QQ号码串联起来的&ldquo;微信关系&rdquo;进行实时对讲沟通。这种潮流甚至席卷部分高端用户,只要是不太急迫的事情,大部分用户都习惯发微信来进行交流。而微信所能承载文字、图片、视频等信息格式的优点,也让用户欲罢不能,越用越上瘾。<br />\r\n<br />\r\n<strong>用微信的越来越多 玩微博的时间越来越短</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 受到冲击的还不止是运营商同是社交、聊天类软件也受到了微信的压制发展举步维艰。有趣的是腾讯自己的手机QQ应用也受到了冲击。&ldquo;点开 QQ你会发现越来越多的人从之前的QQ在线状态变成了微信在线状态。甚至你在给某用户QQ留言后对方回复的内容也显示是用微信在答复。&rdquo;市民李博对笔者说道。<br />\r\n<br />\r\n&nbsp; &nbsp; 据了解包括米聊、陌陌等虽然和微信同期发展甚至更早但在微信的冲击下基本已经失去了发展的方向。移动的飞信和电信的翼聊发展也缺乏增长潜力。互联网实验室2013年最新报告数据显示微信的用户规模发展基本上阻止了米聊和陌陌的用户增长。微信一家独大的趋势愈发明显。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外以新浪微博和人人网为代表的社交软件也受到了微信的挑战。新浪微博已经突破5亿用户但在线时间有所降低新浪曹国伟也承认微信对微博用户在线时间的影响比较大。人人网则因更多网友沟通通过了更实时的微信而变得用户使用时长变短。这和运营商被抢走了部分短信量是一致的人人被抢走了在线时间则会影响到广告收入。目前微信对国外SNS的冲击还比较小是因为微信的国际化发展还不够好。一旦微信进入全球化其对SNS也有一定的冲击。<br />\r\n<br />\r\n<strong>用微信的越来越多 开电脑的越来越少</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 除了对运营商、社交软件等行业造成威胁外微信几乎把好用的产品都整合起来如通讯录备份、QQ邮箱、二维码扫描等都整合在微信里。在某外企上班的商小姐就说她现在用得最多的就是用微信收发QQ邮箱邮件。有新邮件时微信不但可以及时提醒还可以直接阅读文字和图片。加上现在智能手机应用的多样化即使附件里的图片、WORD文字、PPT信息都可以查看和修改。此外微信还可以直接回复邮件不用在手机里装什么掌上办公OA直接一个微信就能实现所有功能在工作效率上微信确实对我大有帮助。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;此外,微信还能实现手机通讯录备份、群发信息等功能,对于经常更换手机的用户,手机通讯录非常实用。仅几分钟就能恢复、备份数百个号码和联系人信息,使得微信的用户粘度越来越高。<br />\r\n<br />\r\n<strong>微信来了</strong><br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;如果说在PC互联网时代人人网、开心网等传统实名社交网络尚可偏安一隅在中国社交网络的几大玩家划分势力范围时与腾讯QQ还是相对的井水不犯河水那么在智能手机领域里移动互联时代的QQ&mdash;&mdash;微信的出现,改变了这一切。<br />\r\n<br />\r\n&nbsp; &nbsp;凭什么这么个小小的移动即时通讯工具引发了社交网络格局的新争斗移动互联网天生是以人与人的关系为核心的天生具有社交网络基础这是它与PC互联网最大的不同这也是为何在移动互联时代会引发一场社交网络&ldquo;火星撞地球&rdquo;般竞争的原因。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;没有什么能比基于手机通信录的社交方式更能将一个人的社交网络一网打尽的了。每一个手机用户的通讯录不仅是一个现成的社交图谱而且是完全不亚于QQ好友列表的用户关系网络甚至比QQ关系网更强悍。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;马化腾又一次抓住了微信这个机会。微信的狂飙突进令雷军、陈一舟都很由衷地说,&ldquo;这不是偶然,是必然&rdquo;。作为对手,他们很清醒地看到,腾讯在软件开发上具有强大的优势,这是过去十年来腾讯在中国互联网积累的强大资源。<br />\r\n<br />\r\n&nbsp; &nbsp;&ldquo;在移动互联网上,最有价值的社交网络核心部分,已经掌握在腾讯手里了。&rdquo; DCCI互联网数据中心创始人胡延平判断:在微信上会&ldquo;长出很多东西&rdquo;,今天我们看到的微信,还只是一个手机端的即时通讯工具,未来它一定不止于此。<br />\r\n<br />\r\n&nbsp; &nbsp; 在移动互联网这一重大的代际性发展机遇面前,社交网络即将展开一场殊死角逐,谁是王者,谁会被边缘化将在两年内见分晓。<br />\r\n<br />\r\n<strong>&ldquo;微信收费&rdquo;之&ldquo;困&rdquo;折射传统业务之&ldquo;危&rdquo;</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 2013年3月一则关于电信运营商要向微信收费的传闻引发行业震荡。在&ldquo;微信收费&rdquo;事态愈演愈烈之时,不少人都有一个疑问:运营商为什么不向用户众多的微博收费,而专门把矛头指向微信?<br />\r\n<br />\r\n&nbsp; &nbsp; 众所周知手机短信本是移动运营商稳定而巨大的收入来源但拥有近4亿用户的微信搅局正在逼迫运营商只能做管道。建设和运营&ldquo;网络高速公路&rdquo;的运营商们无法再依靠垄断优势坐着收钱,而可能仅仅成为巨大网络流量通过的廉价管道,这显然让运营商们非常不爽,而收费是运营商阻击微信冲击的直接手段。<br />\r\n<br />\r\n&nbsp; &nbsp; 借助移动互联网大潮微信从2011年面世以来发展近乎神速目前每5个月就增加一个亿的用户。与此同时微信的创新触碰到了一直被电信运营商独享的一块大蛋糕。<br />\r\n<br />\r\n&nbsp; &nbsp; 为什么我国的微信用户发展特别快,一个重要原因就是我国网络电话业务还没有发展起来,一旦资费水平更低的网络电话大量普及,一方面可以大幅减少网络信令资源占用,同时还可以大幅降低用户通话成本,当然运营商的语音业务收入也将大幅下降。这也折射出,我国运营商的传统业务一直拥有很高的行业门槛。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; 马化腾表示,微信其实是一个新生事物,会演变到什么程度以及会产生什么问题,仍在摸索中。随着产品越做越好,微信给运营商带来的流量增长可能是数倍,甚至是数十倍的。<br />\r\n<br />\r\n<strong>产业发展&ldquo;需有长远眼光&rdquo;</strong><br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;从电信角度来讲,应该鼓励信息传递服务,特别是当前正在发展的移动通信服务。电信运营商通过垄断手段去打压信息服务的做法应该受到限制。&rdquo;陈宝国说,移动互联网是一个发展趋势,各方面需要有长远眼光。<br />\r\n<br />\r\n&nbsp; &nbsp; 过去的一年是OTT业务快速发展的一年全球运营商都受到一定的冲击。这也难怪在2013年世界移动通信大会上德国电信首席执行官莱尼&middot;奥伯曼(Rene Obermann)形容OTT竞争对手吃白食&ldquo;我们投资,他们赚钱。&rdquo;从OTT业务整个发展的时间阶段来看运营商经历了从&ldquo;封堵&rdquo;到&ldquo;合作&rdquo;以及&ldquo;正面迎击&rdquo;的过程,当前运营商主要采用合作推出联合品牌或者正面主动推出自有品牌的应对方式。<br />\r\n<br />\r\n&nbsp; &nbsp; 今年3月24日美国第四大电信运营商T-Mobile抛出一个&ldquo;大胆&rdquo;的套餐计划:电话任打、短信任发500MB数据流量只需50美元/月在此基础上升级流量至2GB加10美元再加10美元则不限流量。<br />\r\n<br />\r\n&nbsp; &nbsp; 不是以语音通话时长和短信数量,而是以数据流量来计费,这在全球电信运营商阵营还是第一次。这种收费模式,被许多人认为是未来运营商的一个发展路径。此外,拥有大量用户资源的运营商,在发展多种多样的移动新业务时具有先发优势。<br />\r\n<br />\r\n结 语: 微信的横空出世颠覆了人们的沟通方式,当然也会颠覆产业格局,势必带来利益的再分配。可以&ldquo;免费&rdquo;发短信的微信大热,受到冲击最大的当然是运营商。</span>', '', '', '221.212.243.23'),
(491, 11, '<span style=\"font-size:14px;\"><span style=\"font-family: arial, 宋体, sans-serif, \'Microsoft YaHei\', tahoma; line-height: 28px; text-indent: 28px; background-color: rgb(252, 252, 252);\">&nbsp; &nbsp;&nbsp;<span style=\"color:#000000;\">椅子是我们每天坐着工作、购物、吃饭,以及约会的地方。大部分人清醒时都处于&ldquo;坐着&rdquo;的状态平均每天约13小时但你可曾想过椅子可能会要了你的命。</span></span></span><br />\r\n<span style=\"font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(252, 252, 252); font-family: arial, 宋体, sans-serif, \'Microsoft YaHei\', tahoma; line-height: 28px; text-indent: 2em;\">&nbsp; &nbsp; 这个惊悚的结论可能会让你大跌眼镜但过去16年间的18项研究都支持这个结论这些研究的样本量为80万人。例如2010年发表在《循环》Circulation杂志上的一项研究对8 800名成年人进行了7年的随访结果发现跟每天坐着看2小时电视的人相比那些每天坐着看电视的时间超过4小时的人死亡率要高出46%&mdash;&mdash;不论其死因为何。还有研究者发现大致上一个人如果一天有超过一半的时间都处于坐着的状态其糖尿病和心血管问题的发生风险就会加倍。总的来说把各种死亡原因算在一起将任何久坐者和喜欢运动的人相比较前者的死亡率都要高出50%。</span><br />\r\n<span style=\"font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(252, 252, 252); font-family: arial, 宋体, sans-serif, \'Microsoft YaHei\', tahoma; line-height: 28px; text-indent: 2em;\">&nbsp; &nbsp; 久坐伤身,这是因为人类的身体构造本来就不适合&ldquo;闲着&rdquo;。学着在研究领域工作了40年从分子水平开始一路研究到办公室的设计。发现身体缺乏运动会导致代谢减慢降低转化为能量的食物的比例从而促进脂肪积累催生肥胖以及由超重引发的心脏病、糖尿病、关节炎等一系列疾病。久坐对较瘦的人也不好举个例子吃完饭后坐在椅子上会导致血糖峰值升高而在饭后站起来则会将血糖峰值降低一半。</span><br />\r\n<span style=\"font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(252, 252, 252); font-family: arial, 宋体, sans-serif, \'Microsoft YaHei\', tahoma; line-height: 28px; text-indent: 2em;\">&nbsp; &nbsp; 大众一般会把这些健康问题和&ldquo;吃得太多&rdquo;,而非&ldquo;坐得太久&rdquo;联系在一起。和超重人士打交道的经验让我意识到,久坐的习惯可能同样危险。而且,改变久坐的生活方式,要比改变饮食习惯更容易。</span><br />\r\n<span style=\"color:#000000;\"><span style=\"font-family: arial, 宋体, sans-serif, \'Microsoft YaHei\', tahoma; font-size: 14px; line-height: 28px; text-indent: 28px; background-color: rgb(252, 252, 252);\">&nbsp; &nbsp; 此外研究者在过去10年中发现下丘脑中的某一部分还管理着食欲假如你一整天都在耙树叶下丘脑就会让你感到&ldquo;饥饿&rdquo;。同时,肌肉的反馈系统会察觉到肌肉的过劳状态,发出信号,让人坐下来休息。但如今,我们周围到处都是椅子,毁坏了生物驱动的平衡法则。<br />\r\n&nbsp; &nbsp; 我们生活在&ldquo;椅子杀手&rdquo;的海洋里:可调节座椅、转椅、斜躺椅、贵妃椅、沙发、扶手椅、四足凳、三足凳、木凳、皮凳、塑料凳、汽车座椅、飞机座椅、火车坐椅、餐椅、吧椅&hellip;&hellip;以上是坏消息,而好消息是,你并不是非用它们不可。如果你正站着阅读这篇文章,就拍拍自己的肩表扬自己吧;如果你正坐着,那就马上站起来!</span></span><br />\r\n<br />\r\n', '', '', '218.9.171.70');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(496, 52, '<span style=\"font-size:12px;\">&nbsp; 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e7%bf%94%e5%ae%87&amp;code=32239721;07018112;32239722;32239723;\" target=\"_blank\">王翔宇</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e4%ba%8e%e5%bb%b6&amp;code=32239721;07018112;32239722;32239723;\" target=\"_blank\">于延</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9c%b1%e7%8e%a5%e7%8e%93&amp;code=32239721;07018112;32239722;32239723;\" target=\"_blank\">朱玥玓</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%97%ab%e6%ac%a2&amp;code=32239721;07018112;32239722;32239723;\" target=\"_blank\">闫欢</a></span>\r\n<p id=\"au_en\">\r\n <span style=\"font-size:12px;\">&nbsp; &nbsp; 【Author】 WANG Xiang-yu;YU Yan;ZHU Yue-di;YAN Huan;Computer Science and Information Engineering College of Harbin Normal University;</span></p>\r\n<p>\r\n <span style=\"font-size:12px;\">&nbsp; 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b8%88%e8%8c%83%e5%a4%a7%e5%ad%a6%e8%ae%a1%e7%ae%97%e6%9c%ba%e7%a7%91%e5%ad%a6%e4%b8%8e%e4%bf%a1%e6%81%af%e5%b7%a5%e7%a8%8b%e5%ad%a6%e9%99%a2&amp;code=0218770;\" target=\"_blank\">哈尔滨师范大学计算机科学与信息工程学院</a></span></p>\r\n<p>\r\n <br />\r\n <span style=\"font-size:12px;\"><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a></span></p>\r\n<span style=\"font-size:12px;\">&nbsp; 【摘要】<span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; line-height: 26px; background-color: rgb(249, 249, 249);\">新媒体的出现使得微电影得以普及,成本降低以及拍摄灵活让任何人都有了一个实现导演梦的机会。但是,目前拍摄校园微电影的经验有限,演员演技浮夸,剪辑跟不上节奏,光线运用较差,经常出现错误的构图,都是校园微电影不成熟&ldquo;、不专业&rdquo;的表现。</span></span><br />\r\n<br />\r\n<strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t><span style=\"font-size:12px;\">&nbsp;【Abstract】</span></t></strong><span style=\"font-size:12px;\"><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; line-height: 26px; background-color: rgb(249, 249, 249);\">The emergence of new media makes the micro-film to be universal, cost reduction and flexibility to let anyone shoot a chance to realize the dream of the director. But now limited experience shooting on campus micro-film, the actors acting pompous, clips keep up the rhythm, the use of light cross, often the wrong thing diagram are immature campus micro-film,&ldquo;unprofessional&rdquo;performance.<br />\r\n<br />\r\n全文阅读<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501056.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501056.aspx</a></span></span><br />\r\n<br />\r\n<br />\r\n', '', '', '218.9.166.72'),
(497, 52, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%8e%e9%87%91%e9%98%b3&amp;code=06983809;06975422;06985994;06976743;06982959;\" target=\"_blank\">李金阳</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%ab%98%e7%92%9e%e7%8f%8d&amp;code=06983809;06975422;06985994;06976743;06982959;\" target=\"_blank\">高璞珍</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e5%9b%bd%e6%96%87&amp;code=06983809;06975422;06985994;06976743;06982959;\" target=\"_blank\">张国文</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e6%b0%b8%e9%98%94&amp;code=06983809;06975422;06985994;06976743;06982959;\" target=\"_blank\">刘永阔</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%b4%94%e5%aa%9b&amp;code=06983809;06975422;06985994;06976743;06982959;\" target=\"_blank\">崔媛</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 LI Jin-yang;GAO Pu-zhen;ZHANG Guo-wen;LIU Yong-kuo;CUI Yuan;Nuclear Science and Technology College of Harbin Engineering University;</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b7%a5%e7%a8%8b%e5%a4%a7%e5%ad%a6%e6%a0%b8%e7%a7%91%e5%ad%a6%e4%b8%8e%e6%8a%80%e6%9c%af%e5%ad%a6%e9%99%a2&amp;code=0119964;\" target=\"_blank\">哈尔滨工程大学核科学与技术学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">核科学与技术实验教学中心是培养核专业学生实践能力、创新能力和团队合作精神的重要基地,如何健全、完善管理机制是其面临的一个重要课题。针对实验教学中心在管理机制中存在的问题,本文从加强师资队伍建设、加强管理体制建设、有效整合资源等方面对实验教学中心的管理机制加以完善,加快了实验教学中心的建设和发展。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ae%9e%e9%aa%8c%e6%95%99%e5%ad%a6%e4%b8%ad%e5%bf%83\" target=\"_blank\">实验教学中心</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%ae%a1%e7%90%86%e6%9c%ba%e5%88%b6\" target=\"_blank\">管理机制</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a0%94%e7%a9%b6\" target=\"_blank\">研究</a> </span></div>\r\n<div class=\"keywords int5\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n 【文内图片】</div>\r\n<div id=\"imgdiv\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\">\r\n 【基金】 黑龙江省高等教育教学改革工程项目(JG2012010132)<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>【Abstract】</t></strong><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">Nuclear science and technology center is to develop ability of nuclear experiment teaching students practical ability, innovation and teamwork important base spirit, how to improve, improve the management mechanism is an important issue it faces. Experimental teaching center for the management mechanism in the existing problems, this paper discuss how to strengthen the teaching staff, to strengthen the management of institution-building, the effective integration of resources and other aspects of management mechanism to improve experimental teaching center, accelerate the construction and development of experimental teaching center.<br />\r\n &nbsp;全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501058.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501058.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(498, 52, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%86%af%e6%b5%b7%e6%9d%83&amp;code=32239724;\" target=\"_blank\">冯海权</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 FENG Hai-quan;706 Team of Heilongjiang Nonferrous Metal Geological Exploration;</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e6%9c%89%e8%89%b2%e9%87%91%e5%b1%9e%e5%9c%b0%e8%b4%a8%e5%8b%98%e6%9f%a5%e4%b8%83%e2%97%8b%e5%85%ad%e9%98%9f&amp;code=1007480;\" target=\"_blank\">黑龙江省有色金属地质勘查七○六队</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着我国经济发展速度的加快,对矿产资源的需求量不断增加,矿山地质探矿工程也进入了快速发展阶段。这是一项高危险性的工程,当前我国地质探矿工程无论是在技术、设备还是工艺上都与发达国家存在较大的差距,所以需要在地质探矿工程施工过程中做好安全防范措施,确保矿产资源能够有效得到开发和利用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9c%b0%e8%b4%a8%e6%8e%a2%e7%9f%bf%e5%b7%a5%e7%a8%8b\" target=\"_blank\">地质探矿工程</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%97%ae%e9%a2%98\" target=\"_blank\">问题</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%8e%aa%e6%96%bd\" target=\"_blank\">措施<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">With the rapid pace of development of China&#39;s economy, the increasing demand for mineral resources, mining and geological prospecting project has entered a stage of rapid development. This is a high-risk project, the current geological prospecting works of both are big gaps with the developed countries in terms of technology, equipment or technology, it is necessary to do the security measures during the construction of geological prospecting projects, to ensure mineral resources can be effectively developed and utilized.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501059.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501059.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(66, 53, '&nbsp; &nbsp; <span style=\"font-size:14px;\">侏罗纪是恐龙的鼎盛时期,在三叠纪出现并开始发展的恐龙已迅速成为地球的统治者。美国哥伦比亚大学的古生物学家保罗&middot;奥尔森和地质学家丹尼斯&middot;肯特一直在寻找导致三叠纪-侏罗纪灭绝事件的证据,而为恐龙的发展铺平道路的第四次大灭绝事件的诱因至今仍是个谜。<br />\r\n<br />\r\n&nbsp; &nbsp; 奥尔森和肯特一直在收集摩洛哥的远古熔岩流、威尔士沿海被海浪不断冲刷的海崖和新泽西州及宾夕法尼亚州地下岩石深处的线索。三叠纪侏罗纪灭绝事件消灭了地球上的半数生物在这之前恐龙还是一种相对低级的动物但是随后它们很快进化得更大种类更多。迄今为止三叠纪侏罗纪灭绝事件发生的准确时间还不清楚但从化石和其他来源收集的证据显示2.01亿年前它突然发生,跨越时间只有几千年或者更短。<br />\r\n<br />\r\n&nbsp; &nbsp; 至于诱因,科学家认为是逐渐变化的气候和极度升高的海平面。然而,现在又把注意力转移到大规模火山爆发产生的灰尘和二氧化碳,导致大气交替出现寒流和热浪的现象上,这与当前的人类污染很像。最近,奥尔森和肯特又提出了另一种可能性: 导致三叠纪-侏罗纪灭绝事件的是一颗像消灭恐龙的小行星那么大的陨石,但是所有有关这些想法的证据还不充足。<br />\r\n<br />\r\n&nbsp; &nbsp; 三叠纪侏罗纪灭绝事件发生仅仅1万年后大型恐龙就在现在的新泽西州出现了。那一时期的岩石里含有穗状铱&mdash;&mdash;这种元素在地壳里很罕见,但在陨石里却很丰富。很快,其他研究人员在三叠纪-侏罗纪边界附近发现似乎与之相关的证据,其中包括在摩洛哥和新斯科舍发现的大致与之匹配的铱,以及在意大利发现的石英显然是被猛烈撞击击碎的。但是这些发现并非最终定论,首先,目前并未发现产自那个时期的足够大的陨石坑,可以让铱层延伸这么大的范围,或者造成全球破坏。<br />\r\n<br />\r\n&nbsp; &nbsp; 与此同时,研究人员开始寻找火山作用的事例。盘古大陆开始分裂的时间几乎与这次灭绝事件发生的时间相同。随着新大陆逐渐分开,其中一条裂缝演变成后来的大西洋,伴随发生的是几十万年间不断有大量熔岩流出,形成中大西洋岩浆省&mdash;&mdash;位于现在北美东海岸和巴西及非洲部分地区下方的火成岩。火山爆发产生的硫磺微粒可能在长达数年内遮天蔽日,导致全球急剧降温。这种微粒很快降落到地面上,但是火山爆发产生的另一种物质二氧化碳,却在空气里停留长达数个世纪,导致地球升温。因此,当时交替出现寒流和热浪的现象可能非常普遍。肯特和奥尔森已经为这种假设收集了可能是迄今最确切可靠的证据。<br />\r\n<br />\r\n&nbsp; &nbsp; 2012年奥尔森和肯特还重新返回宾夕法尼亚州埃克塞特的一个岩层这里是大学地质课旅行考察的一个主要目的地也是为数不多的几处能够用肉眼清楚看到并容易接近三叠纪侏罗纪边界的一个地方该边界非常明显且常深埋地下。这个地质层暴露在一处住宅区附近的断崖上他们希望能从这里收集到岩芯。<br />\r\n<br />\r\n&nbsp; &nbsp; 这次灭绝事件发生的原因不管是什么,研究人员认为都与现在的情况类似。大气迅速变化,其中包括释放大量二氧化碳,显然已经敲响了警钟,也许那时的情形与现在我们大量释放二氧化碳,导致全球变暖类似。了解二氧化碳加倍的过程,可能会让我们受益匪浅。我们只有先了解了这种模式、按时间排列的基本事件和基本历史,我们才能试着了解未来我们将会面临怎样的处境。</span><br />\r\n', '', '', '221.212.243.23'),
(67, 8, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 矿井火灾是煤矿的主要灾害之一,矿井火灾发生在煤矿井下巷道、工作面、硐室、采空区等地点,以及能够波及和威胁井下安全的地面火灾。矿井火灾常导致人员伤亡、设备损失、矿井停产、资源破坏,甚至引起瓦斯、煤尘或硫化矿尘爆炸。<br />\r\n<br />\r\n&nbsp; &nbsp; 我国56%的煤矿存在自然发火灾害,其中采空区自然发火占比例最高。传统意义上,监测采空区诸如瓦斯、一氧化碳等发火标志性气体采用束管检测系统,不仅技术复杂,而且系统不能实时监测,也不准确;而电子检测技术难以适应井下恶劣环境,且通电使用难以保证因漏电而产生的不安全性。<br />\r\n<br />\r\n&nbsp; &nbsp; 一根被誉为神奇&ldquo;头发丝&rdquo;的光纤给煤矿安全带来了保证。其直径不过0.125毫米的玻璃丝,从地面深入到矿井下几百米,在某个的地方,突然温度升高、起火,装有传感器的光纤第一时间将信号传至地面,控制室立即做出反应,一场矿灾便消于无形。<br />\r\n<br />\r\n&nbsp; &nbsp; 光纤具有很多优异的性能,如抗电磁干扰和原子辐射的性能,径细、质软、重量轻的机械性能;绝缘、无感应的电气性能;耐水、耐高温、耐腐蚀的化学性能等。它能够在人达不到的高温区,或者对人有害的核辐射区,起到人的耳目的作用,而且还能超越人的生理界限,接收人的感官所感受不到的外界信息,并且它不需要通电,本质上很安全。<br />\r\n<br />\r\n&nbsp; &nbsp; 同时相对于束管检测系统的不准确需要两周调教一次数据的繁琐性光纤监测几乎不需调教。之前该技术已经在山东兖州矿业集团、淄博矿业集团等煤矿连续开展了17个月的现场试验上述优点均已得到验证。这项成果已达到国际领先水平鉴于我国国有重点煤矿中具有自然发火危险的矿井占53.1%占总矿井总数的90%以上,此技术可为消除矿井火灾带来福音。</span><br />\r\n', '', '', '221.212.243.23'),
(68, 8, '&nbsp;<span style=\"font-size:14px;\"> &nbsp; 科学家们正尝试着为计算机开辟新的领域:将活细胞、动物以及其他活体有机物囊括进来。这些科学家正在进行各种实验,有些实验的理论性非常强,而有些实验则朝着生物计算机迈出了第一步。<br />\r\n<br />\r\n<strong>寄居蟹进行逻辑运算</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 英国西英格兰大学的非传统计算机学专家安迪&middot;阿达马特兹基和日本科学家制造出了由寄居蟹运行的逻辑门。他们搭建了一些迷宫,这些迷宫复制了计算机逻辑门内线路的形状。随后,让两群寄居蟹(输入)从一个逻辑门的终端&ldquo;行进&rdquo;到另一个逻辑门的终端,并对其行迹进行了追踪。当这两群寄居蟹相撞时,它们结合在一起,形成了一群新的寄居蟹(输出),这群新寄居蟹的行进方向常常是两群&ldquo;输入&rdquo;寄居蟹行进方向的矢量和的方向。这一实验表明,一个活体生物或者一套随机系统能够产生有用的顺序。<br />\r\n<br />\r\n<strong>黏液菌造出&ldquo;路网&rdquo;</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 寄居在腐烂树上、名为&ldquo;黏液菌&rdquo;的单细胞微生物在制造地图方面的表现令人叹为观止。黏液菌的生长可基于地形模型,因黏液菌的培育生长具有很强的&ldquo;弹性&rdquo;,它还可以用于创建移动通讯和交通运输网络的模型。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员把这种黏液菌放在地图上的多伦多上,然后,这种黏液菌慢慢向前流动,其行进道路也是到达其他城市最有效的道路,他们这样制造出的&ldquo;路网&rdquo;同加拿大实际的高速公路路线几乎完全一致。<br />\r\n<br />\r\n<strong>细胞进行二进制计算</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 据《自然》杂志报道,由马丁&middot;富塞内格尔教授领导的科研团队研制出了首个哺乳动物单细胞计算器。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员使用哺乳动物的细胞,构建了一个能够执行逻辑运算的基因网络。基因网络启动形成了一种荧光蛋白,使细胞发光。在实验中,他们将根皮素和红霉素作为两个输入信号。尽管这种计算器的性能远逊于电脑,但从本质上讲,一个哺乳动物细胞能够像这样运算就已经是一件令人惊叹的事情。在诸多试验的辉映下,生物计算机变得更加引人注目。<br />\r\n<br />\r\n<strong>生物计算机:医学领域的福音</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 科学家们认为,这种生物计算机最大运用领域可能是医学领域,因为细胞非常擅长相互沟通,通过编程,让细胞变成&ldquo;智能细胞植入&rdquo;,让其监控患者的新陈代谢、传递健康问题并实施治疗等。<br />\r\n<br />\r\n&nbsp; &nbsp; 也可以开发一个电路来识别与疾病相关的代谢产物,调控具有治疗效应物质的释放,如胰岛素等。有病的细胞就像有漏洞的程序一样,很容易识别出来,计算机专家非常擅长寻找计算机程序的漏洞并且解决这些问题,当然也可以研制出生物计算机找出&lsquo;有病&rsquo;的细胞。只不过,我们目前离这样的应用还相距甚远。<br />\r\n<br />\r\n&nbsp; &nbsp; 生物计算机的好处是在传统电子设备无能为力的领域,它们能够大展拳脚。在一些极端领域,如深海底、人体内或者其他星球进行计算,我们目前所依赖的计算机只能望而兴叹,但这种生物计算机就能够起作用,因为,可能导致硅芯片熔化、结冰甚至分解的环境也有可能是生命繁茂生长的沃土。</span><br />\r\n', '', '', '221.212.243.23'),
(129, 22, '', '', '', '221.212.192.253'),
(314, 39, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%ae%b8%e9%91%ab%e9%91%ab&amp;code=\" target=\"_blank\">许鑫鑫</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e8%88%b9%e7%a7%91%e7%89%a9%e4%b8%9a%e7%ae%a1%e7%90%86%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">哈尔滨船科物业管理有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">图书馆一直处于知识信息集散与传播的关键位置,它为社会的发展进步发挥着重要的作用。随着信息技术的发展,人们获得信息与知识的染道越来越多,生活节奏的加快,时间观念的加强都使得传统的图书馆已经无法满足受众的需要。现代社会要求图书馆是具备信息的获取、储备、处理及传播为一体的信息交汇中心。怎样为读者提供更完善的服务,如何对资源进行优化配置都是现代图书馆管理的当务之急。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%8e%b0%e4%bb%a3%e5%9b%be%e4%b9%a6%e9%a6%86\" target=\"_blank\">现代图书馆</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ad%98%e5%9c%a8%e7%9a%84%e9%97%ae%e9%a2%98\" target=\"_blank\">存在的问题</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%af%b9%e7%ad%96\" target=\"_blank\">对策</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=20&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406020&amp;urlid=&amp;yx=&amp;v=MDE2MjZHNEg5WE1xWTlIWklSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqa1dyL0lMU2pIWkw=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=20&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406020&amp;urlid=&amp;yx=&amp;v=MDE2MjZHNEg5WE1xWTlIWklSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqa1dyL0lMU2pIWkw=</a>&nbsp;</span></div>\r\n', '', '', '218.8.98.53'),
(238, 22, '', '', '', '221.212.192.194'),
(239, 22, '', '', '', '113.0.90.99'),
(240, 22, '', '', '', '113.0.90.99'),
(241, 11, '<span style=\"font-size:14px;\">一、牙膏中的氟化物<br />\r\n<br />\r\n&nbsp; &nbsp; 牙膏或多或少都含有氟化物,它能起到预防蛀牙的功效。但氟化物也是一种潜在的&ldquo;毒药&rdquo;,即使只摄入极小的量,也会对健康造成不利影响,甚至引起中毒,且毒性可以日渐累积。<br />\r\n<br />\r\n二、染发剂中的对苯二胺<br />\r\n<br />\r\n&nbsp; &nbsp; 多数染发剂中都用到了一种化学物质&mdash;&mdash;对苯二胺,它能帮助上色、让发色鲜亮,但也会导致皮肤过敏,甚至致癌。如果染发时需要加热,对健康危害则更大,因为对苯二胺经加热后,会通过头皮进入毛细血管,随着血液循环可能会引起白血病等血液疾病。此外,对苯二胺还易诱发皮肤癌、膀胱癌等。<br />\r\n<br />\r\n三、漱口水中的酒精<br />\r\n<br />\r\n&nbsp; &nbsp; 漱口水能帮助清洁牙齿和口腔,带来清新口气。但其中一种必不可少的原料&mdash;&mdash;酒精却可能使身体更容易受到致癌物质的伤害。漱口水的酒精含量为25%或者更高,它与口腔、舌头和咽喉的癌变相关。<br />\r\n<br />\r\n四、指甲油中的甲醛<br />\r\n<br />\r\n&nbsp; &nbsp; 指甲油会散发出刺鼻的气味,这种气味的元凶就是我们常挂在嘴边的甲醛。接触时间长了,会造成眼睛、鼻子、咽喉发炎,咳嗽、哮喘发作,呼吸急促、恶心、呕吐、皮疹、鼻出血、头痛和头晕等。长期高频率使用含甲醛的物质,会有潜在致癌危险。<br />\r\n<br />\r\n五、彩妆中的滑石粉<br />\r\n<br />\r\n&nbsp; &nbsp; 最细微的粉状化妆品,如眼影、胭脂、粉底等,大部分都含有滑石粉。这是一种非常精细的润滑剂,化学性质类似于石棉,是一种已知的致癌物质,与卵巢癌和呼吸道疾病患者数量的增加有关。除了致癌外,它吸入后还可能导致急性呼吸道压力。<br />\r\n<br />\r\n六、香水中的甲苯<br />\r\n<br />\r\n&nbsp; &nbsp; 香水中几乎都含有甲苯,把它当作一种溶剂来使用。短时间内吸入较高浓度的甲苯,可能出现眼睛及上呼吸道明显受刺激的症状,表现为眼结膜及咽部充血、头晕、头痛、恶心、呕吐、胸闷、四肢无力、步态蹒跚、意识模糊等。如果长期接触,则可能引发慢性中毒,发生神经衰弱综合征、肝肿大,或让女性产生月经异常、皮肤干燥、皲裂、皮肤炎等。<br />\r\n<br />\r\n七、洗护产品中的二乙醇胺(DEA)<br />\r\n<br />\r\n&nbsp; &nbsp; 沐浴露、润肤乳虽然能起到清洁皮肤的作用,却会在不知不觉中伤害你的健康。因为这其中含有一种叫二乙醇胺的物质,它被用作溶剂、乳化剂、洗涤剂、保湿剂等。二乙醇胺被用作软化剂时,会和产品中的硝酸盐发生化学反应,形成潜在致癌物&mdash;&mdash;亚硝胺。此外,二乙醇胺还可能刺激皮肤和黏膜。<br />\r\n<br />\r\n八、湿巾中的丙二醇<br />\r\n<br />\r\n&nbsp; &nbsp; 不管是普通湿纸巾还是婴儿湿巾,都含有一种常见原料丙二醇,它是一种容易渗透到皮肤中的石油化工溶剂,对身体的危害不容忽视。它会堆积于心脏、肝脏和肾脏中,导致它们畸变和损伤,还会削弱免疫系统。此外,它还会损伤细胞膜,造成皮疹、皮肤干燥、接触性皮炎和皮肤表面损伤。</span> ', '', '', '1.190.135.230'),
(233, 21, '<span style=\"font-size:9px;\"> 细菌DNA序列可作信息&ldquo;存储器&rdquo;<br />\r\n<br />\r\n 科学家在血液中发现嗅觉感受器<br />\r\n<br />\r\n 人类濒死&ldquo;灵魂出窍&rdquo;只是脑电活动在&ldquo;作怪&rdquo;<br />\r\n<br />\r\n 记忆力衰退或可逆 老人可再拥有&ldquo;年轻&rdquo;大脑<br />\r\n<br />\r\n 4类食物并不适合放冰箱<br />\r\n<br />\r\n 干细胞技术使手臂上长出鼻子来<br />\r\n<br />\r\n 超大黑洞为何严重&ldquo;节食&rdquo;之谜揭开<br />\r\n&nbsp;<br />\r\n&nbsp;</span>触摸即可发光的电子皮肤问世<br />\r\n<span style=\"font-size:9px;\">&nbsp;<br />\r\n&nbsp;</span><br />\r\n', '', '', '218.9.165.18'),
(235, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 多数人都听说过指甲根部的小月牙。如果你有十个小月牙,那就说明你的甲状腺很健康,每缺一个就表示有一处的甲状腺健康堪忧。美国福罗里达州克利夫兰医学中心的皮肤科医生塔玛拉&middot;利澳,根据多年的研究结果和临床经验,列出了指甲容易出现的十项异常情况:<br />\r\n&nbsp; &nbsp; 1、指甲发白: 诸如肝炎之类的肝病;<br />\r\n&nbsp; &nbsp; 2、指甲发黄、增厚且生长缓慢: 诸如肺气肿之类的肺病;<br />\r\n&nbsp; &nbsp; 3、指甲发黄且根部呈淡红色: 糖尿病;<br />\r\n&nbsp; &nbsp; 4、指甲一半白一半粉红: 肾病;<br />\r\n&nbsp; &nbsp; 5、指甲甲床发红: 心脏病;<br />\r\n&nbsp; &nbsp; 6、指甲甲床呈灰色或白色: 贫血;<br />\r\n&nbsp; &nbsp; 7、指甲表面凹陷或起皱: 牛皮癣或关节炎;<br />\r\n&nbsp; &nbsp; 8、杵状指也就是指尖增生、肥厚、呈杵状膨大: 肺病;<br />\r\n&nbsp; &nbsp; 9、指甲皱襞根部出现不规则红线: 红斑狼疮或结缔组织疾病;<br />\r\n&nbsp; &nbsp; &nbsp;10、指甲下出现深色线: 黑素瘤。<br />\r\n&nbsp; &nbsp; 指甲的这些变化只是表明身体出现了某些健康问题,也可能是某些严重疾病的征兆,具体病情还需要医生的详细诊疗。<br />\r\n<strong>十大强健指甲小贴士: </strong><br />\r\n&nbsp; &nbsp; 1、保持指甲干燥、清洁<br />\r\n&nbsp; &nbsp; 2、不要咬指甲<br />\r\n&nbsp; &nbsp; 3、每天使用含有尿素、磷脂质或天然乳酸的滋润护手霜<br />\r\n&nbsp; &nbsp; 4、朝固定方向锉指甲指甲顶端应该锉得浑圆而不是尖利<br />\r\n&nbsp; &nbsp; 5、不要随意去掉指甲周围的角质也不要把指甲剪得太短以防感染<br />\r\n&nbsp; &nbsp; 6、不要自己挖掉向内生长的指甲必要时可以看医生<br />\r\n&nbsp; &nbsp; 7、不要使用含丙酮或甲醛的指甲油清洗剂<br />\r\n&nbsp; &nbsp; 8、尽量使用自己专用的指甲刀<br />\r\n&nbsp; &nbsp; 9、如果你是酷爱美甲的女性一定记得定期检查指甲状况<br />\r\n&nbsp; &nbsp; 10、注意饮食均衡多食富含维生素的食物。</span><br />\r\n', '', '', '218.9.165.18'),
(236, 10, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在医改方面,政府每年都有一些新的举措,但百姓还是不满意。因为从不看病,对此便没有切身感触。前不久,因耳疾需要治疗,方切身体验了一次。<br />\r\n<br />\r\n&nbsp; &nbsp; 我因耳鸣就医医生告诉我如果启动医保必须住院。于是我前后在两家医院住了3周医药费共计1.5万元个人开销近5 000元承担比例30%多事业单位在职职工。儿子在厦门读书他在那里看病门诊就可启用医保无需住院费用这样支付600多元的医疗费只在门诊存入医保卡200元就ok了个人支付的比例也是30%多,其他部分从医保中划拨,个人无需垫付。<br />\r\n<br />\r\n&nbsp; &nbsp; 两地对比,我觉得厦门的这种方式很便民。首先,个人无需太多的钱就能看病,这正是医保应该发挥的作用。但很多地方不是,享受医保,必须住院,而且费用还要个人先垫付,医保花费得在门槛费(不同级别医院不同标准)之外的部分中按规定支付。其实,有些病是无需住院治疗的,比如耳疾。非住不可,浪费医疗费不说,人还被困在医院里,劳民又伤财。<br />\r\n<br />\r\n&nbsp; &nbsp; 总在喊医改,老百姓总也感觉不到实惠,那这种改就没有实际意义。其实,改革并没那么复杂,方便适用就好。有些别人好的办法大家是可以借鉴的,拿来主义有时还是值得提倡的。<br />\r\n&nbsp;</span><br />\r\n', '', '', '218.9.165.18'),
(237, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 豆浆是中国人比较喜爱的一种饮品,又是一种老少皆宜的营养食品,在欧美享有&ldquo;植物奶&rdquo;的美誉。豆浆营养非常丰富且易于消化吸收。豆浆含有丰富的植物蛋白和磷脂还含有维生素B<sub>1</sub>、B<sub>2</sub>和烟酸。此外,豆浆还含有铁、钙等矿物质,尤其是其所含的钙,虽不及豆腐,但比其他任何乳类都高,非常适合于各类人群。<br />\r\n<br />\r\n&nbsp; &nbsp; 鲜豆浆四季都可饮用,春秋饮豆浆,滋阴润燥,调和阴阳;夏饮豆浆,消热防暑,生津解渴;冬饮豆浆,祛寒暖胃,滋养进补。其实,除了传统的黄豆浆外,豆浆还有很多花样,红枣、枸杞、绿豆、百合等都可以成为豆浆的配料。豆浆也可以用来作为早餐,且营养价值较高。而且豆浆是防治高血脂、动脉硬化、缺铁性贫血、气喘等疾病的理想食品。<br />\r\n<br />\r\n&nbsp; &nbsp; 豆浆比牛奶好在哪里联合国国际会议上说牛奶里含的是乳糖而全世界有三分之二的人不吸收乳糖在亚洲有70%的人不吸收乳糖有人喝了牛奶但并没有吸收多少。北京市调查的结果是40%的人不吸收乳糖。全国普查的结果,吸收最好的是广东省。豆浆优点是什么呢?豆浆里含有的是果糖它100%易吸收。牛奶里没有抗癌物质而豆浆里有5种抗癌物质。其中特别是异黄酮专门预防、治疗乳腺癌、直肠癌、结肠癌。<br />\r\n<br />\r\n豆浆与牛奶相比有5大优势:<br />\r\n<br />\r\n&nbsp; &nbsp; 1. 含植物性保健成分,包括大豆异黄酮、大豆皂甙、大豆多糖、大豆低聚糖、其他多酚类物质等,这些对于预防多种慢性疾病均有帮助。而牛奶中没有这些成分。<br />\r\n<br />\r\n&nbsp; &nbsp; 2. 含维生素E和不饱和脂肪酸饱和脂肪酸含量低不含胆固醇。<br />\r\n<br />\r\n&nbsp; &nbsp; 3. 热量偏低豆浆中蛋白质和脂肪比例是2:1而牛奶是1:1。<br />\r\n<br />\r\n&nbsp; &nbsp; 4. 作为植物性食品,大豆的污染危险相对于动物性食品要小得多。<br />\r\n<br />\r\n&nbsp; &nbsp; 5. 含有膳食纤维,豆浆中以可溶性纤维为主,豆渣中有大量不可溶纤维。牛奶中是没有膳食纤维的。</span><br />\r\n', '', '', '218.9.165.18'),
(92, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201301/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第1期</a>&nbsp;&nbsp;</i></strong>陆春光1 李宏伟2 &nbsp;&nbsp;1.大庆市第二十七中学,黑龙江 大庆163318 2.东北石油大学,黑龙江 大庆163318<br />\r\n<br />\r\n&nbsp; &nbsp; 摘 &nbsp;要:主要对由累积产水量和累积产油量组成的半对数线性关系,即甲型水驱曲线关系式及乙型水驱曲线关系式、丙型水驱曲线关系式分别进行了推导,在推导的过程中总结出三种曲线的临界条件和每种水驱曲线关系式所对应的油水的相对渗透率比,从而推导出三种水驱曲线的简单关系式。对于预测水驱油田的未来开发动态和最终采收率,这是一个很重要的方法,在国内外得到了广泛的应用。<br />\r\n<br />\r\n&nbsp; &nbsp; 关键词:水驱曲线;半对数;累积产水量;累积产油量;相对渗透率<br />\r\n<br />\r\n<strong>在线阅读:</strong><br />\r\n<br />\r\n<a href=\"http://www.cqvip.com/QK/70998X/201301/44500665.html\">http://www.cqvip.com/QK/70998X/201301/44500665.html</a></span><br />\r\n', '', '', '221.212.243.23'),
(232, 30, '<div class=\"author summaryRight\">\r\n <p>\r\n <span style=\"font-size:14px;\">【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e7%a7%8b%e5%bd%b1&amp;code=29617630;29617631;\" target=\"_blank\">张秋影</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e5%bf%a0%e5%90%89&amp;code=29617630;29617631;\" target=\"_blank\">刘忠吉</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%ad%e5%9b%bd%e7%94%b5%e4%bf%a1%e8%82%a1%e4%bb%bd%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8%e9%bb%91%e9%be%99%e6%b1%9f%e5%88%86%e5%85%ac%e5%8f%b8&amp;code=0408510;0261170;\" target=\"_blank\">中国电信股份有限公司黑龙江分公司</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%ad%e5%9b%bd%e8%81%94%e5%90%88%e7%bd%91%e7%bb%9c%e9%80%9a%e4%bf%a1%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e5%88%86%e5%85%ac%e5%8f%b8&amp;code=0408510;0261170;\" target=\"_blank\">中国联合网络通信有限公司黑龙江省分公司</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"\">随着科技的发展与进步,3G移动通信应运而生,3G时代的到来标志着我国的移动通信行业有了跨时代的进步。3G移动通信以其独特的优点与多元化的业务服务给人们的生活带来便利,研究探讨了3G移动通信的特点与业务应用,并对其发展提出了几点建议。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></span></p>\r\n</div>\r\n<div class=\"author summaryRight\">\r\n <span style=\"font-size:14px;\"><script></script></span></div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【关键词】 </span></div>\r\n<div class=\"keywords int5\">\r\n <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><span style=\"font-size:14px;\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=3G\" target=\"_blank\">3G</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a7%bb%e5%8a%a8%e9%80%9a%e4%bf%a1\" target=\"_blank\">移动通信</a> </span><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ba%94%e7%94%a8\" target=\"_blank\"><span style=\"font-size:14px;\">应用</span><br />\r\n <br />\r\n <br />\r\n 全文阅读</a><br />\r\n &nbsp;&nbsp;<a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=31&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307031&amp;urlid=&amp;yx=&amp;v=MDAyOTJGeTNuVUxyQkxTa', '', '', '218.9.131.68'),
(311, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e4%bc%a0%e5%ad%a6&amp;code=\" target=\"_blank\">王传学</a><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%a8%e6%9e%97&amp;code=\" target=\"_blank\">杨林</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%b9%bf%e5%b7%9e%e5%b8%82%e7%99%bd%e4%ba%91%e5%8c%ba%e4%b8%89%e5%85%83%e9%87%8c%e8%a1%97%e7%a4%be%e5%8c%ba%e5%8d%ab%e7%94%9f%e6%9c%8d%e5%8a%a1%e4%b8%ad%e5%bf%83&amp;code=\" target=\"_blank\">广州市白云区三元里街社区卫生服务中心</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">目的:探讨至少一名家属参与的健康教育配合足底反射区按摩的中西医结合社区综合干预对糖尿病社区管理的效果。方法:根据WHO糖尿病诊断标准,纳入180例居住5年以上的糖尿病患者,通过对患者及至少一名家属进行一系列的健康教育及足底反射区按摩培训,观察比较干预1年前后的患者血糖控制情况和患者生存质量变化情况。结果:剔除未完成管理的患者后分析数据发现,经过健康教育配合足底反射区按摩的中西医结合社区综合干预措施,171例糖尿病患者血糖控制情况明显优于干预前(&chi;2=34.159,P&lt;0.001),且干预6个月后出现明显变化(Z=-2.910,P=0.004),干预后患者生存质量亦明显提高(t=11.102,P&lt;0.001),差异有统计学意义。结论:充分利用社区医疗资源对患者及至少一名家属进行规范控制饮食、运动、指导合理用药、自我监测等健康教育,配合足底反射区自我按摩,可以有效地降低糖尿病患者血糖、提高患者生存质量。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%b3%96%e5%b0%bf%e7%97%85\" target=\"_blank\">糖尿病</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a4%be%e5%8c%ba%e7%bb%bc%e5%90%88%e5%b9%b2%e9%a2%84\" target=\"_blank\">社区综合干预</a><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%81%a5%e5%ba%b7%e6%95%99%e8%82%b2\" target=\"_blank\">健康教育</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%b6%b3%e5%ba%95%e5%8f%8d%e5%b0%84%e5%8c%ba\" target=\"_blank\">足底反射区</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%9f%e5%ad%98%e8%b4%a8%e9%87%8f\" target=\"_blank\">生存质量<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=12&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406012&amp;urlid=&amp;yx=&amp;v=MzE5MjhIOVhNcVk5RVpvUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5bmhVTHpBTFNqSFpMRzQ=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=12&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406012&amp;urlid=&amp;yx=&amp;v=MzE5MjhIOVhNcVk5RVpvUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5bmhVTHpBTFNqSFpMRzQ=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(231, 30, '<span style=\"font-size:14px;\">【作者】 李菲菲;<br />\r\n<br />\r\n【机构】 哈尔滨宇洋建筑设计有限公司;<br />\r\n<br />\r\n【摘要】 上刚下柔是底部框架多层砌体结构房屋的最大特点,从多次地震的倒塌和破坏的房屋看来,这类结构在房屋结构设计中抗震性能有待加强。虽然在结构方案的选择方面,抗震强度的计算和结构构造存在一定的局限性,但是如果通过合理利用现代的设计,加上合理的分析,可以提高底部框架砌体结构的房屋抗震能力。 更多还原<br />\r\n<br />\r\n【关键词】 底部框架砌体房屋; 抗震; 结构设计;</span><br />\r\n<br />\r\n全文阅读<br />\r\n&nbsp; &nbsp;<a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=8&amp;CurRec=37&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307037&amp;urlid=&amp;yx=&amp;v=MTkxNjlEaDFUM3FUcldNMUZyQ1VSTG1lWitSckZ5M2hVYnJKTFNqSFpMRzRIOUxNcUk5R1k0UjhlWDFMdXhZUzc=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=8&amp;CurRec=37&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307037&amp;urlid=&amp;yx=&amp;v=MTkxNjlEaDFUM3FUcldNMUZyQ1VSTG1lWitSckZ5M2hVYnJKTFNqSFpMRzRIOUxNcUk5R1k0UjhlWDFMdXhZUzc=</a>', '', '', '218.9.131.68'),
(313, 39, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e9%95%bf%e6%b3%a2&amp;code=\" target=\"_blank\">张长波</a><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%a9%ac%e6%b0%b8%e5%ae%8f&amp;code=\" target=\"_blank\">马永宏</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e7%89%a9%e4%b8%9a%e4%be%9b%e7%83%ad%e9%9b%86%e5%9b%a2%e6%9c%89%e9%99%90%e8%b4%a3%e4%bb%bb%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">哈尔滨物业供热集团有限责任公司</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b8%82%e4%bd%8f%e5%ae%85%e6%96%b0%e5%8c%ba%e7%89%a9%e4%b8%9a%e7%ae%a1%e7%90%86%e6%80%bb%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">哈尔滨市住宅新区物业管理总公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">本研究列举了管理通信工程技术传输中,技术水平、安全性、质量管理方面的问题,提供了以设备、线路、人才、目标和安全为核心的管理策略,以供同人研讨。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%80%9a%e4%bf%a1%e5%b7%a5%e7%a8%8b%e6%8a%80%e6%9c%af%e4%bc%a0%e8%be%93\" target=\"_blank\">通信工程技术传输</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%ae%be%e5%a4%87\" target=\"_blank\">设备</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%ba%bf%e8%b7%af\" target=\"_blank\">线路</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%ba%ba%e6%89%8d\" target=\"_blank\">人才</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%9b%ae%e6%a0%87\" target=\"_blank\">目标</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ae%89%e5%85%a8\" target=\"_blank\">安全</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%8a%80%e6%9c%af\" target=\"_blank\">技术<br />\r\n &nbsp;<br />\r\n 全文阅读</a><br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=16&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406016&amp;urlid=&amp;yx=&amp;v=MjM4MzFNcVk5RVlvUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5amtVYnpKTFNqSFpMRzRIOVg=</span></div>\r\n', '', '', '218.8.98.53'),
(100, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201302/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第2期</a>&nbsp;&nbsp;</i></strong>李春晖 ,王丹 &nbsp;&nbsp;东北林业大学外国语学院, 哈尔滨 150040&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; 摘 &nbsp;要:本研究从认知语言学视角,探讨词汇语义变化的方式和过程。运用转喻认知模式,依据认知心理学和认知语言学理论解释词汇语义变化。研究结果表明,转喻是词汇语义变化的重要途径,也是人们认识和运用词汇的强有力工具。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp;</strong> 关键词:转喻;词汇语义;变化;认知<br />\r\n<br />\r\n<strong>在线阅读:</strong></span><br />\r\n<br />\r\n<a href=\"http://www.cqvip.com/QK/70998X/201302/45033555.html\">http://www.cqvip.com/QK/70998X/201302/45033555.html</a><br />\r\n', '', '', '221.212.243.23'),
(104, 19, '<span style=\"font-size:14px;\"><strong style=\"font-family: 宋体; line-height: 20px; display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); \"><i style=\"list-style-type: none; font-weight: 100; font-style: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第3期</a>&nbsp;</i></strong>卢艳芹,方世川<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 摘 &nbsp;要:</strong>长期以来,在人才培养的体制模式、思想政治教育的目标与方法上面存在着一系列问题,这导致了中学的思想政治教育陷入困境。现代西方哲学从&ldquo;主体性&rdquo;到&ldquo;主体间性&rdquo;的转变使哲学转向了方法论的层面上来,将&ldquo;主体间性&rdquo;理论运用到中学思想政治教育过程中,倡导&ldquo;情景式&rdquo;教学模式的建立和推广,这不仅能改变传统的师生关系和教学模式,更重要的是,它是变应试教育为素质教育的实践之一,是让学生积累经验、掌握技能、培养创新能力的新路径。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 关键词:</strong>主体间性;中学;思想政治教育;运用</span><br />\r\n<div>\r\n <br clear=\"all\" />\r\n <span style=\"font-size:14px;\"><strong>在线阅读:</strong><br />\r\n <br />\r\n <a href=\"http://www.cqvip.com/QK/70998X/201303/45242279.html\">http://www.cqvip.com/QK/70998X/201303/45242279.html</a></span></div>\r\n<br />\r\n', '', '', '221.212.243.23'),
(309, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 传统的认知观点认为,我们至今所有的每个思想或&ldquo;认知变量&rdquo;,是一个具体而明确的值,但这一观点遭到很多人质疑。研究人员提出了认知的量子概率论,即在每个时刻,我们的思想、决策、感受、记忆及其他认知变量是不确定的,只是一个概率。按照这一理论,在某个时刻回忆一段记忆,与过去那一幕记忆怎样形成,或将来我们怎样理解那段记忆是互相纠缠的,一次检测中有很多因素可能改变被检测事物的结果。<br />\r\n<br />\r\n&nbsp; &nbsp; 即从本质上说,记忆本身是由回忆所构建的。从量子角度解释认知、认知变量的表现方式是&mdash;&mdash;在你去测量之前它们没有唯一确定的值。记忆的量子观点与量子力学中的不确定性有关,不确定性对我们能获得多少有关这个世界的知识作出了基本限制。当我们去测量某些未知物理量时,比如粒子的位置和运动,对其中一个测得越精确,对另一个就越模糊。<br />\r\n<br />\r\n&nbsp; &nbsp; 量子认知过程也是同样道理:认知系统中随时改变的思维,很像物理中的位置和运动。&ldquo;认知版&rdquo;的量子力学可以看作是一种时间上的纠缠。那么,何谓量子纠缠?量子纠缠态在数学上定义为如果一个二粒子复合体系的量子态无法分解为各子体系量子态之张量积,这个态称为纠缠态。量子的纠缠在物理上通常理解和描述为超距作用,即隔空瞬时影响。当测量一个粒子时,另一个与之关联的粒子会瞬时改变状态,无论它们相距多么遥远。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员还表示,他们希望未来研究有助于确定量子概率论在认知模型中的作用,揭示构成我们记忆、思想和人格的复杂过程。</span><br />\r\n', '', '', '218.8.98.53'),
(107, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第4期</a>&nbsp;</i></strong>石研 &nbsp;哈尔滨市儿童少年活动中心, 哈尔滨 150020<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; &nbsp;摘 &nbsp;要</strong>:少年儿童的素质教育受到越来越多的关注。研究介绍了少年儿童素质教育的内涵,指出了素质教育与应试教育的区别,提出了实施素质教育的一些措施。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 关键词:</strong>素质教育;内涵;应试教育<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(109, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第4期</a></i></strong>郭冰洁&nbsp;东北师范大学 ,吉林 长春 130024<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 摘 &nbsp;要:</strong>英语教学的根本目的是培养学生英语语言的能力和素质,而现阶段的中学英语教学却过分注重培养学生的语言知识技能,忽略了学生跨文化交际能力的培养,这使众多有多年英语学习经验的学生无法在真实情景下进行英语交流。研究首先阐明跨文化交际能力的概念,及其在英语教学实施中存在的问题,最后从几个方面提出了中学英语教学中跨文化交际能力的培养方案。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 关键词:</strong>英语教学;跨文化交际;跨文化交际能力;文化</span><br />\r\n', '', '', '221.212.243.23'),
(308, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp;快节奏生活、大城市通勤路线拉长等,客观上令私人时间碎片化,属于自己的&ldquo;整块&rdquo;时间越来越少,但一个人吃饭、赶路的时间却在增多,导致不少年轻人只能抓紧<a href=\"http://baike.baidu.com/view/5912837.htm\" target=\"_blank\">碎片时间</a>,通过数字终端进行娱乐休闲。放眼望去,城市中到处都是一边埋头按手机一边急着赶路的行人。每个人都想通过盯住屏幕的方式,把零碎的时间填满。这些人经常被马路牙子绊倒或是走路不看车,有时还会撞到别的行人身上,这是我们不愿看见的,因为下次可能撞上的就是汽车了。<br />\r\n<br />\r\n&nbsp; &nbsp; 不过,新推出的一款应用程序倒是可以很好的解决这一问题,这款应用程序名叫&ldquo;边发边走&rdquo;,顾名思义就是让人们在发信息的同时也能够看清前面的路,这样就可以很好地避免不幸事件的发生。<br />\r\n<br />\r\n&nbsp; &nbsp; 这款名叫&ldquo;边发边走&rdquo;的应用程序,运用了手机背面的摄像头,将使用者面前的景象作为打字的背景图案显示在手机屏幕上。可以让手机屏幕变成一块透明的玻璃,用户可以十分清楚的直接看到前面的东西。如果用户需要打字,图案就会变得稍模糊,这样就可以清晰地把字迹凸显出来,这样既可以满足用户继续做低头族,又可以让用户安全地穿梭在人群之中。<br />\r\n<br />\r\n&nbsp; &nbsp; 这款应用程序一经推出,很快便人气爆棚。&ldquo;边发边走&rdquo;的应用程序给人们一个透明视窗,让人们看清前方路况。这款结合了使用者周围视野的应用程序所提供的视觉信息,足以帮助人们躲避前方的障碍物,防止出现类似一头撞到树上的尴尬。但边走路边低头发信息的人,身体会呈现出比较机械、僵硬的姿态,有跌倒、被车撞到或是被铁轨绊倒的风险,因此,专家告诫人们最好不要边走路边发信息。</span><br />\r\n', '', '', '218.8.98.53'),
(229, 30, '<div class=\"author summaryRight\">\r\n <span style=\"font-size:14px;\">【作者】 张秋影; 刘忠吉;<br />\r\n <br />\r\n 【机构】 中国电信股份有限公司黑龙江分公司; 中国联合网络通信有限公司黑龙江省分公司;<br />\r\n <br />\r\n 【摘要】 随着科技的发展与进步,3G移动通信应运而生,3G时代的到来标志着我国的移动通信行业有了跨时代的进步。3G移动通信以其独特的优点与多元化的业务服务给人们的生活带来便利,研究探讨了3G移动通信的特点与业务应用,并对其发展提出了几点建议。<br />\r\n <br />\r\n 【关键词】<br />\r\n 3G 移动通信; 应用<br />\r\n <br />\r\n <br />\r\n 全文阅读:</span><br />\r\n <p>\r\n <a href=\"http://http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=31&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307031&amp;urlid=&amp;yx=&amp;v=MDAyOTJGeTNuVUxyQkxTakhaTEc0SDlMTXFJOUdaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkxtZVorUnI=\"><span style=\"font-size: 14px; \">&nbsp; http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=31&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307031&amp;urlid=&amp;yx=&amp;v=MDAyOTJGeTNuVUxyQkxTakhaTEc0SDlMTXFJOUdaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckN</span></a><a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=31&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307031&amp;urlid=&amp;yx=&amp;v=MDAyOTJGeTNuVUxyQkxTakhaTEc0SDlMTXFJOUdaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkxtZVorUnI=\">VUkxtZVorUnI=</a></p>\r\n</div>\r\n<br />\r\n', '', '', '218.9.131.68'),
(119, 19, '<span style=\"font-size:14px;\"><strong style=\"display: inline !important; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; color: rgb(38, 38, 38); font-family: 宋体; \"><i style=\"font-style: normal; display: inline !important; line-height: 2em; \"><a href=\"http://www.cqvip.com/qk/70998X/201303/\" style=\"color: rgb(68, 68, 68); text-decoration: none; \">《黑龙江科学》2013年 第5期</a></i></strong>丁鹤鸣 &nbsp;沈阳职业技术学院,沈阳&nbsp; 110045<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 摘要:</strong>长期以来,不少学校将德育的价值取向和德育教育过程混为一谈,认为教师只要把有关政治知识灌输给学生,学生就能获得相应的品德。实际上,学生接受知识并加以内化是一个复杂的过程。新形势下大学生的思想道德不断受到新形势、新情况、新思维的冲击而呈现出新的特征和现象,因此加强大学生的思想道德教育是每所高校面临的一项重要工作。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 关键词:</strong>高职学生;思想道德状况;存在问题;分析;对策</span><br />\r\n', '', '', '221.212.243.23'),
(312, 44, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%ab%98%e4%ba%ae&amp;code=\" target=\"_blank\">高亮</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%9b%bd%e5%ae%b6%e7%94%b5%e7%bd%91%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%94%b5%e5%8a%9b%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8%e5%93%88%e5%b0%94%e6%bb%a8%e4%be%9b%e7%94%b5%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">国家电网黑龙江省电力有限公司哈尔滨供电公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">本研究在介绍了光纤通信定义和特点的基础上,说明了光纤通信系统的结构和功能,并结合光纤通信系统的实际工作,提供了光纤通信系统日常维护的技术要点,对维护光纤通信系统的稳定和性能有所启迪,实现通信技术工作和管理工作的系统化、正规化和科学化。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%85%89%e7%ba%a4%e9%80%9a%e4%bf%a1%e7%b3%bb%e7%bb%9f\" target=\"_blank\">光纤通信系统</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ae%9a%e4%b9%89\" target=\"_blank\">定义</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%84%e6%88%90\" target=\"_blank\">组成</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%8a%9f%e8%83%bd\" target=\"_blank\">功能</a>&nbsp;<a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%b4%e6%8a%a4%e6%8a%80%e6%9c%af\" target=\"_blank\">维护技术<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=18&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406018&amp;urlid=&amp;yx=&amp;v=MDIzMDZZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5amtVcnpNTFNqSFpMRzRIOVhNcVk5RWJJUjhlWDFMdXg=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=18&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406018&amp;urlid=&amp;yx=&amp;v=MDIzMDZZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5amtVcnpNTFNqSFpMRzRIOVhNcVk5RWJJUjhlWDFMdXg=</a></span></div>\r\n', '', '', '218.8.98.53'),
(122, 10, '  &nbsp;<br />\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp;中国已经迈入了老年社会的行列,老了咋办这个问题谁也回避不了。<br />\r\n<br />\r\n  自古以来我们国家都是依靠子女养老。但如今独生子女政策造就的&ldquo;四二一&rdquo;式的家庭结构注定了这种方式难以为继。80后们结婚后面对的是两个人要赡养四个老人甚至更多其间的紧张和压力已经日渐体现加之社会转型所带来的新旧思维变化造就了儿女和老人在赡养上必然的差异态度和行为冲突。于是养老模式便也不得不跟着社会的变化而改变。那么究竟什么样的方式能让老有所养所依出路何在呢<br />\r\n<br />\r\n  我看过一篇文章&mdash;&mdash;《丹麦是世界上最快乐的国家》文章说丹麦在全球178个国家中排名快乐国家榜首这是一个没有穷人、近乎完美的国家老有所终壮有所用幼有所长&ldquo;大同世界&rdquo;竟在这雪地国度里实现&hellip;&hellip;<br />\r\n<br />\r\n  在2011年经合组织评比的最幸福国家中北欧的冰岛、荷兰、挪威、瑞典皆名列前10丹麦居首。这已经不是丹麦第一次名列幸福国家榜首无论按照什么样的标准无论什么组织、机构评选丹麦都没有脱逸出前三。<br />\r\n<br />\r\n  这是很不可思议的。丹麦地处北欧气候严寒即使国土最南端也在中国黑龙江省以北。每年1月日照仅仅五六个小时人们每天必须在零度以下摸黑出门摸黑回家。为什么它却是世界上最快乐的国家看看人们对它的描述<br />\r\n<br />\r\n  纵使天气恶劣丹麦父母却无惧暴露孩子于户外明明很冷父母却把内载婴儿的娃娃车丢在路旁自己跑进店里购物或喝咖啡。他们不怕小孩冻着刻意锻炼他们的体魄。这画面传递出这个国家的社会状态 :他们不怕小孩被偷、被绑票,因为社会的互信很高,福利佳,人们不必争夺资源。<br />\r\n<br />\r\n  12岁以下没有成绩单老师与家长鼓励孩子发展天赋不鼓励比较。学费全免不但如此读书还可以领钱18岁以上学生可领生活津贴金额多少视学生是否居住家里而定。即使读私立学校政府也补助75的经费因此在丹麦进私立学校不是象征贵族而是去学习特殊才能如艺术、体育。终身学习在这个国家不是口号根据联合国教科文组织统计丹麦平均每人借书率为世界第二高而丹麦每百人宽频使用率是OECD(经济合作与发展组织)国家中的第一。如果一位行动不便的老人想学上网,可向政府申请上门教学。如果想装计算机,政府不但予以补助,更会盯着计算机公司上门安装,直到能使用为止。<br />\r\n<br />\r\n  在这个国度弱势群体与富人同样受尊重丹麦贫富差距在发达国家是全球最低丹麦基本上没有穷人。<br />\r\n<br />\r\n  不过天下没有白吃的午餐。丹麦是典型的&ldquo;三高国家&rdquo;&mdash;&mdash;高收入、高福利、高税收所得税率高达5070 %,这些税收被大举应用在社会福利与教育上。<br />\r\n<br />\r\n  这是一个&ldquo;吃大锅饭&rdquo;而又有竞争力的富裕国。<br />\r\n<br />\r\n  丹麦人非常无法容忍政府官员贪腐或享有特权这是一个非常平等的社会。<br />\r\n<br />\r\n  目前世界上最理想的地方和方法就是北欧的那些&ldquo;从摇篮到坟墓&rdquo;都由国家买单的高福利国家,这些国家的人们根本不担心养老问题,但这些对我们来说,却是可望而不可即的事。<br />\r\n<br />\r\n  一个80多岁的老人去世了当他咽下最后一口气时候在身旁的老妻和4个儿女此刻感到的除了悲伤还有一种身心极度疲惫后突然获得的轻松这种矛盾着的身心感觉只有服侍过久病者的人才会产生。当年身上插满管子、100岁躺在医院病床上的巴金先生也说长寿就是一种惩罚。<br />\r\n<br />\r\n  我们也看到了近些年国家从理论上已开始重视这个问题了但我们也清楚其实在实际操作上做得还远远不够因为国家在投入上还远远跟不上社会老龄化的速度。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(130, 22, '', '', '', '221.212.192.253'),
(131, 22, '', '', '', '221.212.192.253'),
(132, 22, '', '', '', '221.212.192.253'),
(133, 22, '', '', '', '1.58.50.61'),
(134, 22, '', '', '', '113.9.104.73'),
(135, 22, '', '', '', '113.9.104.73'),
(136, 53, '&nbsp; &nbsp; <span style=\"font-size:14px;\">梦是人在睡眠时产生想象的影像、声音、思考或感觉。梦的整个过程是一种被动体验,而非主动体验过程&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; 梦是一种神经行为,也有解释是人的潜意识突显。做梦与快速动眼睡眠有关,发生在睡眠后期的一种浅睡状态,其为快速的眼球水平运动、脑桥的刺激、呼吸与心跳速度加快以及暂时性的肢体麻痹。梦也有可能发生在其他睡眠时期中,不过比较少见。在进入深度睡眠时发生的入睡状态,被认为和做梦有关。<br />\r\n<br />\r\n&nbsp; &nbsp; 关于梦的成因,古今中外众多学者都进行了研究,其学说和著作也不尽相同,但对于梦会给人们带来怎么样的作用却鲜有问津。加州大学柏克莱分校的研究人员发现,做梦在协助我们处理内心混乱上其实是非常重要的,我们的大脑会在做梦时处理情绪经验,这可减轻难受记忆的痛苦程度。该研究报告的作者海姆说:&ldquo;在快速眼球运动期,记忆会被重新唤起,考量、连结与整合,但在这个状态下,影响神经系统的压力化学物质会被有益的抑制下来。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 这个团队将35名健康的年轻成人分为两组每个人都会观看150张会引发强烈情绪反应的图像在间隔12小时内观看两次。一组人员在早上与傍晚观看这些影像在两次观赏期间保持清醒。另一组人员则在傍晚观看图像睡一整晚后隔天早上再看一次。结果后一组人员对这些影像的情绪反应明显降低。此外研究也显示影响神经系统的压力化学物质浓度也会在睡眠期间减少。</span><br />\r\n', '', '', '221.212.243.23'),
(137, 53, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 一项最新研究向我们讲述了这样一个故事:大约5亿年前在海底有一条无脊椎生物经历了两次成功的DNA复制&mdash;&mdash;这是一次&ldquo;程序错误&rdquo;,但是这一个&ldquo;错误&rdquo;却意外地触发了其他生物,包括人类的最终出现。<br />\r\n<br />\r\n&nbsp; &nbsp; 这个错误的好消息,是这一次古老的基因&ldquo;突变&rdquo;,极大地改善了细胞通讯系统,因此我们身体细胞整合信息的能力比现有最先进的智能手机还要好。不过也有坏消息,那就是这种信息通讯偶尔会出现崩溃,导致这一现象的基因渊源最早可以追溯到寒武纪时期,这一缺陷会导致糖尿病、癌症和神经错乱。有关这一研究的论文作者之一&mdash;&mdash;英国邓迪大学生命科学学院的卡罗尔&middot;麦肯托什教授表示:&ldquo;借由有性生殖的生命体一般拥有两份基因分别遗传自父方和母方。而在5亿年前所发生的事情便是&mdash;&mdash;这一过程在一只无脊椎动物的身上出现了错误,它继承了两次原本应当只继承一次的基因组。而在后来的几代中,这一错误反复发生,基因数量再次翻倍。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 麦肯托什教授表示,这样的基因复制现象也同样存在于植物演化过程中。因为采用这种新方法繁殖的后代在自然界中的适应和生存能力显然更强。她说:&ldquo;这种复制并非是稳定的,然而绝大部分被复制的基因都很快丢失了,远远早于人类出现之前。&rdquo;但是麦肯托什教授和她的小组发现确实有一小部分幸存了下来。<br />\r\n<br />\r\n&nbsp; &nbsp; 她的研究组对人体细胞内数百种不同的蛋白质进行研究,考察它们对生长因素和胰岛素的反应情况,胰岛素是荷尔蒙的一种。在这项最近的研究工作中,科学家们对这些蛋白质进行制图,分类并展开生物化学分析。正是在这一过程中,她们回溯到了最初的基因复制时期,回溯到了寒武纪。<br />\r\n<br />\r\n&nbsp; &nbsp; 世界上最初携带这一基因组的生物究竟是什么,目前仍然无从知晓。不过,麦肯托什教授表示:现代生活在海中的文昌鱼似乎和这种早期无脊椎生物在它发生那两次严重的基因复制错误之前的状态相当相似。因此,麦肯托什教授认为:&ldquo;文昌鱼可以被视作是今天所有脊椎动物的非常古老的姐妹。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 这种被一路继承下来的蛋白质似乎已经经过演化,它会形成一个&ldquo;小组&rdquo;,相比单个蛋白质的情况,这种蛋白质组能生成更多的生长因子。尽管像这样的&ldquo;团队合作&rdquo;有时也并非一直是有益的,但是研究人员们指出:如果某项关键性的功能是由单一一个蛋白质实现的,就像是在文昌鱼体内那样,那么,这一蛋白质的丢失或突变将会是致命的。而如果蛋白质进行&ldquo;团队工作&rdquo;,即便其中的一个或几个出现丢失或变异,这个个体也将得以存活下来,尽管可能会有一些身体功能上的障碍。这种缺陷或可以解释疾病的发生,如糖尿病、癌症这些让人类深受其苦的病症。<br />\r\n<br />\r\n&nbsp; &nbsp; 麦肯托什教授和她的同事们目前正将注意力集中在一种能引起黑色素瘤和神经错乱的蛋白质大类上。由于这项研究中可能牵涉到和远古时期基因突变事件之间的联系,这项研究在帮助对抗疾病的同时还将有望揭开人类和其他动物的演化之谜。</span>', '', '', '221.212.243.23'),
(138, 53, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 提到DNA这个话题我们首先想到的是生物的遗传、变异和延续。众多与生命有关的机理似乎都离不开DNA的作用。然而你能想象得到将一本书的内容写进DNA序列中吗<br />\r\n<br />\r\n&nbsp; &nbsp; 哈佛大学的研究团队将一本遗传学课本的全部内容编码进一小段DNA序列确切来说是将53 400个单词、11张图片和一个Java程序共计527万比特的数据存储在了不到1皮克1012克的DNA中。这项最新突破有可能彻底革新我们存储数据的能力。<br />\r\n<br />\r\n&nbsp; &nbsp; 目前较先进的一项技术&mdash;&mdash;闪存是一种长寿命的非易失性的存储器数据删除不是以单个的字节为单位而是以固定的区块为单位区块大小一般为256KB20MB。由于其断电时仍能保存数据闪存通常被用来保存设置信息。<br />\r\n<br />\r\n&nbsp; &nbsp; DNA是已知密度最高也最稳定的信息存储介质。理论上而言DNA的每个核苷酸可以编码两个比特每克单链DNA的存储容量可达455艾字节1艾字节=10的18次方字节1字节=8比特大约相当于1 000亿张DVD光盘的容量存储密度几乎是闪存等现有数字媒体的五六百倍。而且存储在DNA中的数据时隔几千年后仍能够被读出。<br />\r\n<br />\r\n&nbsp; &nbsp; 哈佛医学院合成生物学家乔治&middot;丘吉尔带领的研究团队不使用细胞而是用喷墨打印机将化学合成的DNA短片段嵌入到一个微小的玻璃芯片表面。他们将一本由丘吉尔参与编写的遗传学课本转换成&ldquo;0&rdquo;和&ldquo;1&rdquo;的比特形式并用DNA的4个碱基中的A或C来编码 &ldquo;0&rdquo;G或T来编码&ldquo;1&rdquo;从而将课本内容写入了DNA中。<br />\r\n<br />\r\n&nbsp; &nbsp; 这个DNA芯片采用了类似于计算机硬盘分区的方式将课本内容分散为数据块来存储。读取这些数据则需要一个DNA测序仪和一台计算机。由于每个DNA片段中都包含着一个数字&ldquo;条形码&rdquo;,记录了其在原始文件中的位置,因此所有的片段可被重新组装,并转换成数字格式。电脑还能帮助纠错:每个数据块都被复制了数千次,通过与其他副本相比较,任何一个小错误都可以被识别并修复。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员将课本内容存入DNA然后又重新转化为数字形式读出结果显示这个存储系统的底层读取错误率为每百万比特只有两个错误可与DVD比肩远远优于磁性硬盘驱动器。不过由于数据编码是与DNA合成同步完成的因此这种方式不支持可擦写数据存储但适用于长期归档存储。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员表示因受操作成本、速度此次大约花了几天时间和测序仪大小的制约将DNA作为一种通用的数据存储介质目前还不切实际但这一领域正在快速发展未来510年内有望开发出比传统数字存储设备更快、更小、更便宜的DNA存储技术。</span>', '', '', '221.212.243.23');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(139, 53, '&nbsp; &nbsp; <span style=\"font-size:14px;\">地球上第一位女性&ldquo;夏娃&rdquo;是人类共同的母亲她生活在距今19万年的非洲。虽然当时还有其他女性但只有她的线粒体DNA得以遗传了下去。&ldquo;亚当&rdquo;则生活在大约距今14万年的非洲中部靠他的Y基因才繁衍出地球上的各个父系部落。<br />\r\n<br />\r\n&nbsp; &nbsp; 英国DNA组织对2 000名英国人的基因进行了检测旨在绘制出&ldquo;英国家谱&rdquo;。经DNA测试后却发现一名苏格兰退休老人竟然是19万年前地球上出现的第一名女性&ldquo;夏娃&rdquo;的直接后裔。从遗传学的角度讲,因为他是&ldquo;夏娃&rdquo;的直系后代,全英国人都要管他叫&ldquo;祖父&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 72岁的苏格兰人伊恩&middot;柯纳德的DNA测试结果把专家们吓了一跳。原来柯纳德的DNA中含有遗传记号L1B1&mdash;&mdash;这个记号可以追溯到一个古老的非洲血统之前从未在西欧国家的人群中发现。专家还表示老人从母亲一方继承而来的线粒体DNA具有3万年历史且只发生过两次基因突变而大多数男人的基因与远古人类相比已发生过200次左右的突变。<br />\r\n<br />\r\n&nbsp; &nbsp; 专家称,&ldquo;检测结果表明,柯纳德的祖辈是通过奴隶贸易来到利物浦的,这进一步证明,盎格鲁撒克逊人也来自黑人&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 柯纳德则说:&ldquo;直到现在才知道我的生命是多么的非凡。说起来有点尴尬,我的西非基因竟是通过奴隶贸易实现的。&rdquo;柯纳德本人一直在研究奴隶贸易和利物浦之间的关系因为他的母亲家族就来自利物浦。1959年他还因为研究非洲获得地理学学位不过从未想过会有这样的事情发生。<br />\r\n<br />\r\n&nbsp; &nbsp; 据悉这项调查还发现32%的英国男人是最原始的英国人的后代12%的英国人为古代德国人后裔11%为依靠狩猎和采集生活的原始部落人后代而另有7%具有古爱尔兰血统。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(140, 53, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 灵魂一直被认为是宗教的产物,到底有没有颇受争议。不久前,科学家用量子力学解释了灵魂的存在。最新研究揭晓了濒死体验之谜,人类死亡之后,他们的量子灵魂从身体中释放,重返至宇宙之中&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; 相信很多人都对&ldquo;人死后究竟有没有灵魂&rdquo;这个话题很感兴趣。据英国《每日邮报》报道:科学家提出一项不同寻常的理论,人类濒死体验发生于量子物质形成的灵魂离开神经系统并开始进入宇宙的时候。依据这一理论,人类濒死体验相当于大脑中量子计算机的一个程序,即使死亡之后仍存在于宇宙之中,这将解释那些濒死体验者的神秘记忆。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项类宗教理论由美国亚利桑那州大学意识研究中心负责人和麻醉学与心理学系教授斯图亚特&middot;哈默罗夫博士提出,基于他与英国物理学家罗杰&middot;彭罗斯爵士提出的一项与意识有关的量子理论。根据他们的理论,人类的灵魂存在于脑细胞内被称之为&ldquo;微管&rdquo;的结构内。他们指出,人体濒死体验是微管量子引力效应,这一效应也被称为&ldquo;微管量子目标还原调谐(Orch-OR)&rdquo;,因此我们的灵魂并不只是大脑神经细胞的交互,事实上它们形成于宇宙之中。<br />\r\n<br />\r\n&nbsp; &nbsp; 这一理论解释说,人类的灵魂是大脑内神经元细胞之间的交互作用。它们由宇宙内的基本物质构成,可能在时间诞生后就已经存在。也就是说,灵魂离开肉体,重回宇宙。这种观点与佛教和印度教的观点类似,与西方的哲学唯心主义也有相似之处。<br />\r\n<br />\r\n&nbsp; &nbsp; 哈默罗夫博士在科学频道记录片《穿越虫洞》中指出,心脏停止跳动,血液停止流动,微管将失去它们的量子状态,但微管中的量子信息并未被破坏,也无法被摧毁,只是被干扰,离开肉体后会重新回到宇宙。如果患者死而复生苏醒过来,量子信息将返回至大脑微管,此时患者会惊讶地说:&ldquo;我经历了一次濒死体验。&rdquo;他强调称,如果这位患者没有死而复生,死亡之后量子信息将存在于身体之外,从而可能被模糊地鉴别为灵魂。<br />\r\n<br />\r\n&nbsp; &nbsp; Orch-OR理论遭到以经验为根据的思想家们的猛烈抨击在科学界也引发了巨大争议。然而哈默罗夫认为量子物理学研究将最终证明Orch-OR理论。<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(141, 53, '&nbsp;<span style=\"font-size:14px;\"> &nbsp; 新的基因研究发现,猪在感官知觉等很多方面与人类相似。也就是说,猪除了可以食用外,也可能协助人类对付疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; 据国外媒体报道,美国和欧洲的研究团队已完成猪的基因图谱,通过迄今为止规模最大、最深入而全面的家猪及野猪基因组研究,科学家发现猪拥有很强的适应能力,容易被食物诱惑和驯化,这些特征都与人类非常相似。<br />\r\n<br />\r\n&nbsp; &nbsp; 刊登在《自然》杂志上的报告称猪与人类有112种相同的基因突变同时拥有与很多人类疾病有关的基因和蛋白质变异。这些基因在人类身上与肥胖、糖尿病、认字困难、帕金森氏症和阿尔茨海默症等疾病有关。研究人员指出通过进一步研究猪的基因可以孕育出新疗法对抗这些疾病。荷兰瓦赫宁根大学的马蒂恩&middot;格罗内教授表示:&ldquo;我们发现了很多与人类疾病有关的基因变异,进一步证明猪是一个非常有价值的生物医药学模型。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究也揭示了人类如何驯化第一批家猪以及如何饲养猪以获取猪背后的一些秘密。与当今野猪类似的家猪祖先,最先出现在东南亚,后来分散到欧亚大陆各地。猪拥有敏锐的嗅觉,能够嗅探出微小的气味差异,但它们的味觉很差。猪的苦味受体基因少于人类,对甜味和肉味的感知也与人类截然不同。<br />\r\n<br />\r\n&nbsp; &nbsp; 人类在1万年前开始养猪用来获取食物现全球每年喂养的猪数量超过10亿头。而排定猪的基因序列也可能有助于为这种传统用途培育新一代的超级猪种使它们繁殖力更大抗病能力更强用较少的饲料生产更多肉。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员表示可以利用在野猪身上发现的基因进一步优化家猪繁育。这项研究证明对家畜及其近亲的基础基因组研究能够让我们人类受益,同时也有助于药物的研发。</span><br />\r\n', '', '', '221.212.243.23'),
(143, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 到目前为止科学家已经发现了五个最有可能适合人类居住的系外行星世界,其中就包括一颗名为 Gliese 581g的系外行星该行星是类地行星中最佳的候选者。<br />\r\n<br />\r\n&nbsp; &nbsp; 人类对地球以外其他星球探索的脚步从未停息过一直在寻找与地球相似的、适合人类居住的星球。到目前为止科学家已经发现了五个最有可能适合人类居住的系外行星世界。其中一颗名为Gliese 581g的系外行星进入了科学家们的视野成为了类地行星中最佳的候选者。<br />\r\n<br />\r\n&nbsp; &nbsp; Gliese 581g行星位于红矮星Gliese 581的&ldquo;适居带&rdquo;Goldilocks zone量程内。所谓&ldquo;适居带&rdquo;是指该处环境不太热又不太冷有可以让液态水形成海洋的条件。Gliese 581g体积是1.5倍重力是1.6倍,足以留住水。并且这颗行星拥有类似地球的大气层和重心引力,&ldquo;百分之百&rdquo;地适宜生命体存在。&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; Gliese 581g行星在2010年9月29日由美国天文学家宣布发现但在两周之后里克-卡内基系外行星研究小组的科学家们便开始质疑它的存在。其中来自欧洲南方天文台智利拉西亚观测站高精度视向速度行星搜寻仪团队的研究人员发现在Gliese 581恒星周围存在四颗行星并没有发现Gliese 581g行星的存在在过去两年的时间内其他天文学家的进一步分析结果也质疑Gliese 581g行星是否真实存在。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家对Gliese 581恒星周围轨道进行研究后绘制出了该恒星周围可居住区域的轨道位置在绘制图中绿色阴影区表示该恒星周围的可居住区区域内的温度可支持液态水的存在。其中编号在Gliese 581e、Gliese 581b、Gliese 581c的行星轨道位置太靠近恒星行星表面温度太高不合适液态水存在而Gliese 581g和Gliese 581d则正好处于可居住带上。尤其是Gliese 581g行星非常符合类地行星的基本条件然而Gliese 581d可能会稍微偏冷一些。该行星系统也是首例拥有两颗位于可居住带上的行星。<br />\r\n<br />\r\n&nbsp; &nbsp; 现在Gliese 581g行星的数位发现者在加州大学圣克鲁斯分校的天文学家史蒂文&middot;沃格特领导的研究小组中继续通过高精度视向速度行星搜寻仪进行详细分析有证据显示该行星是存在的。在最新的观测报告中科学家们发现Gliese 581恒星周围的所有行星都处于圆周轨道上并没有扁平椭圆轨道特征因此Gliese 581g行星的信号很可能就存在于新的观测数据中。<br />\r\n<br />\r\n&nbsp; &nbsp; 天文学家史蒂文&middot;沃格特认为Gliese 581g行星的信号误报概率小于4%其质量符合2.2倍地球质量的区间内公转轨道位于恒星可居住带上距离其主恒星大约0.13个天文单位其表面很有可能就存在着液态水。根据最新的观测数据Gliese 581g行星的半径可能并没有达到1.5倍地球半径但是它拥有与地球相当的光通量这是因为Gliese 581g行星的轨道更靠近其主恒星而且该恒星是一颗较暗的红矮星。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家们将这些因素结合起来可以推出Gliese 581g行星与地球的相似度指数达到了0.92高于2011年发现的Gliese 667Cc天体。波多黎各大学行星宜居实验室(PHL)主任、首席科学家阿贝尔&middot;梅德兹认为目前关于Gliese 581g行星的争议还将持续通过最新的观测数据Gliese 581g行星应该是存在的我们将更深入地了解到更多关于Gliese 581恒星及其行星系统的奥秘。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(144, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 人类对火星的探测从未间断过,关于对火星环境是否适合地球上的人类居住以及是否存在生命都做了大量的探索工作,各国的&ldquo;太空之旅&rdquo;也为人类对火星的探索做出巨大的贡献&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;火星和地球一样拥有多样的地形,有高山、平原和峡谷,火星基本上是沙漠行星,地表沙丘、砾石遍布。由于重力较小等因素,地形尺寸与地球相比亦有不同的地方。南北半球的地形有着强烈的对比:北方是被熔岩填平的低原南方则是充满陨石坑的古老高地而两者之间以明显的斜坡分隔火山地形穿插其中众多峡谷亦分布各地南北极则有以干冰和水冰组成的极冠风成沙丘亦广布整个星球。美国航天局2012年9月27日宣布火星表面确曾有水流淌过。<br />\r\n<br />\r\n&nbsp; &nbsp; 2000年美国于南极洲发现编号为ALH84001的碳酸盐陨石。美国国家航空航天局声称在这块陨石上发现了一些类似微体化石结构有人认为这可能是火星生命存在的证据但有人认为这只是自然生成的矿物晶体。但直到2004年争论的双方仍然没有任何一方能够说服对方。<br />\r\n<br />\r\n&nbsp; &nbsp; 自从美国国家航空航天局海盗系列探测器发送回关于火星生命的不确定结果后此后超过30年的时间内没有人发现火星上存在生命的迹象。基因研究所的克雷格&middot;文特尔Craig Venter博士想要改变这种状况在近期位于纽约举行的在线会议上文特尔博士提出了通过向火星发送DNA程序装置来探察火星上可能存在的微生物基因组。这项雄心勃勃计划的细节并未透露但是我们有理由认为只要知道火星上存在生命痕迹以及位于何处就可以发现火星生命的遗传序列。<br />\r\n<br />\r\n&nbsp; &nbsp; 在火星的早期它与地球十分相似。像地球一样火星上几乎所有的二氧化碳都被转化为含碳的岩石。科学家推测在地球和火星形成的早期小行星撞击事件导致数十亿吨的天体物质飞溅在地球和火星的轨道之间其中可能就携带着简单的遗传序列信息或者其他构建生命的物质基块这可能意味着火星上出现的生命遗传信息与地球生命存在相似的DNA序列因此我们有机会使用标准测试来发现它们。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家也设想了一个火星生命信号探测设备由一个DNA程序装置与一个有机物质猎取单元构成。美国国家航空航天局火星探测计划首席科学家迈克尔&middot;梅耶尔Michael Meyer认为如果我们仅探索已知的DNA信号那么可能错过其他生命形式的发现。发射于上个世纪70年代的美国宇航局海盗系列探测器成功着陆火星表面传回的数据中可能包含了火星微生物的信息然而最新一代的好奇号火星科学实验室正在火星中部的盖尔撞击坑寻找火星远古生命的栖息环境。<br />\r\n<br />\r\n&nbsp; &nbsp; 火星那层薄薄的大气主要是由余留下的二氧化碳95.3%加上氮气2.7%、氩气1.6%、微量的氧气0.15%和水汽0.03%)组成。由于缺少厚厚的大气层以及磁场的保护,火星表面的环境将直接暴露在紫外线和其他宇宙射线照射下,因此美国宇航局探索火星的路线图将遵循至少要在一米的土壤深度或者岩石层下进行探索的原则寻找火星上可能存在的生命。<br />\r\n<br />\r\n&nbsp; &nbsp; 更重要的是,最近的探索任务表明对火星生命的遗传序列探索排除了任何超过一百万年留存的遗传痕迹。克雷格&middot;文特尔博士的计划需要对火星深处进行探索幸运的是我们现在的技术可能做到这一点比如来自欧洲航天局的ExoMars火星探索任务将于2018年发射至少对火星表面进行一米深度的钻探。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外探险机器人或将进入火星地表下的熔岩通道内这些由远古火山熔岩流动形成的隧道可在一定程度上屏蔽宇宙射线。美国宇航局喷气推进实验室已经发展一种火星漫游者探测器可沿着绳索下降到火星悬崖底部将进入火星洞穴进行探索。如果DNA程序装置已经准备好前往火星探索美国宇航局能否考虑在火星探测器发射任务中携带上它呢梅耶尔认为美国宇航局当然会携带其参与火星任务这肯定是有价值的探索。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(145, 53, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 地球究竟长啥模样?地球并不是一个标准的球体,长相有些&ldquo;怪&rdquo;。但究竟有多怪呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 从太空看地球是一个美丽的球体但是由于地心引力的作用它并不是一个完美的圆球。事实上地球的两极长度比赤道要短地球的极半径是3 949.99英里而赤道半径是3 963.34英里,因此也没有办法形成球体。<br />\r\n<br />\r\n&nbsp; &nbsp; 我们都知道地球是椭圆形的,一直也都以为它是一个规规矩矩的球体。然而,一张&ldquo;地球素颜照&rdquo;在微博上流传开来,照片中,地球呈现出凹凸不平酷似土豆的样子,彻底颠覆了人们以往的印象。<br />\r\n<br />\r\n&nbsp; &nbsp; 专家称这张&ldquo;地球素颜照&rdquo;并不是地球的形体照而是一张全球不同地区的重力分布形象图。重力的本源是万有引力,而万有引力取决于质量,质量、密度比较大的地方,对周边的引力就相对较大;质量、密度比较小的地方,对周边的引力就相对较弱。比如金属矿藏密度就大,一般的土壤或者水密度就比较小。<br />\r\n<br />\r\n&nbsp; &nbsp; 为了形象地将重力的强弱表现出来,采用了这种改变地球形态的方法。把重力较强的区域用&ldquo;突出&rdquo;、&ldquo;红色&rdquo;表现,引力弱的地方用&ldquo;凹陷&rdquo;、&ldquo;蓝色&rdquo;表现,因此地球就被描绘成了高低不平的土豆形状,实际上这种形状与真实的地球根本不符。这只是一种关于地球不同区域的不同重力形态的一种形象的表现手法,是一种虚拟图像。<br />\r\n<br />\r\n&nbsp; &nbsp; 地球究竟长啥样?在中学课本中,地球的形状被描述为&ldquo;两极稍扁、赤道略鼓的椭球体&rdquo;,虽不是完美的球体,但这颗蓝色星球的外表还是令人赏心悦目的。地球的真实形状基本是个规矩的球体,但北极曲率稍大一些,南极曲率稍小一些,换句话说,南半球平缓一点,北半球弯曲一点。但这点差别,在太空一定的距离内一般看不出来,只有经过精密的测算才能察觉。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,这张&ldquo;地球素颜照&rdquo;也引起不少网友的好奇,如果去除土壤和海水以及所有植被,地球还是圆的吗?对此,大连大学物理学教授刘金寿表示,海水抽干后,地球大体上还是圆的,只是表面会显得凹凸不平,沟壑纵横。</span><br />\r\n', '', '', '221.212.243.23'),
(146, 53, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 考古学一直在探究和揣测曾经发生了什么?如果有一种办法可以长久记录和存储,那么未来岂不活得更明白和容易?<br />\r\n<br />\r\n&nbsp; &nbsp; 人们常用的磁盘等磁存储介质和光盘等光存储介质,理想情况下,只能将数据保存数十年至数百年,但无法长期保存,而一项新技术将解决这个难题,可以将记录的数据保存上亿年之久。<br />\r\n<br />\r\n&nbsp; &nbsp; 据报道:日本日立公司和京都大学共同开发了一种新的光记录技术,在石英玻璃内部,能够记录/读取相当于CD容量的数据。以石英玻璃作为记录载体其数据存储的年限可超过3亿年适用于长期保存重要的资料档案等。<br />\r\n<br />\r\n&nbsp; &nbsp; 该技术采用二氧化硅纯度比普通玻璃高的石英玻璃作为记录介质,通过照射高功率的毫微微秒脉冲激光,在石英玻璃内形成折射率不同的微小区域(点),有点的部分记作&ldquo;1&rdquo;,无点的部分记作&ldquo;0&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 刻录数据利用普通光学显微镜读取播放。现已证实,能以超过 CD 光盘面记录密度的 320Mbit/英寸2在多层上刻录播放。<br />\r\n<br />\r\n&nbsp; &nbsp; 石英玻璃的耐热性和耐水性高,其物理性质和化学性质均十分稳定。在以 1 000&deg;C加热 2 小时的加速试验中也能够毫不老化,数据依然可以播放。实验结果表明,可以永久保存数据几亿年以上。<br />\r\n<br />\r\n&nbsp; &nbsp; 新技术是用激光在厚2毫米、边长2厘米的方形石英玻璃板上刻录数据数据记录层共分4层提高了存储容量。<br />\r\n<br />\r\n&nbsp; &nbsp; 目前一张石英玻璃板可保存数据40MB日立公司计划将其容量提升到750MB并用它记录人类基因组的数据。<br />\r\n<br />\r\n&nbsp; &nbsp; 此次的技术还能够根据点的图案,刻录文字和图像,利用这一特点,有可能将刻录的数据格式和播放方法等信息与数字数据一起保存下来。只要有光学显微镜,后人就能够确认图像和文字以及恢复数据。<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n&nbsp;<br />\r\n', '', '', '221.212.243.23'),
(147, 53, '&nbsp; &nbsp;<span style=\"font-size:14px;\"> 据报道英国阿伯丁大学启动了一项新的研究计划计划称将在3年内研发出能够与人类进行交谈的机器人。<br />\r\n<br />\r\n&nbsp; &nbsp; 什么是机器人?有&ldquo;大脑&rdquo;尽管它们的外表可能有所不同。<br />\r\n<br />\r\n&nbsp; &nbsp; 智能机器人就是具有相当发达 &ldquo;大脑&rdquo;的机器人。该机器人在脑中起作用的是中央计算机,而这种计算机可跟操作它的人有直接的联系。最主要的是,这样的计算机可以进行按目的安排的动作。<br />\r\n<br />\r\n&nbsp; &nbsp; 阿伯丁大学首席研究员维姆博托&middot;瓦斯冈萨雷斯介绍说:类似机器人这样的自治系统已经成为现代工业的一个重要组成部分,机器人已被用于一系列工业领域,在没有人类指导下完成各种工作。在决定如何完成任务时,它们能够快速处理大量信息。不过,这一过程也会犯下对它们或者人类来说并不明显的错误,如果人类无法理解自治系统为何在一个特定的时间决定以一种确定的方式执行一项特定任务,人类便可能对它们产生不信任,而我们的目标是研发新一代自治系统,让人类与机器人之间进行双向交流。操作人员可以就电脑做出的决定询问理由,是否存在其他选择以及为何放弃这些选择。这一系统允许操作人员质疑或者否决机器人的决定,必要的时候,他们可以准许电脑系统打破或者变通规则,以更好地利用资源或者确保安全。这种交流的最终目的是让机器人成为人类喜欢和信任的系统。这种人机交流是双向的,有时候,操作人员可能不喜欢机器人给出的解决方案,但机器人会说:&ldquo;对不起,这是所有我能做的。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 在研发这种系统时,科学家必须考虑一个重要因素,那就是确保电脑的反应不具有危险性、不粗鲁和不形成对峙局面。为了解决这个问题,研究者邀请了一位心理学家参与研究。瓦斯冈萨雷斯指出:与机器人交流,实际上是让人类肩负更大责任,因为一旦出现问题,你不可能将责任归咎于电脑,所有交谈内容都会被记录下来,以便出错时追究责任,这是一个很好的副作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 这一系统的早期版本将在3年内问世。借助于新系统操作人员可以与机器人讨论行动计划必要的时候还会命令它们打破规则。新系统采用的人机交流方式是电脑屏幕上的文字而不是语音。潜在的应用包括无人机器人行星探索任务、深海考察任务、防御系统以及对核设施等危险环境进行勘察。<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(148, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 随着智能手机的快速发展,人们对手机越来越依赖,由此出现了一群&ldquo;手机控&rdquo;,甚至还出现了&ldquo;全宅手机控&rdquo;。现在,就让我们一起来眺望未来的手机人生&mdash;&mdash;现在的智能手机可以实现控制灯光系统、空调系统、影音设备、家用电器、窗帘等,凡是使用电的设备都可以实现这一功能。无论你在世界哪个角落都可以控制家里的电器设备,还可以查看它们是否在工作。这种新型的生活方式受到人们的热追,而未来智能手机还将成为人类的永恒伴侣、助手和监护人。<br />\r\n<br />\r\n&nbsp; &nbsp; 让我们把时间推进到2020年汤姆和萨拉将迎来他们的孩子汤米。他们给手机下载安装了&ldquo;新生儿&rdquo;应用程序套件。他们使用的手机系统,我们姑且称之为&ldquo;智能手机20.0&rdquo;。在预产期之前,他们拿着手机在家里巡视,给每个房间创建光声&ldquo;指纹&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 汤米第一次在家午睡时,父母把手机放进他的小床,当了解到小床是婴儿睡觉的地方,智能手机就会激活附带的&ldquo;婴儿猝死综合征&rdquo;应用程序来监测汤米的心跳和呼吸,应用程序套件还会自动更新最新的医学研究成果。为了使汤米睡得更踏实,智能手机会选择最适合婴儿酣然入睡的音乐播放。<br />\r\n<br />\r\n&nbsp; &nbsp; 当他的父母不在身边时,汤米想拉拽门锁。此时,智能手机的&ldquo;监护&rdquo;程序就能识别出他的行为,然后发出警报、闭合门锁,并播放汤米此举可能产生后果的视频。&ldquo;监护&rdquo;程序此时会通知他的父母,向他们简短地通报情况并提出建议。<br />\r\n<br />\r\n&nbsp; &nbsp; 汤米第一次滑雪他的智能手机已升级到23.0版。手机中下载的&ldquo;虚拟滑雪教练&rdquo;程序,可使用缝制到汤米衣服内的加速度计,感知其滑雪姿势并提供建议以保持平衡。当预见到即将发生碰撞时,程序会迅速发出指令告知其如何停止。<br />\r\n<br />\r\n&nbsp; &nbsp; 一天汤米从学校回家智能手机27.0版&ldquo;监护&rdquo;程序注意到,一个陌生人正在准备哄骗汤米进入一辆面包车。&ldquo;监护&rdquo;程序开始向汤米低声提醒,不要和陌生人交谈,并告诉他赶紧跑到附近的房子里,程序已经验证这间房子是安全的藏身地,并确认屋里有人。&ldquo;监护&rdquo;程序同时拍下陌生人的照片和他的车牌号,并将该信息转发给警方。<br />\r\n<br />\r\n&nbsp; &nbsp; 汤米16岁时父母下载了&ldquo;驾驶教员&rdquo;应用程序。2036年的汽车已经拥有许多安全性能但在紧急情况下仍然需要驾驶员接管因此驾驶执照仍是必不可少的。在程序的指导下汤米成为了一名优秀的驾驶员。不过最令他父母放心的是一旦违章他们会即刻收到告警。<br />\r\n<br />\r\n&nbsp; &nbsp; 数年后,汤米的智能手机(经过多次升级)仍是一个值得信赖的伙伴。出差时,&ldquo;行政助理&rdquo;程序可给汤米提示路遇之人的姓名及与他的关系。汤米在一个大型建筑物中约会,其间有迷宫般的走道和廊桥,汤米智能手机的&ldquo;楼宇导航&rdquo;程序就能快速地引导他来到会面地点。<br />\r\n<br />\r\n&nbsp; &nbsp; 随着汤米年龄的增长,尤其是夜间视力下降,这使他难以判断迎面而来的车辆的速度。此时,他手机中的&ldquo;驾驶能力&rdquo;程序会注意到他的犹豫,指示汽车的导航系统只在左转信号时使用交叉路口,或是在天黑后只使用右转路线。<br />\r\n<br />\r\n&nbsp; &nbsp; 汤米的健康状况每况愈下,汤米的智能手机&ldquo;健康应用程序&rdquo;允许他的医生调取手机中内置传感器所做的日常自监测结果。该程序根据医生设定的时间表对汤米进行监测,医生可查看监测结果,还可增加额外的监测项目。这个健康应用程序还可监测汤米的活动情况,一旦发生任何异常,则通知他居住的老年公寓里的护士。<br />\r\n<br />\r\n&nbsp; &nbsp; 汤米的智能手机通过视频和音频捕捉了他不平凡的一生,这些音视频自动分割成片段,语音转换成文本后形成目录,便可通过文本进行搜索。他的儿孙们未来就可从存档中挖掘汤米作为家庭虚拟伙伴、监护人的智慧。<br />\r\n<br />\r\n  以上虚构的汤米一生中应用的程序不是凭空杜撰而是从目前已存在的技术直接推断而来。这种集成技术将成为情境意识能够理解用户的意图无须触摸或语音命令便可投入工作。所有这些技术将是&ldquo;零&rdquo;碳足迹的,因为它们会清除环境中无线电波的能量,当它们被废弃时则可进行生物降解。在今天的智能手机上已经可以眺望到这样美好的未来&hellip;&hellip;</span><br />\r\n', '', '', '221.212.243.23'),
(150, 9, '<span style=\"font-size:14px;\"><span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 汉麻,一种神奇的植物,素有天然纤维之王的美誉,但随着棉花种植的推广以及工业合成纤维的出现,古老的汉麻便渐渐淡出了人们的视野。但近年,随着需求的增加,汉麻的地位凸显,目前,汉麻已经渗透到纺织业的各个领域,同时相关领域的研究开发也正在崛起&hellip;&hellip;</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 汉麻亦称大麻(Cannabis&nbsp;sativa&nbsp;L),一年生草本植物,起源于中国或中亚其他国家。然而由于汉麻中含有四氢大麻酚(THC),被用来制造兴奋剂和毒品,于是导致种植汉麻受到国际禁毒组织的强烈反对,因而一些国家禁止种植,故此汉麻应用也几乎趋于停滞状态。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 上世纪90年代研究低毒或无毒工业用汉麻品种在欧洲培育成功所以许多国家又恢复大面积种植工业用汉麻。近10年来汉麻在欧美重新受到广泛的关注但目前全球仅培育出26个工业汉麻品种。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 黑龙江是汉麻主要产区之一,自然条件非常适合工业用汉麻的生长,产出的麻纤维含量高、品质好,所以近年来黑龙江省汉麻种植面积逐年增加。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 汉麻的韧皮纤维产量每亩可达100公斤以上比棉花高50关键是它在我国各地都能种植而且特别适合种植在山坡地、荒地和盐碱地等利用价值低的地方它并不与粮、棉、油争地。同时汉麻还可有效改良土壤与其他作物轮作能提高其他作物的产量和品质所以种植汉麻又成为保护土壤可持续利用的有效途径。汉麻自身含有多种特有化学成分它具有较强的抑草抑虫害功能因此在整个生长过程中不需要使用杀虫剂和除草剂所以对环境没有任何污染。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 黑龙江省科学院大庆分院育成的新品种已在黑龙江省进行了全省区域的试验,这个品种高纤、高产、耐盐碱,抗旱、抗逆性强,非常适合黑龙江省西部、北部地区的种植,同时科研人员还摸索出了一套优质的栽培技术。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 汉麻全身是宝它主要用于纺织、造纸、医药、食品、新材料、新能源和化妆品等领域的新产品的研发有着重要的工业及药用价值。汉麻韧皮可用于纺织。汉麻的排湿性是纯棉的3倍汉麻面料可在1小时内将附着的细菌杀灭汉麻织物可屏蔽95以上的紫外线、在370℃高温时不褪色、在1 000℃时不燃烧。汉麻制品与棉纺织品相比汉麻纺织产品具有更耐磨、吸湿透气爽身、排汗性更好、能阻挡更多的紫外线且不易发霉、屏蔽辐射、柔软适体、隔热绝缘、抗霉抑菌、消散音波、防止静电、坚固耐用、风格粗犷等特点适宜于穿、戴、包、挂、垫、盖等多种用途现在国际上已掀起一股汉麻纺织品热。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 汉麻秆芯经研磨可生产木粉、制造活性炭、生产浆粕用于造纸。麻叶、麻花、麻根可提取药物有止血、散淤、解毒、安胎等功效。麻籽仁可榨油其不饱和脂肪酸含量竟高于深海鱼油。汉麻油中亚油酸的含量比其他植物油中的亚油酸含量都要高而与其他植物油中的脂肪酸成分基本相近汉麻油中不饱和酸成份对预防人体心脑血管方面的疾病有着良好的作用口感也很好所以汉麻油在一些国家受到一定程度的欢迎。汉麻秆芯吸收甲醛是松木的11倍且具有分解化学有害气体的特殊功能。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 总后勤部军需装备研究所基于汉麻军用和民用的广泛用途,成立了汉麻材料研究中心,引导并开展工业用汉麻种植及产业研究开发工作,汉麻在他们手中,浴火重生一般变成各种军用服装、高档服饰的原料。由它制成的军服吸湿排汗、抑菌舒爽。除了服装,还开展了全方位的汉麻军用研究。他们以汉麻秆芯粉为原料,制作新一代木质防弹陶瓷,制成的头盔美观耐用、轻便坚固,防护能力高。汉麻电磁屏蔽板材搭建的指挥所吸音屏蔽。汉麻杆做成的高效炭吸附材料可用于制作高档防毒面具。汉麻籽榨油后剩余的籽粕中可提取汉麻仁蛋白,用于制作高营养价值的作战口粮。汉麻籽生物柴油经上百万公里坦克发动机和地面车辆行车试验,证明与现今军用柴油指标基本一致,可满足部队能源多样化的要求,将来还可能成为石油、煤等矿物替代品,减少能源消耗造成的环境污染。</span><br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<br style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \" />\r\n<span style=\"color: rgb(102, 102, 102); font-family: 宋体; line-height: 20px; \">&nbsp; &nbsp; 目前,汉麻纺织品已被业内誉为&ldquo;会呼吸&rdquo;的生态产品和&ldquo;二十一世纪最具发展前景的绿色产品&rdquo;,在国内外市场获得了很高的认同度。汉麻,这种古老的植物,既可军用又可民用,大面积推广种植,可有效缓解我国纤维紧缺的现状。所以,开展利用汉麻木质部分、汉麻籽、根等副产品研发新材料、新能源、功能食品、药品原料、化妆品原料等新产品,前景都非常广阔。</span></span>', '', '', '221.212.243.23'),
(160, 21, '+ 调控记忆开关的关键分子得到确认<br />\r\n<br />\r\n+ &ldquo;仿生眼泪&rdquo;液体材料问世 潜在功能超乎想象<br />\r\n<br />\r\n+ 特有基因变异让东亚人更容易出汗<br />\r\n<br />\r\n+ 抑郁症可以通过仪器诊断吗?<br />\r\n<br />\r\n+ 孕妇体内自然杀伤细胞可被重新唤醒<br />\r\n<br />\r\n+ 研究发现大脑细胞的寿命是正常细胞的两倍<br />\r\n<br />\r\n+ 吃完鸡蛋不能立即做这些事 小心丧命<br />\r\n<br />\r\n<br />\r\n', '', '', '1.62.185.133'),
(176, 53, '&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">就像机器人一词最早诞生于科幻小说之中一样,人们对机器人充满了幻想。也许正是由于对机器人定义的模糊,才给了人们无限的想象和创造空间。机器人的各种功能和其具有的许多特别之处,更让人们对其充满了无所不能的期望&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; 中国的机器人专家从应用环境出发,将机器人分为两大类,即工业机器人和特种机器人。所谓工业机器人就是面向工业领域的多关节机械手或多自由度机器人。而特种机器人则是除工业机器人之外的、用于非制造业并服务于人类的各种先进机器人,包括:服务机器人、水下机器人、娱乐机器人、军用机器人、农业机器人、机器人化机器等。在特种机器人中,有些分支发展很快,有独立成体系的趋势,如服务机器人、水下机器人、军用机器人、微操作机器人等。目前,国际上的机器人学者,从应用环境出发将机器人也分为两类:制造环境下的工业机器人和非制造环境下的服务与仿人型机器人,这和中国的分类是一致的。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;不久前,全球首款家庭服务机器人&mdash;&mdash;科沃斯亲宝,在广州亮相。这款由我国自主研发生产的家庭服务&ldquo;人形&rdquo;机器人融合了自动化控制、网络互联、物联网等技术用户可通过手机应用程序借助3G及Wi-Fi网络操控机器人从而实现不管在何时何地始终都可以保持和它互动。<br />\r\n<br />\r\n&nbsp; &nbsp; 科沃斯亲宝&ldquo;人形&rdquo;机器人,集远程互动、智能外设管理、娱乐教育功能为一身。体型憨态可掬,灵活的小脑袋上长着一只&ldquo;小眼睛&rdquo;(摄像头),用户可通过手机操控,实现与家里实时的视频语音互动,通过智能外设管理,可远程操控家用电器。同时,烟尘报警系统、独有的人体感应外设,确保家中有人来访时第一时间短信通知主人,为居家安全增添一份保障。亲宝还可根据客户需求,从互联网抓取相关信息,播放新闻、天气、音乐、戏曲等内容,对于不能熟练操作电子设备的老人和儿童,也是一个很不错的娱乐教育工具。<br />\r\n<br />\r\n&nbsp; &nbsp; 据了解科沃斯是国际电工联合会IEC机器人标准委员会成员单位国家标准委任命的家庭服务机器人标准化工作组组长单位也是目前世界上唯一一家专注于家庭服务机器人研发和市场化推广的企业。目前科沃斯已逐步建立起包括地面清洁机器人地宝、空气净化机器人沁宝、擦窗机器人窗宝以及亲宝在内的丰富的机器人产品线。科沃斯机器人现已在德国、法国、西班牙、瑞士等30多个国家和地区销售。在国内每3台地面清洁机器人就有2台出自科沃斯。<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(177, 10, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 11月中国青年报社会调查中心通过题客调查网和民意中国网以&ldquo;你看好未来10年中国的发展吗&rdquo;为题对全国31个省、市、自治区的11 405名网友实施的在线即时调查显示在公众眼中最有可能阻碍中国未来10年发展的问题是贫富分化严重75.4%的被调查者选择了将其排在首位这也将成为未来10年公众最焦虑的问题&mdash;&mdash;&mdash;<br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;世界上最遥远的距离是我们俩一起出门,你去买&lsquo;苹果&rsquo;四代我去买4袋苹果。&rdquo;网民的灰色幽默折射出贫富差距不断拉大的尴尬现实。<br />\r\n<br />\r\n&nbsp; &nbsp; 2011年我国人均GDP已突破5 000美元但收入分配领域的矛盾却比较突出基尼系数居高不下已超过国际公认的0.4的警戒线。<br />\r\n<br />\r\n&nbsp; &nbsp; 许多发展中国家在步入中等收入国家行列之后,由于贫富差距过大,出现两极分化,造成经济增长停滞、社会不稳定、政局动荡等问题,被称为&ldquo;拉美现象&rdquo;或&ldquo;中等收入陷阱&rdquo;。 2011年末经济合作和发展组织OECD发布报告称发达国家贫富差距创下30多年来最高纪录所有OECD成员国贫富差距达9倍。在经合组织22个成员国中17国的收入差距上升而墨西哥的贫富差距最大差距达26倍。智利紧随其后贫富差距超25倍。此外美国的贫富差距也难尽如人意贫富差距达15倍。报告指称传统上均富的国家如德国、丹麦、瑞典、比利时贫富差距最小约为6倍意大利、日本、韩国和英国为10倍以色列、土耳其也超过14倍。<br />\r\n<br />\r\n&nbsp; &nbsp; 2010年世界银行公布的调查数据:美国5%的人口掌握了60%的财富而中国是1%的家庭掌握了全国41.4%的财富,财富集中程度远大于美国,成为全球两极分化最严重的国家之一。<br />\r\n<br />\r\n&nbsp; &nbsp; 2010年中国经济总量超过日本与此同时中国贫富分化差距越发巨大行业间收入差距或已达10倍基尼系数已经超过0.496。<br />\r\n<br />\r\n&nbsp; &nbsp; 近年来居民消费支出占GDP的比重不断下滑。2011年中国家庭消费只占国内生产总值(GDP)的34.9%低于2000年的46.0%远低于美国的70%。<br />\r\n<br />\r\n&nbsp; &nbsp; 不少网民认为,居民收入增长过慢,拉动内需、刺激消费就陷入空谈。同时,城乡、区域、行业和社会成员之间的收入差距不断扩大,为百姓仇官、仇富心理的滋长和社会矛盾的积聚提供了养分。显然,这种贫富分化的现象会影响到和谐社会的建设,也容易成为社会不稳定的根源。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; A.中国贫富差距差在哪?<br />\r\n<br />\r\n&nbsp; &nbsp; 中国社会科学院城市发展与环境研究所发布的《中国城市发展报告No.4&mdash;聚焦民生》显示2010年我国城乡收入差距比为3.231成为世界上城乡收入差距最大的国家之一。<br />\r\n<br />\r\n&nbsp; &nbsp; 早在2005年国际劳工组织的数据显示绝大多数国家的城乡人均收入比都小于1.6只有3个国家超过了2中国名列其中。而美、英等西方发达国家的城乡收入差距一般是在1.5左右。<br />\r\n<br />\r\n&nbsp; &nbsp; 中国的贫富差距差在哪呢?城乡、行业、区域。<br />\r\n<br />\r\n&nbsp; &nbsp; 在过去的十几年里这3方面的差距一度呈上升趋势具体如下<br />\r\n<br />\r\n&nbsp; &nbsp; 我国城乡居民收入的绝对额差距增加了近12倍。数据显示1978-2007年间中国城镇居民人均实际可支配收入增加了7.5倍农村居民人均纯收入增加了7.3倍。但1990年以来农民收入的增幅明显低于城镇居民二者之间绝对额的差距逐年扩大。2009年是改革开放以来差距最大的一年城乡居民收入比扩大到3.331。<br />\r\n<br />\r\n&nbsp; &nbsp; 我国各行业之间收入差距也在明显加大。由于在市场经济发展过程中存在如法制不够健全、市场竞争机制不够完善等弊端。另外,又由于国家相关政策的保护,从而导致行业垄断现象仍然存在。当前,垄断行业主要包括电力、电信、民航、铁路、石化、金融、保险、烟草、煤炭等部门。这些垄断性行业凭借垄断经营的特权及国家政府的特殊保护,与其他行业进行不公平竞争,从而取得高额垄断利润,使行业间差距不断扩大。例如:2010年调查上海某银行员工工资及奖金人均为29.66万元员工的其他福利人均为6.08万元合计35.75万元是当年城镇企业在岗职工平均工资的10倍。<br />\r\n<br />\r\n&nbsp; &nbsp; 区域间的贫富差距主要表现在东部和西部之间的贫富差距。据国家统计局数字表明1999年东部地区人均GDP为10 732元人民币西部地区为4 302元 到2005 年东部地区人均GDP为22 200元西部地区为8 970元。6年间东西部人均GDP差距由6 430 元扩大到13 230 元增加了1倍多。2006年西部12个省市自治区GDP总和不到人民币4万亿元约占全国GDP的17% 而东部地区GDP达到2万亿元的省份就有3个其中江苏省为21 500亿元山东省为22 000亿元广东省为25 000亿元。从这一组数据不难发现东西部之间差距的明显。<br />\r\n<br />\r\n&nbsp; &nbsp; 2012年分配结构已有所改善。<br />\r\n<br />\r\n&nbsp; &nbsp; 据《新京报》消息:北京师范大学劳动力市场研究中心编写的一份报告预计,虽然中国目前收入分配差距较大,但扩大的趋势在减缓,目前已到缩小拐点期。<br />\r\n<br />\r\n&nbsp; &nbsp; 报告称中国城乡之间的收入比系数最近两年持续下降从2009年的3.331下降到2010年的3.231。由于中国收入差距约一半来自城乡收入差距它的走向对整体收入差距的变动起着决定性作用。这被视为收入差距面临缩小拐点的一个证据。<br />\r\n<br />\r\n&nbsp; &nbsp; 根据报告分析,另一个证据是:城乡中低收入群体的收入增长快于高收入群体。这些意味着城镇内部和农村内部收入差距在缩小。<br />\r\n<br />\r\n&nbsp; &nbsp; 报告认为:收入差距缩小的一个重要原因是劳动者受教育程度普遍提高,不同学历劳动者之间的收入差距在缩小。<br />\r\n<br />\r\n&nbsp; &nbsp; 国家统计局局长马建堂称:<br />\r\n<br />\r\n&nbsp; &nbsp; 在GDP增长7.7%的情况下,居民收入比过去多了,财政收入增幅降低,而企业利润负增长。在初次分配中,收入分配结构得到改善。同时,中西部经济发展速度高于东部地区。<br />\r\n<br />\r\n&nbsp; &nbsp; 近年来随着西部大开发东西部的差距在逐步缩小。公布的2012年上半年GDP数据中在经济总量方面广东继续领跑。在增速方面贵州以14.5%的增速领跑而北京则以7.2%的增速垫底。<br />\r\n<br />\r\n&nbsp; &nbsp; 中国社科院研究员徐逢贤表示,东部地区在产业结构调整过程中,经济增长速度下降是必然的,而且下降还将是一个过程。不过,今年东部地区经济增速下降则受到两个特殊因素的影响,一是房地产调控,二是虚拟经济。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; B.中国贫富差距产生的原因<br />\r\n<br />\r\n&nbsp; &nbsp; ●&ldquo;先富与共富&rdquo;政策的实施。<br />\r\n<br />\r\n&nbsp; &nbsp; 鼓励一部分人、一部分地区先富起来,先富带动后富,最终实现共同富裕。这一政策在改革开放初期对于打破中国经济发展的桎梏,让经济得以迅速发展,起到了巨大的作用。现在的问题是,这一政策没有得到完整的落实。先富起来的人并没有去带动其他人实现共同富裕,从而拉大了相互之间的贫富差距。<br />\r\n<br />\r\n&nbsp; &nbsp; ●经济运行机制的不健全。<br />\r\n<br />\r\n&nbsp; &nbsp; 我国正处于由计划经济向市场经济转型的过程中一套健全的市场经济运行机制尚没有真正建立。正是在这种情况下一部分人能够投机钻营非法、违法经营和权力资本化造成不合理的贫富分化导致社会贫富差距悬殊。根据有关专家粗略计算各种非法收入在全国范围内大约使居民收入分配基尼系数上升31%。<br />\r\n<br />\r\n&nbsp; &nbsp; ●社会资源分配不均。<br />\r\n<br />\r\n&nbsp; &nbsp; 社会资源分配不公,长期以来户口、教育以及各种或明或暗的规章制度限定了人口的横向纵向流动,造成一部分人接触不到可以改变自身命运的机会。<br />\r\n<br />\r\n&nbsp; &nbsp; 严格的中国计划生育政策造成城乡生育率的高度对比,城市居民平均子女只有农村的一半,在削减城市居民人口的同时,不可避免地造成城市居民子女在获得教育,父母关心等层次上的优势,更进一步加深了社会财富横沟。<br />\r\n<br />\r\n&nbsp; &nbsp; ●税收制度的不合理<br />\r\n<br />\r\n&nbsp; &nbsp; 毋庸置疑,国家通过健全的税收制度,可以有效缓解贫富差距的问题。在成熟的市场经济国家里,无论是从绝对数量上还是从税率上来看,收入高的人比收入低的人要缴纳高很多的税收。然而令人奇怪的是,频繁出现在福布斯(或胡润)中国富豪榜上的中国富豪们,并没有出现在缴税排行榜的前列。这充分说明了目前中国税收制度的不健全。由于对于高收入群体缺乏合理的、必要的&ldquo;限高&rdquo;,导致了我国国民贫富差距的扩大。<br />\r\n<br />\r\n&nbsp; &nbsp; ●以农业支持工业,致农村发展滞后。<br />\r\n<br />\r\n&nbsp; &nbsp; 从新中国建立开始,中国实行了有倾斜的区域政策。那就是农村支持城市,农业辅助工业。于是,农民种了粮食交给国家,国家把大部分的财政收入拿去支持工业的发展,因为工业更能在最短的时间内创造更多的价值,加速国家的建设。因为那个年代中国缺钱,这种倾斜政策加速了城市的发展,却也使农村更加滞后。<br />\r\n<br />\r\n&nbsp; &nbsp; 现在经过30年的改革开放中国的城市富了中国已经是世界第三大经济体。政府也开始把政策向农村倾斜减免了有着2 600多年历史的农业税九年义务教育也免掉了书本费和学杂费。这对农民来讲是实实在在看得到的利益。十八大也提出了&ldquo;到2020年实现国内生产总值和城乡居民人均收入比2010年翻一番。&rdquo;的目标,而且把更多的精力放在了农村和农民上。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; C.解决中国贫富差距的锦囊<br />\r\n<br />\r\n&nbsp; &nbsp; ●逐步实现城乡一体化,促进就业机构的调整。<br />\r\n<br />\r\n&nbsp; &nbsp; 从目前来看,最主要的任务就是消除城乡之间在居住、就业、社保、教育、医疗、税收、财政和金融等方面不公平和二元化的政策和管理,引导农村富足劳动力有序转移。大力实行户籍制度改革,逐步实现城乡一体化,彻底消除城乡壁垒,促进城乡劳动力的合理分工 。<br />\r\n<br />\r\n&nbsp; &nbsp; ●打破行业垄断,缩小行业收入差距。<br />\r\n<br />\r\n&nbsp; &nbsp; 政府应采取措施降低非垄断行业的市场准入程度,为市场经济的发展创造公平竞争的环境,从而消除或减轻行业之间的不公平交易,缩小垄断行业与非垄断行业职工之间的收入差距。<br />\r\n<br />\r\n&nbsp; &nbsp; ●深化收入分配制度的改革。<br />\r\n<br />\r\n&nbsp; &nbsp; 控制收入差距于适当的范围之内必须兼顾效率和公平。另外,充分发挥税收对收入差距的调节作用,制定合理的个人所得税起征点和累进税率,还应征收遗产税、高消费税等。同时,还要通过增加公共支出、加大财政转移支付力度等措施,支持和扶助农村的发展。<br />\r\n<br />\r\n&nbsp; &nbsp; ●完善社会主义保障体系。<br />\r\n<br />\r\n&nbsp; &nbsp; 要坚持社会统筹与个人账户相结合的基本养老和医疗制度,进一步完善失业保险制度,完善城镇居民最低生活保障制度;加强农村社会保障体系建设,健全农村医疗保险、社会保险制度,以促进农村的稳定和发展。市场机制追求效率,社会保障则应更加注重公平。<br />\r\n<br />\r\n&nbsp; &nbsp; ●鼓励发展慈善事业,形成三次分配格局。<br />\r\n<br />\r\n&nbsp; &nbsp; 有学者把&ldquo;慈善事业机制&rdquo;称为&ldquo;三次分配机制&rdquo;。要缩小财富差距,就应当有三次分配。三次分配要讲社会责任,富人们应当在自愿的基础上拿出自己的部分财富,帮助穷人改善生活、教育和医疗的条件。另外,对于热心于慈善事业的企业,政府应该在税收和投资项目的立项审批等方面给予优惠和照顾,从而鼓励更多的企业家参与慈善事业,回报社会。<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n', '', '', '221.212.243.23'),
(183, 21, '<span style=\"font-size:9px;\">钛合金替身&ldquo;人造骨&rdquo;为哪般?<br />\r\n<br />\r\n我国科学家发现天然免疫识别与调控新机制<br />\r\n<br />\r\n人体最没用的10大器官<br />\r\n<br />\r\n眼睛能暴露出你体内14种隐疾<br />\r\n<br />\r\n小心12种有毒蔬菜 多吃会致命<br />\r\n<br />\r\n水果要挑时间吃更营养<br />\r\n<br />\r\n淘米水10大药用功效<br />\r\n<br />\r\n上班族喝水用什么杯子最健康</span><br />\r\n<br />\r\n<br />\r\n', '', '', '113.9.227.138'),
(184, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 人体自身皮肤干细胞来进行除皱除疤痕美容的技术刚刚起步,且有效性、安全性都有待检验,所以,眼下不要被蒙蔽而成为&ldquo;试验品&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 每个人都希望摆脱自身的皱纹,很多人也会依赖美容治疗祛除细纹。如今,肉毒杆菌毒素已经成为流行的美容疗法,但这种疗法具有副作用,甚至还可能会导致新的皱纹产生。近来,一种用人体自身皮肤干细胞来进行除皱除疤痕美容的技术,成为媒体报道和公众关注的热点,也是众多想要祛除皱纹的爱美者十分关注的问题。<br />\r\n<br />\r\n&nbsp; &nbsp; 干细胞是一类具有自我复制能力的多潜能细胞,在一定条件下,它可以分化成多种功能细胞。干细胞是一种未充分分化、尚不成熟的细胞,具有再生各种组织器官和人体的潜在功能,医学界称为&ldquo;万用细胞&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 位于英国格拉斯哥的Pharmacells公司正在开发一种治疗方法将患者自身血液中提纯的干细胞注射入其皮下以长出新的弹性皮肤细胞有效&ldquo;对抗&rdquo;皱纹。第一期临床试验将在短期内开始进行。<br />\r\n<br />\r\n&nbsp; &nbsp; 该公司董事长阿瑟尔&middot;哈斯说:&ldquo;皮肤具有自然弹性的属性是来自于被称为纤维母细胞的细胞。随着年龄的增长身体产生这种弹性细胞的能力会逐渐减缓因为这些纤维母细胞的数量在减少。通过引入大量的干细胞到皮下合适的位置即可增加身体生产这种细胞的能力。当然这种疗法仍然处于早期阶段但我们希望在未来12个月内开始一期临床试验。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 纤维母细胞会产生胶原蛋白有助于保持皮肤结构的完整性。Pharmacells公司将与香港一家诊所进行第一期临床试验使用一种技术来净化非专业类型细胞&mdash;&mdash;一种被称为类似囊胚的干细胞,其在体内可以长成许多不同类型的组织。这将是首次用这种类型的细胞进行治疗,该公司还希望基于此开发新的技术来治疗疾病,如心脏疾病和骨关节炎。<br />\r\n<br />\r\n&nbsp; &nbsp; 英国美容整形外科协会当选负责人、整形外科医生拉吉夫&middot;格罗弗说:&ldquo;有一些证据表明干细胞在注射时能改善皮肤的质量但是对于看到其长期的效果和安全性的研究尚不能确定。在干细胞用于皱纹的广泛治疗之前可能还需要510年的时间。这是一个令人兴奋的前景干细胞会显著影响未来的整形外科及美容医学。&rdquo;&nbsp;</span><br />\r\n', '', '', '113.9.227.138'),
(185, 53, '&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">首个具有敏锐触感且在室温下能迅速、反复愈合的人工合成材料已研制出,此进展或将导致更智能假肢或更有弹性的可自我修复个人电子产品的出现。<br />\r\n<br />\r\n&nbsp; &nbsp; 人类皮肤是一种特殊的材料:它需要很强的可塑性,以便于在攥紧拳头时,皮肤不会破裂。需要对诸如抚摸和压力等外界刺激感觉灵敏,而这些感觉以电波信号的方式被测量到,因此皮肤还需要导电性。更重要的是,皮肤必须在日久天长的磨损中幸存下来,于是,它需要自我修复能力。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国斯坦福大学的一个科研团队研制出首个具有敏锐触感且在室温下能迅速、反复愈合的人工合成材料。此进展或将导致更智能假肢或更有弹性的可自我修复个人电子产品的出现。该研究成果发表在《自然&middot;纳米技术》杂志上。<br />\r\n<br />\r\n&nbsp; &nbsp; 实际上,这一成果部分得益于&ldquo;表皮电子学&rdquo;持续十年的短暂繁荣&mdash;&mdash;微薄、灵活的电路产品足以附着在皮肤上,例如能够用于可佩戴的心律监护器或是为假肢提供触感灵敏的肌肤状物质。但即使是最有效的自我修复材料仍具有重大缺陷。有些因必须暴露在高温条件下而无法使用,有些虽在室温下可以愈合,但修复创口会改变其机械或化学结构,所以只能使用一次。最重要的是,还没有出现一种自愈合材料具有良好的导电性。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员一直在竭力模仿人类皮肤的卓越性能,如皮肤的触感(发送给大脑的关于压力和温度的精确信息)以及高效的自愈能力。斯坦福大学化学工程系鲍哲南教授及其团队成功地将上述两项性能集成在单个合成材料中。<br />\r\n<br />\r\n&nbsp; &nbsp; 鲍哲南团队经由两种成分的混合成功地达到了两全其美的效果&mdash;&mdash;塑料聚合物的自我修复能力和金属的导电性。他们使用的塑料包含有氢键连接的长链分子,这些分子很容易打散,当其重新连接时,氢键就能自我重组和恢复材料的结构。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员在这种弹性聚合物中添加了微小的金属镍颗粒以增加其机械强度。镍颗粒的纳米级表面是粗糙的,这对材料形成导电性至关重要。其每个突出的边缘都聚集了一个电场,使电流更容易从一个粒子到达下一个粒子,从而使塑料聚合物具备导电性。<br />\r\n<br />\r\n&nbsp; &nbsp; 该团队探讨了该材料的压敏特性。电子在材料中形成电流的过程,类似于在石头间跳跃过小溪。镍颗粒就扮演了石头的角色,它们间的距离决定了一个电子需要多少能量从一块石头跳跃到另一块。合成皮肤上的扭曲或按压会改变镍颗粒间的距离,也就改变了电子跳跃的难易程度。这些细微的电阻变化可被转换成皮肤受到压力和张力的信息。研究人员表示,该材料可探测到握手产生的压力变化。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员还对该材料在受损后机械强度和导电性的恢复能力进行了检测。他们取用薄带状材料并将之切成两半, 将切口轻轻按压在一起15秒钟之后研究人员发现样品的传导性恢复了98%如果按压30分钟材料性能的恢复接近100%。更重要的是同一样品可在同一个地方反复切削经过50次切削和修复样品的柔韧性和伸展度仍完好如初就像巴黎高等理工化工学校研究小组的橡胶配合物那样斯坦福研究小组的聚合物也能反复不断地恢复。<br />\r\n<br />\r\n&nbsp; &nbsp; 鲍哲南表示,该材料对下压和屈曲都非常敏感,因此未来的假肢在关节处将有更好的弯曲度。覆有该种材料的电气设备和电线也可自我修复,使电力维护变得不再困难和昂贵,尤其是在难以到达的地方,如建筑物墙壁或是车辆内。研究团队的下一个目标是使材料更透明和更具弹性,以适于电子设备或显示屏的包装和覆盖。&nbsp;</span><br />\r\n', '', '', '113.9.227.138'),
(186, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 生活在黑暗中的人们无法用视觉去感知这个世界,这也让他们的生活失去了很多的色彩。现在可以不再需要用眼睛去看这个世界了,以色列希伯莱大学的埃米尔&middot;阿马迪耶和他的同事们开发了一个新设备,让先天性盲人能够从声音中得到视觉信息。<br />\r\n<br />\r\n&nbsp; &nbsp; 人们可以通过听取描述一个物体或面部表情的声音,然后说出他们&ldquo;看到&rdquo;了什么。这个系统也可以通过读取字母来进行阅读。<br />\r\n<br />\r\n&nbsp; &nbsp; 微型摄像头一端绑在使用者的头部一端连接到电脑或智能手机上。识别系统可以将图像转换为声音并通过耳机提供对物体的描述。声音或高或低代表其表面形状能够让人们在头脑中表征出该形象。训练一个盲人学会描述一系列图像需要70个小时。<br />\r\n<br />\r\n&nbsp; &nbsp; 通过监测盲人使用该设备的神经活动阿马迪耶和他的研究小组发现虽然使用者不用眼睛但他们的视觉皮质却被声音激活。视觉皮质区在枕叶距状裂上、下唇与楔叶、舌回的相邻区17区。每一侧的上述区域皮质都接受来自两眼对侧视野的视觉冲动并形成视觉。这表明尽管这些盲人从未接触过正常的视觉信息但作为目标物识别或读取的专门区域在今后的生活中依然能够启动。<br />\r\n<br />\r\n&nbsp; &nbsp; 目前,研究小组计划通过使用音乐表示颜色、形状和位置来改进该系统。他们希望呈现出更愉悦的声音: 因为实验参与者在经过几个小时的使用后就对声音背景产生了厌烦的情绪。</span><br />\r\n', '', '', '113.9.227.138'),
(187, 53, '&nbsp;<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 过度饮酒不但会损害自身健康,引发很多疾病,也会危害公共安全。当醉酒者出现在飞机上或是其他公共场所时也是如此,而酒驾已成为醉酒者带来的最大的影响和危害。<br />\r\n<br />\r\n&nbsp; &nbsp; 国内目前采用最多的是呼气酒精浓度检测器或呼气式酒精检测仪,判断其是否为酒后驾驶,而最准确的方法是检查驾驶人员血液中的酒精含量。血液中的酒精含量可以通过检查血液、呼气、唾液和尿液得到。在违章处理或者公路交通例行检查中,要在现场抽取血液往往是不现实的,而送到医院再抽取血液则会因为路上花去的时间使血液中的酒精浓度与在现场时有所不同。最简单可行的方法是现场检测驾驶人员呼气中的酒精含量。<br />\r\n<br />\r\n&nbsp; &nbsp; 国内外执法及管理人员一直在寻找一种能够快速准确地从人群中发现醉酒者的方法。据物理学家组织网报道,希腊的科学家开发出一种新技术,能够借助红外线热成像扫描仪实现这一目的,帮助执法者和工作人员轻松地从人群中发现那些过度饮酒的人。相关论文发表在《电子安保和数字取证》杂志上。<br />\r\n<br />\r\n&nbsp; &nbsp; 负责该项研究的希腊帕特雷大学电子学实验室乔治亚&middot;库克和瓦西里斯&middot;阿纳斯塔索普洛斯解释说,该技术主要通过对人们面部的温度进行测量对比发现醉酒者。目前他们已经开发出两种算法,只需通过红外线热成像仪对人脸进行扫描就能确定他们是否过量饮酒。<br />\r\n<br />\r\n&nbsp; &nbsp; 第一种算法会对人脸特定的点进行扫描以获取其图像和温度信息而后在数据库中将其与未饮酒的人进行对比。由于酒精能够引起皮肤表面的血管膨胀借助红外线热成像设备很容易就能发现醉酒者。类似的技术目前已经在边界巡查等领域获得应用以确定一个人是否感染流感或SARS等病毒。<br />\r\n<br />\r\n&nbsp; &nbsp; 第二种算法能计算出脸部不同部位的热差值,并对其进行评估。通过对红外图像的分析,研究人员发现醉酒者往往鼻部温度较高,而额头较为冰凉。这种算法能够帮助计算机&ldquo;理解&rdquo;红外线热成像图像中不同的脸部部位。与第一种方法相比,其优势在于不需要通过对数据库中未饮酒的人脸进行对比就能发现醉酒者。研究人员称,这两种算法既可以单独工作也可以并行工作,而在并行运行时其效率更高,识别速度更快。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种技术为执法和管理人员从公共场所中发现醉酒者提供了一种更为准确的判断手段。此外,相对于主观判断,这种方法更为快捷,作为证据也更为可靠。&nbsp;</span><br />\r\n', '', '', '113.9.227.138'),
(188, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 有些人常在开车时吸烟以为只要打开车窗或空调通风就不会影响车内的其他人。但英国一项研究显示即使开窗通风车内吸烟也会造成有害物质超标。吸烟产生的烟雾中含有大量细颗粒物PM2.5PM2.5是飘浮在大气中的直径2.5微米以下的细小颗粒物,只有花粉的十分之一大小,容易被吸到肺部深处,有可能引发哮喘和肺癌等疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; 英国阿伯丁大学等机构研究人员在《烟草管理》杂志上报告说他们请一些习惯在开车时吸烟的人参与了一项测试测试车程从5分钟70分钟不等其间他们吸烟的数量遵循日常习惯从一支几支不等。研究人员在后排车座上通常乘客呼吸的高度安装了检测PM2.5微粒的设备。结果显示在开车时吸烟的旅程中车内PM2.5微粒含量平均值达每立方米85微克远远超出世界卫生组织制定的每立方米25微克的室内空气质量安全标准。在一些极端情况下车内PM2.5微粒含量甚至超过每立方米880微克。<br />\r\n<br />\r\n&nbsp; &nbsp; 很多人在吸烟时都采取打开车窗、使用空调换气等措施但检测结果仍然超标。调查显示即便只吸一支烟并保持开窗车内的PM2.5微粒含量都会出现超标。&nbsp;</span><br />\r\n', '', '', '113.9.227.138'),
(189, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在很多人眼里地球有一颗由毫无生命、温度高达6 880&deg;C炙热岩浆核心做成的&ldquo;心&rdquo;,但这个看似没有生命的&ldquo;心&rdquo;却能像所有生物一样,拥有&ldquo;脉搏&rdquo;。寂静悬立在宇宙中的太阳系(从内到外)第三颗行星&mdash;&mdash;地球的脉搏则是每6 000万年才跳一次。<br />\r\n<br />\r\n&nbsp; &nbsp; 地球内部就像有个大锤子有规律地每6 000万年一次进行内部撞击致使地球板块上下移动科学家们将之称为&ldquo;地球的脉搏&rdquo;。板块构造的上下移动,会导致海洋生命对居住环境的不适应,而导致其生长停滞,逐渐灭亡。元素锶- 87在地壳火层岩中常见如今在海洋中发现足以说明地球地壳在进行向上生长。地壳上长高地和山峰将会在山地冰川中增多会导致更多的生物死亡这种现象在北美大陆较明显。<br />\r\n<br />\r\n&nbsp; &nbsp; 大陆的隆起增加了更多种的侵蚀方式首先它推动大陆高原和山脉中含铷元素的基岩大量暴露并被冰川和冻融循环侵蚀。在陡峭的山坡土壤和公开的基石在暴雨的快速冲刷和片蚀下被破坏。大陆的隆起也造成了含有锶87元素的更深层次的火成岩被暴露出来最终被侵蚀并融入大海。当大量这种类型的岩石被侵蚀后倾入海洋大量的锶87相比另一个锶的同位素锶86其比例就大量上升。造成大陆上升的原因最可靠的解释就是这种大规模的岩石被侵蚀事件。<br />\r\n<br />\r\n&nbsp; &nbsp; 由锶87造成的大面积大陆隆起影响了海水的深度那些在大陆架浅水区域生活的海洋生物也由此受到波及。根据海洋化石的记录发现浅水栖息地的丧失可能是造成周期性的生物大灭绝和多样性的周期性衰退的原因。<br />\r\n<br />\r\n&nbsp; &nbsp; 海洋生物的多样性在过去5亿年的过程中经历了多次繁荣和萧条而这一神秘周期的产生可能与&ldquo;地球脉搏&rdquo;有关。美国堪萨斯大学的研究人员发现,各大洲的规律性抬升影响了海洋物种的生存。而在每一次发生这类现象前,元素&ldquo;锶87&rdquo;就会突然出现在海洋中,所以研究人员认为,&ldquo;锶87&rdquo;可能就是造成这一变化的&ldquo;罪魁祸首!&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 美国堪萨斯大学物理学和天文学教授阿德里安&middot;梅洛特说:&ldquo;我们所看到的现象可能证明了&lsquo;地球脉搏&rsquo;的存在,这将表明,地幔柱更像是一盏熔岩灯,也有自身内部的周期变化。正是由于类似这样的地球内部的对流,促使了大陆的隆起。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 我们正在经历着地球从衰退到繁荣的过程。并且,有些许新的迹象表明,这种繁荣迹象或许即将迎来新的衰退。现代工业的高速发展,让更多促使地球衰退的人为因素变得越来越明显,若是不多加珍惜我们的地球,这种衰退的迹象将会更早一天降临在我们的后代身上。</span><br />\r\n', '', '', '113.9.227.138'),
(190, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 构成宇宙5% 的是&ldquo;正常&rdquo;物质其次的23%是不可见的&ldquo;暗&rdquo;物质。除此之外宇宙中72%由神秘的&ldquo;暗能量&rdquo;构成。<br />\r\n<br />\r\n&nbsp; &nbsp; 德国天文学家开发了一种新的人工智能算法,凭借前所未有的精确度来绘制和解释环绕在我们周围时空的宇宙结构和动力学系统。科学家们以往总是使用大型望远镜来浏览天空,为成千上万的星系绘制坐标和测算距离,从而构造出大范围的宇宙结构图。<br />\r\n<br />\r\n&nbsp; &nbsp; 天文学家所观测到的分布情况是有趣也难以解释的,因为宇宙中分布的庞大星系(团)不但形成复杂的&ldquo;宇宙网&rdquo;而且星系之间还分布着相互连接的细丝和大片的真空区域。由于它们具有引力效应科学家们得以知道暗物质的存在。然而和传统意义上的物质或反物质不同到目前为止人们还未能实际探测到它们。整个宇宙中常规物质大约仅占到5%左右暗物质则占了宇宙组成的大约23%,宇宙中剩余的大部分空缺由暗能量填充。这三种构成宇宙的组分在一个被称为&Lambda;-冷暗物质Lambda-CDM的模型中被提及引入了宇宙学常数来解释导致宇宙加速膨胀的暗能量使得宇宙大尺度结构和3K辐射理论可完整描述。</span><br />\r\n<p>\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 所谓&Lambda;-冷暗物质模型,它在大爆炸宇宙学中经常被称作索引模型,这是因为它尝试解释了对宇宙微波背景辐射、宇宙大尺度结构以及宇宙加速膨胀的超新星观测。它是当前能够对这些现象提供融洽合理解释的最简单模型。模型假设了具有接近尺度不便的能量谱的太初微扰,以及一个空间曲率为零的宇宙。它同时假设了宇宙没有可观测的拓扑,从而宇宙实际要比可观测的粒子世界大很多。弗里德曼-勒梅特-罗伯逊-沃尔克度规、弗里德曼方程和宇宙的状态方程来描述从暴胀时期之后至今以及未来的宇宙。</span></p>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 测量宇宙大爆炸的余热让天文学家能够确定包括银河在内的星系演化动态模型这种余热被称作是宇宙微波背景辐射这是大约在137亿年前宇宙大爆炸之后发出并弥散在宇宙空间中的电磁辐射也可以称为3K辐射。天文学家试图通过对我们周围物质的分布情况及其相互间的万有引力来研究这种动态但该情况被绘制同一区域内暗物质所制约因为后者难以统筹到该体系之中。<br />\r\n<br />\r\n&nbsp; &nbsp; 将暗物质分布情况与星系之间相互对应符合就如同在绘制欧洲地图时使用只显示夜晚人口密集地区亮光的卫星地图。为了解决这个问题研究人员开发出一种基于人工智能的新型算法其依据宇宙微波背景辐射并可观察到宇宙密度波动的影响最后显示出从137亿年前的宇宙大爆炸时期至今星系的演化过程新的人工智能算法可看到星系分布与运动之间的关系。<br />\r\n<br />\r\n&nbsp; &nbsp; 弗朗西斯科&middot;西萨拉博士认为我们的精确计算结果显示星系的运行方向和80%星系的运动速度其中一些星系组成了我们的本星系群并可由引力来解释它们的行为。本星系群中的星系数量超过了五十个包括银河系、仙女座大星系等。通过对本星系群中星系运行速度的比较如仅距离250万光年外的仙女座大星系科学家发现了在遥远距离上物质的分布情况对靠近银河系星系群的影响程度。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家的研究成果也与&Lambda;-冷暗物质Lambda-CDM模型的预测相符为了解释星系剩余的20%速度需要考虑在4.6亿光年外宇宙物质分布通过宇宙大尺度结构对本星系群产生的影响,但目前的数据在如此超距离上并不太可靠。尽管这样,研究人员的预测模型还是前进了一大步,在人工智能技术的帮助下,以前所未有的精确性推演本星系群在宇宙大尺度结构的物质分布上所产生的影响,并研究宇宙大尺度结构是如何应运而生的。</span><br />\r\n', '', '', '113.9.227.138'),
(191, 10, '<span style=\"font-size:14px;\">&nbsp;&nbsp;<br />\r\n&nbsp; &nbsp; 全球资源日渐紧缺、环境状况日益恶化使能源领域正悄无声息地进行一场气体能源革命,可再生能源有望迎来发展的黄金时期。<br />\r\n<br />\r\n■<strong>科技专论</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 所谓&ldquo;生物天然气&rdquo;指的是通过厌氧发酵或气化后,以精炼或合成的方式将有机的生物质(沼气)转变成以甲烷成分为主的生物燃气。沼气的原料极其丰富,制成生物天然气后,可以作为尾气污染物及碳排放量极低的汽车燃料。这对那些缺少化石天然气和燃油、又饱受空气污染和雾霾折磨的发展中国家来说,不失为福音。<br />\r\n<br />\r\nA. 机动车尾气对形成雾霾的作用越来越大<br />\r\n<br />\r\n&nbsp; &nbsp; 今年年初占国土面积1/3的大中城市接连遭遇严重灰霾天气引起公众极大忧虑。中科院大气物理研究所的研究结果显示主要的PM2.5排放源为机动车、工业和电厂。其中机动车排放和道路扬尘所占比例为50%工业排放占37%居民化石燃料燃烧和电厂排放仅分别占5%和8%。机动车污染已经成为大气环境污染中最突出、最紧迫的问题之一。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;截至2012年年底全国机动车保有量已达2.4亿辆机动车年排放氮氧化物637.6万吨颗粒物60余万吨均超过总排量的90%排放的一氧化碳和碳氢化合物均超过总排量的70%。研究证明大城市空气中PM2.5微细颗粒的最主要来源是汽车尾气,尤其是柴油汽车的尾气。特别是大型和特大型城市的交通拥堵极为严重,迫使机动车频繁减速或处于怠速状态,发动机的运行工况恶劣,导致尾气中污染物的排放量比正常状态多出数倍。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;根据美国加州伯克利大学的一项研究柴油车尾气中含有的二次有机气溶胶对雾霾形成的作用远大于汽油车。每升燃油造成的尾气污染物柴油车是汽油车的15倍。欧盟国家的经验表明一、二次颗粒物总量的36%来自交通运输领域的尾气污染物。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;在香港虽经过15年的努力雾霾问题仍日益严重&mdash;&mdash;2011年&ldquo;严重空气污染&rdquo;175天为2007年的2倍而柴油车特别是柴油重卡中只有40%的排放符合欧Ⅱ标准。2012年年底香港政府最终决定禁止使用柴油驱动的重型载重卡车。<br />\r\n<br />\r\nB.&ldquo;以气代煤&rdquo;发电,提高车用油品标号,都面临成本高补贴负担重的问题<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;如果以液化天然气代替汽、柴油PM2.5排放量要比传统柴油车辆低90%以上。相比之下以天然气替代煤发电来减少PM2.5的排放量,由于燃气成本高,可行性较差。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;北京为解决PM2.5等问题付出了巨大代价政府每年补助天然气将近40亿元2013年将增加到100亿元。可见在政治压力和举多地之力保障天然气供应的前提下北京实施多年的&ldquo;煤改气&rdquo;尚且依然艰难重重,遑论其他地区?<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;据报道广州市环保局曾提出到2016年PM2.5年均浓度要下降7%。为此,所有的电力企业须实行&ldquo;煤改气&rdquo;但这一意见遭到电企强烈反对而无法实行。因为天然气供气不稳定而且价格高燃煤发电0.53元/度天然气发电1元/度),电企&ldquo;亏不起&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;车用油品的标号代表着油品的尾气污染物排放水平。发达国家的汽、柴油早已全面执行第5或第6阶段标准对尾气污染物排放的要求越来越严格对有的污染物的容忍值甚至是零。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;而我国油品升级时间表多次被迫推迟。要到2017年才能开始执行第4阶段车用柴油标准即国4标准硫含量不大于50mg/kg2018年才执行第5阶段车用汽油标准硫含量不大于10mg/kg。但即便实施了柴油车国4标准其对雾霾关系重大的CO、NOx和PM三项尾气污染物的限值仍远高于欧洲国家从2009年起早已推行的欧标准特别是PM要高出10倍之多。柴油车现在实施的是国3标准但实际上所使用的却是国1标准的柴油。更糟糕的是真正使用的大多数并不是车用柴油而是比车用柴油便宜、但含硫量高得多的普通柴油含硫量的上限是2000mg/kg。<br />\r\n<br />\r\n&nbsp;C<span style=\"font-size:16px;\">.</span> 天然气车用可显著减少尾气污染,但我国面临缺气难题<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;天然气替代车用燃油特别是柴油用于重型车公交车和重卡已经被不少国家证明是最为行之有效的治霾措施之一。1952年的大雾引发了整个伦敦城的恐慌并推动了净化空气的新立法。随着北海油田的开发英国开始推行&ldquo;向天然气冲刺&rdquo;政策伦敦把天然气比重从0.4%提高到30%对雾霾天气的治理起到了巨大作用。在日本专家一致认为大城市中PM2.5的主要来源是汽车尾气尤其是柴油汽车的尾气。为此东京市把交通运输燃料中天然气的比重从早先的1%大幅提高到20%。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;鉴于柴油汽车的尾气污染物数量如此之大,提高油品质量和安装尾气治理装置如此困难重重,最理想的途径应是以车用天然气大幅度地替代柴油和柴油车,首先是以天然气专用车替代重型柴油车(卡车和客车)。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;而我国不仅是&ldquo;相对贫油国&rdquo;,还是&ldquo;相对贫气国&rdquo;人均天然气资源量只相当于世界平均水平的1/7。近10年来天然气消费量的年均增长率高达16%供需缺口逐年加大。从2009年起每年冬季都因天然气供需缺口过大而出现全国性的&ldquo;气荒&rdquo;。2011年天然气的进口量已增至316亿立方米。按照天然气&ldquo;十二五&rdquo;规划的目标预计届时的年消费量将达2695亿立方米需进口9001000亿立方米对外依存度将迅速增至37%。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;因此,如果找不到能部分替代天然气的新能源,要想发挥天然气汽车减少常规化石燃油尾气污染的作用,也只能是一种良好的愿望。<br />\r\n<br />\r\nD. 生物天然气车用,可兼收减少空气污染物和减少碳排放的两利<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;国际经验表明生物天然气车用对治霾的作用比常规天然气还要突出。据英国低碳和燃料电池竞争力中心CENEX的测定生物天然气卡车的氮氧化合物和微细颗粒排放率分别为0.539g/km和0.002g/km只有同型柴油卡车的14%和3%。很重要的一点是如果将减排尾气CO2、NOx的车辆设计制造成本进行比较则生物天然气汽车比一般的汽、柴油车更有优越性制造成本要比汽、柴油车低出数倍。在最近的十几年里欧盟国家已形成了大规模商业化生产和销售生物天然气的新产业年总产量达200亿立方米以上。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;瑞典是国际上生物天然气车用最早、成效最显著的国家。该国有天然气汽车2.3万台2009年消耗了6700万立方米燃气其中65%是生物天然气。该国生产的生物天然气26%用于驱动机动车。2010年有227家沼气&mdash;生物天然气工厂其中140家用城市生活污水、剩余污泥作原料有191个加气站。有机废弃物和残留物如果全部开发每年可以有74TWh折74亿立方米生物天然气的产出。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;生物天然气车用还有一个异常突出的优势是CO2零排放乃至负排放生物天然气比汽油减排CO2的理论值可达约30%。因此,已经确定了&ldquo;零排放&rdquo;目标的欧盟国家,都将扩大车用生物天然气的应用。<br />\r\n<br />\r\nE. 生物天然气车用开发期待突围,潜力巨大<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;在我国,天然气的普及率很低,车用的量更是少之又少。而另一方面,生物天然气资源十分丰富,但迄今为止几乎还没有真正规模化开发。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;综合国际能源署2010年所作的预测理论上只需使用全球农、林残余物/废弃物的10%即可生产出2210亿升汽油当量的生物天然气能满足对车用天然气的全部需求2470亿升汽油当量。<br />\r\n<br />\r\n&nbsp; &nbsp; 我国生物天然气开发究竟有多大的潜力根据相关统计资料显示我国仅畜禽养殖场废水、工业有机废水和城市污水三项合计的COD排放量超过1亿吨到2020年将增至2亿吨。如果将其所含的生物能开发利用则每年至少产生830亿立方米沼气加上垃圾填埋气年产沼气量可共计1500亿立方米折合甲烷为860亿立方米可替代近900亿立方米的天然气。值得注意的是这里的资源量还未计入两大类新兴沼气资源每年几亿吨的农作物秸秆和大有希望可在边际土地大量种植的沼气专用能源作物。<br />\r\n<br />\r\n&nbsp; &nbsp; 程序是安宁车用生物天然气工程的直接参与者,项目的成功运营,使他对生物天然气的信心倍增。在程序看来,我国当前的沼气技术至少落后欧洲十多年,需要国家转变产业政策,引导企业通过赢利增加技术创新的动力。&ldquo;国家对产业沼气是刚刚有所认识,希望做试点项目,但并没有真正拿出规划和财政补贴政策。如果能出台相关的扶持政策,这个产业一定会有飞速的发展。为此,我们呼吁国家能源主管部门,将大力开发生物天然气作为近、中期内发展战略性新兴产业的一项国家级重大工程。&rdquo; </span><br />\r\n', '', '', '113.9.227.138'),
(192, 11, '<span style=\"font-size:14px;\">1、睡眠不足<br />\r\n<br />\r\n&nbsp; &nbsp; 长期缺觉会增加患心血管疾病、抑郁症以及肥胖的风险缺觉还会损害认知功能、记忆力以及免疫系统。睡眠不足还会改变新陈代谢的节奏导致食量增大、饮食带来的满足感下降。因此成人应保证每晚至少6.5小时的睡眠时间。<br />\r\n<br />\r\n2、营养不足<br />\r\n<br />\r\n&nbsp; &nbsp; 有些人为了减肥而节食很容易导致身体某些营养素或热量的摄取不足。每个成年人每天至少需要1 500大卡的热量工作量较大的话则需要2 000大卡左右不断补充营养是你保持充沛工作精力的前提。<br />\r\n<br />\r\n3、贫 血<br />\r\n<br />\r\n&nbsp; &nbsp; 贫血的人无法得到充足的氧气供应,身体能量不足,就会觉得虚弱头晕、明显感觉心慌。长期如此,手指甲会变得很脆、脸色苍白,缺乏活力。贫血还会造成大脑缺氧、记忆力差,甚至会出现健忘、精神错乱和抑郁等症状。<br />\r\n<br />\r\n4、抑郁症<br />\r\n<br />\r\n&nbsp; &nbsp; 持续感到身心疲劳和乏力;对许多事情缺乏兴趣和驱动力;丢三落四,尤其感到思想效率低下&hellip;&hellip;这都是典型的疲劳型抑郁症症状。患者还会出现慢性疲劳、睡眠被打乱、情绪很糟、常常会哭、常想自杀,需要付出很大努力去应付日常琐事,无法整理思维等负面反应。<br />\r\n<br />\r\n5、甲状腺功能减退<br />\r\n<br />\r\n&nbsp; &nbsp; 早上起来仍然觉得疲惫每天睡10个小时也不够或者如果不睡一下就无法继续工作这些都有可能是甲减造成的。而患有甲亢的人可能会因为晚上失眠而导致白天倍感疲劳。<br />\r\n<br />\r\n6、脱 水<br />\r\n<br />\r\n&nbsp; &nbsp; 身体轻微脱水会导致疲劳因为缺水时血流量降低而这时心脏不得不增加跳动次数来保持足够的血量。所以不要等口渴再喝水当你感到口渴时身体已经失去了2%3%的水分。<br />\r\n<br />\r\n7、心脏病<br />\r\n<br />\r\n&nbsp; &nbsp; 疲劳实际上就是身体开始缺氧的提示了,只是因为疲劳感实在太常见,所以多数人都不在意。疲劳是各种心脏病常有的症状,当心脏病使血液循环不畅,新陈代谢废物即可积聚在组织内,刺激神经末梢,令人产生疲劳感。<br />\r\n<br />\r\n8、倒班工作<br />\r\n<br />\r\n&nbsp; &nbsp; 倒班工作者得不到很好的休息,就会导致工作效率降低、差错频出,而且工作人员的身体也会受到很大损害。<br />\r\n<br />\r\n9、疲劳综合症和纤维肌痛综合征<br />\r\n<br />\r\n&nbsp; &nbsp; 纤维肌痛综合征是一种非关节型的风湿病。其中90%的患者会有睡眠障碍50%以上的患者会有疲劳感。症状常因天气潮冷、精神紧张、过度劳累而加重。</span><br />\r\n', '', '', '113.9.227.138'),
(193, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 人们都喜欢吃味道鲜美甜腻的食物,而对那些苦涩、粗糙的食物却避而远之,殊不知这些食物里面却蕴藏着不为人知的养生功效。<br />\r\n<br />\r\n&nbsp; &nbsp; 大多数人都会对一些&ldquo;难吃&rdquo;的食物很不喜欢,然而,这些食物中的营养成分并不比其他食物少,相反其养生功效却是其他食物所无法媲美的。<br />\r\n<br />\r\n1、粗糙的食物<br />\r\n<br />\r\n&nbsp; &nbsp; 粗糙的食物中含有丰富的非水溶性纤维,比如粗粮、芹菜杆和白菜帮等。这些膳食纤维能帮助人们预防便秘、肠癌、有利金属离子排出,帮助身体排毒,减轻体重。<br />\r\n<br />\r\n2、酸味食物<br />\r\n<br />\r\n&nbsp; &nbsp; 沙果、山楂、泡菜等食物的酸味是柠檬酸、苹果酸等有机酸带来的这些天然的酸性物质能促进矿物质的吸收比如铁等。同一品种的水果味道酸的一般维生素C含量更高维生素也更稳定更容易保存。<br />\r\n<br />\r\n3、苦味食物<br />\r\n<br />\r\n&nbsp; &nbsp; 食物中的苦味是由各种甙类、萜类物质和多酚类物质产生的,比如柠檬皮和柚子皮中的柚皮甙,茶中的茶多酚,红酒、巧克力中的多酚,都能预防癌症和心脏病。在众多苦味食物中接受度较高的是苦瓜,其具有清热消暑、养血益气、补肾健脾、滋肝明目的功效。<br />\r\n<br />\r\n4、涩味食物<br />\r\n<br />\r\n&nbsp; &nbsp; 未熟的西红柿、紫色的葡萄皮,这些都是涩味很重的食物。涩味是食物中的单宁、植酸和草酸带来的。这些物质都是强力的抗氧化物质,对预防糖尿病和高血脂有益。涩味食物对女人来说也是不可多得的美容食物,可以收敛、防晒、美白、防皱、抗氧化。<br />\r\n<br />\r\n5、辛辣食物<br />\r\n<br />\r\n&nbsp; &nbsp; 食物中的辣味一般是由辣椒素或挥发性的硫化物提供的。辣椒素具有镇痛作用,还能提高新陈代谢,起到燃脂、减肥的功效。芥末的主要成分是异硫氰酸盐,这种成分不但可预防蛀牙,而且对预防癌症、防止血管斑块沉积、辅助治疗气喘也有一定的效果。此外,芥末还有预防高血脂、高血压、冠心病,降低血液黏稠度等功效。<br />\r\n<br />\r\n6、&ldquo;冲&rdquo;的食物<br />\r\n<br />\r\n&nbsp; &nbsp; 萝卜、大蒜、洋葱等食物味道很冲,甚至吃完了还会有臭味。原因就是它们含有硫甙类物质和烯丙基二硫化物,这些物质都对预防癌症很有帮助。调查显示,大蒜产区和长期食用大蒜的人群,其癌症发病率均明显偏低。<br />\r\n<br />\r\n&nbsp;&nbsp;&nbsp; 7、&ldquo;怪香&rdquo;食物<br />\r\n<br />\r\n&nbsp; &nbsp; 有些食物虽然以&ldquo;香&rdquo;字命名但味道却很奇怪比如香菜、香椿等。香菜中含硼量很多这种物质能帮助身体吸收矿物质保护骨骼。香菜中还富含铁、钙、钾、锌、维生素A和维生素C等元素有利于维持血糖稳定并能防癌。而香椿中含有香椿素等挥发性芳香族有机物可健脾开胃增加食欲。<br />\r\n<br />\r\n8、&ldquo;臭&rdquo;味食物<br />\r\n<br />\r\n&nbsp;&nbsp; &nbsp;榴莲气味强烈,说其&ldquo;臭气熏天&rdquo;也不夸张。榴莲性热,可以活血散寒、缓解痛经,特别适合受痛经困扰的女性食用。它还能改善腹部寒凉的症状,促使体温上升,是寒性体质者的理想补品。</span><br />\r\n', '', '', '113.9.227.138'),
(194, 11, '&nbsp; &nbsp; <span style=\"font-size:14px;\">你在减肥吗?你的减肥方法正确吗?以下几种减肥方法,虽然能起到很好的瘦身作用,但却对身体有一定的伤害。在这里给你一一道来,让你在减肥的同时也关注健康的问题。<br />\r\n<br />\r\n灌肠减肥法<br />\r\n<br />\r\n&nbsp; &nbsp; 灌肠减肥法虽然可以将肠内蓄积的废物清除,达到平坦小腹的目的,但如果操作不当或者反复进行,都有可能损害健康。如果为了瘦身而频繁灌肠,更会打破肠机能的正常节奏,引发消化器官的慢性疾病。因此,需要详细咨询医生后,慎重进行。<br />\r\n<br />\r\n渗透压减肥法<br />\r\n<br />\r\n&nbsp; &nbsp; 以盐、黄醋和碱性肥皂等涂遍全身进行按摩,将皮下堆积的水分通过渗透压原理排除体外,会令身体皮肤出现暂时收紧的假象。这种方法从体内减去的只有水分,作为肥胖根源的脂肪并没有得到分解,因此是本末倒置。<br />\r\n<br />\r\n桑拿减肥法<br />\r\n<br />\r\n&nbsp; &nbsp; 桑拿过后身体会排除大量的汗液,体重暂时减轻,其实和渗透压减肥法的结果一样,只是排出了身体的水分。而且桑拿的时间越长,体内受到的排汗后又收缩的伤害越大,肌肤松弛和衰老的速度也越快。<br />\r\n<br />\r\n奶粉减肥法<br />\r\n<br />\r\n&nbsp; &nbsp; 一些人认为奶粉含有充足的营养,尤其是婴幼儿奶粉,脂肪含量低,既能补充身体所需,又能减少食物的摄入,食用后能达到瘦身的目的。事实上,奶粉中的营养和热量并不充分,绝对无法取代正餐,而且长期引用奶粉会导致腹痛,严重者更会伤害肠胃机能,导致腹部脂肪无法积极分解。</span>', '', '', '113.9.227.138'),
(196, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp;&ldquo;我们虽然是人,但叫细菌可能更恰当一些。&rdquo;这句话听起来就像科幻故事里的荒诞说法,但它是事实,在人体内发现的数百万个细菌,可以填满一个容量是半加仑的水壶,每个人的身体其实都是各种微生物和真菌的天然游乐场。人体细菌有些对我们有益,有些有害。一些起着必不可少的作用,例如帮助我们消化食物,另外一些偶尔发生的变异可能会使我们生病。<br />\r\n<br />\r\n&nbsp; &nbsp; 据国外媒体报道一项研究结果称人体内滋生着成千上万种细菌生活的细菌有13公斤。有些细菌喜欢生存在人的腋窝处其余的则喜欢寄居于人体其他相对干燥的部位。<br />\r\n<br />\r\n&nbsp; &nbsp; 人体最藏污纳垢的五大部位:<br />\r\n<br />\r\n1、内脏: 一个健康的人内脏中大约存在着3万种不同的细菌其中的一些会帮助人体吸收食物营养和卡路里。<br />\r\n<br />\r\n2、皮肤: 所有年轻人的天敌就是疮疱丙酸杆菌,青春痘就是它们的存在证据。它们寄生在十几岁的年轻人身体上,以年轻人的皮肤油脂为食。<br />\r\n<br />\r\n3、耳朵: 人体耳朵中大约藏着2 000种细菌但不足大肠细菌种类的十分之一。<br />\r\n<br />\r\n4、鼻子: 慢性鼻窦炎患者拥有一个比健康者稍微简单一点的细菌生态系统。未来治疗方式可能会变成以让鼻腔细菌物种更加多样化来实现鼻炎的缓解。<br />\r\n<br />\r\n5、腋窝: 寄生于腋窝中的细菌会分解汗水从而形成具有恶臭的脂肪酸,不同的细菌种群还会形成不同的腋窝气味。这也就是为什么狐臭会这么让人困扰的原因。</span><br />\r\n', '', '', '113.0.194.58'),
(197, 21, '<span style=\"font-size:12px;\">+科学家找到&ldquo;秘密武器&rdquo;用于清除癌细胞&ldquo;帮凶&rdquo;<br />\r\n<br />\r\n+科学家提高了&ldquo;时间斗篷&rdquo;让数据隐形的时长<br />\r\n<br />\r\n+银河系中发现太阳&ldquo;孪生兄弟&rdquo;<br />\r\n<br />\r\n+低热量饮食延缓衰老机理揭开<br />\r\n<br />\r\n+掉进黑洞会怎样?<br />\r\n<br />\r\n+科学家发现细胞&ldquo;返老还童&rdquo;的新细胞生物学机制<br />\r\n<br />\r\n+食物不坏,不全是防腐剂之功<br />\r\n<br />\r\n+眼皮跳预示什么6种怪病大解析</span><br />\r\n', '', '', '113.4.155.38'),
(201, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 英国布里斯托大学研究人员在《神经回路前沿》期刊上发表论文称,他们确认了一种关键分子,可以诱发大脑中记忆形成的化学过程,其对大脑分子记忆开关的控制是形成记忆的一个关键步骤。<br />\r\n<br />\r\n&nbsp; &nbsp; 记忆是如何形成的是有关人脑的众多谜题之一。过去的研究表明记忆的形成有赖于大脑内突触连接、沟通的增强即所谓的长时增强效应LTP。LTP是给突触前纤维一个短暂的高频刺激后突触传递效率和强度增加几倍且能持续数小时至几天保持这种增强的现象。LTP是突触可塑性的一种模式NMDA受体与递质结合后导致细胞内级联反应触发神经元内一系列生化反应最终改变突触后膜的性质建立LTP。<br />\r\n<br />\r\n&nbsp; &nbsp; 该效应始于这样一个化学过程:当钙进入大脑细胞内部时会激活CaMKⅡ蛋白这种蛋白一旦被激活则会触发其自我激活开关在钙流失后依然能够保持活性。CaMKⅡ蛋白的这种保持自我激活的特殊能力被称作是&ldquo;分子记忆开关&rdquo;。而问题是,到底是什么触发了大脑内的这一化学过程,从而使我们能够学习并形成长期记忆,则一直没有弄清楚。<br />\r\n<br />\r\n&nbsp; &nbsp; 英国布里斯托大学的研究人员利用先进的分子遗传技术通过实验对果蝇的记忆形成过程进行了分析最终确认一种名为CASK的基因能够诱发大脑中记忆形成的化学过程是调控记忆开关的关键分子。CASK是一种关键的骨架蛋白质也是突触发育过程中起作用的第一个蛋白质。<br />\r\n<br />\r\n&nbsp; &nbsp; 在实验中研究人员利用两种气味来测试果蝇的学习和记忆能力。当果蝇选择其中一种气味后会受到轻微的惩罚如选择另一种气味则平安无事。结果90%的果蝇都能够学会进行正确选择,远离使其遭受惩罚的气味。而经过五次&ldquo;教训&rdquo;之后果蝇会在24小时到一周的时间内都会记得要远离这种气味。对于只有几个月寿命的果蝇来说这个记忆期已是相当之长了。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员发现如果缺少了CASK基因果蝇则会出现记忆障碍虽然它们的学习能力和短期记忆能力依旧但无法形成中期记忆3个小时和长期记忆24个小时。进一步实验表明在向缺少CASK基因的果蝇体内注入人类CASK基因副本与果蝇CASK基因具有80%相似度)之后,这些果蝇就能够像正常的果蝇一样开始记住东西了。<br />\r\n<br />\r\n&nbsp; &nbsp; 论文的主要作者、布里斯托大学的詹姆斯&middot;霍奇博士指出CASK基因对于CaMKⅡ分子记忆开关的控制是人脑内形成记忆的一个关键步骤这一发现不仅为开发逆转记忆缺失的新疗法铺平了道路同时也证明果蝇模型具有很好的相容性对研究与记忆有关的疾病和新药开发都具有很好的借鉴作用。而相关研究工作也为理解人脑的进化模式提供了一个有益的视角。</span><br />\r\n', '', '', '218.9.171.229'),
(202, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 法国图卢兹普尔潘病理生理研究中心的科研团队研究发现,人类母胎中的某些免疫细胞可以阻止病毒感染胎儿。相关研究结果发表在医学期刊《公共科学图书馆&middot;病原体》上。<br />\r\n<br />\r\n&nbsp; &nbsp; 自然杀伤细胞(NK)是机体重要的免疫细胞,不仅与抗肿瘤、抗病毒感染和免疫调节有关,而且在某些情况下参与<a href=\"http://baike.baidu.com/view/127213.htm\" target=\"_blank\">超敏反应</a>和<a href=\"http://baike.baidu.com/view/99835.htm\" target=\"_blank\">自身免疫性疾病</a>的发生。怀孕会诱导女性子宫发生一系列对胎儿发育极为必要的变化。受精卵着床后,子宫内膜会大量渗入一种叫做蜕膜自然杀伤细胞(dNK)的特定免疫细胞。dNK能够释放出可溶性因子帮助受精卵植入母体组织并直接与胎盘接触提供有利于胎儿与母体接触和交流的微环境在妊娠期间扮演着关键角色。此前的研究认为妊娠期间dNK免疫细胞的功能受到了精细的调控&mdash;&mdash;专门负责保护胚胎着床,而不再作为病菌&ldquo;杀手&rdquo;。然而,当胎儿受到病原攻击时,这些&ldquo;武装&rdquo;的免疫细胞会不会被唤起本能,从而奋然抵抗保护胎儿呢?法国的科研人员针对这一问题开展了相关研究。<br />\r\n<br />\r\n&nbsp; &nbsp; 巨细胞病毒(CMV)是一种<a href=\"http://baike.baidu.com/view/87427.htm\" target=\"_blank\">疱疹病毒</a>组DNA病毒分布广泛其他动物皆可遭受感染引起以<a href=\"http://baike.baidu.com/view/66766.htm\" target=\"_blank\">生殖</a>泌尿系统、<a href=\"http://baike.baidu.com/view/122861.htm\" target=\"_blank\">中枢神经系统</a>和<a href=\"http://baike.baidu.com/view/38463.htm\" target=\"_blank\">肝脏</a>疾患为主的各系统感染,从轻微无<a href=\"http://baike.baidu.com/view/83419.htm\" target=\"_blank\">症状</a>感染直到严重缺陷或死亡。其对健康成人不会触发任何临床症状但对胎儿十分有害。CMV感染小儿多表现为无<a href=\"http://baike.baidu.com/view/83419.htm\" target=\"_blank\">症状</a>性感染,只有少数为症状性感染,且又多发生于先天性和<a href=\"http://baike.baidu.com/view/6128067.htm\" target=\"_blank\">围生期感染</a>患儿。在严重<a href=\"http://baike.baidu.com/view/61129.htm\" target=\"_blank\">免疫缺陷</a>时,可出现<a href=\"http://baike.baidu.com/view/59758.htm\" target=\"_blank\">肺炎</a>、肝炎等全身疾患。孕妇妊娠期间感染CMV可能造成新生儿患先天性巨细胞病毒感染。先天性巨细胞病毒感染可能造成胎儿死亡在不发达国家新生儿CMV感染率为0.9%1.3%在中等度发达国家发病率为0.3%0.5%在法国的发病率为0.2%0.5%该病是全球重要公共卫生问题。孕妇感染CMV后该病毒会进入母亲血液然后由胎盘感染给胎儿危害胎儿健康乃至生命。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员观察发现感染了巨细胞病毒的孕妇其子宫内dNK免疫细胞的表型和功能发生了变化dNK细胞能够迁移到胎盘感染的部位。通过进一步的研究该团队证实了dNK免疫细胞在胎儿受到巨细胞病毒感染时可重新获得细胞毒性借以杀死被感染的细胞并有效控制感染。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究结果表明dNK免疫细胞能够保护胎儿免受母体巨细胞病毒感染这为治疗先天性巨细胞病毒感染症开辟了新的治疗途径。</span><br />\r\n', '', '', '218.9.171.229'),
(206, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 豆类被加工制作成各种美食摆上我们的餐桌,究竟有什么营养价值让大家如此挚爱呢?<br />\r\n<br />\r\n<strong>一、&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong><strong>豆类的营养:</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 1、豆类中的碳水化合物以膳食纤维和低聚糖为主能促进肠道益生菌的繁殖对促进肠蠕动和维持肠道健康有着重要的意义。<br />\r\n<br />\r\n&nbsp; &nbsp; 2、豆类的脂肪含量约为15%20%,是日常生活中我们常常用作油脂的原料。另外大豆中还含有磷脂,对人体的生长发育和神经活动有着重要的作用,可促进肝脏的脂肪代谢,减少肠道对胆固醇的吸收,有利于预防心脑血管疾病的发生。<br />\r\n<br />\r\n&nbsp; &nbsp; 3、豆类作为植物性食物不含胆固醇。<br />\r\n<br />\r\n&nbsp; &nbsp; 4、豆类所含有的植物固醇与胆固醇结构类似人体在消化吸收时能与胆固醇产生竞争效应减少胆固醇的吸收从而达到预防心脑血管疾病的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 5、豆类含有植物雌激素&mdash;&mdash;类黄酮,对女性体内的雌激素有着双向调节的作用,还有着预防乳腺癌、缓解骨质疏松和更年期症状的作用。同时,还有助于预防男性前列腺癌。<br />\r\n<br />\r\n&nbsp; &nbsp; 6、大豆中含有丰富的B族维生素和钙等营养素。<br />\r\n<br />\r\n<strong>二、豆类食品怎么吃最营养?</strong><br />\r\n<br />\r\n1、豆腐<br />\r\n<br />\r\n&nbsp; &nbsp; 卤水豆腐,由于卤水的成分是氯化镁和氯化钙,吃卤水豆腐可以补充镁、钙及其他微量元素。石膏豆腐,石膏的成分为硫酸钙,同样富含钙。内酯豆腐是用葡萄糖内酯制作而成,营养成分无特别差异。<br />\r\n<br />\r\n2、腐乳<br />\r\n<br />\r\n&nbsp; &nbsp; 豆制品中的B族维生素含量丰富经过发酵后的豆制品如腐乳等其B族维生素的含量更是丰富是纯素食主义者B族维生素的良好来源也是维生素B12的重要来源。<br />\r\n<br />\r\n3、豆沙包<br />\r\n<br />\r\n&nbsp; &nbsp; 豆类中的氨基酸比例缺乏蛋氨酸,但其富含赖氨酸,而谷类食物富含蛋氨酸缺乏赖氨酸,两者结合正好起到蛋白质互补的作用,代表性的食物有我们常吃的豆沙包。<br />\r\n<br />\r\n4、豆芽<br />\r\n<br />\r\n&nbsp; &nbsp; 干性豆类中几乎不含维生素C但加工成豆芽后其维生素C的含量明显提高。在缺少新鲜蔬菜和水果时豆芽是维生素C的良好来源。</span><br />\r\n', '', '', '218.9.171.229');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(208, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; &ldquo;落红不是无情物,化作春泥更护花&hellip;&hellip;&rdquo;然而,让落花和枯枝败叶快速变为肥料并实现循环利用并非易事。<br />\r\n<br />\r\n&nbsp; &nbsp; 城市绿化管理中产生的有机类废弃物就是绿化垃圾,包括公园、林带产生的残枝落叶及风雪天气造成的树木断枝。随着城市绿化需求的提高和绿化面积的增加,产生的绿化垃圾也在逐年增加。事实上,有机类废弃物堆肥也是一种非常有价值的有机肥料和土壤调节剂,能提供营养元素和腐殖质。<br />\r\n<br />\r\n&nbsp; &nbsp; 大量研究已经表明有机废弃物堆肥作为植物生长介质有很多好处。有机覆盖物可比裸地对照增加含水量35%2倍以上有机类废弃物堆肥可以提高土壤持水能力降低强碱性深层土壤的PH值增加土壤有机质、氮、磷等养分含量土壤微生物也有明显增加。此外有机类废弃物覆盖对地表径流有明显的拦阻效应。当然由于有机类废弃物在分解过程中能形成丰富的微生物群落因此对除草剂、杀虫剂等土壤有害化学物质有一定的降解作用。最新研究也表明木片和堆肥混合物还能通过配位固定作用减少土壤重金属污染的毒害作用。有机类废弃物其土地利用的风险性小更加清洁、安全因此土地利用的价值高。<br />\r\n<br />\r\n&nbsp; &nbsp; 新疆科研人员研制出一种能够将绿化垃圾&ldquo;变废为宝&rdquo;的技术,可让落花和枯枝败叶快速变为肥料。&ldquo;绿化垃圾无公害循环利用&rdquo;项目由乌鲁木齐市红山公园与新疆农科院微生物应用研究所联合研发。该技术已经在乌鲁木齐市红山公园、市水上乐园、昌吉市人民公园等园林单位推广应用累计处理绿化垃圾8 000立方米。该技术有望在全疆推广从而解决绿化垃圾的处理难题。<br />\r\n<br />\r\n&nbsp; &nbsp; 据统计仅乌鲁木齐红山公园一家每年的绿化垃圾就达40吨。传统处理绿化垃圾的方法主要采用焚烧和填埋。而绿化垃圾即使经过粉碎在自然条件下腐化过程也要长达两三年处理周期长且污染环境难以实现无公害循环利用。<br />\r\n<br />\r\n&nbsp; &nbsp; 针对此种情况科研人员筛选出8种能够高效分解木质纤维素的微生物菌株大力研发绿化垃圾粉碎物堆制腐化的微生物发酵技术使腐化周期缩短到36个月。同时科研人员研发出生物有机基质及有机肥料产品的标准化制备工艺将绿色垃圾制成有机肥料实现了无公害循环。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种由绿色垃圾转化成的&ldquo;绿色&rdquo;肥料能起到疏松土壤、保水等良好效果,而且由于使用了高效分解菌种对落叶等进行腐化,还控制了原本利用鸡粪、羊粪等混合腐化造成的恶臭排放。<br />\r\n<br />\r\n&nbsp; &nbsp; 据测算利用绿色垃圾制备的生物有机基质产值为每立方米100元这也使得残枝败叶产生了可观的经济价值。</span><br />\r\n', '', '', '113.9.68.101'),
(209, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 变异出现在3万多年前的东亚并且改变了东亚人祖先的汗腺和毛发的密度、毛发粗细及牙齿特征&hellip;&hellip;<br />\r\n<br />\r\n&nbsp; &nbsp; 在所有的动物里,人类是最会出汗的。哈佛大学和复旦大学的研究者合作发现,东亚人特有的一个基因变异使得东亚人更容易出汗。该研究成果作为封面论文发表于国际权威学术期刊《细胞》杂志上。</span><br />\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 研究者通过研究一个被称为EDAR370A的东亚人特有的基因变异发现这个变异出现在3万多年前的东亚并且改变了东亚人祖先的汗腺和毛发的密度、毛发粗细及牙齿特征。由于这个变异具备与环境适应的生存优势它在人群中的比例迅速增加最终在中国汉族人群中达到近95%。<br />\r\n<br />\r\n&nbsp; &nbsp; 复旦大学的团队通过分析2 500名汉族志愿者发现具有这个变异的个体的汗腺密度高了约15%,毛发更粗,而且牙齿形状也有变化。哈佛大学的合作者通过动物研究证实,这个基因变异确实会影响汗腺和毛发的发育。<br />\r\n<br />\r\n&nbsp; &nbsp; 论文通讯作者之一、复旦大学现代人类学教育部重点实验室主任金力教授指出东亚人的祖先3万多年前来到东亚时最先到达东南亚。出汗能力的提高使得我们的祖先能够更好地适应湿热环境而生存下去。所以这个基因变异是东亚人类适应新环境的产物而这种对环境的适应性进化正是产生当代人群间差异的重要机制之一。这次研究揭示单个基因变异可以同时影响人类的多个形态特征。所以为数不多的基因变异可能导致东方人与其他人种的形态差异。<br />\r\n<br />\r\n&nbsp; &nbsp; 众所周知,人类的祖先来自非洲,为什么就单单迁徙到东亚的人,基因发生了突变呢?这项研究目前只做了东亚人和欧美人的比较。许多地方气温高,不一定是湿热,而东南亚的气候是比较少见的,外部环境中的热,当然容易诱发让人出汗,但是环境中的湿,却不利于出汗机制的启动,所以这个气候对人类来说是很难受的,我们的祖先要加速排汗,适应当地气候,汗腺因此异于其他欧美人。<br />\r\n<br />\r\n&nbsp; &nbsp; 这个研究的结果,对发现决定东亚人群特征的形成具有重要的意义。该团队将继续从多学科角度进一步研究,最终揭示不同人种形态差异的生物学机制。</span><br />\r\n', '', '', '113.9.68.101'),
(210, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 据物理学家组织网报道科学家们表示他们在距离地球大约2.5亿光年的一个小型星系内部发现了一个可能是迄今已知质量最大的黑洞。这个超级黑洞的质量大约相当于170亿倍太阳质量位于英仙座星系NGC 1277之中。这一黑洞的质量占整个星系总质量的14%而相比之下一般星系中黑洞的质量只会占到整个星系总质量的0.1%左右。这一发现可能改写黑洞与星系的形成演化理论。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究小组成员、美国德克萨斯大学奥斯丁分校的卡尔&middot;吉布哈特表示:&ldquo;这是一个奇特的星系,它几乎整个就是黑洞,它应当可以被归入一种新的星系&mdash;&mdash;黑洞系统类别。&rdquo;这个黑洞的视界范围相当于海王星轨道直径的11倍左右。这项最新发现可能会对现有的星系内部巨型黑洞演化模型产生影响。天文学家们传统上认为星系核心部位的大小和其中隐匿的黑洞的大小之间存在相关。然而星系NGC 1277中所表现出的与众不同的性质让这一看法面临挑战。<br />\r\n<br />\r\n&nbsp; &nbsp; 天文学家目前已知质量的黑洞还不到100个。要检测黑洞质量非常困难而且耗时因此研究小组开展了霍比&middot;埃伯利望远镜大质量黑洞调查,以筛选随后可能跟进研究的星系数量。<br />\r\n<br />\r\n&nbsp; &nbsp; 星系NGC 1277内部的黑洞质量可能超出其已知最大竞争对手许多倍之前认为的最大黑洞未经确认的质量值大约介于60亿至370亿倍太阳质量之间大约占据其宿主星系核心区域质量的59%所谓核心区域是指星系中央的核球部分这个之前已知的最大星系内黑洞位于星系NGC 4486B内部。NGC 1277大小只有银河系的1/10。此前哈勃太空望远镜已经给NGC 1277拍过照。本次研究又结合了霍比&middot;埃伯利望远镜数据并在超级计算机上运行了多种模型计算结果发现其中存在一个质量达太阳170亿误差范围30亿倍的黑洞。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员还发现NGC 1277星系是一个较小的透镜星系在星系型态分类上是介于椭圆星系和螺旋星系之间的星系内部均为古老恒星其中最&ldquo;年轻&rdquo;的恒星寿命也有80亿年这几乎是太阳年龄的两倍。这种现象可能只存在于大爆炸后的这段时期在那之后便很少发生因此这种现象可能作为一种遗迹让我们得以一窥早期宇宙中恒星和星系形成时的情景。<br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;目前有3种完全不同的机制都表示能解释黑洞质量及其所在星系性质之间的关系我们还无法确定哪种理论最好。&rdquo;论文领导作者、德国马克思-普朗克天文研究所科学家雷姆科&middot;范登博斯说,关键是缺乏数据。该研究旨在更好地理解黑洞和星系的形成与共同生长,人们对这一领域还知之甚少。这个黑洞的质量比预期要大得多,在非常大质量黑洞的成长过程中,可能还有一种完全不同的物理过程。</span><br />\r\n', '', '', '113.9.68.101'),
(211, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 各种聚餐或日常烹饪时,菜式繁多的大鱼大肉让很多人大呼过瘾,而因此常常会引发多种健康问题&mdash;&mdash;<br />\r\n<br />\r\n&nbsp; &nbsp; 调查显示,在吃的问题上,重视口味的人最多。而在口味方面,国人舌尖最爱&ldquo;辣&rdquo;。排行榜中,&ldquo;辣&rdquo;始终居首,&ldquo;甜&rdquo;一直紧随其后,接下来是&ldquo;咸&rdquo;和&ldquo;酸&rdquo;&ldquo;苦&rdquo;则排名最后。<br />\r\n<br />\r\n&nbsp; &nbsp; 调查还显示,被公认为&ldquo;垃圾食品&rdquo;的烧烤类食品以43.0%的占比居&ldquo;公众最爱吃并经常食用的街头小吃&rdquo;榜首。油条、腌制类食品、麻辣烫和薯片依次位居36位。吃东西偏&ldquo;油、咸、辣,&rdquo;反映出国人嗜好&ldquo;重口味。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;重口味&rdquo;其实是通过过度或过量摄取某些东西,形成对感官的强烈刺激。如今,生活节奏加快增大了人们的精神压力,体验&ldquo;重口味&rdquo;的刺激成为一种新的宣泄方式。严格来讲,&ldquo;辣&rdquo;并不是一种味道,而是身体灼烧的刺激感。这种刺激感所带来的痛,会促使身体分泌大量内啡肽,让人产生愉悦感。<br />\r\n<br />\r\n&nbsp; &nbsp; 当下,不少人在饮食和休闲娱乐方面追求&ldquo;发泄&rdquo;、&ldquo;过瘾&rdquo;,沉溺于这种自虐式的享受。这种对外来刺激的狂热追求,恰恰反映出人们自身感知能力的退化。当人们在对很多东西抱怨&ldquo;没味道&rdquo;时,诸如&ldquo;辣&rdquo;这样的刺激性口味就成了必然追求。<br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;重口味&rdquo;背后,是逐渐逼近的健康隐忧。不分地域、不分季节地过度吃辣,容易过度刺激食欲,使人超量饮食,甚至是暴饮暴食,从而引发肥胖及&ldquo;三高&rdquo;等问题。&ldquo;重口味&rdquo;导致&ldquo;祸从口入&rdquo;的现象已引起了人们的注意。目前,医学界主流意见提倡低盐饮食,以预防高血压及其并发症。国际权威医学部门也均提倡限制饮食中的食盐摄入。<br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;重口味&rdquo;是可以改变的坚持25天就可以形成一个良好的饮食习惯。可以先从麻辣降到中辣再到微辣坚持微辣水平就会对身体利大于弊。通常坚持4个星期口味就会慢慢变轻坚持3个月到半年就能达到持久性的改变。减盐、减油都是这样一个过程如果能做到会大大降低&ldquo;三高&rdquo;等慢性病的发病率。<br />\r\n<br />\r\n&nbsp; &nbsp; 把体验&ldquo;重口味&rdquo;当宣泄方式的人,不但面临患上身体疾病的危险,而且可能无法成功排解压力,甚至可能加剧自身感官的迟钝,导致追求更强烈的刺激,陷入恶性循环。正确排解压力需要首先弄清楚压力的来源是什么,选择真正有效的缓解方式,改变不良的生活习惯,不要盲目消耗自身精神能量。<br />\r\n<br />\r\n&nbsp; &nbsp; 口味清淡才能体会食材的味道,心境淡泊才能感知生活的细节,以此滋养心灵,必然好过用外界的刺激填补内心。</span><br />\r\n', '', '', '113.9.68.101'),
(213, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 英国研究人员发现连续缺觉一周扰乱700多个对健康至关重要的基因从而影响人体生物钟、新陈代谢、免疫反应、抗压能力等这些基因还可以决定心脏病、糖尿病、肥胖等疾病这意味着睡眠不佳可能对长期身体健康有着广泛影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 英国萨里大学萨里睡眠研究中心的德克&mdash;扬&middot;迪克教授带领研究小组征募了14名男性和12名女性志愿者志愿者年龄在23岁31岁之间身体健康。研究人员要求志愿者在实验室进行两个阶段的睡眠实验第一阶段连续一周每晚躺在床上10个小时第二阶段连续一周每晚躺在床上6个小时。每个阶段结束后志愿者必须连续3941个小时不睡觉。<br />\r\n<br />\r\n&nbsp; &nbsp; 借助脑电图传感器研究人员发现志愿者第一阶段的平均睡眠时间为每晚8.5小时第二阶段为5小时42分钟。志愿者血样检测结果显示睡眠时间对基因活动有很大影响与睡眠充足时相比缺觉状态下的志愿者444个基因的活动遭抑制267个基因更活跃。<br />\r\n<br />\r\n&nbsp; &nbsp; 每一个基因都含有建造一种蛋白质的指令,因此那些变得更活跃的基因会产生更多的蛋白质,从而改变身体的化学过程。而且,自然的生物钟也会被打乱,免疫系统等区域以及身体对于损伤和压力的反应都会受到影响,一些基因在每天的活动中自发的出现兴衰,但是这种效果还是会受到睡眠不足的影响。研究显示,睡眠对于身体复原和维持身体功能非常重要。如果我们无法再补充和替换新的细胞,那么就会导致退化性疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; 剑桥大学生物钟研究专家艾克雷什&middot;雷迪博士认为重点在于对炎症和免疫系统的影响,因为有可能在那些影响和健康问题之间找到联系。这些发现也与尝试消除睡眠的研究联系在一起,比如说找到一种药物能够消除睡眠不足的影响。我们还不知道基因变化是短期反应,还是长期影响尚无定论,导致这些变换的开关是什么,但是理论上如果你能够控制它的开关,你或许就能够不需要睡眠。但是,睡眠对于所有细胞的再生都是非常重要的。</span><br />\r\n', '', '', '218.8.97.193'),
(214, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着现代社会的发展,人们的生活节奏越来越快,竞争越来越激烈,压力也越来越大,精神健康的问题就会不可避免地出现,而抑郁症就是其中之一。抑郁症是一种常见的心境障碍,可由各种原因引起,以显著而持久的心境低落为主要临床特征,且心境低落与其处境不相称,严重者可出现自杀念头和行为。<br />\r\n<br />\r\n&nbsp; &nbsp; 我们常说的抑郁症其实是指临床上的重症抑郁症人群中有16%的人在一生的某个时期会受其影响。在我国自杀的案例中高达70%的人是因为抑郁症。据世界卫生组织统计抑郁症已成为全球第4大疾患预计到2020年可能成为仅次于冠心病的全球第二大疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; 据中国心理卫生协会数据显示中国有病例记录的抑郁症患者已超过3 000万人但从未就医率却高达62.9%。抑郁症对于现代都市人群可以说是一个既熟悉又陌生的名词很多人觉得自己存在抑郁倾向但是又不知道自己到底有没有抑郁症患病识别率低就诊率更低。据有关调查显示我国抑郁症发病率约为35%但目前全国地市级以上医院对抑郁症的识别率还不到20%,能真正接受正规治疗的患者非常少。<br />\r\n<br />\r\n&nbsp; &nbsp; 与很多内外科疾病不同的是,由于抑郁症病因与发病机制还不明确,因此临床至今还没有一种或者一系列的检查或化验可以进行诊断,一些症状评估的量表可有助于医生对抑郁症状严重程度有量化的参考,但并不能作为诊断的依据。<br />\r\n<br />\r\n&nbsp; &nbsp; 抑郁症目前诊断还是以临床诊断为主,通常采用心理量表与生理成像技术监测相结合的方法,存在较强的主观性,有可能出现误诊。就生理成像技术来说,它可以从病理上对抑郁症作出判断,但是其缺陷在于无法对抑郁症进行预防,尤其是对于精神疾病未明显出现结构病变的前期,它无法判断,而这恰恰就是治疗的最佳时期。<br />\r\n<br />\r\n&nbsp; &nbsp; 我们都知道心脏病患者可以使用动态心电记录分析仪这是一种随身携带的盒式记录器它能采集被测人24小时全过程心跳波形对心脏病的检测和判断更为全面而准确。那么是否有同类型的设备用来检测和预防抑郁症呢<br />\r\n<br />\r\n&nbsp; &nbsp; 兰州大学信息科学与工程学院院长胡斌提供了一条新思路: 基于普适生物传感技术的在线精神疾病诊疗。精神疾病在线诊疗系统是一种蓬勃发展的新技术,它是通过传感器,如心电传感器、脑电传感器、运动传感器等搜集身体的基本情况,配合心理量表、语音分析、睡眠分析等数据,传输到计算机,计算机可自行分析数据,判断被测者的心理健康情况,也可将数据传往医院,由医生进行诊治。<br />\r\n<br />\r\n&nbsp; &nbsp; 这是心理生理计算的一种应用,它要求同时测量被测者的生理指标与心理状态,难点就在于准确测量各项指标并与精神疾病之间的联系,即如何将其抽象为可计算模态,进行融合,建立有效的可计算的推理机制,这对于达到有效分析心理、认知现象是至关重要的。为了更加全面、精确地通过生理数据测量或表达情感状态,需要将多种的生理数据进行关联、融合、分析,以提高对心理状态描述的可靠性和准确性。<br />\r\n<br />\r\n&nbsp; &nbsp; 在系统演示中,被测者戴好传感器,即可实时测量各项生理指标,结合心理量表测试,计算机利用其已经建立好的模型对庞大的数据进行集中分析和处理,能即时反馈检测结果,更为快捷,也更为科学。<br />\r\n<br />\r\n&nbsp; &nbsp; 伴随而来的是抑郁风险预测系统,它是辅助医生进行抑郁风险预测的在线服务系统,用户可以通过心理量表和脑电信号预测抑郁风险,同时医生也可在线查看用户信息,提供必要的预防建议。相对检测和治疗来说,预防更为重要,在出现抑郁症症状之前,就通过对身体信号的监测确定是否有抑郁症风险,从而做到早发现,早治疗,在这方面,该系统可能有更大的应用空间。经过更严谨的研究工作,可以让这个诊疗系统更快地应用于临床!</span><br />\r\n', '', '', '218.8.97.193'),
(215, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 鸡蛋是很好的营养品之一富含多种人体必需的物质但是在中医学理论中任何食物都相生相克鸡蛋也不例外。吃完鸡蛋后有些事情不能立即做否则会严重影响身体健康。以下是5件吃完鸡蛋不能立即做的事情。<br />\r\n<br />\r\n&nbsp;1、吃完鸡蛋后不要立即吃糖<br />\r\n<br />\r\n&nbsp; &nbsp; 鸡蛋不可以跟味精一起煮,很多人都知晓。鸡蛋同样不能跟糖一起煮,甚至吃鸡蛋后立即吃糖也是不行的。鸡蛋蛋白质中的氨基酸遇到糖会形成果糖基赖氨酸的结合物。这种物质不易被人体吸收,因此会对健康产生不良作用。<br />\r\n<br />\r\n2、吃完鸡蛋后不要立即吃柿子<br />\r\n<br />\r\n&nbsp; &nbsp; 吃完鸡蛋后吃柿子轻则会食物中毒,重则会导致急性肠胃炎还有肺结石。一般而言,这两种食物同时吃会导致以上吐、下泻、腹痛为主的急性胃肠炎症状。<br />\r\n<br />\r\n3、吃完鸡蛋后不要立即喝豆浆<br />\r\n<br />\r\n&nbsp; &nbsp; 在豆浆中打入鸡蛋,或者吃完鸡蛋后用豆浆解渴,这些都是非常不科学的。其实,单独饮用豆浆有很强的滋补作用,但豆浆中含有一种特殊物质叫胰蛋白酶,它与蛋清中的卵松蛋白相结合,会造成营养成分的损失,降低二者的营养价值。<br />\r\n<br />\r\n4、吃完鸡蛋后不要立即吃鹅肉、兔肉<br />\r\n<br />\r\n&nbsp; &nbsp; 鸡蛋还不能与兔肉、鹅肉等肉类一起吃。李时珍在《本草纲目》中说:&ldquo;鸡蛋同兔肉食成泄痢。&rdquo;那是因为兔肉性味甘寒酸冷,而鸡蛋甘平微寒,二者都含有一些生物活性物质,共食会发生反应,刺激胃肠道而引起腹泻。<br />\r\n<br />\r\n5、吃完鸡蛋后不要立即吃鳖肉<br />\r\n<br />\r\n&nbsp; &nbsp; 鸡蛋还有很多禁忌,比如:吃完鸡蛋后吃鳖肉也会导致食物中毒。因鳖肉本身性滋腻,患有感冒或体内寒湿的人一般都不要吃。加上它性咸平,孕妇及消化系统不好的人也不能吃。</span><br />\r\n', '', '', '218.8.97.193'),
(499, 51, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e4%bd%95%e9%95%bf%e7%ba%a2&amp;code=32239710;\" target=\"_blank\">何长红</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 HE Chang-hong;Economics and Management School of Suihua</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e7%bb%a5%e5%8c%96%e5%ad%a6%e9%99%a2%e7%bb%8f%e6%b5%8e%e7%ae%a1%e7%90%86%e5%ad%a6%e9%99%a2&amp;code=0057957;\" target=\"_blank\">绥化学院经济管理学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">黑龙江省地处北国边陲,具有丰富的旅游资源,其中包括传统的冰雪旅游、特色的夏季森林避暑旅游、民族民俗旅游和文化旅游,但是还有众多的旅游资源有待开发、利用。研究开发黑龙江省旅游资源已经成为加快黑龙江省经济发展的重要途径之一。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81\" target=\"_blank\">黑龙江省</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%97%85%e6%b8%b8%e8%b5%84%e6%ba%90\" target=\"_blank\">旅游资源</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%bc%80%e5%8f%91\" target=\"_blank\">开发</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%a0%94%e7%a9%b6\" target=\"_blank\">研究<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">College Heilongjiang Province is located in the North border, has rich tourism resources, traditional ice and snow tourism, featuring summer forest summer tour, the national folk tourism and cultural tourism. But there are numerous tourist resources to be developed, the use and growth, research and development of tourism resources in Heilongjiang Province, has become an important way to accelerate the economic development of Heilongjiang province.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501041.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501041.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(217, 11, '&nbsp;<span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp;通常人们都会把家里的食物准备得多些,各类果蔬、肉类等全部都会放进冰箱里储存。很多人都以为食物放进冰箱就会 &ldquo;安全&rdquo;,不会变味儿、不会变质。实际上,冰箱只是通过降温的方式,抑制细菌的繁殖速度,但食物存放时间过长,一样也会变质,吃了有可能会让人发生恶心、呕吐、腹泻等&ldquo;冰箱食物中毒&rdquo;的症状。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;在营养学界一直有种说法隔夜菜特别是隔夜蔬菜不能吃蔬菜中含有亚硝酸盐是因为蔬菜生长过程中要施氮肥硝酸盐就是从氮肥中来的。荤菜蛋白质含量高24小时后微生物分解了大量蛋白质化合物促使硝酸盐转化为亚硝酸盐。隔夜菜亚硝酸盐含量很高采用加热的方式只能消灭微生物和细菌而亚硝酸盐却是加热消除不掉的。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;总之无论是剩菜还是剩肉都不要长时间存放在冰箱内因为这其中的亚硝酸盐成人只要摄入0.20.5克即可引起中毒,如果长期食用还可引发食管癌、胃癌、肝癌和大肠癌等疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;不宜放入冰箱的四类食物<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;1、根茎类蔬菜: 土豆、胡萝卜、南瓜、冬瓜、洋葱等在室温下存放即可。另外,黄瓜、青椒长时间放在冰箱里也容易变黑、变软。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;2、热带水果: 香蕉、芒果等热带和亚热带水果对低温适应性差,如果放在冰箱里冷藏,反而会冻伤水果,影响口感。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;3、糕点类: 馒头、花卷、面包等淀粉类食物放在冰箱,会加快变干变硬,如果必须要储藏,则要先用保鲜膜或保鲜袋装好后再放入冷冻室。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;4、腌制肉: 腊肉、火腿等肉类腌制品适合放在阴凉通风的地方,这有利于保证食物的风味,如果把它们放进冰箱,因为湿度太大,反而缩短了储藏的时间。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;值得注意的是,速冻食品解冻后,细菌会迅速大量繁殖,这种解冻后的食物不适宜再次放回冰箱。所以,在把肉类食物放入冷冻室前,最好先分成一份份适量的包装,一次就拿一包解冻。</span><br />\r\n', '', '', '218.8.97.193'),
(220, 9, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 近20年来中国经济一直保持高速增长。然而高速增长的背后也存在隐忧大量引进国外技术、处于全球产业价值链低端是中国未来发展需要解决的重要问题。对于那些坚信&ldquo;开发先进的技术和新产品创新才是维持经济长期增长重要保障&rdquo;的人士来说,中国过去在创新方面尽管做了很大努力,但仍有很大差距。而美国佐治亚理工学院教授布瑞尼茨在《奔跑的红桃皇后》一书中提出,中国现阶段虽然缺乏突破性的产品创新,但在现有政治经济体制下建立的&ldquo;二次创新&rdquo;能力是中国保持经济快速增长并继续发挥其经济优势的保证。<br />\r\n<br />\r\n&nbsp; &nbsp; 这里所说的&ldquo;二次创新&rdquo;,包括集成创新、渐进式创新和工艺创新。换言之,中国的创新能力不仅仅体现在流程和产品上,也包括产品组织、制造技术、物流、设计等方面的&ldquo;二次创新&rdquo;。这一观点使我们可以从一个新的视角来审视过去几十年中国经济和科技发展的历程。<br />\r\n<br />\r\nA. 二次创新是当前我国企业创新的一个比较优势<br />\r\n<br />\r\n&nbsp; &nbsp; 我国企业的创新模式可以有多种选择。第一,利用新兴产业的发展机会,在新的产业技术轨道上实现跨越式创新,即在全新的创新模式中发展,实现对发达国家企业的追赶。第二,在现有的产业技术范围内快速追赶,即引进消化再创新和集成创新,这是中国企业的强项。第三,基于我国现实国情的自主创新,这是西方国家的企业没有做过的,如低成本医疗设备的创新。<br />\r\n<br />\r\n&nbsp; &nbsp; 从实践经验来看,虽然我国在突破性技术方面的成功案例不多,但我国企业能够在国外技术的基础上做改善、应用和商业化,这是现阶段我国能抓住产业链中更多价值的关键所在。世界某个地方发明新产品并推向市场之后,中国企业总能非常迅速地推出含有该技术或者产品的新版本产品,而且通常都更简洁、更便宜、更节能。这种能力不仅使我国经济取得了快速增长,更是我国能在制造环节上保持长久优势的动力。因此,理解中国的创新,不应该过多地考虑是否有突破性技术的涌现,而应该更多关注那些中国已经做得非常出色的领域:从生产到物流等众多领域展开渐进性的创新。也就是说,中国应该专注于目前生产和创新领域中的已有活动,并为此投入更多的研发,在产业链的更多环节展开竞争,维持经济增长的同时逐步登上价值链的高端。<br />\r\n<br />\r\n&nbsp; &nbsp; 联想从一个名不见经传的小企业发展到全球PC出货量第一的计算机公司成长速度举世瞩目。但联想一直为人诟病的是自主创新能力其实联想做了大量的二次创新。联想坚持不贸然进军所谓的核心技术创新如计算机的CPU。逻辑很简单企业要生存行业要垂直分工。企业要做好垂直分工的某一个环节而不是通吃。联想认为它的核心产品如Thinkpad零部件没有一件是联想的。但让它形成一个有市场竞争力的产品却有着非常高的技术含量。因此二次创新的一个关键点是不能过于强调全方位的创新而使企业失去核心能力好的二次创新可以保证企业同样具有国际竞争力。<br />\r\n<br />\r\n&nbsp; &nbsp; 类似的例子还有很多,百度公司从界面到搜索引擎内核都借鉴了谷歌,但是却根据自身的中文处理能力,建立了基于中国市场的产品。富士康具有高效能的代工生产能力,使得苹果公司的高端产品都在中国生产。富士康能非常迅速地将工程师和生产工人从一条生产线安排到另一条生产线,从一款产品转入另一款产品。这种中国特色的生产方式创新,就是二次创新的具体体现。<br />\r\n<br />\r\n&nbsp; &nbsp; 从历史上来看,日本在汽车行业取得统治地位,靠的不是新产品创新,而是卓越的生产体系,如精益生产方式、全面质量管理等。二次创新并不是仅仅在中国才出现的特定现象,世界上很多国家在快速工业追赶阶段,都曾经借助二次创新取得了快速发展。<br />\r\n<br />\r\nB. 二次创新得益于全球生产方式的重大变革<br />\r\n<br />\r\n&nbsp; &nbsp; 我国企业之所以能够在二次创新中取得巨大的成绩,得益于全球生产方式的重要变革,得益于全球运输费用和贸易壁垒的降低,得益于信息技术革命,很多产业的生产过程被细分为若干个标准化的模块,为外包式生产提供了可能,从而使得国家之间日益互相依赖,也使不同国家可以专注于不同的生产环节,在各自特定的生产环节掌握创新技巧,以获得比较优势。这种以产业链细化和分工为主的&ldquo;分裂的生产体系&rdquo;正是全球化的特色之一。在该体系下,一个从事高端产品研发的地区(例如美国)必须要培养长期研究和新产品开发的能力,而一个从事制造和系统组装的地区(例如中国)则要在提高效率、节省生产成本、控制质量等方面培养创新能力。于是,不同国家和地区在不同的产业链环节上形成了独特的创新能力和竞争力,由此产生了全新的价值创造逻辑。<br />\r\n<br />\r\n&nbsp; &nbsp; 尽管我国企业在引领技术潮流的原创能力方面还比较薄弱,但大量企业长期盘踞在科技前沿进行竞争,优化产业链结构、提供新解决方案,培养了中国企业针对特定生产阶段的创新能力。正是这些专业化的创新体系强化了中国各产业的&ldquo;奔跑的红桃皇后&rdquo;现象&mdash;&mdash;很难突破现有的科技前沿,但总是在科技前沿附近进行激烈竞争。这种竞争模式不但改变了世界经济的运作方式,也提升了全球产业链的效率,迫使跨国公司降低专利费用。&ldquo;奔跑的红桃皇后&rdquo;现象与二次创新能力的相互强化,构成了中国现阶段经济增长和创新发展的轨迹。<br />\r\n<br />\r\n&nbsp; &nbsp; 但是,二次创新忽略了另外一种重要的自主创新类型,即原始创新。原始创新强调的是在科学技术突破的基础上推出创新性产品或服务。事实上,原始创新是三类创新中对企业能力要求更高、技术复杂度也最高的创新类型,对企业自身的创新能力、外部创新环境、政府创新政策等都提出了较大挑战,是我国企业占领科技制高点过程中一道不可跨越的鸿沟。<br />\r\n因此虽然二次创新是我国企业开展自主创新并培养创新能力的有效途径但不能由此而忽视对原始创新的重视。二次创新并不会自动演化成我国企业的原始创新针对重点科技领域、产业链关键环节的突破性创新能力仍然是我国企业培育自主创新能力的重要手段。<br />\r\n<br />\r\nC. 自主创新,拥抱中国梦<br />\r\n<br />\r\n&nbsp; &nbsp; 前不久在世界知识产权组织发布的全球创新指数报告中中国居全球创新效率指数排名第一的位置但总体排名并未出现在前10名中。这一方面说明我国与发达国家的创新能力尚存在一定差距另一方面有了中国创新指数有利于及时进行对照分析找出差距和不足有针对性地加快追赶的步伐。<br />\r\n<br />\r\n&nbsp; &nbsp; 同时,我们也必须看到,随着要素成本的上升,我们将面临发达国家重振高端制造和发展中国家低成本竞争的双重挑战。资源对外依存度逐年上升,生态环境难以为继,不能再继续过去的粗放型发展。如何将&ldquo;中国制造&rdquo;升级为&ldquo;中国创造&rdquo;,怎样让清洁工厂取代&ldquo;傻大黑粗&rdquo;,如何治理污染重塑&ldquo;美丽中国&rdquo;?这些都离不开自主创新。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,如何培养我国的自主创新能力?<br />\r\n<br />\r\n<strong>要允许&ldquo;异想天开&rdquo;</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 必须加强基础研究和核心技术研发。新兴产业技术的自主创新往往来源于基础研究成果,如果基础研究没有突破,自主创新就不会有实质性进展。当前,科学研究成果转化为高技术产业的周期越来越短、效果越来越显著。我们必须加强源头的基础研究以及核心技术研发,努力提高原始性科技创新与知识创新能力,为国家自主创新体系建设打下坚实基础。<br />\r\n<br />\r\n&nbsp; &nbsp; 我国基础研究近年来有很大进步,但还要增加发散性和宽容度,要允许&ldquo;异想天开&rdquo;,要鼓励新思想、注重原创性,特别是要努力把部分基础研究成果尽快转化为核心技术的基础,例如量子通讯建立了一种全新的通讯模式、原子陀螺开辟了一种全新的导航模式、自旋器件创造了一种&ldquo;后摩尔时代&rdquo;的电子器件、高性能传感器可在智慧城市物联网中广泛应用,等等。<br />\r\n<br />\r\n&nbsp; &nbsp; 核心技术是实体经济的核心,先进制造业的基础也是核心技术,是一个国家的根本实力所在。美国准备东山再起重返先进制造业,就是出于这种考虑。<br />\r\n<br />\r\n<strong>把研发机会留在中国</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 要加强实验室成果的中试研发。科研院所和大学有大量科研成果,但转化率很低,原因之一是中试研发比较薄弱。高校院所做基础研究能得到很好的支持,而做中试就很困难,如果要用到中试设备就更困难,由于不是企业,不容易得到政府支持;而想得到企业支持,由于还没有做好中试、还没有产业化样品,企业不愿意冒风险。于是,许多成果得不到中试的机会,不能贡献于产业发展。<br />\r\n<br />\r\n&nbsp; &nbsp; 对于高校院所的科研成果,如企业愿意投资联合成立中试实验室,当然很好,但企业承担的投资风险希望政府分担,是否可以给予这些企业一定比例的免税?<br />\r\n<br />\r\n&nbsp; &nbsp; 要营造良好的环境和土壤,把研发的机会留在中国,以此培育本土的自主创新能力。要防止变相地出大价钱给国外去研发,然后再花大价钱把国外的设备和技术买回来,等到国外升级换代再次出大价钱引进。<br />\r\n<br />\r\n&nbsp; &nbsp; 关键是还要营造有利于企业自主创新的法律环境和市场环境。科技投入是最为重要的国家战略性投资,应该就科技投入制订法律法规,提出能促进自主创新的财政、税收及政府采购政策,鼓励企业参与自主创新;要加大对自主知识产权的保护与激励,同时发展各类技术产权交易;重构为自主创新服务的金融体系,构建支持自主创新的多层次资本市场;要完善风险分担机制,大力发展风险投资。<br />\r\n<br />\r\n<strong>人才个体与人才团队</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 目前,我国对人才的培养和引进偏重于人才个体,相对忽视了高科技人才团队的建设和引进,没有强有力的政策。其实与工程技术相结合的科技成果转化,常常是一个系统工程,需要团队来协同完成,甚至需要科技、管理和经济等多方面人才群体携手努力,因此,团队的力量、集体的智慧不可或缺。由此,要以产学研结合为导向,补充、完善国家和地方的人才战略,更加重视人才团队的培育和引进。<br />\r\n<br />\r\n&nbsp; &nbsp; 自主创新,已经成为打造中国经济升级版的巨大引擎,而我们还有很长的路要走。创新&ldquo;中国梦&rdquo;的实现过程也必将为13亿人民乃至全世界、全人类做出巨大贡献。<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n', '', '', '113.9.218.12'),
(221, 8, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 对于眼泪我们了解得有多少呢眼泪是人在伤心难过或者过于激动高兴时从眼睛里流出的液体味道略咸。正常时泪腺所分泌的少量透明含盐溶液是一种弱酸性的透明的无色液体其组成中98.2%是水并含有少量无机盐、蛋白质、溶菌酶、免疫球蛋白A、补体系统等其他物质。眼泪具有冲洗和稀释、润滑以及抗菌、抑菌的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国哈佛大学和哈佛工程与应用科学学院的一支研究团队,从泪水中获得灵感,设计出一种透明度和润湿性功能可自我调节的液体膜仿生材料。这种新材料的灵感是受动态的、自我恢复的自然系统&mdash;&mdash;覆盖眼睛的液体薄膜的启发。眼泪连接起来,形成一个动态的具有显著光学功能且保持清晰的液体膜,同时保持眼睛湿润,免受灰尘和细菌污染,帮助排出各种废物,而&ldquo;搞定&rdquo;这些全在一眨眼间。新材料是一个覆盖着弹性多孔基材的持续液膜,任何基片的变形,如拉伸、点戳或肿胀,能使孔的大小改变,从而改变液体的表面形状。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员通过视频演示了液膜的适应性和多功能表现,滴到其表面的水或油液会自由向下流淌。拉伸或弯曲会使液膜表面变得粗糙且不透明,从而更精确地控制水或油滴的运动,每一滴油或水可逆向运动,也可停滞在某个位置,而之前没有任何材料能做到这一点。目前的自适应材料,要想转换湿润性,只能靠疏水性和亲水性两种状态切换来实现。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员说,运用新材料,能够以极高精度动态的控制液体透明度和润湿性。新材料还可以对其表面上各种形貌的微小变化做出响应,并进行调节,其还可以被设计成多孔质弹性固体,以便响应温度、光线、磁场或电场、化学信号、压力和其他环境条件的变化。<br />\r\n<br />\r\n材料科学教授艾米&middot;史密斯认为:&ldquo;这个系统的美妙之处就是它的适应性及多功能。想象一下,一座既可阻挡干燥阳光又可在阴雨天转变成透明而防水的帐篷;一个高度精确、可自我调节的自清洁隐形眼镜;一些可根据通过的液体流量及外部环境条件优化流动速率的管道。而这种新型材料将让这些想法离现实不再遥远。&rdquo;&nbsp;</span><br />\r\n', '', '', '113.9.218.12'),
(222, 8, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着第四代3D打印机被引进国内一些医院它能打出钛合金物件有望直接用作骨科材料植入人体。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,钛是什么?是一种矿岩?是工业材料?还是会让你想到网络热词&ldquo;钛合金眼&rdquo;尽管钛的一些性能并没有被公众所熟知但这并不能阻止它有一番大作为。最近它又被3D打印技术制成&ldquo;人工脑壳&rdquo;用来代替人的颅骨。在人们对钛产生兴趣的同时,不免又产生了很多的疑问。钛缘何能做&ldquo;人工脑壳&rdquo;?可以用钛制品做医用材料吗?<br />\r\n<br />\r\n&nbsp; &nbsp; 将物质植入人体需要几个条件,首先要求这种物质必须无毒,与人体无不良反应;其次是一般不能腐蚀;再次是如果作为骨替代物需要强度高、耐疲劳、同时和弹性模量要与人骨接近。将钛合金用于人工骨制移植,在医学上应用得越来越广泛。以前所用的骨替代用金属如不锈钢等,其弹性模量大多很高,与骨之间弹性模量不匹配,使得载荷不能由植体很好地传递到相邻骨组织,出现&lsquo;应力屏蔽&rsquo;现象,从而导致种植体周围发生骨吸收,导致局部骨质疏松,最终引起种植体松动或附近的骨断裂。<br />\r\n<br />\r\n&nbsp; &nbsp; 脑壳的主要功能就是保护大脑,钛合金质地比较硬,所以比颅骨还要结实。而且,设计时,后半部分质地相对比前方更硬,怎么压也不会变形。此外,因为头皮完整,所以不会让大脑太敏感,散热、存热等大脑调节功能也不受影响。更换了钛合金的人工脑壳后,还能长头发,因为头发生长主要在于头皮。手术过程中,病人的头皮组织并未受损。等头发长了,头皮上的手术痕迹也被挡住了,与正常人看起来没有明显区别。<br />\r\n<br />\r\n&nbsp; &nbsp; 钛是少有的几个对人体无害的元素金属之一。就目前看,钛可能是放在人体里最好的骨替代材料,尤其是一些新发明的低模量钛合金,弹性模量和人骨非常接近,这样就不会产生应力屏蔽,给人体带来一些诸如骨质疏松这样的问题,也不需要像其他骨制品几年就得更换一次。这类合金与人体力学相容性非常好,会随着自身骨头的变形而变形。而其他像是铁等合金骨制品则会随着时间的推移,导致一些诸如过敏、发炎、生锈等问题。有些金属虽然与人体没有反应,如金、镍等,但是强度及弹性等方面远不及钛。<br />\r\n<br />\r\n&nbsp; &nbsp; 钛制品植入人体究竟有多大风险?很多人担心骨质移植会造成病变的发生。确实有些材料移植到体内会加速细胞增长,甚至导致癌症。十几年前研究人员就在进行生物相容性研究,通过一些实验观察细胞如何在钛移植体上生长、蛋白质会不会沉积等。经过无数次的试验观察和临床经验证明,这种钛合金的生物相容性很好。<br />\r\n<br />\r\n&nbsp; &nbsp; 正常人的体液中含有水、葡萄糖、蛋白质以及类脂肪等物质正常状态下PH值为7.4这些特性就决定了人体环境具有一定的腐蚀性。而生物体环境的复杂性决定了种植体组织之间反应的复杂性。钛合金去除了对人体有害的V等元素采用Nb、Zr、Sn等无毒元素同时钛具有很大的惰性相较于不锈钢及其他合金钛的抗腐蚀性能是非常出色的当前它仍是已知最适合制造种植体的材料。当然关于钛的医用材料还有很多问题有待进一步探索包括它的设计方法、制备工艺、性能测试等问题。<br />\r\n<br />\r\n&nbsp; &nbsp; 就目前来看,用钛原料打印出来的部件并不是非常完美,一般都会带有一些缺陷&mdash;&mdash;表面上比较粗糙,内部会有一些微孔等,对外观或强度上会造成一定的影响。实际上,想要合金疲劳性能好同时又具有低模量是非常困难的。因为合金的弹性模量比较低的话,它的强度常常也会下降。通过什么办法设计出既具有高强度又具有低弹性模量的钛合金是制作良好种植体的关键,这也是研究人员多年来所努力的方向。<br />\r\n<br />\r\n&nbsp; &nbsp; 另外,还需要材料工作者以及医学工作者的通力合作,才能将钛及钛合金更多更快地应用到临床中去。钛的腐蚀衰减率很低,很多情况下它的腐蚀率几乎可以忽略,这不仅可降低回收费用,而且减少了资源浪费和污染,它的这些优点应该被更多人认识,促进钛合金的使用,并将其更广泛的应用。</span><br />\r\n', '', '', '113.9.218.12'),
(223, 21, '<span style=\"font-size:12px;\"><font color=\"#333333\" face=\"宋体\"><span style=\"line-height: 10px; \">&nbsp;<br />\r\n</span></font>英开发出用尿液发电的燃料电池<br />\r\n<br />\r\n用动物活组织也可培育出人耳<br />\r\n<br />\r\n大脑中也存在一个&ldquo;垃圾&rdquo;清理系统<br />\r\n<br />\r\n人类能否创造意识呢<br />\r\n<br />\r\n化学风化作用能为变暖地球降温<br />\r\n<br />\r\n脑部微电击可提高大脑运算能力<br />\r\n<br />\r\n60%以上家庭使用食用油都有误区<br />\r\n<br />\r\n8个错误疗法让病情加重<br />\r\n&nbsp;</span><br />\r\n', '', '', '218.9.165.87'),
(226, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 吃绿色蔬菜也许要比我们之前认为的更重要,最新研究发现,对于肠道健康至关重要的免疫细胞群受饮食中的绿叶蔬菜控制。研究成果发表在《自然&middot;免疫学》杂志上。<br />\r\n<br />\r\n&nbsp;&nbsp;&nbsp;&nbsp;在消化系统内壁新发现的这些免疫细胞被称为固有淋巴细胞,可保护身体免遭肠道内&ldquo;坏&rdquo;菌的伤害。其还被认为在控制食物过敏、免疫系统疾病、肥胖乃至防止肠癌形成方面发挥着重要作用。<br />\r\n<br />\r\n&nbsp;&nbsp;&nbsp;&nbsp;澳大利亚沃尔特和伊丽莎&middot;霍尔研究所分子免疫学部门的研究人员发现T-bet基因对于产生免疫细胞群来说是必不可少的该基因可指令前体细胞发育成ILCILC对人体所吃食物中的信号及肠道中的细菌做出反应。T- bet 选择性表达于Th1 细胞只限于肺、胸腺和脾脏其表达水平通过T 细胞受体TCR介导的信号传导而增强。另有研究表明T- bet 除表达于CD4+ Th1细胞和NK细胞外也可表达于非淋巴细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 绿叶蔬菜的蛋白已知可与开启T-bet的细胞表面受体进行交互作用并在产生这些重要的免疫细胞方面发挥着重要作用。<br />\r\n<br />\r\n&nbsp; &nbsp; ILC对于维持耐受力、免疫力和炎症之间的微妙平衡至关重要。ILC可产生一种被称为白细胞介素22IL-22的激素它可保护人体免受入侵细菌伤害。研究发现没有T-bet基因身体更容易受到进入消化系统的细菌的感染。这表明促进肠道内的ILC或有助于治疗此类细菌感染。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员表示ILC将通过促生&ldquo;好&rdquo;细菌和治愈肠道组织中的小创伤和磨损来维持一个健康的肠道环境,对解决癌前病变也会具有一定的作用。</span><br />\r\n', '', '', '218.9.131.68'),
(227, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 对于眼泪我们了解得有多少呢眼泪是人在伤心难过或者过于激动高兴时从眼睛里流出的液体味道略咸。正常时泪腺所分泌的少量透明含盐溶液是一种弱酸性的透明的无色液体其组成中98.2%是水,并含有少量无机盐、蛋白质、溶菌酶、免疫球蛋白、补体系统等其他物质。眼泪具有冲洗和稀释、润滑以及抗菌、抑菌的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国哈佛大学和哈佛工程与应用科学学院的一支研究团队,从泪水中获得灵感,设计出一种透明度和润湿性功能可自我调节的液体膜仿生材料。这种新材料的灵感是受动态的、自我恢复的自然系统&mdash;&mdash;覆盖眼睛的液体薄膜的启发。眼泪连接起来,形成一个动态的具有显著光学功能且保持清晰的液体膜,同时保持眼睛湿润,免受灰尘和细菌污染,帮助排出各种废物,而&ldquo;搞定&rdquo;这些全在一眨眼间。新材料是一个覆盖着弹性多孔基材的持续液膜,任何基片的变形,如拉伸、点戳或肿胀,能使孔的大小改变,从而改变液体的表面形状。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员通过视频演示了液膜的适应性和多功能表现,滴到其表面的水或油液会自由向下流淌。拉伸或弯曲会使液膜表面变得粗糙且不透明,从而更精确地控制水或油滴的运动,每一滴油或水可逆向运动,也可停滞在某个位置,而之前没有任何材料能做到这一点。目前的自适应材料,要想转换湿润性,只能靠疏水性和亲水性两种状态切换来实现。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员说,运用新材料,能够以极高精度动态的控制液体透明度和润湿性。新材料还可以对其表面上各种形貌的微小变化做出响应,并进行调节,其还可以被设计成多孔质弹性固体,以便响应温度、光线、磁场或电场、化学信号、压力和其他环境条件的变化。<br />\r\n<br />\r\n&nbsp; &nbsp; 材料科学教授艾米&middot;史密斯认为:&ldquo;这个系统的美妙之处就是它的适应性及多功能。想象一下,一座既可阻挡干燥阳光又可在阴雨天转变成透明而防水的帐篷;一个高度精确、可自我调节的自清洁隐形眼镜;一些可根据通过的液体流量及外部环境条件优化流动速率的管道。而这种新型材料将让这些想法离现实不再遥远。&rdquo;&nbsp;</span><br />\r\n', '', '', '218.9.131.68'),
(228, 19, '<div class=\"author summaryRight\">\r\n <p>\r\n <span style=\"font-size:14px;\">【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%bb%8e%e8%8f%81%e5%8d%8e&amp;code=29617624;\" target=\"_blank\">黎菁华</a></span></p>\r\n <p id=\"au_en\">\r\n <span style=\"font-size:14px;\">【Author】 LI Jing-hua Business School of Central South University,Changsha 410083,China)</span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%ad%e5%8d%97%e5%a4%a7%e5%ad%a6%e5%95%86%e5%ad%a6%e9%99%a2&amp;code=0193746;\" target=\"_blank\">中南大学商学院</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"\">学生成绩的统计是学生管理工作中一项非常重要的工作,是学生奖学金和各项评先评优的重要依据。作者借助excel的条件格式和函数参数来统计与查询学生成绩,可以提高工作效率,防止出错。该方法具有一定的实用性和普遍性。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></span></p>\r\n</div>\r\n<div class=\"author summaryRight\">\r\n <span style=\"font-size:14px;\"><script></script></span></div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\" style=\"\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%9d%a1%e4%bb%b6%e6%a0%bc%e5%bc%8f\" target=\"_blank\">条件格式</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%87%bd%e6%95%b0\" target=\"_blank\">函数</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ad%a6%e7%94%9f%e6%88%90%e7%bb%a9\" target=\"_blank\">学生成绩</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/KCMS/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%9f%e8%ae%a1%e4%b8%8e%e6%9f%a5%e8%af%a2\" target=\"_blank\">统计与查询</a>&nbsp;<br />\r\n <br />\r\n 全文阅读:<br />\r\n &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=24&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307024&amp;urlid=&amp;yx=&amp;v=MjY1MDBGckNVUkxtZVorUnJGeTNsV3J2TUxTakhaTEc0SDlMTXFJOUhZSVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTE=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=24&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201307024&amp;urlid=&amp;yx=&amp;v=MjY1MDBGckNVUkxtZVorUnJGeTNsV3J2TUxTakhaTEc0SDlMTXFJOUhZSVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTE=</a></span></span></div>\r\n<div class=\"keywords int5\">\r\n &nbsp;</div>\r\n', '', '', '218.9.171.121'),
(244, 22, '', '', '', '221.212.192.194'),
(245, 22, '', '', '', '221.212.192.194'),
(246, 22, '', '', '', '221.212.192.194'),
(247, 22, '', '', '', '221.212.192.194'),
(250, 21, '<span style=\"font-size:9px;\">+精神疾病抛弃药疗 修改大脑神经回路成研发热点<br />\r\n<br />\r\n盘点有毒的11种常见食物<br />\r\n<br />\r\n女性身体最需要的5种食物<br />\r\n<br />\r\n最新研究称食物和肠道内的细菌共同影响腰围<br />\r\n<br />\r\n我国OLED照明模块能效创同类器件世界纪录<br />\r\n<br />\r\n婚姻是否美满 出生时或已决定<br />\r\n<br />\r\n生物钟能测出人体组织年龄 有望揭示人类为何变老<br />\r\n<br />\r\n十大最流行生活谣言全揭露</span><br />\r\n<br />\r\n<br />\r\n', '', '', '218.9.171.182'),
(251, 21, '<span style=\"font-size:9px;\">X射线眼镜将使医护人员拥有超级&ldquo;透视眼&rdquo;<br />\r\n<br />\r\n量子通信绝密的未来通信<br />\r\n<br />\r\n携老年痴呆症基因婴儿大脑发育与众不同<br />\r\n<br />\r\n&ldquo;灵魂出窍&rdquo;是如何产生的?研究称真实存在<br />\r\n<br />\r\n大自然挑战传统理论衰老未必导致死亡<br />\r\n<br />\r\n研究称改变基因或能让人类活到500岁<br />\r\n<br />\r\n间歇性狂躁症患者&ldquo;易怒&rdquo;或与体内炎症有关<br />\r\n<br />\r\n用脑过度 12种食品滋养大脑</span><br />\r\n<br />\r\n<br />\r\n', '', '', '218.8.97.31'),
(252, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 英国《每日邮报》近期报道来自美国犹他州的一名男子于1999年在当地一家快餐店买了一个汉堡无意间保存至今。令人吃惊的是现在这个汉堡看起来和14年前没有多大变化。此消息一出引发了消费者对于洋快餐含有过量防腐剂的质疑。这件事情之所以成为新闻是因为人们对食物在储藏中的品质变化了解得甚少。<br />\r\n<br />\r\n&nbsp; &nbsp; 食品在储藏中发生的品质劣变,可分为三类。一类是微生物导致的败坏,即所谓的&ldquo;腐败&rdquo;,腐败的食物会发出酸、臭等不良气味,长出毛茸茸的霉菌;另一类是氧气导致的脂肪氧化等化学变化,通常会影响到食物的安全性和营养价值;还有一类是质地、风味方面的变化,它们影响风味口感,但未必影响食品的安全性。<br />\r\n<br />\r\n&nbsp; &nbsp; 在很多人的观念中,化学防腐剂是一个恶贯满盈的&quot;健康危害者&quot;,那么,事实是不是这样?防腐剂在食品中的主要作用是抑制有害菌的繁殖,不让细菌和霉菌在食品中产生毒素,或大量繁殖引起疾病。从这一点上来说,它们是功大于过的。现实生活中,添加防腐剂的食品不在少数,比如酱油、果酱、饮料等。按照国家规定,酱油中必须加入防腐剂&mdash;&mdash;苯甲酸钠,否则极易滋生霉菌。苯甲酸钠毒性非常低,经过多年使用后,并未发现规定数量的添加会对人体有什么危害。丙酸钙是面包中常添加的防腐剂,它是一种毒性比盐还低的物质,是被世界各国公认的十分安全的添加剂,可以保证面包在一周内不长霉菌。丙酸钙在人体内可水解成丙酸和钙离子,丙酸是牛奶和牛羊肉中常见的脂肪酸成分,对大肠的菌群平衡和血脂控制有利,钙离子甚至还有补钙的作用,它们都可以作为营养物质被人体吸收。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,我们在果酱、调味品和饮料等食品标签上,常会发现山梨酸钾的&ldquo;身影&rdquo;,这种防腐剂也是无毒无害的,可作为营养物质参与人体代谢,各国食品专家对其比较放心。有了防腐剂,我们才可以安心消费许多细菌易繁殖的食物。国家批准使用的防腐剂都是安全的,它们的毒性并不比我们每天吃的食盐高多少,人们完全不必提及防腐剂就色变。<br />\r\n<br />\r\n&nbsp; &nbsp; 食物要想在室温下长期保存,有三种方法:一是降低水分含量,如果食品太干微生物就无法繁殖。方便面经过油炸除去绝大部分水分,面饼被烤得很干,不加防腐剂也不会腐败。二是加许多糖或盐。提高渗透压让微生物被腌得&ldquo;脱水&rdquo;,自然无法生存。果脯蜜饯和咸菜咸鱼的保存奥妙就在于此。三是杀菌隔菌。食品装袋或装罐之后再高温杀菌,把罐中原来存在的细菌和孢子统统杀死,包装本身绝对密闭,外面的菌进不来,自然无需担心变质。罐头、软罐头能够保存一两年之久,就是这个道理。<br />\r\n<br />\r\n&nbsp; &nbsp; 不少人认为,食物的保质期和防腐剂含量&ldquo;成正比&rdquo;。是否保质期越长的食品,所含的防腐剂就越多呢?细心者不难发现,两种同样加了防腐剂的同类食品,保质期却大不相同。以月饼为例,原因在于月饼的保鲜基础不一样。水分少的月饼,抑菌能力本来就较强,再加入防腐剂和抗氧化剂,保质时间就能更长。反之,本来基础比较差的月饼,防腐剂最多加到标准的限量值,在室温下也保存不了多久。除了人工防腐剂外,&ldquo;传统&rdquo;防腐物质也功不可没。糖和盐都是天然的防腐物质,糖、盐含量高则月饼防腐性能提高,就能存放更长时间。<br />\r\n<br />\r\n&nbsp; &nbsp; 远离食品防腐剂并非维护健康的关键。过度依赖盐多、糖多、营养不平衡的加工食品和快餐食品,对健康的害处更大。维护健康的更好方式是多吃新鲜多样的天然食物,与此同时,也就不用担心会吃到过量的食品添加剂了。</span><br />\r\n', '', '', '218.8.97.31'),
(258, 21, '<span style=\"font-size:8px;\">+科学家改善智能冰箱系统:自动识别物体<br />\r\n<br />\r\n能修补心脏缺陷万能胶 欲最终取代缝线<br />\r\n<br />\r\n哈工大破解艾滋病病毒感染性因子结构<br />\r\n<br />\r\n绝大多数人吃饭的顺序都犯3种错误<br />\r\n<br />\r\n牛奶冷藏切忌超过6天<br />\r\n<br />\r\n1棵大葱=7种药 这样吃最有药用效果<br />\r\n<br />\r\n生姜泡澡的神奇功效<br />\r\n<br />\r\n教你怎样快速止牙痛</span><br />\r\n<br />\r\n', '', '', '218.9.165.138'),
(259, 53, '&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">取一滴血液2小时即可获知肺癌患者的治疗效果。一项被称为&ldquo;向攻克癌症这一目标又前进了一大步&rdquo;的研究成果在清华大学发布。该校生命科学学院教授罗永章课题组在国际上首次发现Hsp90&alpha;热休克蛋白90&alpha;是一个全新的肿瘤标志物由此自主研发的定量检测试剂盒已通过临床试验。这是人Hsp90&alpha;被发现24年来全球首个将其用于临床的产品对于提高肿瘤患者的病情监测和疗效评价水平、实现肿瘤个体化治疗具有重要推动作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 肿瘤标志物是一类反映肿瘤存在的物质在肿瘤患者中的含量远远超过健康人群。肿瘤标志物的存在或量变可以提示肿瘤的性质现已成为肿瘤诊断、预后及治疗指导中的重要辅助手段。该团队进一步证明了分泌型Hsp90&alpha;能促进肿瘤侵袭及转移且其在血液中的含量与肿瘤恶性程度正相关。这些发现预示了血液中Hsp90&alpha;作为肿瘤标志物的良好潜质,该发现也为癌症治疗提供了一个潜在靶点。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员在上述重大科学发现的基础上与普罗吉生物科技发展有限公司合作攻克一系列技术难题成功研发出性能稳定的Hsp90&alpha;定量检测试剂盒于2010年获得医疗器械生产许可证。在以中国医学科学院肿瘤医院为组长单位的国内8家三甲医院的共同参与下已完成世界上首个Hsp90&alpha;作为肿瘤标志物的临床试验总样本数达2 347例成功证明了Hsp90&alpha;是肺癌相关肿瘤标志物可用于患者病情监测和疗效评价。同时Hsp90&alpha;肿瘤标志物具有广谱特性,用于肝癌、乳腺癌、结直肠癌、前列腺癌、胰腺癌、胃癌等其他多个瘤种的临床试验也将在近期完成。<br />\r\n<br />\r\n&nbsp; &nbsp; 与其他肿瘤检测手段相比肿瘤标志物更方便快捷成本也大大降低。只需取一滴血即可通过这种试剂盒检测血浆中Hsp90&alpha;的含量。如果含量超出正常值范围建议采取其他手段进一步确认。有些肿瘤患者尽管并未表现出相关症状但其Hsp90&alpha;含量可能已经升高,如果再进行深入检查,就可能被确诊为肿瘤,这能使患者早日接受治疗,从而大大提高治愈率或延长生存期。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外患者血浆中Hsp90&alpha;含量的高低与病情变化有较好的对应性,因此可实时、较准确地反映治疗效果,为医生制定和及时调整治疗方案提供参考。</span><br />\r\n', '', '', '218.9.165.138'),
(260, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 当一支铅笔被放入一个装置中时,铅笔的中间部位&ldquo;不见了&rdquo;,但该部位的背景图案仍然可见。制造出能实现完美隐形的&ldquo;隐身衣&rdquo;,是科学家、工程师及科技爱好者梦寐以求的事。我国科学家研制出能够在可见光波段将生物隐形的隐身器件。<br />\r\n<br />\r\n&nbsp; &nbsp; 电磁波(包括光波)照射到物体时,会在物体上发生散射。散射的电磁波被接收后,就表明那里存在物体。如果能让电磁波&ldquo;转弯&rdquo;,绕着物体走,这样物体就能 &ldquo;隐身&rdquo;,该项研究正是基于这样的理念。该团队提出了一种可见光波段多边形&ldquo;隐身衣&rdquo;的设计方法,理论上能够实现在各个方向上的隐身效果。研究人员使用玻璃制造出了能够在水中隐形的六边形柱状隐身器件和能够在空气中隐形的多边形隐身器件,并用两种隐身器件使金鱼和猫成功隐形。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员对这个理论进行了简化,提出了一种可见光波段多边形隐身衣的设计方法。由于人眼对光线的相位和略微延时并不敏感,研究人员剔除理论中&ldquo;光线保持相同相位&rdquo;的条件,令隐身器件能够使用玻璃这种透明均匀易得的材料,也不需纳米级工艺雕琢,降低了隐身衣的设计和实现难度。<br />\r\n<br />\r\n&nbsp; &nbsp; 通过对隐身器件的特殊设计、改变材料的折射率,令光线绕过位于隐身器件中心的物体。截止目前,这一可见光频段的隐身器件还只能在特定的角度上取得理想的隐身效果,如六边形隐身器在正对六条棱角的角度具有较好效果,而多边隐身器仅有两个角度能够实现隐身。这一隐身器件将有望在安全、娱乐和监控应用领域发挥作用。研究人员将着力提升隐身的性能,如增加隐身角度,减轻装置的重量等。</span><br />\r\n', '', '', '218.9.165.138'),
(261, 53, '&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">35亿年前地球上的生命是如何开始的仍是最有趣但知之甚少却备受争议的生物学领域课题。根据达尔文的推测早期生命可能开始于一个温暖的小池塘中但是另外一些科学家则认为早期生命可能存在于矿产资源较为丰富的水域环境中比如温度较高的热液喷涌。而近期研究小组提出了一项令人惊讶的替代理论生命具有冰的起源这代表了对生命可能性以及它是如何从无生命的世界里产生的彻底革新性的思考趋势。<br />\r\n<br />\r\n&nbsp; &nbsp; 主流理论认为遗传信息比如: DNA和RNA的复制需要一定&ldquo;温和&rdquo;的环境也就是说即不太冷、也不太热分子热运动取决于周围环境的温度寒冷的环境则不利于化学反应的进行。关于生命的进化科学家认为有两个重要变化促进了生命进程第一个就是RNA在DNA之前还存在一个RNA世界其扮演的角色是尤为重要的第二个就是细胞膜细胞膜的出现为细胞演化提供了一个相对封闭的环境。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家之所以提出生命可能诞生于寒冷的区域是因为他们发现在RNA世界中存在一个关键的催化因子其工作温度存在零度以下寒冷的环境有利于其完成表达并进行复制。研究小组发现了基因合成聚合物也可以进行复制这就说明在DNA和RNA之外还有一种涉及到遗传信息的载体并通过一些特殊的物质取代了DNA中的脱氧核糖比如苏糖等这个发现拓展了原先的生命起源理论也暗示了生命遗传物质并非只有DNA和RNA。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究小组发现了至少6种能够分享信息的非自然核酸。这些异种核酸或者称XNA之一便是己糖醇核酸或者称HNA它能够进化并折叠成生物有用的形式。另外名为苏糖核酸TNA的分子能够结合RNA从之前的RNA世界复制信息至新的RNA世界。<br />\r\n<br />\r\n&nbsp; &nbsp; 如果地球生命起源于寒冷环境,而遗传物质也有其特殊性,这个信息给科学家提供了新的思路,即外星生物可能拥有与地球生物完全不同的遗传物质载体,其生命形式也可能会截然不同。</span><br />\r\n', '', '', '218.9.165.138'),
(262, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 大多数盲人其实还残存着一些有限的视觉功能,他们可以觉察到光和运动,但一直未曾有合适的技术来利用并增强这些能力。对于盲人来说,有时盲文指示跟不上他们的需求,能实时帮助他们重新获得足够多的独立性才更实用。现在,牛津大学的科学家们研发的这套复杂眼镜,能使用照相机和软件来探测物体并将物体显示在眼镜的镜片上。<br />\r\n<br />\r\n&nbsp; &nbsp; 这款智能眼镜的工作原理是位于眼镜拐角处的两个小型照相机会像人眼一样拍下两张不同的图像。随后眼镜将照相机提供的信息显示在镜片上透明的LED显示屏上因此戴眼镜的人能够看见增强版的图像。眼镜上的一套听筒会将信息翻译成语音为佩戴眼镜的人指示方向或大声地将信号读出。另外这套眼镜也配备有一个指南针、一个GPS以及一个测量眼镜方位的工具。<br />\r\n<br />\r\n&nbsp; &nbsp; 该研究团队希望能研发出相应的软件以便提供多种对盲人来说有用的功能。例如这款眼镜将会使用明亮程度来显示深度可以依据某人的运动方式来探测到他是否在场。另外这款眼镜或许也能阅读公交车的位置或数量并通过头上的听筒提供GPS导航。该研究的领导者斯蒂芬&middot;希克斯表示:&ldquo;这款智能眼镜或许标志着计算机视觉黄金时代的开始。&rdquo;</span>', '', '', '218.9.165.138'),
(263, 53, '&nbsp; &nbsp; <span style=\"font-size:14px;\">延年益寿一直是人们热衷的话题科学家也正在往这方面努力而一项研究发现或许能让这一愿望成为现实。据英国《每日邮报》报道美国加利福尼亚州的科学家们发现通过改变秀丽隐杆线虫的遗传基因途径能够使它的寿命延长5倍相当于人类活到了400500岁左右。<br />\r\n<br />\r\n&nbsp; &nbsp; 目前这个研究结果仅仅在蠕虫身上灵验过。研究人员在实验室里通过改变2组基因通道让秀丽隐杆线虫延长了5倍的生命。秀丽隐杆线虫是第一个被解密出所有基因密码的生物它的&ldquo;生物密码&rdquo;广泛应用于衰老化和寿命的研究上。一种名为Target of Rapamycin(TOR)的分子能够影响胰岛素的传递和营养信号通道。TOR通道中的单个基因突变能将秀丽隐杆线虫的寿命延长30%而胰岛素信号突变更能够双倍增加它的存活时间。如果将这两种因素综合起来寿命或许能延长130%,这种联合效应的作用更加显著。研究人员称,不同的基因相互作用,才更能够决定我们的寿命。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员就此提出了基因抗衰老的假设。来自Buck Institute of Age Research学院的Pankaj Kapahi博士致力于年龄研究。他表示:&ldquo;我们对线虫进行实验,改变了其中的两条遗传基因途径,这种基因变异促使其中特定组织的良性反馈循环,从而延长了线虫的寿命。这种基因间相互作用的方法或许同样适用于人类,不过还需要未来几年作进一步研究。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 据悉,研究人员未来有望在老鼠身上做实验,并观察这是否同样适用于哺乳动物。虽然真正的应用还要等很久,但这项发现至少给人类的抗老化治疗研究提供了前景。</span><br />\r\n', '', '', '218.9.165.138'),
(264, 11, '&nbsp; &nbsp; <span style=\"font-size:14px;\">泡脚可以促进血气循环、利于睡眠,并可辅助治疗某些疾病,但也有禁忌,否则不仅达不到养生的疗效,反而适得其反。<br />\r\n<br />\r\n&nbsp; &nbsp; 1.最佳时长2030分钟。泡脚不超过20分钟没有发挥应有的保健效果但泡脚时间过长血管长时间扩张也不宜再者时间太长脚部皮肤也容易被泡破皮。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.最佳水温在40℃比人体温度稍高一点。感受水温不要用手最好是用脚去感受。水温过高脚上的血管容易过度扩张体内血液更多地流向下肢反而容易引起心、脑、肾等重要器官供血不足。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.水量不可太少。泡脚不同于洗脚,水位最好高一些,以没到膝盖为宜,可以对足部和小腿部的穴位都起到作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.浴盆材质选择以木盆为佳。木盆相比其他材料,散热比较慢,适合长期间泡脚。有些木材,如樟木、松木,性温,可以辅助提升泡脚的效果。<br />\r\n<br />\r\n&nbsp; &nbsp; 5.注意泡脚桶的清洁。如泡脚桶不清洁彻底或者桶壁内没有进行抗菌处理,脚上细菌就容易残留在桶壁内,造成对脚部的反复感染。<br />\r\n<br />\r\n&nbsp; &nbsp; 6.女性经期别自己乱用中药泡脚。女性经期出现的问题比较复杂,如果不能辨清原因就用中药泡脚,不但不会起到舒缓的作用,还可能会加重痛经等症状。<br />\r\n<br />\r\n<strong>6</strong><strong>类人千万别泡脚:</strong><br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 1.</strong><strong>饭前饭</strong>、后<strong>不要泡脚</strong>。因为沐足会加快全身血液循环,容易出现头晕不适的情况。饭后半小时内不宜泡脚,会影响胃部血液的供给。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 2.</strong><strong>特殊人群泡脚时间长致晕厥</strong>。心脏病、心功能不全患者,低血压、经常头晕的人,都不宜用太热的水泡脚。因为用热水泡脚后,会导致人体血管扩张,将导致心脏、大脑等重要器官缺血缺氧,对于有心脏病、低血压的人群来说,就会增加他们发病的危险。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 3.</strong><strong>糖尿病人要留意水温</strong>。因为这类患者末梢神经不能正常感知外界温度,即使水温很高,他们也感觉不到,容易被烫伤,从而引发非常严重的后果。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 4.</strong><strong>脚气、脚部外伤患者</strong>。患有脚气的人,病情严重到起疱时,就不宜用热水泡脚,因为这样很容易造成伤口感染。足部有炎症、皮肤病,外伤或皮肤烫伤者也不易泡脚。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 5.</strong><strong>老人泡脚不要泡太久</strong>。泡脚时间过长的话会引发出汗、心慌等症状。所以老人每日临睡前泡脚20分钟为佳。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 6.</strong><strong>婴幼儿没必要泡脚</strong>。小孩本身就容易发热,爱上火。特别是婴幼儿,对温度的感觉比大人敏感,但又不太会表达,很容易烫伤柔嫩的皮</span>', '', '', '218.8.65.228'),
(265, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 我们每个人每天都应该多喝点水,不要等渴了才喝。我们喝水也要注意方式,不要看见水就喝,到最后给身体带来的伤害比不喝水还大,那就得不偿失了。<br />\r\n<br />\r\n  一、喝&ldquo;千滚水&rdquo;易中毒<br />\r\n<br />\r\n  有的人怕水不干净自来水要烧十几分钟以后再喝也就是所谓的&ldquo;千滚水&rdquo;。有些地方,自来水本身的矿物质含量就比较高,水烧时间长了,水蒸气蒸发以后,水里的矿物元素就浓缩了,比如自来水它本身铅的含量是合格的,烧时间长就不合格了。还有,自来水都是用氯来消毒的,水中的一些有机污染物,一旦跟氯结合,就会形成一种消毒副产物,烧的时间越长,消毒副产物的产生量就越高。<br />\r\n<br />\r\n  二、并不是所有的矿泉水都能喝<br />\r\n<br />\r\n  很多人以为只要是矿泉水就是好水其实并不是所有的矿泉水都适合饮用。有些地区的矿泉水水含氟量就很高但长期饮用却会导致氟骨病、氟斑牙等疾病。作为饮用天然矿泉水国家有严格的限制标准水中的有毒有害金属或其他矿物质不能超标。水里的矿物质比例也很关键如果喝水时感觉咸或有种金属味或者土腥气这种水都是有问题的。<br />\r\n<br />\r\n  三、早晨别自来水一拧开就喝<br />\r\n<br />\r\n  自来水刚出厂是没有问题的。但是在运输过程中存在着管道、水塔、水箱等二次污染的问题。早上起来后刚拧开的自来水不能喝这是因为经过一夜的时间自来水在管道中容易滋生细菌所以先打开水龙头放掉5分钟左右的水再流过来的水就相对比较干净。<br />\r\n<br />\r\n  四、隔夜水不要喝<br />\r\n<br />\r\n  久置的开水中含氮的有机物会不断被分解成亚硝酸盐同时难免有微生物的介入会加速含氮有机物的分解。亚硝酸盐具有很强的与体内血红蛋白结合的能力会妨碍血液正常的运氧功能同时也易致癌。所以开水最好当天喝完。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,现在很多家庭习惯饮用桶装水,看似密封良好的桶装水也应在三四天内喝完。因为,桶装水打开时间久了,细菌会顺着进水口溜进去。如果不在短期内喝完,细菌就会超标,纯净水便不再纯净。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; 五、长期放在后备箱的瓶装水不能喝<br />\r\n<br />\r\n&nbsp; &nbsp; 瓶装水的瓶子在制作的时候原料会加一些增塑剂来帮助成形如果水储存时间过长一些增塑剂就会溶到水里头去喝的水会有一股塑料味。塑化剂DEHP毒性比三聚氰胺毒20倍一个人喝一杯500毫升掺了DEHP的水就已经超过单日食量上限。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;六、用净水装置过滤的水不宜长期喝<br />\r\n<br />\r\n&nbsp; &nbsp; 家庭净水器会将自来水里面的颗粒、细菌、病毒等异物吸附掉。但是在过滤的过程中,对人体有益的矿物质也容易被过滤掉,所以,从安全的角度来讲,净水器是有必要安装的,但因缺少人体所需的矿物质等微量元素,不宜长期饮用净水器过滤的水,包括购买桶装或瓶装的纯净水。</span><br />\r\n', '', '', '218.8.65.228'),
(266, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 胡萝卜不仅营养丰富,而且胡萝卜汁还可以<a href=\"http://cosmetics.ifeng.com/list_0_0_0_39_0_1.html\" target=\"_blank\">祛斑</a><a href=\"http://cosmetics.ifeng.com/list_0_0_0_31_0_1.html\" target=\"_blank\">美白</a>。除此之外,胡萝卜还有什么样的功效呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 1.益肝明目。胡萝卜含有大量胡萝卜素其分子结构相当于2个分子的维生素A在肝脏及小肠粘膜内经过酶的作用可补肝明目还可治疗夜盲症。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.利膈宽肠。胡萝卜含有植物纤维,吸水性强,在肠道中体积容易膨胀,是肠道中的&ldquo;充盈物质&rdquo;,可加强肠道的蠕动,从而利膈宽肠,通便防癌。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.健脾除疳。维生素A是骨骼正常生长发育的必需物质有助于细胞增殖与生长是机体生长的要素。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.增强免疫功能。维生素A有助于增强机体的免疫功能而且胡萝卜中的木质素也能提高机体免疫机制间接消灭癌细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 5.降糖降脂。胡萝卜还含有降糖物质,是糖尿病人的良好食品。所含的懈皮素、山标酚能增加冠状动脉血流量,降低血脂,促进肾上腺素的合成。<br />\r\n<br />\r\n&nbsp; &nbsp; 6.改善贫血。胡萝卜素既有造血功能,可补充人体所需的血液,从而改善贫血或冷血症,同时还含有丰富的钾。<br />\r\n<br />\r\n&nbsp; &nbsp; 7.促进骨骼增长。胡萝卜中的维生素A是骨骼正常发育的必需物质有利于细胞的生殖与增长。<br />\r\n<br />\r\n<strong>四大禁忌:</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 1.胡萝卜、辣椒不宜一起生吃。胡萝卜除含大量胡萝卜素外还含有维生素C分解酶而辣椒含有丰富的维生素C一起生吃会降低辣椒的营养价值。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.胡萝卜炒时勿放醋。胡萝卜中含有大量胡萝卜素,吃胡萝卜最好油炒或与肉同炖。胡萝卜素怕酸,吃胡萝卜切忌放醋。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.胡萝卜、白萝卜不要一起食用。胡萝卜中含有维生素C分解酶二者混吃时会破坏白萝卜中的维生素C。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.胡萝卜要熟吃。胡萝卜中含有丰富的&beta;-胡萝卜素生吃时70%以上的胡萝卜素不能被吸收,用食用油将其炒熟<a href=\"http://brand.ifeng.com/whoo/index.html\" target=\"_blank\">后</a>食用,能提高胡萝卜素的吸收利用率。</span><br />\r\n', '', '', '218.8.65.228'),
(267, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 蜂蜜是人类最为熟悉的蜂产品含有60多种人体所需的无机物、有机物、葡萄糖、果糖、酶值、蛋白质以及18种氨基酸等。蜂蜜味甜可口、营养丰富常食可起到润泽脸色、解除疲劳、滋阴壮阳的作用同时还可治疗心、肝、脾、肾、肺、肠等器官疾病。外用可治疗烫伤、冻伤以及滋润皮肤。但是目前医学界认为有三种人不适合食用蜂蜜。<br />\r\n<br />\r\na. 未满1岁的婴儿不能食用蜂蜜<br />\r\n<br />\r\n&nbsp; &nbsp; 许多新妈妈会在婴幼儿的辅食中加些蜂蜜来调节口味、增加营养价值。不过,专家指出: 1岁以内婴幼儿不适合食用蜂蜜。因为蜂蜜在酿造、运输过程中容易受到肉毒杆菌的污染尤其是蜜蜂在采取花粉过程中有可能把被肉毒杆菌污染的花粉和蜜带回蜂箱。肉毒杆菌芽孢适应能力很强在100℃的高温下仍然可以存活。由于婴幼儿胃肠功能较弱肝脏的解毒功能又差尤其是小于6个月的婴儿肉毒杆菌容易在肠道中繁殖并产生毒素从而引起中毒。此外专家还提醒1岁以上的婴幼儿喝蜂蜜也要慎重食用的量与大人相比要适当减少。<br />\r\n<br />\r\nb. 糖尿病人不能食用蜂蜜:<br />\r\n<br />\r\n&nbsp; &nbsp; 每百克蜂蜜碳水化合物中葡萄糖约为35克果糖约40克蔗糖约2克糊精约1克。葡萄糖和果糖均为单糖进入肠道后无需消化可直接被吸收入血使血糖升高蔗糖和糊精略经水解后即可被吸收因此蜂蜜的升血糖作用特别明显。从这一点来看糖尿病人是不能食用蜂蜜的。<br />\r\n<br />\r\nc. 肝硬化患者不能食用蜂蜜:<br />\r\n<br />\r\n&nbsp; &nbsp; 一般来说,乙肝患者非常适宜喝蜂蜜,因为蜂蜜提供的单糖不需要肝脏分解合成,可以降低肝脏的负担。但是,肝硬化患者却不能喝蜂蜜,因为会加重肝脏的纤维化。<br />\r\n<br />\r\n<strong>蜂蜜食用注意事项</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 1.蜂蜜不可多食。蜂蜜一次进食过多可使血糖升高。目前没有一个标准的说法但正常情况下成人每天12匙约20克左右为宜。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.蜂蜜不宜加热食用。蜂蜜含有在人体代谢中起重要作用的酶如淀粉酶等加热后会失去活性使营养价值消失。因此要以不超过50&deg;C的温开水调服。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.早晨喝蜂蜜,不仅可以清阴润燥,还可快速补充体能。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.蜂蜜最好饭前11.5小时或饭后23小时食用可以避免刺激肠胃。另外蜂蜜呈酸性保存时不要使用金属容器以免发生化学反应。</span><br />\r\n', '', '', '218.8.65.228'),
(277, 21, '+手机新程序让&ldquo;低头族&rdquo;不&ldquo;撞树&rdquo;<br />\r\n<br />\r\n无电池手势识别系统诞生<br />\r\n<br />\r\n科学家研发尿液检测癌症试纸<br />\r\n<br />\r\n尿液发电技术或可缓解十亿人口用电难题<br />\r\n<br />\r\n科学家复活三万年前巨型病毒 仍具感染性<br />\r\n<br />\r\n遥远超大质量黑洞每年吞食333 000个地球<br />\r\n<br />\r\n人类可以像鸟儿一样翱翔在土卫六的天空<br />\r\n<br />\r\n为什么男孩患自闭症的可能性更大<br />\r\n<br />\r\n', '', '', '221.212.239.208'),
(278, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 考古研究发现古代人们热衷于非常频繁地与其他物种之间的杂交。这说明人类与其他物种之间的杂交早在古代就已经存在了。最新的DNA证据分析显示人类的族谱中似乎还包括了一位至今尚未被辨认出来的神秘祖先。<br />\r\n<br />\r\n&nbsp; &nbsp; 第一批尼安德特人和丹尼索瓦人的基因组序列彻底革命化了对古代人类历史的研究因为它们显示了这些群体会与解剖学上的现代人类相互杂交从而导致现代人类的基因多样化。所有祖先起源于非洲以外的现代人类有2%的基因组来自于尼安德特人生活在大洋洲例如巴布亚、新几内亚和澳大利亚土著居民某些人群的DNA有4%来自于他们的祖先和丹尼索瓦人的混交。<br />\r\n<br />\r\n&nbsp; &nbsp; 这些结论是基于低质量的基因组序列,充斥着错误且到处是缺口,新的研究已经产生了更加完备的丹尼索瓦人和尼安德特人基因组版本&mdash;&mdash;已经可以与现代人类基因组的质量相匹配。高质量的丹尼索瓦人基因组数据和新的尼安德特人基因组都来自丹尼索瓦洞穴里发现的遗骨。最新的丹尼索瓦人基因组暗示着这个神秘的族群到处走动,除了大洋洲的人群,丹尼索瓦人还与尼安德特人以及现在生活在中国和其他东亚国家的人类祖先杂交。<br />\r\n<br />\r\n&nbsp; &nbsp; 令人惊讶的是最新的基因组中包括了一些神秘的DNA片断:它既不属于人类也不属于尼安德特人。这暗示着丹尼索瓦人还与另一个3万多年前生活在亚洲的已经灭绝的古代人类群体混种交配而这种神秘灭绝的古代人类群体既不是人类也不是尼安德特人。<br />\r\n<br />\r\n&nbsp; &nbsp; 但一些研究人员认为,古代的杂交现象和现代人存在尼安德特人基因这两件事也可能并没有什么必然联系,因为非洲的智人与尼安德特人的祖先可能本来就拥有着部分相同的基因组。通过分析分布在不同地区的人类和尼安德特人的模型,进化生态学家认为这种情况还是有可能发生的。</span><br />\r\n', '', '', '221.212.239.208'),
(279, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 智能手机的续航问题由来已久,可以说伴随着智能手机的出现就一直存在着,并愈演愈烈,不过,我们似乎就要摆脱这种局面了。美国斯坦福大学的研究人员取得了突破性的进展,他们创造出了新一代锂离子电池,这种电池可以采用高能效硅保存电量,而这种设计正是源自人们爱吃的水果&mdash;&mdash;石榴。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员把硅纳米颗粒像石榴籽一样用碳包裹了起来,不但为每个硅纳米颗粒穿上了一件&ldquo;碳衣&rdquo;,还为每一组硅纳米颗粒盖上了一层&ldquo;碳被&rdquo;,成功解决了难题。硅纳米粒子的使用,缩小了硅的体积,降低了发生破裂的概率。&ldquo;碳衣&rdquo;和&ldquo;碳被&rdquo;不但大幅减少了硅暴露在电解质中的面积,还为电流的传导提供了一条坚固的高速公路。<br />\r\n<br />\r\n&nbsp; &nbsp; 为了避免材料会被撑破,研究人员从石榴籽的排布结构方式中汲取了设计灵感。他们在黄色碳外壳中放进了一种小到无法撑破的硅纳米,保证电池在充电时留有足够的肿胀空间,然后模仿石榴种子的排列方式设计结构,形成一个导电良好的无暴露硅结构体。<br />\r\n<br />\r\n&nbsp; &nbsp; 电极是电池的关键部件有阳极和阴极之分此前就有研究表明电池中硅的使用会带来两面性。一是这种脆弱的材料在充电过程中容易变得膨胀甚至破裂它往往也会和电池中的电解质发生反应导致电路变得更加黏糊。不过它也可以比现在的可充电硅锂离子存储多出高达十倍以上的电荷量。具有石榴风格的新型几何结构体带来了令人振奋的充电能力。实验表明即使在经过1 000次循环充放电的周期之后这种电池依旧能够达到97%的高能效。<br />\r\n<br />\r\n&nbsp; &nbsp; 这样的设计让硅阳极的体积变得更小、更轻、更强大,足够满足平板电脑或者电动车等设备的持久电量续航。为了使这项技术能够更快商业化,还需要解决两个问题:一是简化制造流程二是找到更便宜的硅纳米颗粒来源。目前研究人员发现稻壳或许会成为一种很好的原材料这种农作物副产品来源稳定产量极高按重量计算20%能被制成二氧化硅,而二氧化硅可以非常容易的被转化为制造电极所需的纯硅纳米颗粒。<br />\r\n<br />\r\n&nbsp; &nbsp; 这次给硅纳米粒子&ldquo;穿衣盖被&rdquo;是硅纳米电池研究历程中非常重要的一步在稳定性、寿命等重要商业化指标上实现了突破为新型电池问世扫除了不少障碍而对于移动电子终端而言这种10倍电量电池也将意味着新一轮发展浪潮的到来。</span><br />\r\n', '', '', '221.212.239.208'),
(280, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; &ldquo;纸里包不住火&rdquo;这个事实一直在人们的心中根深蒂固大火可以顷刻间让纸质物化为灰烬损失无法估量。然而这一切将很快迎来新的转机。中科院上海硅酸盐研究所已成功合成出一种高柔韧性、可耐1 000℃以上高温的新型无机材料纸张&mdash;&mdash;羟基磷灰石&ldquo;耐火纸&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 高柔韧性&ldquo;耐火纸&rdquo;表面呈柔和的乳白色,&ldquo;耐火纸&rdquo;的制作原理与普通纸张相似,只是制作材料有所不同。易变色、易燃烧是传统纸张的致命&ldquo;软肋&rdquo;。 传统纸张通常采用树木或草等植物纤维作为原料含有较高比例的木质素因此在空气和光照的作用下会逐渐变黄。此外这种植物纤维素还会产生一些酸性物质容易使纸张腐蚀、降解。为了能够制造出360度无死角的完美纸张研究人员终于找到了理想的制备材料&mdash;&mdash;具有可控构造的羟基磷灰石纳米材料。羟基磷灰石是一种天然矿物质,具有优良的生物相容性和环境友好性,本身呈现优质的白色,具有长久保存不易变色的优良特性,有利于纸质文件的长久保存。<br />\r\n<br />\r\n&nbsp; &nbsp; 科研人员在实验室内对比展示&ldquo;耐火纸&rdquo;的特性,&ldquo;耐火纸&rdquo;在酒精灯的火苗上滞留近30秒没有发生自燃而普通纸张顷刻间即被酒精灯点燃从完好状态到化为灰烬仅用时6秒左右。<br />\r\n<br />\r\n&nbsp; &nbsp; 高柔韧性&ldquo;耐火纸&rdquo;不仅可以作为永久和安全的信息存储介质将重要文字、文件及档案等长期保存,还可作为从废水中有效去除有机污染物的可再生吸附剂、药物控释载体、骨缺损修复材料、医用纸、阻燃材料和耐高温材料等。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种高柔韧性羟基磷灰石&ldquo;耐火纸&rdquo;还仅限于实验室规模的制备。科研团队正考虑进一步改进和优化羟基磷灰石超长纳米线的合成方法,使其进一步向低成本和批量化方向推进。在不久的将来,如果高柔韧性羟基磷灰石&ldquo;耐火纸&rdquo;能够实现大规模生产和使用,它不仅能够大幅度减少人类对传统植物纤维素纸的依赖,使大规模森林等宝贵的自然资源得以保全,还能从一定程度上减少环境污染,从而对未来人类社会和环境产生重要而深远的影响。</span><br />\r\n', '', '', '221.212.239.208'),
(282, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 电影《阿凡达》讲述了人类通过脑电波控制,可以掌控克隆外星人&ldquo;阿凡达&rdquo;的躯体。科幻往往是科学技术创新和创造的蓝本,哈佛医学院的神经外科医生、神经学家齐夫&middot;威廉姆斯就是受到了电影《阿凡达》的启发。他和他的两名同事在实验中使用了两只猴子,一只作为&ldquo;主体&rdquo;,另一只作为被控制的&ldquo;阿凡达&rdquo;,首次在猴子身上实现了&ldquo;阿凡达式&rdquo;的异体操控。<br />\r\n<br />\r\n&nbsp; &nbsp; 这一研究成果有助于未来帮助瘫痪者重新控制自己的身体。脊髓损伤会阻碍大脑指令信息向躯体的传递,导致运动能力受损甚至瘫痪。目前,许多科学家都在研究通过模拟脑电波信号对受伤脊髓进行电刺激,使伤者的躯体能重新接收运动指令。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员先在&ldquo;主体&rdquo;猴子的大脑中植入一个芯片对多达100个神经元的电活动进行监控记录它支配每个身体动作时的大脑神经元电活动。而猴子&ldquo;阿凡达&rdquo;脊髓中则植入了36个电极并尝试刺激不同的电极组合以研究对肢体运动有何影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 实验结果表明,&ldquo;主体&rdquo;猴子可以通过&ldquo;阿凡达&rdquo;的手移动光标。在实验中,&ldquo;阿凡达&rdquo;猴子服用了镇静剂,以便被&ldquo;主体&rdquo;控制,如果它成功按照&ldquo;主体&rdquo;意愿移动了光标,还会得到一杯果汁作为奖励。控制躯干中的每一块肌肉去做想让它做的动作是非常难的,研究人员索性将这一问题简单化,&ldquo;通过专注于动作的目标是否达到,而不是某些肌肉和关节&rdquo;。不过,最终研究人员发现,&ldquo;阿凡达&rdquo;的任务成功率高达98%。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员的终极目标是利用此类技术使瘫痪人士重获运动能力,目前,上下移动光标这种简单能力还远不足以改善瘫痪患者的生活,而且猴子与人有很大的机体差异,将这种技术运用到人体前还需更多研究。</span><br />\r\n', '', '', '221.212.239.208'),
(283, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 科学家们很早就发现了人的智力差异与特定基因有关,但具体是哪些基因对智力造成影响却一直不清楚。研究人员首次确认了一个特定基因,该基因变异会影响到大脑皮质的厚度,从而对智力造成影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员对近1 600名14岁青少年进行了DNA样本分析以及脑部核磁共振扫描并向他们提供一系列测试来检测他们的语言和非语言智力。研究人员检测了大脑皮层&mdash;&mdash;大脑最外层的物质,也被称为&ldquo;灰物质&rdquo;,它在记忆、注意力、感知意识、思想、语言和意识性方面起着关键的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 基因记录了合成生命所必需的蛋白质遗传信息在一定条件下基因会发生变异。研究人员通过对与大脑发育有关的54 000个基因变异分析发现一个特定基因变异会导致大脑左侧半球皮质较薄尤其是在额叶和颞叶部分而这些人的智商测试成绩也要差一些。这个基因变异会影响到脑神经突触的可塑性与脑皮层中的灰质含量及其厚度有关。研究人员还发现这一基因变异也会影响到NPTN基因的表达而NPTN基因所编码的蛋白会影响到大脑细胞信号的传递。<br />\r\n<br />\r\n&nbsp; &nbsp; 为了验证研究结果研究人员对小鼠和人类大脑细胞中的NPTN基因进行研究并发现NPTN基因在左脑和右脑的活动并不相同右脑的皮质厚度和NPTN表达情况均要高于左脑这种非对称差异使得左脑对NPTN变异的影响更为敏感。而智力能力的某些差异源自于大脑左半球某个特定区域里减少的NPTN功能。<br />\r\n<br />\r\n&nbsp; &nbsp; 智力会受到许多基因以及环境因素的影响,而新确定的基因只解释了智力能力之间的一小部分差异,并不能代表&ldquo;智力基因&rdquo;的全部,但这一发现可以帮助科学家们获得有关某些严重的精神疾病,例如精神分裂症和孤独症背后的生物机制的更多见解,而患有这些疾病的人们往往有受损的认知能力。</span><br />\r\n', '', '', '221.212.239.208'),
(284, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 大麦哲伦星系是著名的河外星系之一,是不规则矮星系,它是银河系众多卫星星系中质量最大的一个,大麦哲伦星系里存在丰富的气体和星际物质。这种大量恒星的形成现象可能是因为大麦哲伦星系受到了银河系潮汐力的影响。并且,银河系的潮汐力也从大麦哲伦星系中剥离了一些恒星和星际物质,形成了漫长的麦哲伦星流。<br />\r\n<br />\r\n&nbsp; &nbsp; 银河系&ldquo;邻居&rdquo;大麦哲伦星系的形态类似不规则星系但似乎有一些螺旋结构的痕迹。有些推测认为大麦哲伦星云以前是棒旋星系受到银河系的重力扰动才成为不规则星系因此在中央仍保有短棒的结构。大麦哲伦星云的中心正呈现慢动作版本的旋转木马场景。根据哈勃太空望远镜测量结果它旋转一圈的时间为2.5亿年,与太阳系围绕银河系中心公转的周期相当。这也是科学家首次利用哈勃望远镜精确测定一个星系的旋转速度。<br />\r\n<br />\r\n&nbsp; &nbsp; 大麦哲伦星系是一个环绕着太阳所在的银河系运转的星系直径大约是银河系的1/20大麦哲伦星云距地球约17万光年。美国航天局曾发布消息说过去7年中研究人员利用哈勃望远镜测量大麦哲伦星云内部恒星的平均运行速度并据此计算出星云中心部分的旋转速度。此前星系旋转速度只能根据星系发出的光谱中谱线的移动即多普勒效应来推算。<br />\r\n<br />\r\n&nbsp; &nbsp; 这是首次从太空观测到一个星系的旋转可以把大麦哲伦星云想象成一个挂在天上的时钟其指针需要2.5亿年才能走完一圈。我们都知道它的时针在转动,但即便利用哈勃望远镜,也需要盯着它看几年,才能发现它在运动。哈勃望远镜是目前唯一有能力观测星系旋转的天文望远镜,因为它具有极高的图像稳定度与精度,这种精度可以让人们观测到站在月球上的人头发的生长速度。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员指出,研究星系的旋转可帮助人们更好地了解类似的盘状星系的内部结构,也有助于了解星系的形成及计算星系的质量。接下来,研究人员计划利用哈勃望远镜观测大麦哲伦星云的&ldquo;堂弟&rdquo;小麦哲伦星云。</span><br />\r\n', '', '', '221.212.239.208'),
(285, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 现代科学中的器官移植是一个复杂的过程,需要攻克排异、感染等诸多难关,而用各类器官组装活人,只能存在于科幻小说中。科学家们的实验结果,给人体器官移植带来了新希望。<br />\r\n<br />\r\n&nbsp; &nbsp; 在俄罗斯乌拉尔地区首府叶卡捷琳堡,开设了一个独特的实验室。在那里,科学家们结合自身以及国外同行的经验,利用需要更换器官者自身的人体细胞进行&ldquo;人体零件&rdquo;的生产通过3D打印技术成功印制了一块软骨和耳朵。参与实验的生物学家认为如果他们接下来的计划&mdash;&mdash;生产一个健康的肾脏能够成功的话,那么,其他的人体器官生产问题也将迎刃而解。届时,将有特种机器人昼夜培植人类细胞作为原材料,用以制造所有必要的人体器官&mdash;&mdash;从移植烧伤的皮肤到生命重要器官。<br />\r\n<br />\r\n&nbsp; &nbsp; 与此同时美国华盛顿州立大学研究人员利用一种用来打印电动汽车零件的3D打印机使用陶瓷粉末打印出一个支架。随后一台喷墨打印机喷出一层塑料粘合剂覆盖这些陶瓷。接着科学家们将这一结构在1 250&deg;C的高温下烘烤120分钟后再将其同人体骨头细胞一起放入培养皿中进行培育。一天后支架就可以支持骨头细胞的生长。<br />\r\n<br />\r\n&nbsp; &nbsp; 另有科学家利用车祸事故遇难者严重受损的肺部作为原材料,成功培育出了人造肺。负责人尼科尔斯剥离了受损肺部的全部组织,只留下胶原蛋白和弹性蛋白充当&ldquo;骨架&rdquo;。接着,科学家将从其他肺部中选取的健康细胞附着在&ldquo;骨架&rdquo;上面再把整个结构放入营养液中促进细胞生长发育。大约4周后人造肺部竟真的被培育出来。<br />\r\n<br />\r\n&nbsp; &nbsp; 尽管对于人造器官的研究尚处在初级阶段,但经过几十年甚至上百年的发展,人类能否实现人造器官批量生产这一问题,将会变得清晰起来。</span><br />\r\n', '', '', '221.212.239.208'),
(286, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着生活水平的逐年提高人们的吃、穿、住、行改善不少但失眠的人却愈发增多。其实多数失眠都是由心理原因引起的。心理暗示是一种强大的力量如果是不好的暗示会对我们的心理健康产生非常不好的影响尤其对失眠危害很大心理学家总结了6种危害最大的心理暗示。<br />\r\n<br />\r\n<strong>1</strong><strong>.</strong><strong>害怕心理</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 人类大脑皮层的高级神经活动有兴奋与抑制两个过程。&ldquo;怕失眠,想入睡&rdquo;的思想本身是脑细胞的兴奋过程,因此,越怕失眠,越想入睡,脑细胞就越兴奋,故而就更加失眠。<br />\r\n<br />\r\n<strong>2</strong><strong>.</strong><strong>自责心理</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 因为一次过失后,感到内疚自责,在脑子里重演过失事件,并懊悔自己没有妥善处理。夜晚在自责、懊悔的幻想中,久久难眠。<br />\r\n<br />\r\n<strong>3</strong><strong>.</strong><strong>期待心理</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 期待某人或为某事而担心睡过头误事,因而常出现早醒。或是某件事情结果快要公布前,往往也处于期待兴奋状态,难以入睡。<br />\r\n<br />\r\n<strong>4</strong><strong>.</strong><strong>冲突心理</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 受到突发事件刺激后,手足无措,不知如何是好,以致晚上睡觉时左思右想,始终处于举棋不定的焦急兴奋状态。<br />\r\n<br />\r\n<strong>5</strong><strong>.</strong><strong>&ldquo;</strong><strong>梦有害</strong><strong>&rdquo;</strong><strong>心理</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 有人认为梦是睡眠不佳的表现,对人体有害,甚至有人认为多梦就是失眠。这些错误观念使人焦虑,担心入睡后会再做梦,这种&ldquo;警戒&rdquo;心理往往影响睡眠质量。其实,做梦不仅是一种正常的心理现象,还是大脑的一种工作方式,在梦中重演白天的经历,有助于记忆,并把无用的信息清理掉。<br />\r\n<br />\r\n<strong>6.</strong><strong>多虑心理</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 由于童年时受到恐吓、重罚等创伤刺激而感到害怕,出现了怕黑不能入睡的心理,虽然随着年龄增长逐渐好转,但一旦受到某种类似的创伤性刺激,就会重演童年时期的失眠现象。<br />\r\n<br />\r\n&nbsp; &nbsp; 据世界卫生组织公布的最新数字显示全球近1/4的人受失眠困扰每年近8.6亿人患失眠抑郁障碍仅中国就有0.75亿。有心理专家指出睡眠障碍本身就是许多精神障碍的突出症状而80%的失眠都是&ldquo;心事&rdquo;造成的。调整自己的情志是非常重要的一方面,所以,心理健康也关系着我们每天生活工作的质量。</span><br />\r\n', '', '', '221.212.239.208');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(291, 21, '3D互动装置可将影像投射于雾气中<br />\r\n<br />\r\n6种食物提神功效强过咖啡<br />\r\n<br />\r\n90突变遗传自父亲<br />\r\n<br />\r\n常吃黄瓜6大神奇功效<br />\r\n<br />\r\n心理学家首次发现人类可以&ldquo;闻&rdquo;出性别<br />\r\n<br />\r\n研究人员研制出&ldquo;自我反省&rdquo;的量子计算机<br />\r\n<br />\r\n肝好不好 一看五大征兆便知<br />\r\n<br />\r\n研究显示手机揣裤兜损害精子活力<br />\r\n', '', '', '218.9.170.223'),
(292, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 恒星摧毁性的爆炸死亡似乎是不均衡的宇宙爆燃。这项发现是基于美国宇航局X射线绘制的核光谱望远镜阵列太空望远镜收集的数据它或可能提供恒星在以超新星形式爆炸时恒星中央究竟发生了什么的线索。<br />\r\n<br />\r\n&nbsp; &nbsp; 恒星刚出生时质量往往是太阳的8倍以上恒星会在几分之一秒的时间内坍塌成为一个极度密集的核块。随后落入坍塌核心的物质将反弹而它们生命终结时则是以所谓内核坍塌的超新星形式。当这样一颗巨大恒星燃料殆尽时超新星是如此明亮以至于瞬间让整个星系相形见绌。<br />\r\n<br />\r\n&nbsp; &nbsp; 在过去的几十年间,研究人员产生的最好的超新星爆炸模型要求恒星以对称的形式坍塌。恒星是巨大的球状气体球,因此,它们必须以某种球状形式坍塌也并非无道理。问题是,研究人员试图让恒星以对称形式坍塌从而爆炸时,它根本就不会爆炸。这种失败很明显发生在对称模型里,因为始于恒星中央并将摧毁恒星的冲击波被所有上方的物质所围困,这意味着冲击波&ldquo;找不到出路&rdquo;。因此,天体物理学家探索了不同的方式,在称之为非对称的垂死恒星物质里添加波纹涟漪,使得冲击波能够突出重围撕裂恒星。然而,至于这种内核坍塌的超新星究竟长什么样科学家们仍不清楚,预测的形状因采用爆炸模型的不同而迥然不同。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员调查了仙后座A源一个位于11 000光年远发生在350年前的超新星爆炸残余物。研究人员关注于放射性钛同位素Ti-44的分布后者产生于恒星内核的深处。超新星将钛-44抛射出去就像炸弹散开残骸一样。在超新星里使得表面的水有所晃动然后慢慢上升气泡产生于壶底过程有点类似在炉子上煮开水。在这种情况下也就是爆炸的发生是因为恒星核心在坍塌过程中有所晃动。研究结果指向了一个观点而不仅仅限于球状爆炸这解释了爆炸过程其实是更不对称的。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员就像法医一样,研究着爆炸之后的放射性灰烬,希望理解在爆炸过程中发生了什么。由于钛-44具有放射性它会发出一种特殊颜色的光&mdash;&mdash;高能量X射线。研究人员利用NuSTAR太空望远镜观察这种发光的物质通过观察爆炸附近的残余物科学家们证实了超新星可以是非对称的。研究结果向观测恒星中央的具体情况迈出了第一步。</span><br />\r\n', '', '', '218.9.170.223'),
(293, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 科研人员发现了世界上第三种超大型病毒这种史前病毒已经在俄罗斯西伯利亚地区的冻土层中封存了3万多年。&ldquo;西伯利亚阔口罐病毒&rdquo;生存年代正是史前人类尼安德特人灭绝之时。这种巨型病毒直径超过0.5微米,可在光学显微镜下观察到,与拟菌病毒和潘多拉病毒有很大的不同,是目前人类已知的第三种超大型病毒。<br />\r\n<br />\r\n&nbsp; &nbsp; 起初,这种形状像古代酒瓮的病毒让专家以为它只是&ldquo;潘多拉病毒&rdquo;的一个变种,深入分析后才发现这是一种全新的病毒,除了外形接近外,与&ldquo;潘多拉&rdquo;几乎毫无共同点。这种能感染变形虫的新型病毒对人体或动物无害,但其基因组数多于一般最易对人体致病的病毒(如流感和艾滋病毒),这些普通病毒拥有十几组基因就足以繁殖。&ldquo;阔口罐病毒&rdquo;拥有大约500组基因虽远少于&ldquo;潘多拉病毒&rdquo;的1 9002 500组但其在细胞内的自我复制模式却更加复杂。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员追踪并拍摄了&ldquo;阔口罐病毒&rdquo;的整个生命周期,一旦进入变形虫体内,它会迁移到一个名为液泡的小室墙壁上,这个过程借助了一种罕见的结构,其功能是密封和保护双耳瓶形状的粒子,但是一旦病毒进入液泡,该结构就被移除继而开始了感染过程,使得病毒的内膜可以与液泡的内膜相融合。接下来,病毒将进入液泡并将后者变成制造更危险病毒粒子部件的工厂。几个小时后,这些部件重新装配和成熟,形成上千个新型&ldquo;阔口罐病毒&rdquo;堆积在液泡边缘,然后从&ldquo;日渐消瘦&rdquo;的变形虫里破裂出去寻找并感染新的宿主细胞。它能够在1214个小时内榨干一个活体细胞。和大多数其他病毒不同&ldquo;阔口罐病毒&rdquo;会利用自身的基因、蛋白质和酶进行复制。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员同时也表示了一定的担忧融化永久冻土层里复活的病毒可能会增加全球变暖效应它们会消化有机物质同时释放温室气体例如甲烷和二氧化碳。如果发现了复活病原病毒的可能性那么融化永久冻土层将出现新的一个问题这意味着人类面临的不仅仅是气候变暖效应还有与人类健康相关的问题。研究小组计划在更古老的永久冻土样本里可能早至300万年前寻找巨型病毒以调查它们是否也可以复活。</span><br />\r\n', '', '', '218.9.170.223'),
(294, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 癌症和心血管疾病的患病率在发达国家和发展中国家都很高。尽快确诊,的确是及时帮助更多人获得健康的一条重要途径。同艾滋病和结核病等传染病不同,肿瘤蛋白释放的信号不易被检测出来。为解决这一问题,研究人员发明了能注入血流的纳米级生物标志物。这种检测方式与验孕试纸类似,都是基于尿液检测。<br />\r\n<br />\r\n&nbsp; &nbsp; 具体的过程是&mdash;&mdash;先给测试对象注射一种特殊纳米颗粒这种纳米颗粒可与癌细胞产生的一种蛋白酶相互反应产生数以百计的生物标记物因而一个人如果患有癌症可从其尿液检测到这些标记物。如果尿样中有碎片试纸上就出现一条线表示体内有癌组织。整个过程需1小时左右。<br />\r\n<br />\r\n&nbsp; &nbsp; 据了解癌细胞通常会产生一种叫做MMP的蛋白酶但这种蛋白酶在血液中浓度很低通常难以测出。研究人员采取了一种放大癌症信号的方法上述特殊纳米颗粒外包裹着化合物多肽这些颗粒进入人体后会在癌位置聚集而纳米颗粒上的多肽则被MMP蛋白酶切断并使之释放到血管中最终多肽在肾脏累积并通过尿液排出。<br />\r\n<br />\r\n&nbsp; &nbsp; 在动物实验中,研究人员准确诊断出实验鼠患结直肠癌和血栓症。这是一种新思路,即人为制造一种会被排泄出的生物标记物,而不是依靠人体自身的分泌物。下一步将在人类患者中进行实验,以证明这种诊断方式同样有效。为了使诊断更方便,研究人员在研究能够长期植入皮质下的测癌纳米颗粒,并希望最终能够让测癌试纸普遍推广。</span><br />\r\n', '', '', '218.9.170.223'),
(296, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 体味是人类及其他肢体生物散发出之特殊而天然的气味,体味与人体的健康关系非常密切。在日常生活中,我们常常会闻到各种各样的体味,在这些不同的体味背后往往隐藏着各种各样的疾病。<br />\r\n<br />\r\n1. 酒 味<br />\r\n<br />\r\n&nbsp; &nbsp; 身体散发酒味或者口中散发着浓烈的酒味,见于大量饮酒<a href=\"http://brand.ifeng.com/whoo/index.html\" target=\"_blank\">后</a>或者醉酒者。<br />\r\n<br />\r\n2. 臭 味<br />\r\n<br />\r\n&nbsp; &nbsp; 患有膀胱结肠瘘的病人,肠道里的粪便可通过瘘管进入膀胱并溶于尿液中,因而排出的尿液通常带有粪臭味。<br />\r\n<br />\r\n3. 枫糖味<br />\r\n<br />\r\n&nbsp; &nbsp; 又称烧焦糖味,是枫糖尿症病人最常散发出的气味。其危害在于可毒害脑细胞,造成脑组织严重损伤,引起病人智力显著减退,甚至成为白痴。<br />\r\n<br />\r\n4. 脚汗味<br />\r\n<br />\r\n&nbsp; &nbsp; 又称汗足臭综合征,其主要临床表现为特殊脚汗气味、智力低下和共济失调等症状。<br />\r\n<br />\r\n5. 尿臊味<br />\r\n<br />\r\n&nbsp; &nbsp; 患有慢性肾炎或肾病的病人,病程进展到慢性肾功能衰竭阶段,由于无尿,某些毒性物质(如尿素氮、肌酐等)不能排出体外而潴留于血中,就会使病人呼出的气体散发出尿味或氨味,它是病情趋于危重的一个信号。<br />\r\n<br />\r\n6. 腥臭味<br />\r\n<br />\r\n&nbsp; &nbsp; 主要见于鱼腥臭综合征,这是一种先天性隐性遗传病,病人的汗液、尿液、呼出气体中排出大量具有鱼腥臭味的物质&mdash;&mdash;三甲基胺。<br />\r\n<br />\r\n7. 肝臭味<br />\r\n<br />\r\n&nbsp; &nbsp; 患爆发性肝炎或者其他原因导致的肝功能严重损害的患者,常呼出一种特殊性臭味,俗称肝臭。肝臭味表明肝脏功能受到严重损害,是病情危重的表现。<br />\r\n<br />\r\n8. 烂白菜味<br />\r\n<br />\r\n&nbsp; &nbsp; 由于体内缺乏酪氨酸转化酶,身体便会发出一种类似烂白菜的怪味。病人一般表现为生长发育缓慢,并且容易并发佝偻病、肝功能不全以及<a href=\"http://baike.health.ifeng.com/doc/25764\" target=\"_blank\">低血糖</a>症,常可发生低血糖晕厥或抽风。<br />\r\n<br />\r\n9. 烂<a href=\"http://baike.health.ifeng.com/doc/1493\" target=\"_blank\">苹果</a>味&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; 糖尿病病人病情严重时,大量脂肪在肝脏里氧化产生酮体并扩散到血液中,致使呼出的气息中带有丙酮,因此,患者呼出的气体就会带有烂苹果味。<br />\r\n<br />\r\n<strong>1</strong>0. 猫尿味&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; 常见于高甘氨酸血症,病人表现为智力低下、骨质疏松、血液中白细胞与血小板减少,易发生感染或出血。<br />\r\n<br />\r\n11. 狐臭味<br />\r\n<br />\r\n&nbsp; &nbsp; 腋窝皮脂腺分泌的皮脂经细菌的作用,散发出特殊的狐臭味。在青壮年期,皮脂腺分泌旺盛,狐臭味也尤其重。<br />\r\n<br />\r\n12. 酸性汗味<br />\r\n<br />\r\n&nbsp; &nbsp; 常见于发热性疾病,如风湿热或者长期口服解热镇痛药物的病人。<br />\r\n<br />\r\n13. 口 臭<br />\r\n<br />\r\n&nbsp; &nbsp; 口腔发出难闻气味,一般见于口腔炎症、胃炎、<a href=\"http://baike.health.ifeng.com/doc/25335\" target=\"_blank\">胃溃疡</a>等消化道疾病。<br />\r\n<br />\r\n14. 大蒜味<br />\r\n<br />\r\n&nbsp; &nbsp; 常见于有机磷农药中毒的病人,其呼出的气体、呕吐物可散发出刺激性蒜味。<br />\r\n<br />\r\n15. 其他怪味<br />\r\n<br />\r\n&nbsp; &nbsp; 大便带腐败性臭味多由于消化不良或者慢性胰腺炎引起的胰腺功能不全;大便带腥臭味常见于痢疾的病人。<br />\r\n痰液呈现血腥味多见于大量咯血的病人如果痰液具有恶臭多见于肺脓肿或者支气管扩张症的病人。<br />\r\n<br />\r\n&nbsp; &nbsp; 总之,当有上述异常体味出现时,应该警惕可能是疾病的信号,最好及时到医院进行进一步检查,避免贻误病情。</span><br />\r\n', '', '', '218.9.164.202'),
(297, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 巧克力不仅好吃又蕴含着很多美好的意义,所以一向受到人们的喜爱。巧克力也是摄生保健的食物,其具有许多鲜为人知的神奇功效。<br />\r\n<br />\r\n1.预防感冒<br />\r\n<br />\r\n&nbsp; &nbsp; 巧克力的香甜气味能够降低患感冒的几率。巧克力所含的可可碱有益神经系统健康,止咳功效胜于普通的感冒药。<br />\r\n<br />\r\n2.降低血压<br />\r\n<br />\r\n&nbsp; &nbsp; 每天吃热量不高于30卡路里的黑巧克力18周后这些人的血压平均降低2.9毫米汞柱。不过,白巧克力或过量食用巧克力却没有这种功效。<br />\r\n<br />\r\n3.平稳血糖<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 黑巧克力中的黄烷醇能起到平稳血糖的作用。健康人吃黑巧克力连续15天每天100克对胰岛素的敏感性会有所增强对于糖尿病患者可能也有一定的帮助。<br />\r\n<br />\r\n4.缓解腹泻<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 黑巧克力的可可含量从50%90%不等,可可富含一种叫类黄酮的多酚成分,能抑制肠道内蛋白质、氯离子以及水分的吸收,从而达到减少水分流失、防止人因腹泻而脱水的功效。<br />\r\n<br />\r\n5.预防中风<br />\r\n<br />\r\n&nbsp; &nbsp; 黑巧克力中含有一种化合物它能在病人中风3.5小时内降低大脑的损伤程度。每周吃一份巧克力中风风险可减少22%。<br />\r\n<br />\r\n6.有益心脏<br />\r\n<br />\r\n&nbsp; &nbsp; 黑巧克力含有一种天然抗氧化剂&mdash;&mdash;黄酮素,能防止血管变硬,同时增加心肌活力、放松肌肉,防止胆固醇在血管内积累,对防治心血管疾病有一定功效。<br />\r\n<br />\r\n7.缓解压力<br />\r\n<br />\r\n&nbsp; &nbsp; 巧克力能提高大脑内一种叫&ldquo;塞洛托宁&rdquo;的化学物质的水平。它能给人带来安宁的感觉,更好地消除紧张情绪,起到缓解压力的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 巧克力虽具有较多功效但并不是所有人都适合。巧克力是一种高热量食品但其中蛋白质含量偏低脂肪含量偏高营养成分的比例不符合儿童生长发育的需要。在饭前过量食用巧克力会打乱正常的生活规律和进餐习惯影响儿童的身体健康所以8岁以下儿童不宜吃巧克力。另外糖尿病患者应少吃或不吃巧克力(但可吃无糖巧克力)。</span><br />\r\n', '', '', '218.9.164.202'),
(298, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 研究人员利用眼球追踪技术发现那些在3岁时确诊患自闭症的孩子相比没有患上自闭症的孩子在襁褓中注视人眼睛的次数较少。这种差异并没有在婴儿出生时显现出来而是在出生几个月后有所表现。这意味着在发展到自闭症阶段期间可能还存在着一个窗口可以中止或延缓病情发展。<br />\r\n<br />\r\n&nbsp; &nbsp; 那些被确诊为自闭症的孩子在26个月的婴儿时便较少注视人们的眼睛而且随着年龄增长对他人眼睛的注意力越来越小。相比之下未出现自闭症的婴儿注视他人眼睛的时间越来越长这种上升趋势直到9个月大时才停止而且直到幼儿阶段仍然可以专注地凝视别人眼睛。研究还发现那些随着年龄增长注视他人双眼的时间出现剧烈衰退的婴儿患上自闭症的程度最为严重。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究显示出,那些得了自闭症的宝宝,在出生后头几个月里做的大多数事情都是正确的。也许是在这几个月过后,驱动自闭症的基因才开始令正常发育偏离正轨,因此他们时时刻刻、分分秒秒、一天接着一天注视的东西,跟别的孩子出现了根本的不同,正是这种累积起来的经验令他们彻底走入了自闭症的轨道。<br />\r\n<br />\r\n&nbsp; &nbsp; 眼部注视衰退最快的孩子,在日后的社交能力上遇到的障碍最大,而且显现出的症状也最多。马库斯自闭症中心的研究主管琼斯说:这是目前已知有关社交障碍最早期的症状,而这与病情结果及症状严重程度都有关联。我们的最终目的是要利用这个发现来开发一种工具,用于甄别早期自闭症儿童。<br />\r\n<br />\r\n&nbsp; &nbsp; 自闭症十分复杂多变,因此,视觉追踪这一种测量方式不可能适用于自闭症谱系障碍上的每一种综合症,但这项研究有助于阐明对年幼的婴儿增加社交参与治疗的必要性。在了解是否能提供某些预防性干预手段方面,确实是一个不错的良机,也许可以避免让这些孩子发展到自闭症的阶段。</span><br />\r\n', '', '', '218.9.164.202'),
(302, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在你的鞋柜里放着各式各样的鞋子,你对鞋子已经熟悉得不能再熟悉了,可是,你见过&ldquo;活&rdquo;的鞋子吗研究人员推出了这么一款独特的运动鞋该鞋子以合成生物细胞为原料利用3D打印技术制成。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种跑鞋名为Amoeba(变形虫),用原始细胞当材质,制作出拥有生命的原生跑鞋。在性质上,拥有着类似细胞生命的特征。这些细胞在受到压力时具备充气和放气的能力,面对穿鞋者行走的地面材质和硬度的不同,对穿鞋者脚部所施加的压力产生自我膨胀或缩小。并且,能根据穿鞋者的运动习惯及脚部压力分布,自行调整缓冲,以达到最佳保护效果。穿鞋者穿着它,就像自己脚上的皮肤一样自然舒适。它最神奇的是,在使用过后,跑鞋还能在休息期间进行自我修复。跑鞋通过混合不同作用类型的非生物分子,使之可以产生不同的行为特征,如对压力、光和热等外部刺激产生反应能力。<br />\r\n<br />\r\n&nbsp; &nbsp; 原始细胞是在实验室条件下将多种基本非生命分子合成的混合物,用于制造具有活体细胞特征的物质&mdash;&mdash;可以新陈代谢、可以移动、可以繁殖的物质。原始细胞材料的生命有限,每次跑完需要重新填充新的原始细胞。这款神奇的鞋子,不像普通鞋子那样放在鞋柜中,而是需要像照顾植物一样,每天给予恢复细胞活力所需的营养。鞋子如果有任何磨损,只需在穿着后,浸泡到原始细胞液体的容器中,鞋子中的生命体便会自我修复。想要有不同颜色的鞋子,也可将细胞染色。<br />\r\n<br />\r\n&nbsp; &nbsp; 这款跑鞋的成品要到2050年才能问世但毕竟是细胞虽然能够自我组装、贴合脚部形状却不如传统<a href=\"http://www.dadou.com/b2b/xiedi/\" target=\"_blank\" title=\"鞋底\">鞋底</a>坚固安全,因此,概念性产品还有很多层面的问题必须克服。</span><br />\r\n', '', '', '218.9.165.192'),
(303, 53, '<p>\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 虽然以甲醇或氢驱动的低温燃料电池已经得到充分的研究,但由于聚合物材料缺乏有效的催化剂,现有的低温燃料电池技术并不能直接利用生物质作为燃料。美国乔治亚理工学院的研究人员开发出一种新型低温燃料电池,借助于太阳能或热能激活催化剂,能够直接将生物质能转换为电能。这种混合燃料电池可以使用各种各样的生物质能资源,包括淀粉、<a href=\"http://www.antpedia.com/news/77/n-370477.html\" target=\"_blank\">纤维素</a>、<a href=\"http://www.antpedia.com/news/41/n-334741.html\" target=\"_blank\">木质素</a>,甚至柳枝稷、木粉、藻类和家禽加工中产生的废物。</span></p>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 这种技术在室温下就能对生物质进行处理,对原材料的要求极低,就是水溶性生物质或悬浮在液体中的有机材料也没有问题。这是一种非常通用的方法,能够使用多种生物质和有机废物来发电,而无需净化起始材料。该设备既可以在偏远地区以家庭为单位小规模使用,也可以在生物质原料丰富的城市大规模使用。<br />\r\n<br />\r\n&nbsp; &nbsp; 生物质燃料电池研究面临的难题是:具有碳&mdash;碳链的生物质不易通过常规的催化剂,哪怕是昂贵的贵重金属催化剂分解。为了解决这个难题,科学家研制出微生物燃料电池,利用微生物和酶来分解生物质。但这种方法的缺点是:这种电池的电源输出有限,微生物和酶只能选择性地分解某些特定类型的生物质,对原料的纯度要求较高。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员通过引入外界能量来源来激活燃料电池的氧化还原反应。在新系统中生物质原料被磨碎后与一种多金属氧酸盐POM催化物溶液相混合之后被置于阳光或热辐射下。作为一种光化学和热化学催化剂POM既是氧化剂也是电荷载体。POM能够使生物质在光或热的辐照下发生氧化将生物质的电荷运送到燃料电池的阳极而电子则会被输送到阴极在阴极进行氧化反应通过外电路产生电流。如果只是在室温中将生物质和催化剂混合它们将不会发生反应。但一旦将其暴露在光或热中反应就会马上开始。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员报告称这种燃料电池的最大能量密度可达每平方厘米0.72毫瓦比基于纤维素的微生物燃料电池高出近100倍接近于效能最高的微生物燃料电池。研究人员认为当过程优化后电能产量可提高510倍。新技术一个重要的优点就是可以使用无任何化学污染的可持续材料。太阳能和生物质是当今世界两种重要的可持续能源。系统利用这两类资源来产生电能可以同时减少对化石燃料的依赖。</span><br />\r\n', '', '', '218.9.165.192'),
(304, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 肝脏是最主要的代谢器官,对于来自体内和体外的许多非营养性物质,如:各种药物、毒物以及体内某些代谢产物,具有<a href=\"http://baike.baidu.com/view/336286.htm\" target=\"_blank\">生物转化</a>作用。肝脏通过新陈代谢将它们彻底分解或以原形排出体外,这种作用也被称作&ldquo;解毒功能&rdquo;。某些毒物经过生物转化,可以转变为无毒或毒性较小,易于排泄的物质。肝脏的生物转化方式很多,一般水溶性物质,常以原形从尿和胆汁排出;脂溶性物质则易在体内积聚,并影响细胞代谢,必须通过肝脏一系列酶的系统作用将其灭活,或转化为水溶性物质,再予排出。<br />\r\n<br />\r\n&nbsp; &nbsp; 肝脏是我们人体唯一的解毒器官,一旦受损就会影响到我们的生命质量。那么,吃什么水果可以给肝脏进行调理呢?<br />\r\n<br />\r\n1.荔枝<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 具有很好的强肝、健胰功效,一些肝脏功能不全或肝脏功能受损的人在日常生活中应该多吃些荔枝来进行滋补,以此来增强肝脏功能。<br />\r\n<br />\r\n2.<a href=\"http://cosmetics.ifeng.com/fangcj/p_33218_521.html\" target=\"_blank\">柠檬</a><br />\r\n<br />\r\n&nbsp; &nbsp; 适量食用具有很好的养肝健脾、防毒解毒等功效。并且,食用<a href=\"http://brand.ifeng.com/whoo/index.html\" target=\"_blank\">后</a>还能够起到很好的保护肝细胞免受自由基破坏的功效,同时,还可以促进蛋白质的合成,进而加快肝细胞的修复与再生功能。<br />\r\n<br />\r\n3.木瓜<br />\r\n<br />\r\n&nbsp; &nbsp; 具有很好的养肝作用除此之外还可以有效增强肝脏的抗病能力。木瓜之所以对肝脏有益是由于肝脏中含有大量的维生素C以及多种氨基酸等成分这些营养物质不仅能够满足机体所需同时还能有效增加肝细胞的抵抗力从而稳定肝细胞膜。<br />\r\n<br />\r\n4.乌梅<br />\r\n<br />\r\n&nbsp; &nbsp; 酸味具有补肝敛肝的功效,在所有酸味食物中乌梅最具有养肝补肝的功效。</span><br />\r\n', '', '', '218.9.165.192'),
(305, 30, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e6%9c%9d%e9%a2%96&amp;code=\" target=\"_blank\">张朝颖</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%b4%b9%e6%b4%aa%e6%96%b0&amp;code=\" target=\"_blank\">费洪新</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e8%8b%b1%e5%8d%9a&amp;code=\" target=\"_blank\">张英博</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%b4%be%e5%8d%9a%e5%ae%87&amp;code=\" target=\"_blank\">贾博宇</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%9f%a9%e7%8e%89%e7%94%9f&amp;code=\" target=\"_blank\">韩玉生</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%9c%e5%be%bd&amp;code=\" target=\"_blank\">杜徽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%99%bd%e4%ba%91&amp;code=\" target=\"_blank\">白云</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9c%b4%e6%88%90%e7%8e%89&amp;code=\" target=\"_blank\">朴成玉</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%91%a8%e5%bf%a0%e5%85%89&amp;code=\" target=\"_blank\">周忠光</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%8c%bb%e7%a7%91%e5%a4%a7%e5%ad%a6%e9%99%84%e5%b1%9e%e7%ac%ac%e5%9b%9b%e5%8c%bb%e9%99%a2&amp;code=\" target=\"_blank\">哈尔滨医科大学附属第四医院</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e4%b8%ad%e5%8c%bb%e8%8d%af%e5%a4%a7%e5%ad%a6&amp;code=\" target=\"_blank\">黑龙江中医药大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">为了探讨蝙蝠葛碱对阿尔茨海默病小鼠脑组织的作用,选择阿尔茨海默病小鼠,随机分成对照组、模型组、治疗组、蝙蝠葛碱组,给予蝙蝠葛碱灌胃治疗后处死小鼠,观察小鼠脑组织形态结构,结果表明,与对照组比较,模型组小鼠神经元数量减少并且变性,与模型组比较,蝙蝠葛碱组神经元形态改善明显,从而得出蝙蝠葛碱可以维持阿尔茨海默病小鼠脑组织神经元正常的组织结构的结论。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%9d%99%e8%9d%a0%e8%91%9b%e7%a2%b1\" target=\"_blank\">蝙蝠葛碱</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%98%bf%e5%b0%94%e8%8c%a8%e6%b5%b7%e9%bb%98%e7%97%85\" target=\"_blank\">阿尔茨海默病</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%84%91%e7%bb%84%e7%bb%87\" target=\"_blank\">脑组织<br />\r\n <br />\r\n 全文阅读</a><br />\r\n &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=1&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406001&amp;urlid=&amp;yx=&amp;v=MjA1ODBMU2pIWkxHNEg5WE1xWTlGWllSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JvRnl6blVyckk=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=1&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406001&amp;urlid=&amp;yx=&amp;v=MjA1ODBMU2pIWkxHNEg5WE1xWTlGWllSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JvRnl6blVyckk=</a></span></div>\r\n', '', '', '218.9.165.52'),
(306, 30, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e4%bd%b3%e5%ae%81&amp;code=\" target=\"_blank\">刘佳宁</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e4%bb%8b%e9%a9%b0&amp;code=\" target=\"_blank\">张介驰</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%a9%ac%e5%ba%86%e8%8a%b3&amp;code=\" target=\"_blank\">马庆芳</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e4%b8%95%e5%a5%87&amp;code=\" target=\"_blank\">张丕奇</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%a9%ac%e9%93%b6%e9%b9%8f&amp;code=\" target=\"_blank\">马银鹏</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e5%be%ae%e7%94%9f%e7%89%a9%e7%a0%94%e7%a9%b6%e6%89%80&amp;code=\" target=\"_blank\">黑龙江省科学院微生物研究所</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">本试验研究培养温度和光照对黑木耳次生菌丝生长的影响,设计培养温度为15℃、20℃、25℃、30℃、35℃,培养光照为:0lux、650lux、850lux、1 150lux、1 900lux,观察黑木耳次生菌丝生长的宏观和微观形态变化。结果表明:培养温度25℃~30℃黑木耳菌丝生长较快,菌丝较为粗壮,培养温度达30℃时易产生色素;0lux的避光条件下培养适合黑木耳菌丝生长,强光照条件黑木耳会产生较多的锁状联合结构。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b8%a9%e5%ba%a6\" target=\"_blank\">温度</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%85%89%e7%85%a7\" target=\"_blank\">光照</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%bb%91%e6%9c%a8%e8%80%b3%e8%8f%8c%e4%b8%9d%e5%bd%a2%e6%80%81\" target=\"_blank\">黑木耳菌丝形态</a>&nbsp;<br />\r\n <br />\r\n 全文阅读:<br />\r\n &nbsp;<a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=4&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406004&amp;urlid=&amp;yx=&amp;v=MTkwNzJGeXpuVzd2TUxTakhaTEc0SDlYTXFZOUZZSVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkw2ZmIrUm8=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=14&amp;CurRec=4&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406004&amp;urlid=&amp;yx=&amp;v=MTkwNzJGeXpuVzd2TUxTakhaTEc0SDlYTXFZOUZZSVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkw2ZmIrUm8=</a></span></div>\r\n', '', '', '218.9.171.44'),
(310, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 蔬菜是每个人每天都吃的食物,营养丰富,不同的蔬菜可以为身体补充不同的物质,十字花科蔬菜可谓最受人们的青睐,其含有丰富的碱性元素(钙、钾、钠、铁等),属于碱性食物,对维持体内酸碱平衡有重要作用。它们所含的膳食纤维也很多,有助于防止便秘。<br />\r\n<br />\r\n&nbsp; &nbsp; 提起十字花科,最先让我们想到的是西兰花和它的防癌功效,其实,除了西兰花之外,十字花科还包括很多种蔬菜,而且功效也不仅限于&ldquo;防癌&rdquo;。下面,就让我们来具体了解一下它们各自的<a href=\"http://zhongyi.ifeng.com/baojian.shtml\" target=\"_blank\">保健</a>功效和科学的烹饪方式吧!<br />\r\n<br />\r\n1芥菜补钙<br />\r\n<br />\r\n&nbsp; &nbsp; 每100克芥菜的钙含量高达230毫克而相同质量的牛奶钙含量为100毫克左右。不仅钙含量高研究显示人体对芥菜中钙的吸收率与牛奶相当。<br />\r\n<br />\r\n&nbsp; &nbsp; 芥菜可用来炒肉丝、做汤、调馅等,还可用来腌制小凉菜。如果跟豆腐搭配食用,补钙效果更好。<br />\r\n<br />\r\n2紫甘蓝抗衰老<br />\r\n<br />\r\n&nbsp; &nbsp; 紫甘蓝含有丰富的花青素,它是一种强有力的抗氧化剂,能够保护人体免受自由基的损伤,有抗衰老的作用。<br />\r\n紫甘蓝具有特殊的香气和风味可煮、炒、凉拌或做泡菜等。<br />\r\n<br />\r\n3芥蓝补维生素C<br />\r\n<br />\r\n&nbsp; &nbsp; 芥蓝味甘性辛有利水化痰、解毒祛风的作用。芥蓝富含维生素C远远超过菠菜和苋菜等被人们普遍认为维生素C含量很高的蔬菜。<br />\r\n<br />\r\n&nbsp; &nbsp; 芥蓝吃法也很简单,拌食就很好。焯水后加点盐、醋、香油、蒜泥拌匀即可。<br />\r\n<br />\r\n4圆白菜排毒<br />\r\n<br />\r\n&nbsp; &nbsp; 圆白菜维生素C含量很丰富可以促进肠胃蠕动让消化系统保持年轻活力并且帮助身体排毒。<br />\r\n圆白菜焯水时可在水里添加一点盐和油这样焯好的圆白菜颜色翠绿且口感好。<br />\r\n<br />\r\n5小白菜护眼<br />\r\n<br />\r\n&nbsp; &nbsp; 小白菜是蔬菜中含矿物质和维生素比较丰富的菜其胡萝卜素含量是大白菜的74倍可护眼明目。另外小白菜中富含维生素B1、B6、泛酸等具有缓解压力的功能多吃有助于保持心态平和。<br />\r\n小白菜不可以生吃制作菜肴时炒、熬时间不宜过长以免营养流失。<br />\r\n<br />\r\n6白萝卜提高免疫力<br />\r\n<br />\r\n&nbsp; &nbsp; 白萝卜富含维生素C和微量元素锌有助于增强机体免疫力提高抗病能力。<br />\r\n白萝卜的吃法很多除了炖肉还可分别和鲫鱼、海带一起煲汤。<br />\r\n<br />\r\n7芥末杀菌<br />\r\n<br />\r\n&nbsp; &nbsp; 芥末中的活性物质能杀死金黄色葡萄球菌等致病菌,并抑制食物中霉菌等有毒菌的生长。<br />\r\n芥末常常作为蘸料食用。研究表明西兰花蘸芥末吃防癌作用会增强。<br />\r\n<br />\r\n小贴士<br />\r\n<br />\r\n&nbsp; &nbsp; 十字花科蔬菜一定要注意清洗。至少用清水冲洗36遍然后泡入淡盐水中再冲洗一遍。吃卷心菜时可先切开放在清水中浸泡12个小时再用清水冲洗以清除残附的农药。此外用淘米水洗菜效果也很不错这是因为许多有机磷农药遇到酸性物质就会失去毒性建议在淘米水中浸泡10分钟左右再用清水冲洗。</span><br />\r\n', '', '', '218.8.98.53'),
(315, 39, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%ab%a0%e5%8a%9b&amp;code=\" target=\"_blank\">章力</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">黑龙江省科学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">科技管理模式是科技管理的基础,新时期应该加强科技管理模式的优化工作,通过保障机制的建立推进科技管理模式的完善与持续发展。本研究根据科技管理工作实际,描述了科技管理模式的发展历程,分析了当前科技管理模式存在的问题,提供了短期优化组织保障体系、中期促进产学研结合发展、长期绩效管理等保障机制,希望能够实现对科技管理模式的不断优化,达到对科技管理工作不断建设和对科技管理模式不断创新的作用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a7%91%e6%8a%80%e7%ae%a1%e7%90%86\" target=\"_blank\">科技管理</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%a8%a1%e5%bc%8f\" target=\"_blank\">模式</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bc%98%e5%8c%96\" target=\"_blank\">优化</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bf%9d%e9%9a%9c%e6%9c%ba%e5%88%b6\" target=\"_blank\">保障机制</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%84%e7%bb%87%e4%bf%9d%e9%9a%9c\" target=\"_blank\">组织保障</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%93%e5%90%88\" target=\"_blank\">结合</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%a9%e6%95%88\" target=\"_blank\">绩效</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=22&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406022&amp;urlid=&amp;yx=&amp;v=MTUwMDZHNEg5WE1xWTlIWm9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbFU3ck5MU2pIWkw=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=22&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406022&amp;urlid=&amp;yx=&amp;v=MTUwMDZHNEg5WE1xWTlIWm9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbFU3ck5MU2pIWkw=</a></span><br />\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(316, 41, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%85%88%e6%85%a7%e5%bc%ba&amp;code=\" target=\"_blank\">慈慧强</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e7%a7%a6%e7%9a%87%e5%b2%9b%e7%a7%a6%e6%98%9f%e5%b7%a5%e7%a8%8b%e9%a1%b9%e7%9b%ae%e7%ae%a1%e7%90%86%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">秦皇岛秦星工程项目管理有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">近年来,随着我国经济发展速度的不断加快,居民对现代工民建筑施工质量的要求不断提高,凸显出混凝土质量的重要性。混凝土作为现阶段建筑施工中最为常见的施工材料,其质量的好坏直接关系到建筑本身的使用性能。本文结合笔者自身多年的实践经验,详细介绍了混凝土的冻融破坏机理,影响混凝土抗冻性的主要因素,以及提高混凝土抗冻性的主要措施,并对混凝土的冻融破坏研究现状进行了概括,希望为我国建筑行业的发展提供一定的导向性作用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b7%b7%e5%87%9d%e5%9c%9f\" target=\"_blank\">混凝土</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%86%bb%e8%9e%8d%e7%a0%b4%e5%9d%8f%e6%9c%ba%e5%88%b6\" target=\"_blank\">冻融破坏机制</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88\" target=\"_blank\">解决方案</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%bc%95%e6%b0%94%e5%89%82\" target=\"_blank\">引气剂<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=30&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406030&amp;urlid=&amp;yx=&amp;v=MDMyMjFyQ1VSTDZmYitSbkZ5amxWcjNBTFNqSFpMRzRIOVhNcVk5R1pJUjhlWDFMdXhZUzdEaDFUM3FUcldNMUY=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=30&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406030&amp;urlid=&amp;yx=&amp;v=MDMyMjFyQ1VSTDZmYitSbkZ5amxWcjNBTFNqSFpMRzRIOVhNcVk5R1pJUjhlWDFMdXhZUzdEaDFUM3FUcldNMUY=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(317, 45, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e6%9c%ac%e5%88%9a&amp;code=\" target=\"_blank\">王本刚</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%9b%bd%e5%ae%b6%e7%94%b5%e7%bd%91%e4%b8%83%e5%8f%b0%e6%b2%b3%e4%be%9b%e7%94%b5%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">国家电网七台河供电公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">加强对配电变压器运行及故障检修的分析和探究具有重要的现实意义。作为新时期背景下的电力工作人员,必须致力于自身专业技术水平的提升,并熟悉了解各种常见的配变故障类型及其发生原因,采取有效的处理措施,及时排除配变故障,降低损失,最大程度地确保配电变压器安全高效的运行。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%85%8d%e7%94%b5%e5%8f%98%e5%8e%8b%e5%99%a8\" target=\"_blank\">配电变压器</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%bf%90%e8%a1%8c\" target=\"_blank\">运行</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%95%85%e9%9a%9c\" target=\"_blank\">故障</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%a3%80%e4%bf%ae\" target=\"_blank\">检修</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%8a%80%e6%9c%af\" target=\"_blank\">技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%8e%a2%e7%a9%b6\" target=\"_blank\">探究<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=31&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406031&amp;urlid=&amp;yx=&amp;v=MTEzMjNVUkw2ZmIrUm5GeWpsVjdySUxTakhaTEc0SDlYTXFZOUdaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckM=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=31&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406031&amp;urlid=&amp;yx=&amp;v=MTEzMjNVUkw2ZmIrUm5GeWpsVjdySUxTakhaTEc0SDlYTXFZOUdaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckM=</a></span></div>\r\n', '', '', '218.8.98.53'),
(318, 43, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bd%ad%e6%b5%b7%e4%b8%9c&amp;code=\" target=\"_blank\">彭海东</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%9c%e5%8c%97%e6%9e%97%e4%b8%9a%e5%a4%a7%e5%ad%a6%e5%b7%a5%e7%a8%8b%e5%92%a8%e8%af%a2%e8%ae%be%e8%ae%a1%e7%a0%94%e7%a9%b6%e9%99%a2%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">东北林业大学工程咨询设计研究院有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着我国国民经济的快速发展,社会主义市场经济不断完善,桥梁工程建设得到了飞速发展,但是,在快速发展的同时,也存在诸多不良因素。如:大量的桥梁远没有达到预期使用寿命,出现了影响正常使用的病害与劣化等质量问题。因此,要求我们在桥梁建设施工过程中,不断研究施工技术,不断创新施工技术,不断提高桥梁施工质量,保证桥梁使用的耐久性,为国民经济的快速发展做出更大的贡献。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%a1%a5%e6%a2%81\" target=\"_blank\">桥梁</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%96%bd%e5%b7%a5%e6%8a%80%e6%9c%af\" target=\"_blank\">施工技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a0%94%e7%a9%b6\" target=\"_blank\">研究<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=33&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406033&amp;urlid=&amp;yx=&amp;v=MTY5NDR1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbFZMcktMU2pIWkxHNEg5WE1xWTlHWjRSOGVYMUw=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=33&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406033&amp;urlid=&amp;yx=&amp;v=MTY5NDR1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbFZMcktMU2pIWkxHNEg5WE1xWTlHWjRSOGVYMUw=</a></span></div>\r\n', '', '', '218.8.98.53'),
(319, 41, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e9%a2%96&amp;code=\" target=\"_blank\">刘颖</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e6%b1%9f%e8%a5%bf%e7%9c%81%e4%ba%95%e5%86%88%e5%b1%b1%e5%a4%a7%e5%ad%a6%e5%bb%ba%e7%ad%91%e5%b7%a5%e7%a8%8b%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">江西省井冈山大学建筑工程学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">现阶段我国建筑产业飞速发展,已成为我国国民经济的支柱产业之一。在建筑工程的施工过程中,通过合理的方法和措施降低民用建筑工程造价的成本,既有利于节约能源,也可为企业创收。本文分析了我国民用建筑工程造价控制的现状,阐述了降低民用建筑工程造价的意义,提出了降低民用建筑工程造价的方法和具体措施。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b7%a5%e7%a8%8b%e9%80%a0%e4%bb%b7\" target=\"_blank\">工程造价</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b0%91%e7%94%a8%e5%bb%ba%e7%ad%91\" target=\"_blank\">民用建筑</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%99%8d%e4%bd%8e%e6%8e%aa%e6%96%bd\" target=\"_blank\">降低措施<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=36&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406036&amp;urlid=&amp;yx=&amp;v=MTUwNzVHWW9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbFc3L1BMU2pIWkxHNEg5WE1xWTk=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=36&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406036&amp;urlid=&amp;yx=&amp;v=MTUwNzVHWW9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbFc3L1BMU2pIWkxHNEg5WE1xWTk=</a></span></div>\r\n', '', '', '218.8.98.53'),
(320, 42, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%b2%88%e6%ad%a3%e5%9b%bd&amp;code=\" target=\"_blank\">沈正国</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%bb%bf%e7%83%a8%e5%b8%82%e6%94%bf%e5%9b%ad%e6%9e%97%e6%99%af%e8%a7%82%e5%b7%a5%e7%a8%8b%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">黑龙江绿烨市政园林景观工程有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">夏季是园林工程建设的黄金时期,这一时期进行大树移栽有利于利用园林工程建设的集中优势,提高大树移栽的成效,但同时也存在着因各种原因导致的大树移栽成活率不高的问题。本文根据园林绿化工作的经验,从大树移栽各环节入手,通过科学的分析,确定了大树移栽各阶段的技术要点,希望从细节和技术上达到确保夏季大树移植的效果,以更加有效的措施提高夏季大树移栽的成活率,为园林绿化工作提供夏季大树移植的借鉴和参考。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9b%ad%e6%9e%97%e7%bb%bf%e5%8c%96\" target=\"_blank\">园林绿化</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%a4%a7%e6%a0%91%e7%a7%bb%e6%a0%bd\" target=\"_blank\">大树移栽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%88%90%e6%b4%bb%e7%8e%87\" target=\"_blank\">成活率</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%a0%bd%e5%90%8e%e5%85%bb%e6%8a%a4\" target=\"_blank\">栽后养护<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=34&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406034&amp;urlid=&amp;yx=&amp;v=MTg1ODRSTDZmYitSbkZ5am1VNzdPTFNqSFpMRzRIOVhNcVk5R1lJUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1U=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=34&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406034&amp;urlid=&amp;yx=&amp;v=MTg1ODRSTDZmYitSbkZ5am1VNzdPTFNqSFpMRzRIOVhNcVk5R1lJUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1U=</a></span></div>\r\n', '', '', '218.8.98.53'),
(321, 43, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%83%a1%e4%b8%ad%e6%97%ad&amp;code=\" target=\"_blank\">胡中旭</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e9%bd%90%e9%bd%90%e5%93%88%e5%b0%94%e7%9f%bf%e4%ba%a7%e5%8b%98%e6%9f%a5%e5%bc%80%e5%8f%91%e6%80%bb%e9%99%a2&amp;code=\" target=\"_blank\">黑龙江省齐齐哈尔矿产勘查开发总院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">矿产资源是我国工业生产的原材料,因此一定要注意不可以随意开采,以免造成矿产资源的浪费。我国矿产资源分布广阔,并且矿产含量较高,因此在我国开采矿脉资源、获取生产原材料的过程中,需要地质勘查技术的帮助,本文就地质勘查技术在采矿勘测中的应用进行了介绍,重点分析了矿产地质勘查的基本特点。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%9f%bf%e4%ba%a7\" target=\"_blank\">矿产</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9c%b0%e8%b4%a8%e5%8b%98%e6%9f%a5\" target=\"_blank\">地质勘查</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9f%ba%e6%9c%ac%e7%89%b9%e7%82%b9\" target=\"_blank\">基本特点</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%88%86%e6%9e%90\" target=\"_blank\">分析</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a0%94%e7%a9%b6\" target=\"_blank\">研究</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=39&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406039&amp;urlid=&amp;yx=&amp;v=MTEwMjBGckNVUkw2ZmIrUm5GeWptVUx6TUxTakhaTEc0SDlYTXFZOUdiWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTE=&nbsp;</span></div>\r\n', '', '', '218.8.98.53'),
(322, 39, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e8%89%b3%e5%90%9b&amp;code=\" target=\"_blank\">刘艳君</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e7%89%a1%e4%b8%b9%e6%b1%9f%e5%9e%a6%e5%8c%ba%e5%85%b4%e5%87%af%e6%b9%96%e7%94%b5%e4%b8%9a%e5%b1%80%e5%85%b4%e5%87%af%e6%b9%96%e4%be%9b%e7%94%b5%e5%b1%80&amp;code=\" target=\"_blank\">牡丹江垦区兴凯湖电业局兴凯湖供电局</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">当前企业存在着会计内控体系不完整的通病,这会严重影响企业的经济和管理活动,导致企业财务工作的缺失,造成企业经济效益下降,严重阻碍了企业对经济效益和社会效益的取得,也为企业长期发展带来了制约。应该从企业会计内控体系概念的重新认知出发,探寻在结构、制度、思想、素质方面制约企业会计内控体系建立和执行的深层次原因,形成从企业内控治理结构优化,塑造适于企业会计内控的环境,完善企业会计的审计,建立企业会计内控辅助系统等一系列方法和措施,确保企业会计内控体系的完整建立,在稳定发挥企业会计内控体系作用的基础上,确保企业会计工作能够更好地支持企业的壮大和进步,为快速实现企业和社会经济的发展做好制度性的建设工作。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bc%81%e4%b8%9a%e4%bc%9a%e8%ae%a1\" target=\"_blank\">企业会计</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%86%85%e6%8e%a7%e4%bd%93%e7%b3%bb\" target=\"_blank\">内控体系</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%86%85%e6%8e%a7%e7%8e%af%e5%a2%83\" target=\"_blank\">内控环境<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=17&amp;CurRec=38&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406038&amp;urlid=&amp;yx=&amp;v=MjY0MThSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlqbVVickxMU2pIWkxHNEg5WE1xWTlHYkk=</span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.9.170.128'),
(323, 41, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9b%b2%e5%ae%b6%e8%83%9c&amp;code=\" target=\"_blank\">曲家胜</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%83%e5%8f%b0%e6%b2%b3%e5%b8%82%e5%b7%a5%e7%a8%8b%e8%b4%a8%e9%87%8f%e6%a3%80%e6%b5%8b%e4%b8%ad%e5%bf%83&amp;code=\" target=\"_blank\">七台河市工程质量检测中心</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">高层建筑是人们居住需求、建筑科学发展、土地资源紧张、社会意识提高等要素相互结合、相互作用、相互协调的产物,高层建筑施工反映着人们的需要、建筑技术的水平、土地资源的合理开发、社会意识的进步。进入新时期,数量众多的高层建筑出现在城市中,不但满足了人们的各种需要,还促进了经济和社会的进步,更使建筑真正成为城市的风景线和文化的风向标。本文对高层建筑的相关特点展开了讨论,分析了当前高层建筑施工中常见的管理工作问题,提出了高层建筑施工中做好质量管理、完善质量责任制、完善管理机制等措施,希望为整体上形成高品质、高安全的高层建筑施工质量做出探索。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%ab%98%e5%b1%82%e5%bb%ba%e7%ad%91\" target=\"_blank\">高层建筑</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%96%bd%e5%b7%a5%e7%ae%a1%e7%90%86\" target=\"_blank\">施工管理</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%b4%a8%e9%87%8f%e9%97%ae%e9%a2%98\" target=\"_blank\">质量问题</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ae%89%e5%85%a8%e9%97%ae%e9%a2%98\" target=\"_blank\">安全问题<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=41&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406041&amp;urlid=&amp;yx=&amp;v=MjY0NzdZUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm1WTDdKTFNqSFpMRzRIOVhNcVk5Qlo=</span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(324, 43, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e7%90%a6&amp;code=\" target=\"_blank\">张琦</a><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e4%ba%91%e6%b5%a9&amp;code=\" target=\"_blank\">刘云浩</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e5%8d%8e%e6%ad%a3%e4%ba%a4%e9%80%9a%e5%b7%a5%e7%a8%8b%e7%9b%91%e7%90%86%e6%9c%89%e9%99%90%e8%b4%a3%e4%bb%bb%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">黑龙江华正交通工程监理有限责任公司</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%9c%e5%8c%97%e6%9e%97%e4%b8%9a%e5%a4%a7%e5%ad%a6%e5%9c%9f%e6%9c%a8%e5%b7%a5%e7%a8%8b%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">东北林业大学土木工程学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着我国城市化进程的不断加快,道路桥梁的施工建设规模不断扩大,可以说一个城市道路桥梁建设好坏与否直接影响到了当地居民的生活质量,我国道路桥梁工程经过多年的发展,虽已取得长足的进步,但仍存在着许多问题,如不能及时处理,对桥梁使用的耐久性以及人民的生命财产安全都会造成极大的威胁。本文详细介绍了市政道路桥梁施工中常用的施工技术、经常遇到的问题及相关的解决措施,希望对我国市政工程中的道路桥梁发展起到一定的指导作用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%81%93%e8%b7%af%e6%a1%a5%e6%a2%81\" target=\"_blank\">道路桥梁</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b8%82%e6%94%bf%e5%b7%a5%e7%a8%8b\" target=\"_blank\">市政工程</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%96%bd%e5%b7%a5%e6%8e%aa%e6%96%bd\" target=\"_blank\">施工措施</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88\" target=\"_blank\">解决方案</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=42&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406042&amp;urlid=&amp;yx=&amp;v=MzAzMDBMU2pIWkxHNEg5WE1xWTlCWm9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlybVZiN0o=&nbsp;</span></div>\r\n', '', '', '218.9.171.44'),
(325, 45, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%8b%9f%e5%88%9a&amp;code=\" target=\"_blank\">苟刚</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e8%a5%bf%e5%8d%8e%e5%a4%a7%e5%ad%a6%e6%9c%ba%e6%a2%b0%e5%b7%a5%e7%a8%8b%e4%b8%8e%e8%87%aa%e5%8a%a8%e5%8c%96%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">西华大学机械工程与自动化学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">钛合金由于性能优越,在湿法冶金、航天、航空、石化工业、医药行业等许多领域中得到了广泛应用。但钛合金的内部组织比较紧密、硬度大,难以切削,因此电火花加工技术在钛合金加工中的研究具有重要的意义。本文首先介绍了钛合金的应用以及电火花加工技术的应用,阐述了钛合金电火花加工技术的最新进展。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%92%9b%e5%90%88%e9%87%91\" target=\"_blank\">钛合金</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%b5%e7%81%ab%e8%8a%b1%e5%8a%a0%e5%b7%a5%e6%8a%80%e6%9c%af\" target=\"_blank\">电火花加工技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%bf%9b%e5%b1%95\" target=\"_blank\">进展</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=47&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406047&amp;urlid=&amp;yx=&amp;v=MTcyMjJqSFpMRzRIOVhNcVk5Qlk0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm1XcjNNTFM=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=47&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406047&amp;urlid=&amp;yx=&amp;v=MTcyMjJqSFpMRzRIOVhNcVk5Qlk0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm1XcjNNTFM=</a>&nbsp;</span></div>\r\n', '', '', '218.8.98.53'),
(326, 44, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%a8%8b%e8%8a%b3&amp;code=\" target=\"_blank\">程芳</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%be%9d%e5%85%b0%e5%b9%bf%e6%92%ad%e7%94%b5%e8%a7%86%e5%b1%80&amp;code=\" target=\"_blank\">依兰广播电视局</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着我国经济建设脚步的加快,各行各业正在以极快的速度发展,有些行业已经走在了世界的前端。广播电视事业从最初的一个电视台发展为各个地区都建有广播电视台,每个地区的资金和人力投入都是巨大的,稍有意外,损失都是惨重的。而雷电是广播电视台的天敌,由于广播电视台的建筑很高并且多呈尖顶,因此雷电能够轻而易举地影响广播电视台的系统,造成广播电视系统严重受损,经济损失非常严重。因而,开展防雷工作、防雷技术的研究,对于广播电视事业发展尤为重要。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b9%bf%e6%92%ad%e7%94%b5%e8%a7%86\" target=\"_blank\">广播电视</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%98%b2%e9%9b%b7%e6%8a%80%e6%9c%af\" target=\"_blank\">防雷技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%8e%aa%e6%96%bd\" target=\"_blank\">措施<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=77&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406077&amp;urlid=&amp;yx=&amp;v=MzA1NTZZNFI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkw2ZmIrUm5GeXJuVTc3TkxTakhaTEc0SDlYTXFZOUM=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=77&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406077&amp;urlid=&amp;yx=&amp;v=MzA1NTZZNFI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkw2ZmIrUm5GeXJuVTc3TkxTakhaTEc0SDlYTXFZOUM=</a></span></div>\r\n', '', '', '218.8.98.53');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(327, 44, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%99%88%e5%a4%a7%e5%8b%87&amp;code=\" target=\"_blank\">陈大勇</a><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%83%ad%e7%8e%89%e5%b3%b0&amp;code=\" target=\"_blank\">郭玉峰</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%99%af%e7%bb%b4%e7%a8%8b&amp;code=\" target=\"_blank\">景维程</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%ac%ac%e4%b8%80%e6%b5%8b%e7%bb%98%e5%b7%a5%e7%a8%8b%e9%99%a2&amp;code=\" target=\"_blank\">黑龙江第一测绘工程院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">本研究以工程测绘GPS技术应用为出发点,对GPS技术的工程测绘使用展开了深入思考,分析了GPS技术在工程测绘工作中的运用价值,提供了工程测绘工作应用GPS技术的要点和建议。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b7%a5%e7%a8%8b%e6%b5%8b%e7%bb%98\" target=\"_blank\">工程测绘</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=GPS%e6%8a%80%e6%9c%af\" target=\"_blank\">GPS技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bb%b7%e5%80%bc\" target=\"_blank\">价值</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ba%94%e7%94%a8\" target=\"_blank\">应用</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%af%af%e5%b7%ae\" target=\"_blank\">误差</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%b2%be%e5%ba%a6\" target=\"_blank\">精度</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b5%8b%e9%87%8f\" target=\"_blank\">测量<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=100&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406100&amp;urlid=&amp;yx=&amp;v=MzI3MDJqSFpMRzRIOVhNcVk1RlpJUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm5VTDNQTFM=</span></div>\r\n', '', '', '218.9.171.44'),
(328, 44, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%ae%b8%e5%ae%87%e5%b3%b0&amp;code=\" target=\"_blank\">许宇峰</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e6%b1%9f%e9%98%b4%e6%96%b0%e9%a1%ba%e5%be%ae%e7%94%b5%e5%ad%90%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">江阴新顺微电子有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着世界经济的不断发展,半导体分立器件产业自身的竞争逐步由区域竞争走向世界范围内的竞争。半导体分立器件制造商面对竞争不断加剧的不利局面,纷纷走向了融合,制造企业间相互并购整合与资本运作活动日趋频繁。由于此项产业对于半导体元器件的质量需求较高,相关检测技术一直被垄断掌握,同时半导体元器件和一个国家国防、航空航天等息息相关,因此掌握这项检测技术对于我国走自主发展道路,提高国家综合实力有着重要的作用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%b4%b4%e7%89%87\" target=\"_blank\">贴片</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%8d%8a%e5%af%bc%e4%bd%93\" target=\"_blank\">半导体</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%85%83%e5%99%a8%e4%bb%b6\" target=\"_blank\">元器件</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%8d%8a%e5%af%bc%e4%bd%93%e5%88%86%e7%ab%8b%e5%99%a8%e4%bb%b6\" target=\"_blank\">半导体分立器件</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%a3%80%e6%b5%8b%e7%ad%9b%e9%80%89%e8%a3%85%e7%bd%ae\" target=\"_blank\">检测筛选装置<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=97&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406097&amp;urlid=&amp;yx=&amp;v=Mjk2NTc0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm5VYnZCTFNqSFpMRzRIOVhNcVk5TVk=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=97&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406097&amp;urlid=&amp;yx=&amp;v=Mjk2NTc0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm5VYnZCTFNqSFpMRzRIOVhNcVk5TVk=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(329, 42, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%83%a1%e6%ba%aa%e8%82%b2&amp;code=\" target=\"_blank\">胡溪育</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e6%bc%b3%e5%b7%9e%e7%a7%91%e6%8a%80%e8%81%8c%e4%b8%9a%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">漳州科技职业学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">壳聚糖作为一种非常有价值的天然高分子聚合物,具有无毒、安全、环保、易成膜、抗菌等性能,在水果的贮藏保鲜中有着许多优越特性,因此近年来受到了较为广泛的关注和应用。我国甲壳素资源丰富,加强对甲壳素及其衍生物的研究开发,不仅有利于食品保鲜行业的发展,而且也会带来巨大经济社会效益。本研究对壳聚糖的性质及壳聚糖涂膜与水果贮藏的生理生化关系进行综述,并对壳聚糖保鲜水果的前景进行了展望。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%a3%b3%e8%81%9a%e7%b3%96\" target=\"_blank\">壳聚糖</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b0%b4%e6%9e%9c\" target=\"_blank\">水果</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bf%9d%e9%b2%9c\" target=\"_blank\">保鲜</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%94%b9%e6%80%a7%e5%a3%b3%e8%81%9a%e7%b3%96\" target=\"_blank\">改性壳聚糖<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=108&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406108&amp;urlid=&amp;yx=&amp;v=Mjc2MjR1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlyblY3M0xMU2pIWkxHNEg5WE1xWTVGYklSOGVYMUw=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=108&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406108&amp;urlid=&amp;yx=&amp;v=Mjc2MjR1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlyblY3M0xMU2pIWkxHNEg5WE1xWTVGYklSOGVYMUw=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(330, 42, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%9f%a9%e8%8b%93%e8%8e%89&amp;code=\" target=\"_blank\">韩苓莉</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b8%88%e8%8c%83%e5%a4%a7%e5%ad%a6%e5%9c%b0%e7%90%86%e7%a7%91%e5%ad%a6%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">哈尔滨师范大学地理科学学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">生态环境良好的城市往往重视城市绿化和城市公园的建设,以城市公园作为连接城市与自然环境的生态廊道,将动物、植物、微生物等生态元素引入城市。并以城市公共空间与城市公园一起,成为人与自然沟通的载体,全部作为生态空间规划控制,并通过实施&ldquo;山入城、水入境、绿入心&rdquo;,最终实现&ldquo;人入梦&rdquo;这一生态城市的最高意境。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%9f%e6%80%81%e5%9f%8e%e5%b8%82\" target=\"_blank\">生态城市</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%a7%84%e5%88%92%e7%a0%94%e7%a9%b6\" target=\"_blank\">规划研究</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%8f%e6%b5%8e%e7%ae%a1%e7%90%86%e6%a8%a1%e5%bc%8f\" target=\"_blank\">经济管理模式</a>&nbsp;<br />\r\n <br />\r\n 全文阅读:<br />\r\n <a href=\"http://http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=117&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406117&amp;urlid=&amp;yx=&amp;v=MTU2Nzc0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm5WTHpQTFNqSFpMRzRIOVhNcVk1RVk=\">http://http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=117&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406117&amp;urlid=&amp;yx=&amp;v=MTU2Nzc0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cm5WTHpQTFNqSFpMRzRIOVhNcVk1RVk=</a></span></div>\r\n', '', '', '218.8.98.53'),
(331, 42, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%91%a8%e6%99%93%e6%b3%a2&amp;code=\" target=\"_blank\">周晓波</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b8%82%e5%91%bc%e5%85%b0%e5%8c%ba%e8%8e%b2%e8%8a%b1%e9%95%87%e6%9e%97%e4%b8%9a%e5%b7%a5%e4%bd%9c%e7%ab%99&amp;code=\" target=\"_blank\">哈尔滨市呼兰区莲花镇林业工作站</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">人工混交林造林技术可以实现快速造林、减少林业病虫害的发生、改善造林立地条件,从而提高林产品的质量及产量,对林业经济的可持续发展具有重要的意义。因而,在现代林业生产中得到了广泛的应用。本研究对现代造林现状及探索现代造林技术的必要性,人工混交林造林技术的作用及人工混交林的造林技术进行了研究。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%ba%ba%e5%b7%a5%e6%b7%b7%e4%ba%a4%e6%9e%97\" target=\"_blank\">人工混交林</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%80%a0%e6%9e%97%e6%8a%80%e6%9c%af\" target=\"_blank\">造林技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bd%9c%e7%94%a8\" target=\"_blank\">作用<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=113&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406113&amp;urlid=&amp;yx=&amp;v=Mjk1NjVMNmZiK1JuRnlyblZiL0tMU2pIWkxHNEg5WE1xWTVFWjRSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVI=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=113&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406113&amp;urlid=&amp;yx=&amp;v=Mjk1NjVMNmZiK1JuRnlyblZiL0tMU2pIWkxHNEg5WE1xWTVFWjRSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVI=</a></span></div>\r\n', '', '', '218.8.98.53'),
(332, 42, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9b%be%e7%bb%a7%e4%b8%bd&amp;code=\" target=\"_blank\">曾继丽</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e9%b9%a4%e5%b2%97%e5%b8%82%e5%9f%8e%e5%b8%82%e8%a7%84%e5%88%92%e8%ae%be%e8%ae%a1%e9%99%a2&amp;code=\" target=\"_blank\">黑龙江省鹤岗市城市规划设计院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">生态文明城市是人类社会进入后工业化时代的发展方向,在和谐、高效的生态文明城市中,生产和生活都得到了巨大的改善,生态、空间和环境得到不断优化,将社会建设和人们生活工作纳入到了一个合理而科学的轨道。应该利用城市生态化建设的基本思想和手段,实现生态文明城市的构建,发挥出城市生态化的优势,形成生态文明城市的基础,在建设好城市生态、环境和空间的同时,为生态文明城市的发展提供不竭的动力。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9f%8e%e5%b8%82%e7%94%9f%e6%80%81%e5%8c%96%e5%bb%ba%e8%ae%be\" target=\"_blank\">城市生态化建设</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%9f%e6%80%81%e6%96%87%e6%98%8e%e5%9f%8e%e5%b8%82\" target=\"_blank\">生态文明城市</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%89%b9%e7%82%b9\" target=\"_blank\">特点</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%9b%ae%e6%a0%87\" target=\"_blank\">目标</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%a7%84%e5%88%92\" target=\"_blank\">规划</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%bf%9b%e7%a8%8b\" target=\"_blank\">进程<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=118&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406118&amp;urlid=&amp;yx=&amp;v=MDQ0MTVUcldNMUZyQ1VSTDZmYitSbkZ5cm5WYnZBTFNqSFpMRzRIOVhNcVk1RWJJUjhlWDFMdXhZUzdEaDFUM3E=</span></div>\r\n', '', '', '218.9.171.44'),
(333, 42, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%ba%b7%e5%bc%ba&amp;code=\" target=\"_blank\">康强</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%90%89%e6%9e%97%e7%9c%81%e8%be%89%e5%8d%97%e5%8e%bf%e6%b0%b4%e5%9c%9f%e4%bf%9d%e6%8c%81%e5%b7%a5%e4%bd%9c%e7%ab%99&amp;code=\" target=\"_blank\">吉林省辉南县水土保持工作站</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">我国是农业大国,东北地区是我国重要的商品粮产地,在东北和全国的国民经济中有着十分重要的战略地位。但是多年粗放式开垦和掠夺式的经营,在农产品产量大幅增长的同时,生态环境也遭到了不同程度的破坏,土地退化现象十分明显,制约了农业的可持续发展。因此,在东北这片黑土地上,需要有计划地发展生态农业,以农业的可持续发展思想指导生态农业活动。只有做到因地制宜,合理开发农业资源,发挥区域性优势,才能取得改善生态环境和创造农业经济效应的双赢局面。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%b8%9c%e5%8c%97%e5%9c%b0%e5%8c%ba\" target=\"_blank\">东北地区</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%9f%e6%80%81%e5%86%9c%e4%b8%9a\" target=\"_blank\">生态农业</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%86%9c%e4%b8%9a%e5%8f%af%e6%8c%81%e7%bb%ad%e5%8f%91%e5%b1%95\" target=\"_blank\">农业可持续发展<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=132&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406132&amp;urlid=&amp;yx=&amp;v=MjAxNDJDVVJMNmZiK1JuRnlybldydkxMU2pIWkxHNEg5WE1xWTVHWm9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnI=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=132&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406132&amp;urlid=&amp;yx=&amp;v=MjAxNDJDVVJMNmZiK1JuRnlybldydkxMU2pIWkxHNEg5WE1xWTVHWm9SOGVYMUx1eFlTN0RoMVQzcVRyV00xRnI=</a></span></div>\r\n', '', '', '218.9.170.128'),
(334, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%99%88%e5%ba%86%e6%96%87&amp;code=\" target=\"_blank\">陈庆文</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%91%a8%e4%b8%bd%e4%b8%bd&amp;code=\" target=\"_blank\">周丽丽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e6%b6%9b&amp;code=\" target=\"_blank\">王涛</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e4%bd%95%e8%89%b3&amp;code=\" target=\"_blank\">何艳</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e8%87%aa%e5%8a%a8%e5%8c%96%e7%a0%94%e7%a9%b6%e6%89%80&amp;code=\" target=\"_blank\">黑龙江省科学院自动化研究所</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">在分析三相调压负载电路和单脉冲、双脉冲、宽脉冲的基础上,比较两种三相触发主电路外围电路、输出波形、控制精度等方面的优缺点,积累了三相调压电路调试过程的一些经验。本研究以TCF792和触发模块PTC7876为主在外围电路、性能参数、工作范围等方面进行详细分析。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%b8%89%e7%9b%b8%e6%95%b0%e5%ad%97%e8%a7%a6%e5%8f%91%e7%94%b5%e8%b7%af\" target=\"_blank\">三相数字触发电路</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%84%89%e5%86%b2%e8%a7%a6%e5%8f%91\" target=\"_blank\">脉冲触发</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=TCF792\" target=\"_blank\">TCF792</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=PTC7876\" target=\"_blank\">PTC7876<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=6&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406006&amp;urlid=&amp;yx=&amp;v=MjE5OTExVDNxVHJXTTFGckNVUkw2ZmIrUm5GeXJnVXI3S0xTakhaTEc0SDlYTXFZOUZZb1I4ZVgxTHV4WVM3RGg=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=6&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406006&amp;urlid=&amp;yx=&amp;v=MjE5OTExVDNxVHJXTTFGckNVUkw2ZmIrUm5GeXJnVXI3S0xTakhaTEc0SDlYTXFZOUZZb1I4ZVgxTHV4WVM3RGg=</a></span></div>\r\n', '', '', '218.8.98.53'),
(335, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%ad%8f%e8%8c%82%e7%b9%81&amp;code=\" target=\"_blank\">魏茂繁</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%82%b5%e4%ba%91%e6%b5%b7&amp;code=\" target=\"_blank\">邵云海</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%92%9f%e5%8d%ab%e9%b8%bf&amp;code=\" target=\"_blank\">钟卫鸿</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e6%b5%99%e6%b1%9f%e5%b7%a5%e4%b8%9a%e5%a4%a7%e5%ad%a6&amp;code=\" target=\"_blank\">浙江工业大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">聚-&beta;-羟基丁酸(poly-&beta;-hydroxybutyrate,PHB)是许多微生物在碳、氮失衡时合成的,是一种可降解生物塑料。本文主要介绍了产PHB的生物合成方法以及PHB的市场应用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=PHB\" target=\"_blank\">PHB</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%9f%e7%89%a9%e9%99%8d%e8%a7%a3%e6%9d%90%e6%96%99\" target=\"_blank\">生物降解材料</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b8%82%e5%9c%ba%e5%ba%94%e7%94%a8\" target=\"_blank\">市场应用<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=9&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406009&amp;urlid=&amp;yx=&amp;v=MzAxODhIOVhNcVk5RmJZUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmdVcnZPTFNqSFpMRzQ=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=9&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406009&amp;urlid=&amp;yx=&amp;v=MzAxODhIOVhNcVk5RmJZUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmdVcnZPTFNqSFpMRzQ=</a></span></div>\r\n', '', '', '218.8.98.53'),
(336, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%a7%9c%e5%a8%81&amp;code=\" target=\"_blank\">姜威</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e7%ac%91%e5%ba%b8&amp;code=\" target=\"_blank\">王笑庸</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%8e%e6%99%b6&amp;code=\" target=\"_blank\">李晶</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%99%88%e9%9d%99%e5%ae%87&amp;code=\" target=\"_blank\">陈静宇</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e6%b7%91%e6%a2%85&amp;code=\" target=\"_blank\">张淑梅</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e5%be%ae%e7%94%9f%e7%89%a9%e7%a0%94%e7%a9%b6%e6%89%80&amp;code=\" target=\"_blank\">黑龙江省科学院微生物研究所</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e9%ab%98%e6%8a%80%e6%9c%af%e7%a0%94%e7%a9%b6%e9%99%a2&amp;code=\" target=\"_blank\">黑龙江省科学院高技术研究院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">通过研究吡拉西坦注射液对丹参注射液在小鼠脑组织分布的影响,为临床上两药在治疗心脑血管疾病的联合应用提供理论依据。方法:分为丹参注射液单独给药组和丹参、吡拉西坦注射液联合给药组,给药后按各时间点断头处死小鼠,测定丹参的血药浓度,绘制血药浓度&mdash;时间曲线。结论:吡拉西坦注射液对丹参在小鼠脑组织中的分布有促进作用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%b8%b9%e5%8f%82\" target=\"_blank\">丹参</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%90%a1%e6%8b%89%e8%a5%bf%e5%9d%a6\" target=\"_blank\">吡拉西坦</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%81%94%e5%90%88%e5%ba%94%e7%94%a8\" target=\"_blank\">联合应用<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=10&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406010&amp;urlid=&amp;yx=&amp;v=MTQ2ODhiK1JuRnlyZ1U3ck1MU2pIWkxHNEg5WE1xWTlFWklSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmY=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=10&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406010&amp;urlid=&amp;yx=&amp;v=MTQ2ODhiK1JuRnlyZ1U3ck1MU2pIWkxHNEg5WE1xWTlFWklSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmY=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.53'),
(337, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%b4%b9%e6%b4%aa%e6%96%b0&amp;code=\" target=\"_blank\">费洪新</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%9f%a9%e7%8e%89%e7%94%9f&amp;code=\" target=\"_blank\">韩玉生</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bb%96%e5%a9%b7&amp;code=\" target=\"_blank\">廖婷</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e9%87%91%e5%ba%93&amp;code=\" target=\"_blank\">王金库</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%9c%e5%be%bd&amp;code=\" target=\"_blank\">杜徽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%91%a8%e5%bf%a0%e5%85%89&amp;code=\" target=\"_blank\">周忠光</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9c%b4%e6%88%90%e7%8e%89&amp;code=\" target=\"_blank\">朴成玉</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%8e%e5%ae%9d%e9%be%99&amp;code=\" target=\"_blank\">李宝龙</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e8%8b%b1%e5%8d%9a&amp;code=\" target=\"_blank\">张英博</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e4%bb%b2%e4%b8%bd%e4%b8%bd&amp;code=\" target=\"_blank\">仲丽丽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%ad%9f%e9%91%ab%e9%9b%a8&amp;code=\" target=\"_blank\">孟鑫雨</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e4%b8%91%e5%b0%8f%e6%9c%88&amp;code=\" target=\"_blank\">丑小月</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e4%b8%ad%e5%8c%bb%e8%8d%af%e5%a4%a7%e5%ad%a6&amp;code=\" target=\"_blank\">黑龙江中医药大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">目的是研究车前子抗小鼠急性痛风性关节炎的作用。方法是以尿酸钠诱导建立小鼠急性痛风性关节炎模型,观察车前子的抗关节肿胀作用。结果显示小鼠急性痛风性关节炎模型组、治疗组、车前子组关节肿胀度分别为0.353 7&plusmn;0.100 6 mL、0.123 8&plusmn;0.059 8 mL、0.168 8&plusmn;0.084 3 mL。车前子改善小鼠关节炎症反应,车前子对小鼠体重无显著影响。结论为车前子对尿酸钠诱导的小鼠急性痛风性关节肿胀作用效果明显,副作用较小。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%bd%a6%e5%89%8d%e5%ad%90\" target=\"_blank\">车前子</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b0%8f%e9%bc%a0\" target=\"_blank\">小鼠</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%80%a5%e6%80%a7%e7%97%9b%e9%a3%8e%e6%80%a7%e5%85%b3%e8%8a%82%e7%82%8e\" target=\"_blank\">急性痛风性关节炎</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=2&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405002&amp;urlid=&amp;yx=&amp;v=MTExOTJUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmdXN3pPTFNqSFpMRzRIOVhNcW85RlpvUjhlWDFMdXhZUzdEaDE=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=2&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405002&amp;urlid=&amp;yx=&amp;v=MTExOTJUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmdXN3pPTFNqSFpMRzRIOVhNcW85RlpvUjhlWDFMdXhZUzdEaDE=</a>&nbsp;</span></div>\r\n', '', '', '218.9.171.121'),
(338, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n &nbsp;</p>\r\n <div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%8d%95%e4%bd%b3%e7%8e%89&amp;code=\" target=\"_blank\">单佳玉</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%be%90%e4%b8%b9%e4%b8%b9&amp;code=\" target=\"_blank\">徐丹丹</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%ae%b7%e5%8d%9a&amp;code=\" target=\"_blank\">殷博</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%b5%b5%e6%99%93%e9%be%99&amp;code=\" target=\"_blank\">赵晓龙</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%a9%ac%e5%b4%87%e6%95%ac&amp;code=\" target=\"_blank\">马崇敬</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%8e%9f%e9%9f%ac&amp;code=\" target=\"_blank\">原韬</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e5%be%ae%e7%94%9f%e7%89%a9%e7%a0%94%e7%a9%b6%e6%89%80&amp;code=\" target=\"_blank\">黑龙江省科学院微生物研究所</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%ad%a6%e9%99%a2&amp;code=\" target=\"_blank\">哈尔滨学院</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b7%a5%e4%b8%9a%e5%a4%a7%e5%ad%a6&amp;code=\" target=\"_blank\">哈尔滨工业大学</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%9f%8e%e5%b8%82%e6%b0%b4%e8%b5%84%e6%ba%90%e5%bc%80%e5%8f%91%e5%88%a9%e7%94%a8(%e5%8c%97%e6%96%b9)%e5%9b%bd%e5%ae%b6%e5%b7%a5%e7%a8%8b%e7%a0%94%e7%a9%b6%e4%b8%ad%e5%bf%83&amp;code=\" target=\"_blank\">城市水资源开发利用(北方)国家工程研究中心</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">木质纤维材料是目前世界范围内储量极大的天然非粮资源,通过木质纤维转化制取燃料乙醇是解决当前日益严重的能源及环境问题的一条有效途径,该途径中的关键步骤是乙醇高产菌种的获得。本文综述了由木质纤维原料转化生产生物乙醇菌株的研究进展,特别是能够共同发酵木质纤维素水解产物中的五碳糖和六碳糖的菌株改良技术发酵预处理技术和最终数据测定方法。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n <div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%9f%e7%89%a9%e8%83%bd%e6%ba%90\" target=\"_blank\">生物能源</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%9c%a8%e8%b4%a8%e7%ba%a4%e7%bb%b4%e8%bd%ac%e5%8c%96\" target=\"_blank\">木质纤维转化</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%b9%99%e9%86%87%e9%ab%98%e4%ba%a7%e8%8f%8c%e7%a7%8d\" target=\"_blank\">乙醇高产菌种<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=3&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405003&amp;urlid=&amp;yx=&amp;v=MTY1NDFyQ1VSTDZmYitSbkZ5cmhVci9PTFNqSFpMRzRIOVhNcW85Rlo0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUY=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=3&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405003&amp;urlid=&amp;yx=&amp;v=MTY1NDFyQ1VSTDZmYitSbkZ5cmhVci9PTFNqSFpMRzRIOVhNcW85Rlo0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUY=</a></span></div>\r\n</div>\r\n<br />\r\n', '', '', '218.8.98.53'),
(339, 45, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%b5%b5%e6%ba%90%e6%b0%91&amp;code=\" target=\"_blank\">赵源民</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%9b%bd%e5%ae%b6%e7%94%b5%e7%bd%91%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%94%b5%e5%8a%9b%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8%e9%b9%a4%e5%b2%97%e4%be%9b%e7%94%b5%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">国家电网黑龙江省电力有限公司鹤岗供电公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">110kV变电作为电力系统中常见的变电类型在国民经济的建设中发挥着巨大的作用。本研究详细介绍了110kV变电站的电力施工技术以及相关注意事项,为相关电力建设企业提供一定的指导方向。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=110kV%e5%8f%98%e7%94%b5%e7%ab%99\" target=\"_blank\">110kV变电站</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%b5%e5%8a%9b%e6%96%bd%e5%b7%a5\" target=\"_blank\">电力施工</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b3%a8%e6%84%8f%e4%ba%8b%e9%a1%b9\" target=\"_blank\">注意事项<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=51&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405051&amp;urlid=&amp;yx=&amp;v=MDIzMDZZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmhVTC9JTFNqSFpMRzRIOVhNcW85QVpZUjhlWDFMdXg=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=51&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405051&amp;urlid=&amp;yx=&amp;v=MDIzMDZZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmhVTC9JTFNqSFpMRzRIOVhNcW85QVpZUjhlWDFMdXg=</a></span></div>\r\n', '', '', '218.9.170.128'),
(340, 45, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%8d%86%e8%be%89&amp;code=\" target=\"_blank\">荆辉</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e4%b8%9c%e5%ae%81%e5%8d%8e%e5%af%8c%e9%a3%8e%e5%8a%9b%e5%8f%91%e7%94%b5%e6%9c%89%e9%99%90%e8%b4%a3%e4%bb%bb%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">黑龙江东宁华富风力发电有限责任公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着我国电力系统的发展,人们逐渐提高了对供电可靠性和电能质量的要求,对利用分布式能源系统发电方面的需求也随之增大。本研究对微型电网进行了简要综述,分析了整体能源系统中的微型电网,详细探讨了微型电网技术在分布式能源系统中的应用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%88%86%e5%b8%83%e5%bc%8f%e8%83%bd%e6%ba%90%e7%b3%bb%e7%bb%9f\" target=\"_blank\">分布式能源系统</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%be%ae%e5%9e%8b%e7%94%b5%e7%bd%91%e6%8a%80%e6%9c%af\" target=\"_blank\">微型电网技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ba%94%e7%94%a8\" target=\"_blank\">应用<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=49&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405049&amp;urlid=&amp;yx=&amp;v=MjAwMjRSTDZmYitSbkZ5cmhVTHJPTFNqSFpMRzRIOVhNcW85QmJZUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1U=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=49&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405049&amp;urlid=&amp;yx=&amp;v=MjAwMjRSTDZmYitSbkZ5cmhVTHJPTFNqSFpMRzRIOVhNcW85QmJZUjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1U=</a></span></div>\r\n', '', '', '218.8.98.53'),
(341, 45, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%83%87%e7%a3%8a&amp;code=\" target=\"_blank\">郇磊</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%8e%e9%9b%b7%e6%98%8e&amp;code=\" target=\"_blank\">李雷明</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%a4%a7%e5%ba%86%e7%82%bc%e5%8c%96%e5%85%ac%e5%8f%b8%e7%82%bc%e6%b2%b9%e4%b8%80%e5%8e%82%e6%b1%bd%e6%b2%b9%e5%8a%a0%e6%b0%a2%e8%bd%a6%e9%97%b4&amp;code=\" target=\"_blank\">大庆炼化公司炼油一厂汽油加氢车间</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">人、机械、操作是工业生产的三个要素,也是产生安全问题的三个方面,炼油化工企业会因为在生产中原料、中间体和成品具有剧毒、爆炸和腐蚀等特性而导致安全事故,针对这一特点炼油化工行业提出了加强装置检修工作的对策。而炼油化工装置检修时也不可避免地受到安全问题的影响,应该从危险因素的划分出发,制定出炼油化工装置检修过程中应该做好的细节,规范炼油化工装置检修的方法,这样才能有效确保炼油化工装置检修的安全。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%82%bc%e6%b2%b9%e5%8c%96%e5%b7%a5\" target=\"_blank\">炼油化工</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%a3%85%e7%bd%ae%e6%a3%80%e4%bf%ae\" target=\"_blank\">装置检修</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ae%89%e5%85%a8\" target=\"_blank\">安全</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%96%b9%e6%a1%88\" target=\"_blank\">方案<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=77&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405077&amp;urlid=&amp;yx=&amp;v=MDEzODZHNEg5WE1xbzlDWTRSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlyaFViM0lMU2pIWkw=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=77&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405077&amp;urlid=&amp;yx=&amp;v=MDEzODZHNEg5WE1xbzlDWTRSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMNmZiK1JuRnlyaFViM0lMU2pIWkw=</a></span></div>\r\n', '', '', '218.9.171.121'),
(342, 43, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%8d%9c%e4%b9%89%e5%bf%a0&amp;code=\" target=\"_blank\">卜义忠</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%83%e5%8f%b0%e6%b2%b3%e5%b8%82%e9%b9%bf%e5%b1%b1%e4%bc%98%e8%b4%a8%e7%85%a4%e6%9c%89%e9%99%90%e8%b4%a3%e4%bb%bb%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">七台河市鹿山优质煤有限责任公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">与一般巷道工程相比,硐室及交叉点管理具有显著特点。本研究主要阐述了硐室交岔点顶板管理和防火措施方法、掘进工作面安全隐患处理等技术问题。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a1%90%e5%ae%a4\" target=\"_blank\">硐室</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%ba%a4%e5%b2%94%e7%82%b9\" target=\"_blank\">交岔点</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%a1%b6%e6%9d%bf%e7%ae%a1%e7%90%86\" target=\"_blank\">顶板管理</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%8e%98%e8%bf%9b%e5%b7%a5%e4%bd%9c%e9%9d%a2\" target=\"_blank\">掘进工作面</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ae%89%e5%85%a8%e9%9a%90%e6%82%a3\" target=\"_blank\">安全隐患</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=63&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405063&amp;urlid=&amp;yx=&amp;v=MzEzMjJqSFpMRzRIOVhNcW85RFo0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmhWcnpMTFM=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=18&amp;CurRec=63&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201405063&amp;urlid=&amp;yx=&amp;v=MzEzMjJqSFpMRzRIOVhNcW85RFo0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYitSbkZ5cmhWcnpMTFM=</a>&nbsp;</span></div>\r\n', '', '', '218.8.98.53'),
(500, 51, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e5%91%a8%e5%ae%87%e7%90%aa&amp;code=32239711;\" target=\"_blank\">周宇琪</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 ZHOU Yu-qi;Foreign Languages Institute of Suihua College</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e7%bb%a5%e5%8c%96%e5%ad%a6%e9%99%a2%e5%a4%96%e5%9b%bd%e8%af%ad%e5%ad%a6%e9%99%a2&amp;code=0057957;\" target=\"_blank\">绥化学院外国语学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">基于近年来中俄关系的不断发展,中俄双边贸易在进出口货品的种类、数量和竞争与互补性上,都发生了极大的变化。根据对若干年中俄双边贸易金额总量以及进口与出口价值总量、进出口货品种类变化等相关数据的客观分析得出,中俄双边贸易具有互补性,不同行业贸易具有竞争性,相同行业具有差异性。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e4%b8%ad%e4%bf%84\" target=\"_blank\">中俄</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8f%8c%e8%be%b9%e8%b4%b8%e6%98%93\" target=\"_blank\">双边贸易</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%ae%a2%e8%a7%82%e5%88%86%e6%9e%90\" target=\"_blank\">客观分析</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%89%b9%e7%82%b9\" target=\"_blank\">特点<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">Based on the continuous development of bilateral relations in recent years, bilateral trade between China and Russia in the type, quantity and competitive and complementary on the import and export of goods, great changes have taken place. Based on an objective analysis of the relevant data of the total number of years the amount of bilateral trade between China and Russia as well as the total value of imports and exports, import and export of goods, such as the type of change, obtain results the Sino-Russian bilateral trade has generally complementary, different industries have a competitive trade sex, the same industry with the main features of difference.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501042.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501042.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(345, 11, '<br />\r\n<span style=\"font-size:14px;\"><strong>&nbsp; &nbsp; 1</strong><strong>.油条</strong>是不少人早餐的选择,可油条中大多加明矾。这种含铝的无机物,被人体吸收后会对大脑神经细胞产生损害,并且很难被人体排出而逐渐蓄积。如果食用油条时,佐以豆浆,那么,就在无意中保护了自己。因为豆浆中富含卵磷脂,卵磷脂可以使记忆力得到一定的好转。<br />\r\n<br />\r\n&nbsp; &nbsp; 2<strong>酸菜鱼</strong>是人们喜欢的一道菜肴而腌制后的食物含有较多的亚硝酸盐与人体中胺类物质生成亚硝胺是一种容易致癌的物质。酸菜中还含有较多的草酸和钙由于酸度高易被肠道吸收极易在泌尿系统形成结石。因此多吃富含维生素的食物可以阻断强致癌物亚硝胺的合成减少癌症的发生。而猕猴桃被称之为维生素C之王一个猕猴桃基本可以满足人体一天所需的维生素C。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 3</strong><strong>.咸肉、腊肉、香肠等</strong>这些东西不仅美味,而且保存时间长,受到人们的喜爱。但是这些含有大量盐的食物,与猪肉中的物质长期腌制在一起,产生亚硝胺,进入人体后又会形成二甲基亚硝胺,是一种很强的致癌性物质。用绿茶可以分解这类物质的危害,每天喝几杯绿茶,还可以增进健康。如果实在难挡咸鱼、腊肉的诱惑时,不妨在烹制时将肉蒸煮透,再加点醋,可以使亚硝胺分解,又不失美味。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 4</strong><strong>.火锅</strong>对于那些原本容易上火,或经常复发口疮的人来说是雪上加霜。不仅会加重症状,增加复发机会,长期反复,还会诱发食道癌变。另外,浓汤中含有较高的&ldquo;卟啉&rdquo;物质,经过消化分解后在肝脏代谢生成尿酸,还可能引发痛风病。如果在吃过油腻又麻辣的火锅后,吃个柚子,就能有助于滋阴去火,健脾消食。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 5</strong><strong>.烤羊肉串</strong>香味阵阵,非常诱人,这些肉经过明火碳烤后所含的苯比芘,进入人体后就足以对胃造成癌变的威胁。如果在食用烤肉制品后,再吃上一个烤白薯,白薯中含有的大量纤维素,可以将烤肉中的有害物质包裹起来排出体外,并能阻止烤肉中大量油脂被人体吸收。</span><br />\r\n', '', '', '218.9.171.121'),
(347, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 土卫六(又称为<a href=\"http://baike.baidu.com/view/3753636.htm\" target=\"_blank\">泰坦星</a>)是环绕土星运行的一颗<a href=\"http://baike.baidu.com/view/22556.htm\" target=\"_blank\">卫星</a>,是<a href=\"http://baike.baidu.com/view/3077.htm\" target=\"_blank\">土星</a>卫星中最大的一个,也是<a href=\"http://baike.baidu.com/view/5290.htm\" target=\"_blank\">太阳系</a>第二大的卫星。由于它是太阳系唯一一个拥有浓厚大气层的卫星,它的大气含有足够的氮气,这也是地球大气的基本组成部分,而且还有证据表明这颗星球拥有水资源。科学家认为水能够用于产生氧气,有可能使土卫六的空气可以呼吸。因此,一直都被认为是一颗潜在的宜居星球,被高度怀疑有生命体的存在。<br />\r\n<br />\r\n&nbsp; &nbsp; 土卫六拥有稠密大气层它的地面气压几乎超过地球50%。为此,科学家们也一直认为,人类在手臂上穿戴翼型设备就能够飞入土卫六的大气层。现在,跳伞运动员使用的普通滑翔衣就有可能让你在快速奔跑中飞行。<br />\r\n<br />\r\n&nbsp; &nbsp; 为了计算所需要的速度研究人员考虑了诸多因素比如土卫六表面的空气密度、重力加速度和普通滑翔衣的翼面等。他们发现使用一种普通大小的滑翔衣需要达到每秒11米的速度才能飞行。短跑世界纪录保持者博尔特12.27米每秒的最快速度,足以使他穿着普通的滑翔衣就能够在土卫六上飞行。<br />\r\n<br />\r\n&nbsp; &nbsp; 计算还表明以6米每秒的速度也可以飞行只要你的滑翔衣表面积超过普通滑翔衣的3倍就行但目前尚不确定这在实际环境中是否可行。虽然没有人能够解释人类能够在土卫六上飞行背后的物理学原理但能够在土卫六上真正自主飞行的观点是非常令人激动的。</span><br />\r\n', '', '', '218.9.171.44');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(348, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 黑洞是由质量足够大的<a href=\"http://baike.baidu.com/view/1538.htm\" target=\"_blank\">恒星</a>在<a href=\"http://baike.baidu.com/view/185648.htm\" target=\"_blank\">核聚变反应</a>的燃料耗尽而&ldquo;死亡&rdquo;后,发生<a href=\"http://baike.baidu.com/view/67945.htm\" target=\"_blank\">引力坍缩</a>产生的。黑洞产生的<a href=\"http://baike.baidu.com/view/831910.htm\" target=\"_blank\">引力场</a>极为强劲,以至于任何物质和<a href=\"http://baike.baidu.com/subview/2121/5277577.htm\" target=\"_blank\">辐射</a>在进入到黑洞的一个<a href=\"http://baike.baidu.com/view/24907.htm\" target=\"_blank\">事件视界</a>内,便再无力<a href=\"http://baike.baidu.com/subview/1131011/11123938.htm\" target=\"_blank\">逃脱</a>,甚至传播速度最快的<a href=\"http://baike.baidu.com/view/9162.htm\" target=\"_blank\">光</a>也<a href=\"http://baike.baidu.com/view/434215.htm\" target=\"_blank\">逃逸</a>不出。黑洞无法直接观测,但可以借由物体被吸入之前因高热而放出<a href=\"http://baike.baidu.com/view/598.htm\" target=\"_blank\">紫外线</a>和<a href=\"http://baike.baidu.com/view/45735.htm\" target=\"_blank\">X射线</a>的&ldquo;边缘讯息&rdquo; 推测出黑洞的存在,也可借由间接观测<a href=\"http://baike.baidu.com/view/1538.htm\" target=\"_blank\">恒星</a>或<a href=\"http://baike.baidu.com/view/1385131.htm\" target=\"_blank\">星际云</a>气团绕行黑洞轨迹,来取得位置以及质量。<br />\r\n<br />\r\n&nbsp;&nbsp;&nbsp; 超大质量黑洞是宇宙中的怪物几乎每一个大型星系中央都存在超大质量黑洞其质量都达到了数千万倍太阳质量有的则达到上亿倍太阳质量。科学家又发现了遥远宇宙中的超大质量黑洞其距离我们大约60亿光年这意味着我们发现的是在宇宙年龄只有现在一半时候的超大质量黑洞。在发现这个黑洞的过程中科学家使用了宇宙天然的&ldquo;变焦镜头&rdquo;这是一个位于30亿光年之外的椭圆星系。<br />\r\n<br />\r\n&nbsp; &nbsp; 观测方法主要通过天然的星系透镜观测到遥远类星体所发出的辉光,调查结果发现:该类星体背后的超大质量黑洞旋转速度达到了光速的一半。科学家认为,黑洞的旋转速度与其吸积和成长有着非常大的关系,平稳的吸积率可推出黑洞的旋转速度会更快。来自美国密歇根大学的天文学家马克雷诺兹认为如果黑洞的吸积存在混乱的情况,那么,黑洞的旋转也不会太快。<br />\r\n<br />\r\n&nbsp; &nbsp; 电脑模型显示黑洞旋转速率取决于黑洞可以消耗的物质量。例如,从临近合并星系里获得持续稳定的气体食物供应的黑洞比那些进食飘忽不定,也就是周围可以消耗的临近星系非常有限的黑洞的旋转速率要快。<br />\r\n<br />\r\n&nbsp; &nbsp; 类星体RX J1131-1231 内部存在的超大质量黑洞的旋转速率暗示着这个黑洞的进食非常稳定,很可能是以&ldquo;切碎&rdquo;的临近星系为食。根据这个计算这个超大质量黑洞每年的消耗大约相当于333 000个地球。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家们希望测量其它甚至更遥远的超大质量黑洞的旋转速率,以调查更古老的黑洞的情况有何不同。测量较大时间范围内的黑洞旋转速率的能力使得直接研究黑洞是否会与宿主星系一同进化变为可能。<br />\r\n<br />\r\n&nbsp; &nbsp; 然而测量黑洞旋转速率并非易事。想要分析RX J1131-1231黑洞流出的X射线只有一种可能那便是当更近的星系位于类星体和环绕地球的X射线望远镜之间。在黑洞的研究过程中引力透镜可让我们&ldquo;看到&rdquo;早期宇宙中存在的超大质量黑洞,它们的行为与演化过程可影响当前宇宙星系的&ldquo;成长&rdquo;。反过来,我们也可以通过超大质量黑洞的相关信息预测星系的演化方向,星系碰撞融合、中央黑洞合并等可影响星系内气体等物质流动的方向,进而对黑洞的吸积过程产生影响。</span><br />\r\n', '', '', '218.9.171.44'),
(349, 19, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%9f%a9%e7%90%a6&amp;code=\" target=\"_blank\">韩琦<br />\r\n <br />\r\n 【机构】</a>&nbsp;绥化学院</p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">由于受到我国传统教学方式、方法的影响,现阶段我国大学英语专业学生的批判性思维能力都比较弱。所以,在素质教育背景下,将英语专业教学和学生英语批判性思维培养进行有效结合已经被大量专家和学者认可,并确定为是一种有效的方法。本文基于对该方法的研究,分析了现阶段我国大学英语专业学生批判性思维能力培养的现状,并结合自身多年的工作经验,提出了相关的有效措施,希望对广大同行业者带来帮助。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%8b%b1%e8%af%ad%e4%b8%93%e4%b8%9a\" target=\"_blank\">英语专业</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ad%a6%e7%94%9f\" target=\"_blank\">学生</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%89%b9%e5%88%a4%e6%80%a7%e6%80%9d%e7%bb%b4\" target=\"_blank\">批判性思维</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9f%b9%e5%85%bb\" target=\"_blank\">培养</a><br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=105&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201408X2Z&amp;urlid=&amp;yx=&amp;v=MTI0NTVUcldNMUZyQ1VSTDZmYnVadUZ5bm5WN3ZKTFNqSFpMRzRIOVhNcCtkSERvUjhlWDFMdXhZUzdEaDFUM3E=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=105&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201408X2Z&amp;urlid=&amp;yx=&amp;v=MTI0NTVUcldNMUZyQ1VSTDZmYnVadUZ5bm5WN3ZKTFNqSFpMRzRIOVhNcCtkSERvUjhlWDFMdXhZUzdEaDFUM3E=</a></span></div>\r\n', '', '', '218.9.171.44'),
(350, 45, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%ad%99%e6%99%8b%e5%9f%8e&amp;code=\" target=\"_blank\">孙晋城</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%ad%e9%93%81%e5%bb%ba%e5%b7%a5%e9%9b%86%e5%9b%a2%e9%9d%92%e5%b2%9b%e5%b7%a5%e7%a8%8b%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">中铁建工集团青岛工程有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">由于中国经济的不断进步和人民生活水平的日益提高,人们对建筑电气设备的需求不断增加,对各种建筑电气安装工程质量十分关注。同时,建筑电气安装的过程中也显现出了越来越多的问题。本研究深入分析了住宅建筑电气安装问题,并就如何预防和清除这些风险,提出了对应的预防办法,为今后进行建筑电气安装中安全隐患的预防和清除提出了有利的理论支持,以期能够让该行业现存的问题得到改善。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n <script></script></div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%bd%8f%e5%ae%85%e5%bb%ba%e7%ad%91\" target=\"_blank\">住宅建筑</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%94%b5%e6%b0%94%e5%ae%89%e8%a3%85\" target=\"_blank\">电气安装</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%97%ae%e9%a2%98\" target=\"_blank\">问题</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%98%b2%e6%b2%bb%e6%8e%aa%e6%96%bd\" target=\"_blank\">防治措施<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=12&amp;CurRec=133&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406133&amp;urlid=&amp;yx=&amp;v=MDY5NjJqSFpMRzRIOVhNcVk1R1o0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYnVadUZ5bmhVTHpPTFM=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=12&amp;CurRec=133&amp;dbcode=CJFQ&amp;dbname=CJFDPREP&amp;filename=HELJ201406133&amp;urlid=&amp;yx=&amp;v=MDY5NjJqSFpMRzRIOVhNcVk1R1o0UjhlWDFMdXhZUzdEaDFUM3FUcldNMUZyQ1VSTDZmYnVadUZ5bmhVTHpPTFM=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.9.171.44'),
(351, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 施用农药后一部分农药直接或间接残存于<a href=\"http://baike.baidu.com/view/38283.htm\" target=\"_blank\">谷物</a>、<a href=\"http://baike.baidu.com/subview/13544/5031564.htm\" target=\"_blank\">蔬菜</a>、<a href=\"http://baike.baidu.com/view/700513.htm\" target=\"_blank\">果品</a>、<a href=\"http://baike.baidu.com/view/2051462.htm\" target=\"_blank\">畜产品</a>、<a href=\"http://baike.baidu.com/view/2524788.htm\" target=\"_blank\">水产品</a>以及<a href=\"http://baike.baidu.com/subview/26545/8075198.htm\" target=\"_blank\">土壤</a>和<a href=\"http://baike.baidu.com/view/150061.htm\" target=\"_blank\">水体</a>中。到目前为止世界上化学农药年产量近200万吨约有1 000多种人工合成<a href=\"http://baike.baidu.com/view/63037.htm\" target=\"_blank\">化合物</a>被用作<a href=\"http://baike.baidu.com/view/37670.htm\" target=\"_blank\">杀虫剂</a>、除虫剂等类农药。尤其是<a href=\"http://baike.baidu.com/view/129969.htm\" target=\"_blank\">有机农药</a>大量施用,造成严重的<a href=\"http://baike.baidu.com/view/483738.htm\" target=\"_blank\">农药污染</a>问题,对人体健康构成严重威胁。<br />\r\n<br />\r\n&nbsp; &nbsp; 因为菜青虫抗药性很强,菜农易选高毒农药。菜花、草莓等表面凹凸不平的<a href=\"http://www.sdyyzs.cn/\">果蔬</a>农残相对最多。一般来说,生长期病虫害较严重的果蔬,农药残留易超标。叶菜类<a href=\"http://www.sdyyzs.cn/news.shtml\">农药</a>残留的可能性较高,如卷心菜、白菜等;油菜受污染可能性最大。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,青椒、黄瓜、豆角、萝卜等根茎类蔬菜,以及一些薄皮类果蔬,如西红柿、樱桃、油桃等,农药残留情况要好些,而根茎类土豆、萝卜、红薯、花生等果蔬,因为是埋在土里的,农药残留量相对较小,但并非绝对没有农药残留。<br />\r\n<br />\r\n&nbsp; &nbsp; 另外,有特殊气味的<a href=\"http://www.sdyyzs.cn/\">果蔬</a>农残最少。像茴香、香菜、辣椒等,病虫害少,农药用得也较少。但由于韭菜的虫害韭蛆长在菜体内,菜农易用高毒杀虫剂灌根,很容易超标。<br />\r\n<br />\r\n&nbsp; &nbsp; 对此,应该到正规市场买果蔬,最好买&ldquo;有机食品&rdquo;、&ldquo;绿色食品&rdquo;,次之为&ldquo;质量安全&rdquo;和&ldquo;无公害产品&rdquo;。尽量选<a href=\"http://www.sdyyzs.cn/news.shtml\">农药</a>残留几率较小的蔬菜,少选连续性采收的蔬菜,如菜豆、韭菜、小黄瓜、芥蓝菜等。蔬菜不要先切后浸泡,切口易受污染,浸泡后用水冲洗几次再切。<br />\r\n<br />\r\n&nbsp; &nbsp; 市面上有数种生物净洗液(降解酶),原理上这些生物净洗液是从菠萝、 木瓜、柚子、艾叶、苹果、柠檬等生物中提取可食性生物蛋白酶提炼而成利用蛋白酶的活性破坏残留农药的结构使农药因子脱落、降解。净洗液能够穿透果蔬表层深入果蔬肉质4mm之内清洗达到高效、快速、深层解除果蔬中残留农药的目的。</span><br />\r\n', '', '', '218.9.171.44'),
(355, 21, '+卷起屏幕:科学家研发超清可弯曲显示器技术<br />\r\n<br />\r\n新技术称数秒即可解析DNA<br />\r\n<br />\r\n科学家用条状骨骼肌研制&ldquo;生物机器人&rdquo;<br />\r\n<br />\r\n准确率比医生还高 手机测试癌症App出现<br />\r\n<br />\r\n新发现致密中子星 或为广义相对论提供有力证据<br />\r\n<br />\r\n黑洞死亡后转化为白洞<br />\r\n<br />\r\n啤酒成健康饮品 可减肥美容防骨质疏松<br />\r\n<br />\r\n久坐肌肉酸痛 4个简单动作活气血<br />\r\n', '', '', '218.9.170.32'),
(356, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 鱼类味道鲜美、营养丰富是健康饮食的首选之品。其富含丰富的硫胺素、核黄素、尼克酸、维生素D和一定量的钙、磷、铁等矿物质。鱼肉中脂肪含量虽低但其中的脂肪酸有降糖、护心和防癌的作用。鱼肉中的维生素D、钙、磷能有效地预防骨质疏松症。但吃&ldquo;鱼&rdquo;也要对症它的食用和医用价值才能显现出来。下面介绍6种常见鱼类的药用性能和食疗作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 1草鱼。最常见的鱼类虽然普通但却是暖胃、平肝祛风、温中补虚的养生食品。与豆腐同食具有补中调胃、利水消肿的功效。可作为冠心病、血脂较高、小儿发育不良、水肿、肺结核、产后乳少等患者的食疗菜肴。草鱼与油条、蛋、胡椒粉同蒸可益眼明目适合老年人温补健身。另外草鱼的鱼胆有毒不能食用。<br />\r\n<br />\r\n&nbsp; &nbsp; 2带鱼。有暖胃、补虚、泽肤、祛风、杀虫、补五脏的功效。对于前沿性肝炎、慢性肝炎有很好的辅助治疗作用。带鱼鳞是制造解热息痛片和抗肿瘤的药物原料。鳞中含有多种不饱和脂肪酸有显著的降低胆固醇作用。适宜久病体虚血虚头晕气短乏力食少羸瘦营养不良之人食用。还有润泽肌肤、美容的功效不过患有疮、疥的人还是少食为宜。<br />\r\n<br />\r\n&nbsp; &nbsp; 3鲢鱼。有温中益气、暖胃、滋润肌肤等功能是温中补气养生食品。鲢鱼能提供丰富的胶质蛋白既能健身又能美容是女性滋养肌肤的理想食品。它对皮肤粗糙、脱屑、头发干脆易脱落等症均有疗效是女性美容不可忽视的佳肴。一般人群均可食用脾胃蕴热者不宜食用。<br />\r\n<br />\r\n&nbsp; &nbsp; 4黑鱼。有补脾利水、去淤生新、清热祛风、补肝益肾等功效。能够补心养阴澄清肾水行水渗湿解毒去热。主治水肿、湿痹、脚气、痔疮、疥癣等症。部分人对黑鱼过敏症状通常为腹泻、呕吐、皮肤起疹伴随腰酸背痛等症状。小孩、老人等抵抗力差的人群应当注意。<br />\r\n<br />\r\n&nbsp; &nbsp; 5墨鱼又名乌贼。有滋肝肾、补气血、清胃去热、养血、明目、安胎、利产、止血、催乳等功效。用于治疗妇女经血不调、水肿、湿痹、痔疮、脚气等症。脾胃虚寒的人应少吃高血脂、高胆固醇血症、动脉硬化等心血管病及肝病患者应慎食。<br />\r\n<br />\r\n&nbsp; &nbsp; 6鲤鱼。有健脾开胃、利尿消肿、止咳平喘、安胎通乳、清热解毒等功效。鲤鱼的蛋白质不但含量高而且质量也佳人体消化吸收率可达96%并能供给人体必需的氨基酸、矿物质、维生素A和维生素D。鲤鱼的脂肪多为不饱和脂肪酸能很好地降低胆固醇还可以防治动脉硬化及冠心病。</span><br />\r\n', '', '', '218.9.171.128'),
(358, 53, '&nbsp; <span style=\"font-size:14px;\">&nbsp; 相信大多数人使用手机时都有过这样痛苦的经历&mdash;&mdash;关键时候手机没电而且又没有地方可以及时充电。于是,如何让手机便捷快速地充电成了很多人研究的对象。研究人员成功研发出摩擦发电新能源技术。这种&ldquo;一举一动皆能发电&rdquo;的全新能源供给模式或许在不久的将来能让通过走路给随身携带的手机充电成为现实。<br />\r\n<br />\r\n&nbsp; &nbsp; 摩擦发电机的基本元件其实就是一个4厘米见方的薄膜材料通过导线与LED灯相连。只要用手捏一下这个薄膜材料LED灯就会亮起。摩擦发电机的问世为未来能源发展带来了新的供给模式。摩擦发电机结构非常简单、轻巧用来产生摩擦并形成电流向外输出的基本元件都是仅有微米级厚度的薄膜材料使得整个器件具备柔软甚至可以透明的特性。<br />\r\n<br />\r\n&nbsp; &nbsp; 与传统的电磁感应式发电机相比摩擦发电机利用的是摩擦起电和静电感应效应的耦合同时配合薄层式电极的设计实现电流的有效输出目前的输出功率最高可达500瓦/平方米能量转换效率达到24%50%。科研人员还成功将输出电流提高到3毫安最高平均稳定输出功率达1.5瓦,实现对小型电器实时供电。研究人员已开发出旋转式直流摩擦发电机、刹车发电模拟装置、自驱动无线触摸报警器、柔性透明摩擦发电机、碟式宽频摩擦发电机、脚踏式摩擦发电机、潮汐能收集装置等摩擦发电装置。<br />\r\n<br />\r\n&nbsp; &nbsp; 摩擦发电机的动力源既可以是已被人们认识的风力、水力、海浪等大能源,也可以是人的行走、身体的晃动、手的触摸、下落的雨滴等从没被人们注意过的环境随机能源,还可以是车轮的转动、机器的轰鸣等。或许不久的将来,你只要正常走路,安在你鞋里的摩擦发电机就能随时为你自己随身携带的手机充电。<br />\r\n<br />\r\n&nbsp; &nbsp; 摩擦发电机可以让运动着的每个人都&ldquo;发电&rdquo;,可以让司空见惯的摩擦、挤压、坠落等现象都变成发电的动力源。未来,<a href=\"http://auto.ifeng.com/\" target=\"_blank\">汽车</a>刹车就能发电充电。如果把摩擦发电机铺在马路上,每一辆驶过的汽车都能参与发电过程。摩擦发电机的成本很低,主要部件由有机材料和常见金属构成,而且用量极少,非常适合大规模产业化推广,在绿色能源供给与自供能传感方面具有广泛应用前景。</span><br />\r\n', '', '', '218.9.171.128'),
(360, 11, '&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">芦荟这种植物颇受大众喜爱,主要因其易于栽种,为花叶兼备的观赏植物。芦荟可以净化空气中的甲醛、二氧化硫、一氧化碳等有害气体,增加空气中的负离子浓度。对空气中的有害微生物有抑制作用,同时能吸附灰尘。也可以提炼出营养成分做保养品,有很好的美容功效。芦荟这种很常见的植物,究竟有怎样神奇的功效呢?<br />\r\n<br />\r\n<strong>1. </strong><strong>美容护肤</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 芦荟中含的多糖和多种维生素对人体皮肤有良好的营养、滋润、增白作用。还有改善伤痕的作用,不仅能防止小皱纹、眼袋、皮肤松弛。对头发也同样有效,能使头发保持湿润光滑,预防脱发。<br />\r\n<br />\r\n<strong>2</strong><strong>.抗衰老</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 芦荟中的粘液类物质是防止细胞老化和治疗慢性过敏的重要成分。粘液素存在于人体的肌肉和胃肠粘膜等处,让组织富有弹性。如果粘液素不足,细胞就会逐渐衰弱,失去防御病菌、病毒的能力。另外,粘液素还有壮身、强精作用。<br />\r\n<br />\r\n<strong>3</strong><strong>.促进愈合</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 对于人工创伤鼠背芦荟有促进愈合功效兔芦荟对人工结膜水肿可缩短治愈天数。芦荟浆汁制剂对皮肤创伤、烧伤以及X线局部照射均有保护作用。<br />\r\n<br />\r\n<strong>4</strong><strong>.强心活血</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 芦荟中的异柠檬酸钙等具有强心、促进血液循环、软化硬化动脉、降低胆固醇含量、扩张毛细血管的作用,使血压保持正常,清除血液中的&ldquo;毒素&rdquo;。<br />\r\n<br />\r\n<strong>5</strong><strong>.提高免疫和再生</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 芦荟素A、创伤激素和聚糖肽甘露等具有抗病毒感染、促进伤口愈合复原的作用又可以消炎杀菌、吸热消肿、软化皮肤、保持细胞活力凝胶多糖与愈伤酸联合还具有愈合创伤活性的功效。<br />\r\n<strong>6</strong><strong>.杀菌消炎</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 芦荟酊是抗菌性很强的物质,能杀灭真菌、霉菌、细菌、病毒等病菌,抑制和消灭病原体的发育繁殖,能杀灭引发中耳炎、膀胱炎、小儿麻痹、流行性脑炎等疾病的病菌。<br />\r\n<br />\r\n<strong>7</strong><strong>.镇痛、镇静</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 手指肿痛、牙痛而难以忍受时,在患部贴上芦荟生叶,能消除疼痛、神经痛、痛风、筋肉痛等,内服加外用芦荟,也有镇痛功效。芦荟还能预防和治疗宿醉、晕车、晕船等。 &nbsp;</span><br />\r\n<br />\r\n', '', '', '218.8.98.180'),
(361, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 辅助生育技术是指对配子、胚胎或者基因物质体内外系统操作而获得新生命的技术。采用辅助生育技术不仅可以治疗<a href=\"http://baike.baidu.com/view/61705.htm\" target=\"_blank\">不孕症</a>,而且可以通过该技术观察胚胎发育过程,揭示生殖奥秘。<br />\r\n<br />\r\n&nbsp; &nbsp; 自从上世纪90年代以来克隆人或为婴儿选择特定特征等具有未来主义色彩的技术相继出现公众就开始隐隐担忧可能会出现&ldquo;设计婴儿&rdquo;。现在,有些遗传选择方法要么已能实现,要么很快就能实现。辅助生育技术发展至今,除了充当不孕不育患者的送子观音外,也让各色人等在生儿育女方面有了更多选择。<br />\r\n<br />\r\n&nbsp; &nbsp; 胚胎植入前遗传学诊断技术可以把传统的产前诊断提前到胚胎阶段。即种植前基因诊断PGD),也就是第三代&ldquo;试管婴儿&rdquo;。主要用于检查胚胎是否携带有遗传缺陷的基因,以便使体外授精的试管婴儿避免一些遗传疾病。当然,这一方法也能对胎儿的性别进行选择。<br />\r\n<br />\r\n&nbsp; &nbsp; 不受限制的PGD应用与发展正在为夫妻和生殖专家提供前所未有的能力于基因层面控制我们的后代。PGD的未来与克隆和基因工程紧紧联系在一起它们正共同奔向新时代的优生学。越来越多的婴儿将像消费品一样被订购和制造。以市场为基础的优生学将会消除精英教育的迟滞观念。一个人的毅力、适应性和自我的修养在基因改造所带来的先天才能与必然成功面前已经不那么重要。优生学也承担着人群同质性的风险&mdash;&mdash;相较于&ldquo;自然人&rdquo;,经过基因改造后的同质化人群更易受到疾病以及有害突变的威胁。<br />\r\n<br />\r\n&nbsp; &nbsp; 但一旦&ldquo;定制&rdquo;新生婴儿被带入这个世界,社会就有义务确定,将这个孩子带到世界上来的技术究竟对他有利还是有弊,让父母能选择其后代的遗传特性可能会悄无声息地让父母和孩子的关系恶化。如果让父母认为,他们在婴儿的特征这个问题上拥有选择和控制权,那么,父母可能会变得非常专制,会要求孩子按照他们的意愿来生活。</span><br />\r\n', '', '', '218.8.98.180'),
(363, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 说到滋补,我们会想到那些名贵的中药材,如人参,鹿茸,燕窝等,但是这些都价格不菲。其实,生活中也有很多食物其功效可与&ldquo;人参&rdquo;相媲美,堪称&ldquo;动物人参&rdquo;&ldquo;水中人参&rdquo;&ldquo;地里人参&rdquo;&ldquo;海中人参&rdquo;&ldquo;茶中人参&rdquo;等等。下面是餐桌上常见的五种廉价滋补食物,功效赛人参!<br />\r\n  <strong>1</strong><strong>.动物人参</strong><br />\r\n&nbsp; &nbsp; 乳鸽因吸吮鸽乳成长,营养特别丰富,其营养特点是高蛋白、低脂肪,富含矿物质和各种维生素,含有人体需要的各种氨基酸,消化吸收率高。<br />\r\n&nbsp; &nbsp; 鹌鹑不仅肉质鲜美细嫩,且具有补益五脏、滋补强身等作用。鹌鹑肉高蛋白、低脂肪、低胆固醇,含多种维生素、矿物质,特别适合中老年人以及高血压和肥胖者食用。<br />\r\n&nbsp; &nbsp; 鹌鹑蛋含有丰富的蛋白质、脑磷脂、卵磷脂、赖氨酸、胱氨酸、钙、磷、铁等营养物质,有补益气血、强身健脑、丰肌泽肤等功效。<br />\r\n  <strong>2</strong><strong>.水中人参</strong><br />\r\n&nbsp; &nbsp; 泥鳅肉质细嫩,味道鲜美,所含营养成分比鲤鱼、带鱼、龙虾及对虾等都要高很多,是高蛋白、低脂肪、低胆固醇的保健食品,还含有钙、磷、铁及各种维生素。<br />\r\n&nbsp; &nbsp; 黄鳝有补气养血、温阳健脾、滋补肝肾、祛风通络等功效,其肉味鲜美,营养丰富。因此,黄鳝是祛病疗疾的美味良药。<br />\r\n  <strong>3</strong><strong>.地里人参</strong><br />\r\n&nbsp; &nbsp; 自古就有 &ldquo;冬食萝卜胜人参&rdquo;的说法,意思是冬天吃萝卜对身体大有裨益。萝卜确实有很好的药用价值,萝卜具有消积滞、化痰热、下气、宽中、解毒等功效。现代研究发现,萝卜中含有的多种微量元素可以增强机体免疫力。<br />\r\n  <strong>4</strong><strong>.海中人参</strong><br />\r\n&nbsp; &nbsp; 海参含蛋白质、脂肪、糖类、各种矿物质和维生素等营养物质,具有补肾、润燥、养血及补胃等功效。常食用还有滋阴降火、补肾健阳、益智、补钙等作用。<br />\r\n  <strong>5</strong><strong>.茶中人参</strong><br />\r\n&nbsp; &nbsp; 绞股蓝其汤甘甜、参味浓,清润可口,香气独特。绞股蓝不仅有类似人参的补益功效,还有人参所不具备的降脂、降压、降血糖、延长细胞寿命、抗衰老等功能。一般人饮用绞股蓝茶可以帮助消化、促进食欲、安神入睡。</span><br />\r\n', '', '', '218.9.165.213'),
(364, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 回忆是指过去的事物不在面前,人们在头脑中把它重新呈现出来的过程。回忆是恢复过去<a href=\"http://baike.baidu.com/view/21717.htm\" target=\"_blank\">经验</a>的过程,是记忆的第三环节(识记、保持、回忆与再认)。人们常说后见之明是件好事,最近一项研究发现人们回忆过去时更可能关注于积极事件,而非消极的。即使你的记忆并不美好,但也会试图给予积极的情绪。<br />\r\n<br />\r\n&nbsp; &nbsp; 后见之明的偏见可能导致记忆失真,回忆与重建内容时产生错误的理论成果。后见之明偏见的一个基本的例子是,在知道一个不可预见事件的结果后,一个人相信之前知道这一切会这样。它可能隐藏在实验的多方面问题上,比如设计、材料、测量方法上。后见之明偏误可能导致记忆扭曲,回忆和复原时产生错误理论。据报,后见之明偏误是实验研究中分析、理解、解读结果的严重方法问题。<br />\r\n<br />\r\n&nbsp; &nbsp; 在这项研究里,心理学家提摩西&middot;里奇(Timothy Ritchie)和他的同事们要求来自全世界各地10个不同文化国家的562名被试者回忆生命里发生过的事然后要求他们对当时经历这件事时的情绪以及现在回想这件事时的情绪进行排序。参与研究的被试者包括加纳的学生和德国年迈的公民后者被要求回忆柏林墙的倒塌。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员发现,与消极记忆相比,被试者能够更清晰的回忆积极情绪。这意味着我们会带着有色眼镜回溯过去。这项发现强调了衰落影响偏见(FAB),这种效应曾经被研究过,但这是首次从一系列文化里获得样本。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究暗示着FAB可能帮助人们从消极的事件里恢复过来并促进积极情绪的保留。这也是首项展示FAB是存在于不同文化里的普遍现象的研究。然而研究人员强调这项研究并不广泛FAB的产生在全球范围内可能有不同的原因。</span><br />\r\n', '', '', '218.9.165.213'),
(365, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在1987年上映的美国科幻大片《惊异大奇航》中科学家把缩小到几纳米的人和飞船注射进人体血管让这些超微小的&ldquo;参观者&rdquo;直接观看到人体各个器官的组织和运行情况。纳米级的技术在当时只是一种科学幻想,但如今已出现在现实世界中。纳米机器人的成功研发,就是这一崭新技术的完美体现。<br />\r\n<br />\r\n  纳米机器人是根据分子水平的生物学原理为设计原型,设计制造出可对纳米空间进行操作的&ldquo;功能分子器件&rdquo;,其研制属于分子仿生学的范畴,所以,纳米机器人也称&ldquo;分子机器人&rdquo;。以色列巴伊兰大学研究人员成功地用DNA链造出了一种纳米机器人它们能在活动物体内按照编制的程序执行逻辑操作就像一种纳米机器人计算机。研究人员把这些&ldquo;机器人&rdquo;注射到蟑螂体内,观察它们是怎样瞄准一个细胞来&ldquo;工作&rdquo;的。<br />\r\n<br />\r\n&nbsp; &nbsp; 生物系统是由一个个&ldquo;分子零件&rdquo;组成的集合体这些分子零件四处活动互相碰撞在一起。细胞通过精确地控制这些碰撞执行着复杂的任务过程。但要开发出一种人工机器能与细胞内的机器对接并控制分子零件之间的相互作用还非常困难。而DNA分子不仅和生物系统天然对接还是执行逻辑运算的天然&ldquo;基带&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究表明由于DNA链具有和不同蛋白质反应的性质所以可用来编程模拟生物线路甚至解决简单的数学问题。研究小组证明了这种编程技术还可以扩展到活动物体内用来执行特殊任务比如用来摧毁癌细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员先把盘卷在一起的DNA双螺旋链放松解开再按折叠纸盒的方式把它们连接在一起然后在这种&ldquo;DNA盒子&rdquo;里装入一种化学分子,作为一种中继开关。下一步再制作其他结构的&ldquo;零件&rdquo;,让这些&ldquo;零件&rdquo;既能跟&ldquo;盒子&rdquo;反应,又能跟蟑螂体内的某些特殊蛋白质反应。总的目标是做出多种方案来,让&ldquo;盒子&rdquo;在碰到特定蛋白质时能自动打开。加入多种结构的纳米&ldquo;零件&rdquo;,可以让&ldquo;盒子&rdquo;选择性地打开。<br />\r\n<br />\r\n&nbsp; &nbsp; 在实验中,研究人员给&ldquo;DNA盒子&rdquo;里装了一种能与血淋巴分子结合的化学分子,这种血淋巴分子存在于蟑螂血中。所有纳米机器人都充满荧光标记,以此跟踪观察它们在蟑螂体内的行动。<br />\r\n&nbsp;&nbsp;<br />\r\n&nbsp; &nbsp; 研究人员报告,实验的运行正像预先设想的那样:&ldquo;DNA盒子&rdquo;打开与否取决于注入蟑螂体内的整体纳米机器人&ldquo;舰队&rdquo;的设计。研究小组认为在今后5年内人们就可能造出用于人体实验的纳米机器人计算机。与此同时纳米机器人将会带来一场相关应用领域内的革命。</span><br />\r\n', '', '', '218.9.165.213'),
(369, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 通宵无眠之后或是疲惫不堪时你是否总会强烈渴望冲一大杯咖啡来帮你缓解疲劳。但是你又是否知道咖啡虽然有提神功效但同时也会影响人的记忆力。以下6种食物提神功效超过咖啡:<br />\r\n<br />\r\n&nbsp; &nbsp; 1. 多喝水,保持水分充足可以提神。人体的许多基本功能都依赖于这种简单的物质才能顺利进行。在一日之晨喝上一大杯水,不仅有助于保持身体水分,还可以促进新陈代谢。<br />\r\n<br />\r\n&nbsp; &nbsp; 2. 多吃蔬果,补充维生素,维持智力和体力。菠菜对解毒、防燥颇有益处。南瓜富含维生素和铁,这些营养素能帮助身体所储存的血糖转变成葡萄糖,而葡萄糖是大脑和身体的食粮,能够快速被吸收,并迅速补充能量。草莓含铁非常丰富,其还含有丰富的维生素,有助于舒缓压力,缓解困倦。猕猴桃可消除疲劳,助消化。<br />\r\n<br />\r\n&nbsp; &nbsp; 3摄入富含镁的食物保持能量。矿物质界的无名英雄镁元素对能量的产生是至关重要的。缺镁的情况很少发生但是多摄入一点镁元素可以达到你想要的提神效果。坚果和种子甜菜、菠菜等绿叶蔬菜都富含矿物质。不要忽略豆腐豆腐也是富含镁元素的。<br />\r\n<br />\r\n&nbsp; &nbsp; 4. 吃菊糖抗贫血,精力更充足。很多食物的配料单上都有菊糖。这种纤维天然存在于小麦、大蒜、洋葱中。菊糖不仅可以让你饱腹感更长久,还可以促进身体对铁元素的吸收,因此也有助于抗贫血。<br />\r\n<br />\r\n&nbsp; &nbsp; 5. 喝茶改善记忆,抵抗疲劳。喝茶可以改善记忆,降低体重,喝花茶,对于改善健康,抵抗疲劳有显著功效。喝绿茶,提神之余又可以消除体内多余的自由基,让您神清气爽。但是胃肠不好的人,最好改喝枸杞子泡水的茶,可以解压,还可以明目。<br />\r\n<br />\r\n&nbsp; &nbsp; 6. 瘦蛋白质更健康,有效抗抑郁。汉堡之类的高脂肪食品会让你觉得饱足却精力下降,消化这类食物就需要很多能量。选择瘦蛋白质,摒弃那些饱和脂肪含量高的食物。蛋白质是肌肉的基本组成成分,而且其中含有的氨基酸对神经传导物质有显著影响,有助于保持敏锐度。<br />\r\n<br />\r\n&nbsp; &nbsp; 一些食物的确可以起到抗疲劳的作用。但凡事都有双面性,食物也不例外,过多或过少的食用,都会给身体带来影响。所以,要坚持每天均衡膳食,不挑食偏食,不暴饮暴食,合理运动,规律作息,这样才能真正甩掉疲劳。</span><br />\r\n', '', '', '218.8.98.46'),
(370, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 我们都知道父亲基因决定胎儿性别当然我们也知道父亲的基因决定的不仅仅是胎儿性别研究表明高龄准爸爸会将更多的基因突变遗传给下一代。研究发现黑猩猩会从父亲身上遗传90%的新突变而只从母亲那里遗传10%的新突变,这论证了有关突变问题上人类和他们活着的近亲之间存在的差异,并强调了父亲的年龄在进化问题上所起的重要性。<br />\r\n<br />\r\n&nbsp; &nbsp; 在人类中每个人平均会从父母身上继承约70个基因突变。不过这个数字受到父亲生育年龄的影响年龄大一些的父亲可能将更多的基因突变遗传给后代其生育年龄平均每增加一岁会使基因突变多出2个。突变的风险与父亲的年龄有关是因为男性的精子血系会一直分化而女性拥有的全部卵子在刚出生时就存在。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究发现平均来说黑猩猩从父母身上遗传的新突变数量与人类的相似但父亲年龄产生的影响相对要更强父亲年龄每老一岁会导致3种额外的突变。这项研究表明:性选择会通过它对男性突变速率的效应而影响进化的速率。<br />\r\n<br />\r\n&nbsp; &nbsp; 英国牛津大学维康信托基金会人类遗传学中心的统计遗传学家吉尔&middot;迈克维恩教授表示:&ldquo;在人类身上我们已经知道父亲的年龄会影响遗传至后代的新突变的数量并且它已经被确定为影响一系列精神及心理疾病的风险因素。这项研究发现对黑猩猩物种而言父亲的年龄对突变速率产生的影响要更加强烈大约是人类的1.5倍。产生的结果是通过雄性遗传而产生了更大比例的新突变大约导致了90%的新突变而相比之下人类父亲只导致了75%的新变异。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 这种差异的可能解释之一是, 因为自身交配系统的原因黑猩猩进化会产生比人类更多的精子它们的睾丸是人类睾丸相对大小的3倍从而增加了产生新突变的可能性。研究者认为:还需要在其他物种上进行更多研究以调查交配行为对突变速率以及雄性突变偏见所产生的影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 此前有研究显示,对于患精神分裂症或孤独症等若干疾病的几率来说,其父亲的生育年龄是个已确认的风险。此外,基因突变还与患其他某些传染疾病的风险相关。</span><br />\r\n', '', '', '218.8.98.46'),
(373, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 酱油营养极其丰富主要营养成份包括氨基酸、可溶性蛋白质、糖类、酸类等。氨基酸是酱油中最重要的营养成分氨基酸含量的高低反映了酱油质量的优劣。氨基酸是蛋白质分解而来的产物酱油中氨基酸有18种它包括了人体8种必需氨基酸是生物体发育及修补组织的原料。酱油能产生一种天然的防氧化成分它有助于减少自由基对人体的损害其功效比常见的维生素C和维生素E等防氧化剂高十几倍。<br />\r\n<br />\r\n&nbsp; &nbsp; 酱油除了上述的主要成分外,还含有钙、铁等微量元素,有效地维持了机体的生理平衡。由此可见,酱油不但有良好的风味和滋味,而且营养丰富,是人们烹饪首选的调味品。正确食用酱油,要注意以下几个方面:<br />\r\n<br />\r\n<strong>一、烹饪酱油和凉拌酱油不要混用</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 购买酱油时,应该看看标签上标明的是佐餐用还是烹饪用酱油,这两者的卫生指标是不同的。凉拌酱油又叫佐餐酱油,可以直接入口,主要用途就是凉拌,卫生指标较好;烹饪用的酱油不能直接入口,只能用于烹饪炒菜用。将烹饪酱油和凉拌酱油混用,其实是有健康风险的。烹饪酱油的细菌总数比凉拌酱油略高,如果长期把烹饪酱油当凉拌酱油用,并且人的身体抵抗力较弱时,容易患胃肠炎等疾病。<br />\r\n<br />\r\n<strong>  二、</strong><strong>注意酱油加进菜肴的时间</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 要注意酱油加入菜肴的时间。好酱油是自然发酵而成,含有氨基酸及丰富的风味物质,加热后虽然可增加香气,但过度加热养分发生反应或者因挥发而损失,颜色变深。烧鱼、烧肉,酱油要早点加;炒青菜等一般的炒菜,最好在菜肴即将出锅前加进少许酱油,这样可以避免锅内的高温破坏氨基酸,并且酱油中的糖分也不会焦化变酸;红烧类菜品可通过高压锅等方式避免大火过度加热。<br />\r\n<br />\r\n<strong>三、</strong><strong>简便方法防止酱油发霉</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 酱油的储存也要费心思,为了有效防止酱油发霉长白膜,可以往酱油中滴几滴食用油、放几瓣去皮大蒜,或者滴几滴白酒,都能起到比较好的防霉作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 酱油虽然是调味品,但有些人是不可多吃的。如:高血压、冠心病、糖尿病患者应和控盐一样控制酱油。痛风病人应当注意,酱油中含有来自于大豆的嘌呤,而且很多产品为增鲜还特意加了核苷酸,所以一定不能多用。酱油中含有鲜味物质,因此用了酱油后就应当少放或不放味精、鸡精。特别是增鲜酱油,更可替代所有鲜味调料。</span><br />\r\n', '', '', '218.9.165.93'),
(374, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 数据显示每年由室内空气污染引起的死亡人数已达11.1万人平均每天大约死亡304人相当于全国每天因车祸死亡的人数。虽然近年来环境问题已得到极大改善但我们的室内环境质量到底如何仍然是人们最关心的话题。<a href=\"http://baike.baidu.com/view/25507.htm\" target=\"_blank\">世界卫生组织</a>已将室内<a href=\"http://baike.baidu.com/view/17349.htm\" target=\"_blank\">空气污染</a>与<a href=\"http://baike.baidu.com/view/6632.htm\" target=\"_blank\">高血压</a>、<a href=\"http://baike.baidu.com/view/24827.htm\" target=\"_blank\">胆固醇</a>过高症及<a href=\"http://baike.baidu.com/view/124741.htm\" target=\"_blank\">肥胖症</a>等共同列为人类健康的10大威胁之一。下面就为你家的各个房间做个全面&ldquo;体检&rdquo;吧!<br />\r\n<br />\r\n&nbsp; &nbsp; 1客厅<a href=\"http://house.ifeng.com/home/jiadian/\" target=\"_blank\">家电</a>释放臭氧。设计不当的负离子发生器、空气净化器等在工作时,可能泄露臭氧。臭氧达到一定浓度时,会刺激人的呼吸道,造成咽喉肿痛、<a href=\"http://baike.baidu.com/view/271999.htm\" target=\"_blank\">胸闷</a>咳嗽、引发<a href=\"http://baike.baidu.com/view/54055.htm\" target=\"_blank\">支气管炎</a>和肺气肿;会造成人的神经中毒,出现头晕头痛、视力下降、记忆力衰退、呼吸短促、疲倦、鼻子出血;对人体皮肤中的<a href=\"http://baike.baidu.com/view/42563.htm\" target=\"_blank\">维生素E</a>起到破坏作用,致使人的皮肤起皱、出现<a href=\"http://baike.baidu.com/view/2925535.htm\" target=\"_blank\">黑斑</a>;还会破坏人体的免疫机能,诱发淋巴细胞染色体病变,加速衰老,致使<a href=\"http://baike.baidu.com/view/264048.htm\" target=\"_blank\">孕妇</a>产畸形儿。因此,家电应选购正规厂家生产的合格产品,使用中也要适时通风。<br />\r\n<br />\r\n&nbsp; &nbsp; 2卧室空调吹出病菌。如果未及时清洗空调其散热片中的病菌就会随出风口喷出形成二次污染。这些细菌在一定条件下就会很快分散到室内空气中使空气细菌含量上升长期在这种环境中生活人们就易染上疾病特别是免疫功能低下的老人和儿童更容易染上疾病。因此新买的或闲置一段时间的空调都应先清洗经常使用的空调应每两月清洗消毒一次。<br />\r\n<br />\r\n&nbsp; &nbsp; 被褥滋生尘螨。地毯、被褥、窗帘等处易积聚灰尘和螨虫等,会影响肺部健康或引起皮肤病、脑炎等。因此,这些物品要经常清洗并通过阳光暴晒。<br />\r\n<br />\r\n&nbsp; &nbsp; 3厨房油烟容易致癌。油烟中含有一氧化碳、二氧化碳、氮氧化物以及具有强烈致癌性的苯并芘。人若长期在油烟浓度较高的环境中肠道、大脑神经等都会受到危害还可能患肺癌。因此要经常检查抽油烟机功能是否完好烹饪时最好开窗通风。<br />\r\n<br />\r\n&nbsp; &nbsp; 4卫生间喷雾不利呼吸。卫生间中的空气清新剂、消毒剂等化学品含有乙醚、香精等多种化学物质长期大量使用这些成分会挥发到空气中刺激呼吸道。<br />\r\n<br />\r\n&nbsp; &nbsp; 建议:可以用柚子皮等天然&ldquo;空气清新剂&rdquo;来代替;化学用品应妥善密封;适时通风换气。</span><br />\r\n', '', '', '218.9.165.93'),
(376, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 很早以前,科学家就发现:当人们陶醉在爱情中时,大脑在分泌一种特定的化学物质&mdash;&mdash;催产素。因此,它也被称为&ldquo;爱情激素&rdquo;。研究发现,&ldquo;爱情激素&rdquo;还可能导致人们为了爱人或集体的利益而说谎。这是否意味着,恋爱中的人们更容易说谎呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 催产素被人们熟知主要是由于对女性而言它能在分娩时引发子宫收缩刺激乳汁分泌。不过催产素可不是女性的专属而是男女都会分泌。在这项研究里研究人员要求60名健康男性一半被注射催产素另一半被注射安慰剂让他们预测虚拟的抛掷硬币的结果并汇报他们的发现。如果他们预测正确那么整个群体将获得40美分但如果他们猜错了那么整个群体则什么都没有。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究发现那些注射催产素的被试者对结果说谎的可能性更高。他们报告自己预测结果的时间相对较少平均只有2.22秒而那些注射安慰剂的被试者报告结果的平均时间为2.86秒。<br />\r\n<br />\r\n&nbsp; &nbsp; 进一步的测试表明,如果谎言是为了个体而非群体的利益,那么,催产素并不会导致个体说谎的可能性增加。有人认为,这样的结论并不出人意料,爱情的力量可以让人为了保护爱人而不惜付出一切。无论是在爱情中的情感体验,还是像说谎这样的行为,都是需要在神经和多种激素的共同作用下才会产生的复杂情绪和行为,不可能用一种神经递质就能完全解释。<br />\r\n<br />\r\n&nbsp; &nbsp; 据了解人体内有27种内分泌腺分泌的激素与人的心理活动相关催产素只是其中分子结构非常简单的一种化学物质。这个实验只能说明在注射了催产素的特定实验条件下它与某种说谎行为可能存在相关性。但这种相关性并不是因果关系也无法扩展到现实生活的各种社会情节和目的中。因为人类说谎的动机太复杂了。<br />\r\n<br />\r\n&nbsp; &nbsp; 人际关系心理学家苏珊&middot;奎利安表示这项研究并没有出乎她的意料。&ldquo;爱情超越了其他一切,甚至包括道德准则。这种强烈的情感纽带导致你为了保护爱人不惜付出一切。&rdquo;但奎利安补充表示经常说谎并非明智的选择,即使这么做是为了保护你的爱人或者群体。如果你的爱人发现你经常说谎&mdash;&mdash;即使这么做会给他们最终带来利益,他们最后可能也会对你彻底失去信任。<br />\r\n<br />\r\n&nbsp; &nbsp; 因此,催产素除了有&ldquo;爱情激素&rdquo;之称,还有一个&ldquo;道德分子&rdquo;的称呼。很早以前,科学家就发现:当人们陶醉在爱情中时,大脑在分泌一种特定的化学物质&mdash;&mdash;催产素。因此,它也被称为&ldquo;爱情激素&rdquo;。研究发现,&ldquo;爱情激素&rdquo;还可能导致人们为了爱人或集体的利益而说谎。这是否意味着,恋爱中的人们更容易说谎呢?<br />\r\n<br />\r\n&nbsp; &nbsp;</span><br />\r\n', '', '', '218.9.165.133'),
(379, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 柚子是我们常吃到的水果,吃柚子的好处有很多,具有健胃、润肺、补血、清肠、利便等功效。柚子营养价值很高,含有非常丰富的蛋白质、有机酸、维生素以及钙、磷、镁、钠等人体必需的元素,这是其他水果所难以比拟的。<br />\r\n<br />\r\n&nbsp; &nbsp; 柚子皮的<a href=\"http://www.99.com.cn/special/zhongcaoyao.htm\" target=\"_blank\">功效</a>与作用,其实就像桔子一样,我们都知道桔子皮的作用很多,可以泡水、去火,而柚子皮实际上也具有很多功效,甚至于比起桔子皮来有过之而无不及,而且柚子的皮非常多,可别小看这柚子皮,还有不少妙用呢!以下就是柚子皮的功效大全:<br />\r\n<br />\r\n&nbsp; &nbsp; 1柚子皮煮水治小儿肺炎。将柚子吃完后留皮晾干放进锅里几块加水一起煮(块不要太小,否则药效减小,但也不宜过大),水不要太多(和煎中药一样)连开几次后,把煮的汤倒进碗里给患儿喝下,连喝几次就会好。<br />\r\n<br />\r\n&nbsp; &nbsp; 2柚子皮煮水治疗冻疮。用晒干的柚子皮煮水烧到很浓时取此水热敷冻伤处但破皮之处忌。热敷的温度要注意刚开始时毛巾温度不可太烫可抖抖热气再敷。待冻伤处适应后逐渐增加温度最高时是将毛巾从锅中拿出直接热敷。这种方法需要耐心和长期坚持(即使好了,也最好坚持到这个冬天完结),可以促进冻伤的恢复和有效地杜绝来年的重犯。如果冻伤处没有破皮的话,可以放几个干辣椒加入。锅和毛巾最好是单独使用的,煮好的水不需更换,但每次一定要煮开,加入新水一定要延长沸水的时间。<br />\r\n<br />\r\n&nbsp; &nbsp; 3可防虫。将柚子皮内面的白筋撕净放在通风处吹干再晒干水份。用刺有小孔的袋子装好保存可放于衣柜角落或米桶内防蚊虫。<br />\r\n<br />\r\n&nbsp; &nbsp; 4. 可去秽味。把柚子皮放在冰箱里,可以去除冰箱异味!<br />\r\n<br />\r\n&nbsp; &nbsp; 5. 柚子皮沐浴液。自制的柚子皮沐浴液不仅省钱,而且可以让皮肤远离人工化学物质的伤害,最关键的是美容功效超级棒。<br />\r\n&nbsp; &nbsp; 大多数人在食用柚子的果肉后,往往把柚子皮一丢了之,其实这是很可惜的。柚子皮不仅具有神奇的功效,还可以食用,而且营养丰富。我们以后在吃完柚子之后最好不要浪费掉,一斤柚子三两皮,全都丢掉太可惜了。</span><br />\r\n', '', '', '218.8.97.43'),
(377, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 生物科技的发展使得克隆技术日趋完善科学家们利用动物进行克隆实验实验很成功。现在科学家们正在实验克隆人体的细胞韩国研究小组在世界上率先成功用成年男性组织细胞克隆出了胚胎干细胞。虽然美国研究小组2013年首先用组织细胞克隆出了干细胞并成功用于婴儿细胞。但他们使用的是死产胎儿和新生儿的组织细胞韩国研究小组则首次用成人组织细胞克隆成功。<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家展示了如何真实地从75岁和35岁男性身上获赠的皮肤细胞与他人提供的卵子相结合成功制造出了胞培期胚芽并从中得到了2个干细胞细胞株。细胞株是指在合适的培养条件下可以一直分裂、增殖的细胞。也就是说这次制造干细胞可以被用来持续生成各种需要的细胞器官。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究证实该过程的关键是采用高质量人类卵细胞研究人员使用捐赠DNA替代未受精卵细胞中的原始DNA之后在实验室器皿中进行培育。这些干细胞与捐赠者DNA精确匹配之后可形成不同类型的组织。虽然实现完全人类克隆技术仍有一定差距但这项研究报告可能倍受关注令科学家们感到兴奋。<br />\r\n<br />\r\n&nbsp; &nbsp; 这一成果意味着技术上有了新的进步需要使用干细胞治疗疾病的患者多是高龄人群因此这一研究在医学上具有重大意义。研究人员将在1年半至2年后投入临床试验最快5年内就可以应用到实际的临床治疗。研究人员现在还正利用一般胚胎干细胞进行治疗衰老性黄斑变性症和高度近视等的临床试验。已经有了相关经验组织细胞克隆胚胎干细胞应该也能很快实现商用化。同时令人担忧的是很有可能这种技术会被一些流氓科学家滥用。</span><br />\r\n', '', '', '218.9.165.133'),
(383, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 肝脏是身体内以代谢功能为主的一个器官,并在身体里面起着去氧化,储存肝糖,分泌性<a href=\"http://baike.baidu.com/view/15472.htm\" target=\"_blank\">蛋白质</a>的合成等作用。肝脏也制造<a href=\"http://baike.baidu.com/view/26834.htm\" target=\"_blank\">消化系统</a>中之胆汁。肝脏是人体<a href=\"http://baike.baidu.com/view/26834.htm\" target=\"_blank\">消化系统</a>中最大的<a href=\"http://baike.baidu.com/view/105999.htm\" target=\"_blank\">消化腺</a>,肝脏也是尿素合成的主要器官,又是新陈代谢的重要器官。肝脏如此之重要,其&ldquo;呼救&rdquo;的五大征兆一定要知道哦!<br />\r\n<br />\r\n&nbsp; &nbsp; 征兆一:容易喝醉。有些人,平时酒量很大,突然间就变得喝一点酒之后就感觉&ldquo;醉了&rdquo;,这种征兆提醒你的肝脏功能下降,肝脏受到损伤,肝脏不能完全分解酒精代谢物乙醛。<br />\r\n<br />\r\n&nbsp; &nbsp; 征兆二: 粉刺增多。人体内黄体荷尔蒙起着促进分泌皮脂的作用。而肝脏则能破坏黄体荷尔蒙,调整荷尔蒙平衡。因此,肝脏功能降低会使皮脂分泌增多,最终导致粉刺丛生。<br />\r\n<br />\r\n&nbsp; &nbsp; 征兆三: 伤口容易化脓感染。肝脏对人体代谢起着重要的作用,肝脏功能受到损伤的话,皮肤再生就会受到阻碍。另外,肝脏的解毒功能下降容易引起伤口感染细菌。<br />\r\n<br />\r\n&nbsp; &nbsp; 征兆四: 鼻头发红。所谓&ldquo;红鼻子&rdquo;就是鼻头部分的毛细血管扩张形成的。虽然&ldquo;红鼻子&rdquo;并不一定是肝脏受损导致的,但女性在肝脏功能降低、荷尔蒙紊乱时会容易出现&ldquo;红鼻子&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 征兆五: 脸色发黑。肝脏对铁的代谢起着重要作用,平时肝脏内积蓄有铁成份。肝细胞遭到破坏的话,肝细胞内的铁会流入血管,使血液内铁成份增加,导致脸色发黑。这种症状最容易出现在男性和闭经后的女性身上。<br />\r\n因此当你的身体出现以上的征兆时一定要警惕是否是肝脏受到了损伤并要及时保护肝脏同时要到医院就诊治疗。</span><br />\r\n', '', '', '218.9.164.175'),
(385, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 红薯中含有大量的膳食纤维,能够有效刺激肠道蠕动和消化液的分泌,对消除<a href=\"http://health.sina.com.cn/disease/ku/00025/index.html\" target=\"_blank\">便秘</a>很有帮助同时还能降低肠道疾病的发生率。此外红薯还富含钾和维生素C有助改善人体水肿现象。在膳食纤维基础上再摄取少许油分润肠通便的效果更好。因此红薯煮熟后淋上少许初榨橄榄油风味更佳润肠效果也会更好可以替代部分主食。红薯的含热量非常低红薯的热量只有同等重量大米的1/3几乎不含脂肪和胆固醇同时又能有效阻止糖类变为脂肪有利于体重控制。<br />\r\n<br />\r\n  <strong>五款红薯食谱通便清脂助减肥</strong><br />\r\n<br />\r\n  一、红薯粥。将250克新鲜红薯(以红皮黄心者为最好)洗净连皮切成小块加水与100克大米同煮稀粥即成。<br />\r\n<br />\r\n  二、麦仁红薯汤。将100克麦仁隔夜泡好将泡好的麦仁放入压力锅也可以先蒸后再煮压力锅来得快不过必须加多多的水大火20分钟沸腾后就可以加入250克红薯块三两分钟就好出锅前加入适量冰糖开锅的时候麦仁的香甜味扑鼻而来。<br />\r\n<br />\r\n  三、红薯泥。选500克红心红薯洗净、去皮上笼蒸或煮熟取出压成泥锅内下油烧热、放入苕泥翻炒至水汽将干再加油继续炒至苕泥呈鱼子状时快速炒匀即成。<br />\r\n<br />\r\n  四、咸味红薯饭。500克红薯洗净、切成块状沥干水份在炒锅里加入油把红薯放在锅里翻炒至香加入盐再加入适当的水然后把米饭250克倒在红薯上小火焖熟即可。<br />\r\n<br />\r\n&nbsp; &nbsp; 五、红薯芝麻浓汤。把500克红薯去皮切成3厘米的长条放入水中将黄油放入锅中放进洋葱用中火炒软加入红薯炒至半透明加入高汤用微弱的中火煮等红薯一变软取出一小部分作装饰用将剩下的放入容器中捣碎加入牛奶、盐和胡椒倒入器皿中放上装饰用的红薯和黑芝麻。<br />\r\n<br />\r\n&nbsp; &nbsp; 红薯还含有一种氧化酶,在胃肠道里会产生大量二氧化碳气体,吃得过多,会出现<a href=\"http://health.sina.com.cn/disease/ku/01366/index.html\" target=\"_blank\">腹胀</a>、打嗝等症状,因此,红薯别一次吃得太多。</span><br />\r\n', '', '', '218.8.65.45'),
(386, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着科技的发展,其他星球变得离我们越来越&ldquo;近&rdquo;,科学家甚至提出未来人类移民其他星球的梦想。然而,人类目前的身体机能只能在地球上活动,进入宇宙空间后就可能出现各种不适的情况,比如骨密度开始降低,腿部机能逐渐退化等。如果人类要移民其他星球,那就要使自己的身体机能适应外太空的飞行环境,由此,科学家提出了改造人类基因组的构想,让人类的身体能适应其他星球的环境,或者说在长时间深空飞行后不会产生不可预知的后果。<br />\r\n<br />\r\n&nbsp; &nbsp; 地球已经遭到破坏,这种情况继续下去将使得地球变得不太适合居住,尤其是能源资源的消耗迫使科学家不得不去外太空寻找其他能源。现在,多个航天机构已经着手研究在其他星球的居住问题,比如研制充气式居住舱等,但是,关于人类本身的问题还需一段漫长的时间进行进化,基因工程似乎是解决这个问题的唯一方法。宇航员在空间站中进行了长时间的生活,微重力环境导致人体机能出现了下降,最典型的例子就是腿部功能退化,因此,国际空间站上配备了跑步机等来锻炼腿部肌肉。<br />\r\n<br />\r\n&nbsp; &nbsp; 在遗传的问题上,人类到目前为止仍然无法实现太空环境繁衍后代,微重力环境与宇宙射线非常容易导致可怕的后果,即便是健康的宇航员也会受到不同程度的宇宙射线危害,对此,科学家试图了解在微重力与辐射环境中人类基因组中的哪些基因会变得更好,或者变得更坏。<br />\r\n<br />\r\n&nbsp; &nbsp; 或许在未来人类真的可以通过修改基因的方式登上其他星球。科学家发现CRISPR被称为规律成簇间隔短回文重复可以行使基因编辑器的功能。实际上CRISPR就是细菌用以保护自身对抗病毒的一个系统也是一种对付攻击者的基因武器。后来研究人员发现它似乎是一种精确的万能基因武器可以用来删除、添加、激活或抑制其他生物体的目标基因这些目标基因包括人、老鼠、斑马鱼、细菌、果蝇、酵母、线虫和农作物细胞内的基因这也意味着基因编辑器是一种可以广泛使用的生物技术。<br />\r\n<br />\r\n&nbsp; &nbsp; 近年来CRISPR狂潮来势汹汹取得了巨大发展。如今CRISPR-Cas9系统这种基因编辑器被专业人员寄予了厚望。通过这些技术研究者可以精确地切割并去除DNA片段将替换的DNA片段导入细胞插入到相应的位置。由此医生可以将存在缺陷或者变异的基因替换为正常的基因拷贝。修改生物体基因特定部分的能力对于增加我们对生物体的认知是必不可少的。这是一种巨大跨越因为它意味着任何人都能够使用这种基因编辑或者重写技术带给哺乳动物基因变化。随着科技的发展基因编辑技术越来越高超部分改变人类基因使之能适应太空生活变得不再是遥不可及的幻想。<br />\r\n<br />\r\n&nbsp; &nbsp; 除了生理机能上需要有所改变外,人类的心理也不适合深空飞行,在封闭空间中进行长时间的飞行,会造成严重的精神问题,孤独感和恐惧感使得深空飞行变得深不可测。<br />\r\n<br />\r\n&nbsp; &nbsp; 距离我们最近的大型天体要数火星,这里是人类很有可能移民的地方,但前往火星需要数百天的时间,几个月内的深空飞行可能导致一些疾病及心理问题,看似很小的问题都会造成任务失败,比如阑尾炎发作,这个情况在地球上并不是问题,如果在太空中就是一个大问题。前往火星是个艰巨的任务,即便是机器人登陆火星难度也不小,更何况载人登陆火星</span>。<br />\r\n', '', '', '218.8.65.45'),
(387, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 太空垃圾又称空间碎片或轨道碎片,是宇宙空间中除正在工作着的航天器以外的人造物体,包括运载火箭和航天器在发射过程中产生的碎片与报废的卫星,航天器表面材料的脱落,表面涂层老化掉下来的油漆斑块;航天器逸漏出的固体、液体材料;火箭和航天器爆炸、碰撞过程中产生的碎片。研究人员正在研发一种用激光处理太空垃圾的新方法,即从地球上发射激光来分解绕着地球转的太空垃圾,以减少其可能引发的系列撞击事件。<br />\r\n<br />\r\n&nbsp; &nbsp; 自前苏联发射人类第一颗人造卫星斯普特尼克1号以来各国已发射了5 000多颗卫星、火箭、探测器等航天器产生了大量的太空垃圾。虽然其中的大部分都通过落入大气层燃烧殆尽但还有超过4500吨的太空垃圾残留在轨道上。而且这一数量每年还在以2%5%的速度增加。太空垃圾在太空中以每秒6 0007 000米的速度运行因为相对速度很高潜在危害极大。一个仅10克重的太空垃圾所产生的撞击能量相当于时速100千米行驶的两辆轿车迎面相撞产生的能量。太空垃圾不仅给航天事业带来巨大隐患而且还污染了宇宙空间给人类带来灾难尤其是核动力发动机脱落会造成放射性污染。美国和前苏联在空间的核反应堆中有1吨的铀&mdash;235及其他核分离物。<br />\r\n<br />\r\n&nbsp; &nbsp; 目前在低地球轨道上的太空垃圾数量密度已经或即将达到相互碰撞的临界点有可能形成可怕的多米诺骨牌效应。太空垃圾实在是太多了距离灾难性的一系列撞击可能只有20年左右的时间。到那时所有低轨道航天器都有可能被太空垃圾撞出轨道。因此清理太空垃圾迫在眉睫。眼下各国正在探索的清理方式中激光算得上是最可行的方式之一。<br />\r\n<br />\r\n&nbsp; &nbsp; 用激光清除太空垃圾主要有两种方式:直接烧蚀式和烧蚀反喷式。前者可用于清除微小太空垃圾,即利用强大的连续波激光照射太空垃圾,使其被熔化和汽化,实现碎片清理;烧蚀反喷式主要用于清除较大的太空垃圾,它是用高能脉冲激光束照射太空垃圾表面,从而使其近地点高度降低以致进入大气层摩擦烧毁,以达到清除空间轨道碎片的目的。<br />\r\n<br />\r\n&nbsp; &nbsp; 激光清除太空垃圾可采用不同的平台,主要有地基、空基和天基激光器等。其中地基和空基激光器目前技术成熟,可提供较大能量。不过,由于大气层对激光的吸收致其损耗较大,同时受地理位置和距离影响,其工作的空间范围有限。天基激光器一般被部署在卫星上,由于激光在真空中传播时的损耗可忽略不计,没有折射、散射等传播误差影响,其使用空间范围得到了扩展。天基激光是未来清除太空垃圾的一种高效方案,但也有科学家认为,这种激光可能演变成一种&ldquo;空间武器&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 对付太空垃圾是一项多学科的综合性长期工作,需要各国的重视,需要广泛的国际合作。只有群策群力,人类才能拥有清洁、安全的太空环境。</span><br />\r\n', '', '', '218.8.65.45'),
(390, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 枸杞子含有14种<a href=\"http://baike.baidu.com/view/15155.htm\" target=\"_blank\">氨基酸</a>,并含有甜菜碱、玉蜀黄素、酸<a href=\"http://baike.baidu.com/view/160540.htm\" target=\"_blank\">浆果</a>红素等特殊营养成分,使其具有不同凡响的保健功效。枸杞子含有丰富的<a href=\"http://baike.baidu.com/view/285812.htm\" target=\"_blank\">胡萝卜素</a>、多种<a href=\"http://baike.baidu.com/view/4576.htm\" target=\"_blank\">维生素</a>和钙、铁等健康眼睛所必需的营养物质。枸杞子还可以提高机体<a href=\"http://baike.baidu.com/view/28202.htm\" target=\"_blank\">免疫力</a>,在补气强精、<a href=\"http://baike.baidu.com/view/827858.htm\" target=\"_blank\">滋补</a>肝肾、<a href=\"http://baike.baidu.com/view/2365141.htm\" target=\"_blank\">延缓衰老</a>等方面都颇有功效。那么,一年四季中如何搭配食用才能达到最佳效果呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 春季万物复苏,人体阳气渐渐升发。枸杞味甘平补,春季可以单独服用,也可与味甘微温之品同时服用,助人阳气生发,比如黄芪等。<br />\r\n<br />\r\n&nbsp; &nbsp; 夏季喝一壶甘凉的茶水消除暑热,枸杞子味甘,如果配伍菊花、金银花、绿茶等,饮用<a href=\"http://brand.ifeng.com/whoo/index.html\" target=\"_blank\">后</a>会感觉心旷神怡。尤其是与菊花配伍,可以滋阴明目,清除肝火。<br />\r\n<br />\r\n&nbsp; &nbsp; 秋季干燥,口干唇裂,皮肤起屑,用很多<a href=\"http://cosmetics.ifeng.com/nivea/p_22323_295.html\" target=\"_blank\">润肤</a><a href=\"http://cosmetics.ifeng.com/manting/p_10229_258.html\" target=\"_blank\">霜</a>也难以抵挡萧瑟的秋风。这个季节吃枸杞子需要配滋润食品,比如雪梨、川贝、百合、玉竹等,效果更好。也可以配用一些酸性的食品,如山楂等,以达&ldquo;酸甘化阴&rdquo;之效。<br />\r\n<br />\r\n&nbsp; &nbsp; 进入冬季,人们将自己裹进厚厚的棉衣中以助自身阳气抵御寒冷。枸杞子能够平补阳气,天天服用,特别是配伍羊肉、肉苁蓉、巴戟天、金匮肾气丸等一起用,有助于人体阳气生长,抵抗自然界严寒。<br />\r\n<br />\r\n&nbsp; &nbsp; 枸杞子服用方便,可入药、嚼服、泡酒。但外邪实热,脾虚有湿及泄泻者忌服。</span><br />\r\n', '', '', '218.8.65.180'),
(393, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在<a href=\"http://jbk.39.net/zbz/\" target=\"_blank\">自闭</a>症的问题上,也存在着&ldquo;重男轻女&rdquo;的现象。患有<a href=\"http://jbk.39.net/zbz/\" target=\"_blank\">自闭症</a>的男孩比例约占1.8%女孩占0.2%。科学家认为这是由于两性之间的遗传差异,男孩的大脑更容易遗传缺陷,才会触发自闭症。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究表明,针对神经发育状况,例如孤独症,女孩的大脑比男孩的大脑更有&ldquo;弹性&rdquo;。这项定群研究发现了支持&ldquo;女性保护模型&rdquo;的证据,这项理论认为在发展某种神经紊乱之前,女性需要经历比男性更加极端的基因突变。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员对1.6万余名患有神经发育障碍的人以及家中有自闭症患者的800个家庭进行了研究。结果发现男女大脑发育的稳健性各有不同而女性似乎具有更明显的优势。由于男女大脑分子水平存在差异因此女性比较不容易患上类似疾病。研究人员还进一步证实同样的疾病在女性大脑中更易发生病理性突变但是也有少数女性的大脑会比男性处理得好因此这种差异并不是绝对的。<br />\r\n<br />\r\n&nbsp; &nbsp; 这或可能解释某些症状,例如自闭症谱系障碍(ASD)和注意缺陷障碍[伴多动](ADHD)所存在的性别差异这两种病都更容易发生在男性患者身上。解释这些性别差异的一项替代性理论认为社会偏见是主要的幕后推手。男女之间存在的不平衡还存在另外一种可能的解释那便是女性额外的X染色体帮助她们补偿了某些极端的基因损伤。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究结果可以从两个方面来解释: 要么男孩更容易产生有害变异,要么女孩被更好地保护而不易受到有害变异的影响。相比男性而言,女性必须经历更极端的突变才会突破门槛患上自闭症。<br />\r\n<br />\r\n&nbsp; &nbsp; 了解性别差异还能给人们带来一些启示,以便从更广泛的层面上去阐述自闭症。专家推测,男孩会更容易患上自闭症,这也许是基因、激素使然,也可能是他们的脑部构造方式不同。尽管如此,从基因的角度来看,越来越多的证据表明,并不是说男孩比女孩更易染上自闭症,而是女孩受到了更多的保护,使其免于自闭症的侵扰。</span><br />\r\n', '', '', '218.8.65.56'),
(396, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 肺癌是目前癌症死亡中的&ldquo;第一杀手&rdquo;,但它却是各种癌症中病因最为明确,因而是最可以预防的癌症。肺癌的发病率在我国男性恶性肿瘤发病率中位居榜首,在女性恶性肿瘤发病率排名中高居第二位,且男女恶性肿瘤死亡率最高的均为肺癌。全球统计显示,肺癌在恶性肿瘤发病率中占第三位,死亡率同样排名第一。肺癌疾病虽然是非常可怕的,但也不必过分担心,只要远离烟酒,养成良好的生活习惯,平常多吃一些蔬菜水果,这种疾病是可以做到预防的。那么,如何预防呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 芬兰的研究工作者发表的一项研究报告说明,常吃苹果可以减少患肺癌的危险性。他们指出,苹果中所含的黄酮类化合物棗植物通过新陈代谢产生了重要的抗氧化物质,是减少肺癌发病率的主要原因。<br />\r\n<br />\r\n&nbsp; &nbsp; 赫尔辛基国立公共卫生研究所从1965年开始这项长期研究。在历时30年的研究中对约1 000名芬兰人的饮食方式进行了调查。结果发现预防癌症的主要原因并不是水果、蔬菜中含量很多的维生素C和&beta;&mdash;胡萝卜素,而是苹果和蔬菜及其他水果中含有的黄酮类化合物。<br />\r\n<br />\r\n&nbsp; &nbsp; 被调查人员中有95%的人从苹果中获取了一种叫做栎精的黄酮化合物。那些按要求正常摄食含黄酮化合物最多的苹果、洋葱、果汁、蔬菜和果酱的人们肺癌发生率低20%。那些经常食用含黄酮化合物的食物、尤其是经常食用苹果的人们肺癌的患病率低46%。另外,美国大学的最新研究也发现,苹果中存在大量的抗氧化物质。<br />\r\n<br />\r\n&nbsp; &nbsp; 肺癌高发因素主要是人类自身行为造成的,从某种意义上说,肺癌是一种人造肿瘤,是一种生活方式疾病。因而,只要我们行动起来,改变不良的生活方式与习惯,远离烟草和危险致癌因素,就可以有效避免肺癌的侵扰。</span><br />\r\n', '', '', '218.9.171.131'),
(398, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 我们知道很多美白化妆品的成分都取自天然的植被当中,生活中的很多食物其实都蕴含着丰富的营养成分,多食同样可以起到良好的美白祛斑作用。六种常吃食物竟是祛斑高手。<br />\r\n<br />\r\n&nbsp; &nbsp; 一、萝卜祛斑。新鲜的萝卜也有祛斑增白,补水润肤的功能。把萝卜洗净后榨汁,早晚洗脸后,将汁液拍在脸上即可。<br />\r\n<br />\r\n&nbsp; &nbsp; 二、芹菜根祛斑。取60克鲜芹菜根切碎后用水浸泡24小时过滤后取汁。将过滤后的汁用来洗脸每日早晚各一次对去除<a href=\"http://health.sina.com.cn/disease/ku/00112/index.html\" target=\"_blank\">雀斑</a>很有效。敷脸前要先将面部清洁干净避开眼部和嘴唇周围躺下来等10分钟然后洗去即可。<br />\r\n<br />\r\n&nbsp; &nbsp; 三、茄子祛斑。茄子对付雀斑十分拿手因其拥有丰富的维生素是美容的好食材。用茄子肉轻轻擦抹有斑的部位茄肉干后再换一块直擦至患处发红发热。坚持每日1次。坚持一段时间后你会发现脸上的斑点真的变淡了<br />\r\n<br />\r\n&nbsp; &nbsp; 四、番茄汁。每天喝一杯番茄汁或者经常吃番茄对防治雀斑有很好的帮助。番茄含有丰富的维生素C维生素C可以抑制皮肤内酪氨酸酶的活性有效减少黑色素的形成从而使皮肤更加白嫩。<br />\r\n<br />\r\n&nbsp; &nbsp; 五、黄瓜粥。黄瓜含有丰富的钾盐以及一定数量的胡萝卜素、维生素C、维生素B1、维生素B2、糖类、蛋白质以及钙、磷、铁等营养成分对消除色斑、增白皮肤有很好的效果。<br />\r\n<br />\r\n&nbsp; &nbsp; 六、柠檬冰糖汁。将柠檬榨汁加入适量冰糖饮用。柠檬富含维生素C100克柠檬汁所含的维生素C高达50毫克。此外柠檬还含有钙、磷、铁和B族维生素等成分经常饮用柠檬汁不仅可以使肌肤嫩白而且还能防止皮肤血管老化消除面部色素斑。<br />\r\n<br />\r\n&nbsp; &nbsp; 对于女性来说,脸上生斑的原因很多,除了疾病引起外,随着年龄的增长,女性体内的激素相应发生变化及皮肤老化,脸上往往容易长出一些斑斑点点来。要祛斑不一定要用昂贵的祛斑产品,日常生活中的这些食物也能起到祛斑的作用。</span><br />\r\n', '', '', '218.9.170.128'),
(399, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 大约40年前研究人员曾致力于&ldquo;诱骗&rdquo;大肠杆菌生成一种蛋白质。而目前,麻省理工学院的科学家们使用大肠杆菌制造一种生物膜,能够吸附在不同纳米微粒表面,最终形成的活体混合物质可以适应所在环境,生成复杂的<a href=\"http://tech.qq.com/all/being1.htm\" target=\"_blank\">生物</a>分子,并具有多样性长度比例。这些&ldquo;活物质&rdquo;有能力导电和释放光线。<br />\r\n<br />\r\n&nbsp; &nbsp; 如果你认为通过洗手液便能控制人体细菌,就大错特错了。科学家认为,这种方法将有助制造一些&ldquo;较大设备&rdquo;,例如:太阳能电池、自愈材料或者诊断传感器。<br />\r\n<br />\r\n&nbsp; &nbsp; 麻省理工学院电子工程和生物工程系副教授帝摩斯-卢(Timothy Lu)说:&ldquo;我们的设计理念是将活体细胞和无<a href=\"http://tech.qq.com/all/being1.htm\" target=\"_blank\">生命</a>物质环境结合在一起制造混合物质,使活体细胞适应并充分发挥其功能性,这是探讨材料合成的一种有趣方法。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 科学家选择大肠杆菌,是由于它能够自然生成一种生物膜,该生物膜包含着&ldquo;库利纤维(curli fibers)&rdquo;,它是一种淀粉样蛋白,可帮助细菌附着在物体表面。他们通过添加一种叫做缩氨酸的蛋白质碎片可修改库利纤维循环蛋白质链(CsgA),可能形成一系列混合材料,并形成金纳米纤维线,其性能类似于导电膜或者显示量子力学特征的微小晶体。<br />\r\n<br />\r\n&nbsp; &nbsp; 缩氨酸是由250个氨基酸连接的构造物它表现出不同于蛋白质的活性和机能一般为&ldquo;蛋白质的一种&rdquo;或&ldquo;蛋白质的短片&rdquo;来说明。但正确的说明是多种氨基酸中给人体特定活力和技能的部分成分来组合的无毒合成物。在生命中,有时候一个细胞会发送出一个小型分子团,蛋白质则像&ldquo;交通工具&rdquo;一样将其运送到另一个细胞。这些活物质最显著的特征是可以彼此间通讯。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究的早期应用将涉及到电池和太阳能电池制造,同时,研究人员正在分析这种生物膜的潜能,使用生化酶来催化分解纳米纤维,该物质可用于将农业废弃物转换为生物燃料。</span><br />\r\n', '', '', '218.9.170.128'),
(402, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 含氟牙膏是指含有氟化物的牙膏。氟化物能有效预防龋齿如今被添入牙膏中预防龋齿的氟化物有氟化钠和氟化胺类。正常使用安全无害对于儿童特别是6岁以下的儿童由于吞咽反射比较差要注意防止氟摄入过量。含氟量超过1ppm牙齿则会逐渐产生斑点并变脆。氟含量超过4ppm时人易患氟骨病导致骨髓畸形。长期摄入高剂量的氟化物可能导致癌症、神经疾病以及内分泌系统功能失常。<br />\r\n<br />\r\n&nbsp; &nbsp; 痕量的氟有利于预防龋齿,龋病是牙体硬组织脱矿与再矿化动态平衡被打破的结果。脱矿,就是牙齿中的矿物质溶解、流失;而再矿化,就是溶解的矿物盐重新在牙齿上沉积。氟化物可使再矿化作用大于脱矿作用,阻止龋病的发展。<br />\r\n<br />\r\n&nbsp; &nbsp; 刷牙时,含氟牙膏中的氟释放出来,与膏体中的钙磷等矿物盐形成含氟矿化系统,一方面氟离子可以替换牙齿组织矿物盐中的羟基,形成含氟矿物盐,增强牙齿抗龋能力;一方面氟化物还可以促进牙齿表面矿物质的沉积,使早期龋齿再矿化,修复牙釉质。而在牙膏中添加氟化物,可以很好的满足局部、多次使用的条件,是有效维持口腔内适宜氟浓度的首选。<br />\r\n<br />\r\n&nbsp; &nbsp; 一个60千克体重的成人建议每日氟摄入量应低于4.2毫克。成人牙膏的氟浓度一般为1 0001 500 mg/kg如果使用1克的含氟牙膏约1厘米长的膏体每天刷牙2次氟总量只为23毫克。刷牙后吐掉牙膏浆已经吐掉了大部分的氟剩下吞咽到体内的氟只是很少的一部分不会对人体产生伤害。<br />\r\n<br />\r\n&nbsp; &nbsp; 氟化物的推广应用适合于在低氟地区、适氟地区以及在龋病高发地区的高危人群中进行。但高氟地区人群是不适合使用含氟牙膏的。</span><br />\r\n', '', '', '218.9.171.190'),
(404, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 水资源的匮乏是全世界面临的难题水是一种普通的物质但在维持地球上人类和其他生物生存的过程中却又弥足珍贵是生命的源泉。水资源是不可再生资源地表水中的海水约占整个水圈的97.5%而真正能够被人类直接利用的淡水资源只占0.00768%,数量极为有限。<br />\r\n<br />\r\n&nbsp; &nbsp; 水在整个地球环境中都是短缺的供应品,更不用说在干旱的荒漠气候中。由于人们需要水才能生存,所以任何人都不想在没有饮用水的情况下在沙漠中迷路。要是能够研制出某种装置,可以从干燥的空气中收集水分并且能够提供饮用的话,那将会是一件非常令人兴奋和激动的事情。美国莱斯大学的一个研究团队已经找到了解决这一问题的方式:使用特别设计的碳纳米管收集水分。<br />\r\n<br />\r\n&nbsp; &nbsp; 碳纳米管是很容易获得的微小结构,我们也了解如何制造并使用它们。它们拥有着许多令人惊叹的用途:包括身体的X射线检查和增强手机电池寿命等。莱斯大学研究人员发现如果以某种特殊的方式制造它们它们就能够在沙漠等缺乏水的地区收集并储存水分。<br />\r\n<br />\r\n&nbsp; &nbsp; 沙漠中的甲壳虫用一种特殊的方式获得水源。它每天清晨会爬上沙丘顶部,利用身体与空气的温差,让雾气在其外壳表面形成露水来饮用。研究人员受此启发,设计了一个碗状露水收集器。光滑的金属顶面和带有波浪纹的侧面能够更加轻易地&ldquo;捕获&rdquo;空气中的小水滴,增大接触面积,以获得更多的露水。在曲面和储水罐之间还设计有一道&ldquo;Y&rdquo;字形的槽,目的是过滤空气中的沙尘,保证水质的清澈。这种组合就会在每根纳米管管中收集到水供我们提取,最棒的是,这个过程不需要任何的能量。<br />\r\n<br />\r\n&nbsp; &nbsp; 考虑一下世界上那些缺乏水分的地区,如果能够设置大片碳纳米管森林从空气中收集水分会怎样呢?当然,由于碳纳米管太微小,我们需要许多碳纳米管而且需要进行许多工作才能实现这一梦想。不过,或许可以在一个杯子中创造一个碳纳米管群来收集水分,或许这正是那些独自进入沙漠的勇敢冒险者所需要的。</span><br />\r\n', '', '', '218.9.171.4'),
(405, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 科学家利用人类诱导多能干细胞,制造出一个光敏&ldquo;培养皿眼睛&rdquo;。在实验室中培育出具有三维结构、对光敏感的微型视网膜。研究人员通过复制发生在子宫内的过程,在培养皿中培育出了&ldquo;结构完整、功能成熟的视网膜&rdquo;。这种视网膜与人眼视网膜的结构和成分都相似,而且能感光。<br />\r\n<br />\r\n&nbsp; &nbsp; 视网膜是眼睛后面一层感光细胞和神经细胞,把光信号转变成神经信息,然后传送给大脑。人眼视网膜含有两种主要的感光细胞&mdash;&mdash;视杆细胞和视锥细胞,但大多数都是对低光敏感的视杆细胞。在培养皿视网膜中,占主导地位的也是视杆细胞。该技术能一次性制造几百个微型视网膜。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员用诱导性多能干细胞进行实验。干细胞是一类有潜力分化成各种器官组织的细胞,在胚胎中有大量此类细胞,它们被称作胚胎干细胞。科学界近些年来发现,利用基因&ldquo;重新编程&rdquo;技术处理成体细胞,可以让它们回到胚胎干细胞状态,从而获得多向分化的能力,如此得到的细胞被称作诱导多能干细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员通过基因重组让这些成年人细胞回到胚胎一样的状态。就和胚胎干细胞一样,诱导性多能干细胞具有在人体内发育成几乎任何组织类型的潜能。科学家哄骗它们变成视网膜前体细胞,然后继续发育,最后成为三维结构。这种视网膜组织含有人眼视网膜的所有细胞成分,其中各种细胞自发有序地分层排列,形成组织结构,与人眼视网膜的结构层次很类似。<br />\r\n在一个相当于胎儿发育28周的阶段科学家把这个微型视网膜放在光脉冲内对它进行检测。实验发现这些在实验室培育出来的光感受器对光作出反应而且其方式和人眼视网膜的完全一样。<br />\r\n<br />\r\n&nbsp; &nbsp; 这些科研成果可能是用于通过人体组织而不是动物模型研究视网膜疾病的原因。另外,还可用这些结构检测为患者量身定做的药物。可用于视网膜细胞移植治疗,替代患者眼中致病或死亡的视网膜细胞,为他们重新带来光明。</span><br />\r\n', '', '', '218.9.171.4'),
(406, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 脚被称作人体的第二心脏是人体中离心脏最远的部位且负担最重因此这个地方最容易导致血液循环不好。人的双脚上存在着与各脏腑器官相对应的反射区和经络分布。人体脚上有6条主要的经络: 包括三条阳经(膀胱经、胃经、胆经)的终止点和三条阴经(脾经、肝经、肾经)的起始点。因此,热水泡脚也等于刺激了这六条最主要的经络。当用热水泡脚时,可以刺激这些反射区,促进人体血液循环,调理内分泌系统,增强人体器官机能,取得防病治病的保健效果。<br />\r\n<br />\r\n<strong>泡脚的好处:</strong><br />\r\n<br />\r\n1按照医学上的解释脚底有我们人体许多穴位而热水泡脚一则可以加速我们人体的血液循环二来可以刺激这些穴位使人体达到保健的功效。<br />\r\n2泡脚可促进新陈代谢加强体内循环输送血液至足部末梢可减少高血压、心脏病及中风等高危险疾病的发生。<br />\r\n3泡脚的好处是可以促进脚底的血液循环。人体的脚底长期处于身体的最底部在冬季微循环是很不充分的泡脚有助于血液循环带走体内的废物并供给养分。<br />\r\n<br />\r\n&nbsp; &nbsp; 泡脚的好处诸多什么时候泡脚才是最佳时间呢一般来说以晚上79点泡脚为宜因为此时是肾经气血最弱的时候泡脚正好可以补充气血。晚饭后的半个小时内不要泡脚因为饭后人体的血液大部分都流向了消化系统此时泡脚本应流向消化系统的血液就会流向下肢使消化系统没有足够的动力来消化食物导致消化不良。<br />\r\n<br />\r\n&nbsp; &nbsp; 泡脚时间也并非越长越好应以脚背泛红、身体微微出汗为宜。泡脚温度因人而异。人的正常体温是3637℃泡脚的水温要比正常体温高出23℃约为40℃。泡脚水量要够。让水到达小腿处最好至少要没过脚踝每次泡脚以半小时为宜。泡脚是养生的关键能够清除人体血液垃圾和病变沉渣起到人体的清洁作用还能抵抗各种疾病。</span><br />\r\n', '', '', '218.9.171.4'),
(408, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 飞沫传播即空气飞沫传播是空气传播的一种方式。带有病原微生物的飞沫核在空气中短距离1米内移动到易感人群的口、鼻黏膜或眼结膜等导致的传播。病原体由<a href=\"http://baike.baidu.com/view/72398.htm\" target=\"_blank\">传染源</a>通过<a href=\"http://baike.baidu.com/view/43167.htm\" target=\"_blank\">咳嗽</a>、<a href=\"http://baike.baidu.com/view/27361.htm\" target=\"_blank\">喷嚏</a>、谈话排出的分泌物和飞沫,使易感者吸入受染。<a href=\"http://baike.baidu.com/view/168855.htm\" target=\"_blank\">流脑</a>、<a href=\"http://baike.baidu.com/view/28074.htm\" target=\"_blank\">猩红热</a>、<a href=\"http://baike.baidu.com/view/39504.htm\" target=\"_blank\">百日咳</a>、<a href=\"http://baike.baidu.com/view/28672.htm\" target=\"_blank\">流感</a>、<a href=\"http://baike.baidu.com/view/142.htm\" target=\"_blank\">麻疹</a>等病皆通过此方式传播。<br />\r\n<br />\r\n&nbsp; &nbsp; 一声咳嗽可播散约10万个病菌一个喷嚏约有100万个病菌。一个喷嚏可在1秒钟内喷射到6米以外的地方可见流感病毒播散的速度惊人。含有病毒的细小飞沫也会落在周围的物体表面人们无意中触摸到这些物体再用手抠鼻子或揉眼睛也有可能感染流感。<br />\r\n<br />\r\n&nbsp; &nbsp; 当你咳嗽或者打喷嚏时你能看到飞沫或者当其他人对着你打喷嚏时你能感觉到飞沫的存在。但是你看不到无影无形的气相的物质。气体云产生的影响是促使个体液滴抵达更远的地方尤其是那些体积更小的液滴。目前一般认为打喷嚏时所喷发的口水会形成1千4万粒飞沫高速喷出速度可达时速177公里每秒约49.2公尺因此是很多传染病的传染媒介。研究人员拍下打喷嚏者的飞沫喷发状态发现喷发瞬间较大的飞沫会形成一股小型气体云较小的飞沫则四散到更远的距离比现在所知的距离至少远5200倍之多。<br />\r\n<br />\r\n&nbsp; &nbsp; 如果你身边的人打喷嚏,你可以看见他喷出的飞沫,甚至被喷到口水,以为擦掉了口水或是暂时捂住口鼻,就可以避免细菌沾附散布。不过研究揭露,还有人类肉眼看不到飞沫所形成的的气体云,它停留在空气中的时间更长,传染疾病的几率远超过一般人的原本认知。研究人员表示,这一发现意味着办公室的通风系统在疾病传播过程中所起的作用,比我们以前认为的更大。</span><br />\r\n', '', '', '218.8.98.146'),
(410, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着智能手机的不断普及,人们对手机的依赖性也越来越强,手机的辐射也是众所周知的,但为了携带方便,一般男士仍会把手机放在裤兜里。埃克塞特大学的一项最新研究显示,男性把手机放在裤兜中会降低他们当父亲的概率,因为手机会对男性生育能力产生不利影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 以往的研究已经表明,由手机发出的射频电磁辐射(RF-EMR)可能对男性生育能力产生不利影响。目前成人占全球拥有手机人口的绝大部分比例而在高、中等收入国家约14%的夫妇存在受孕困难。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究由埃克塞特大学生物科学部菲奥娜&middot;马修斯博士主导对10项研究进行了系统评价其中包括1 492个样本目标是澄清人暴露在这一环境下的潜在影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究参与者来自生育诊所和研究中心。精子质量以三种不同的方式衡量:能动性(精子准确朝卵子移动的能力)、生存能力(精子的存活比例)和浓度(每单位精液的精子数量)。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员发现在对照组50%85%的精子正常活动而当其暴露于移动电话的环境下这一比例平均下降了8个百分点。在生存能力方面也出现类似效应。对精子浓度的影响尚不太清楚。<br />\r\n<br />\r\n&nbsp; &nbsp; 因为手机在世界各地大量使用,必须搞清楚暴露于这种环境下可能受到的影响。这项研究表明,将手机揣在裤兜里的男士所接触到的射频电磁辐射会对精子质量产生负面影响。这个研究成果对于那些处于不育边缘的男性尤为重要,因此研究人员需要进行更多临床研究来确定手机对普通人群的全面影响。</span><br />\r\n', '', '', '218.9.170.28'),
(411, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 我国科学家近期一项研究成果发现,人类能够&ldquo;闻&rdquo;出他人的性别。这一研究首次为人类性信息素的存在提供了有力证据。众所周知,很多动物行为例如求偶行为,主要依靠&ldquo;信息素&rdquo;来促进,信息素指的是由一个个体分泌到体外,被同物种的其他个体通过嗅觉器官(如<a href=\"http://baike.baidu.com/view/7417690.htm\" target=\"_blank\">副嗅球</a>、<a href=\"http://baike.baidu.com/view/791822.htm\" target=\"_blank\">犁鼻器</a>)察觉,使后者表现出某种行为,情绪,心理或生理机制改变的物质。它具有<a href=\"http://baike.baidu.com/view/20429.htm\" target=\"_blank\">通讯</a>功能。<br />\r\n<br />\r\n&nbsp; &nbsp; 几乎所有的动物都证明有信息素的存在。即一方释放出带有性信号的化学物质,另一方接收到这些化学物质后,能够感知到其中携带的信息。以往的研究显示,人类有着类似释放信息素的器官,比如皮肤汗腺等,却没有类似于动物犁鼻器等这一类接收信息素的器官。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,人类究竟能不能接收信息素的信息呢?此前的研究尚未能提供任何关键性证据。研究人员使用了两种典型的人体激素作为实验素材,雄甾二烯酮和雌甾四烯,这两种激素被公认为有作为人类性信息素的可能。雄甾二烯酮是雄性荷尔蒙睾固酮的代谢物。雄甾二烯酮存在于男性的精液和腋下,可提升女性的情绪状态,对男性却起相反的作用;雌甾四烯是一种成年女子分泌的化学物质,是一种雌激素、为性激素<a href=\"http://zh.wikipedia.org/wiki/%E9%9B%8C%E4%BA%8C%E9%86%87\" title=\"雌二醇\">雌二醇</a>的衍生物,最初发现于女性的尿液中,可提升男性的情绪状态。<br />\r\n<br />\r\n&nbsp; &nbsp; 实验招募了异性恋者和同性恋者共计96名男女各半请他们观看在屏幕上行走的光点小人并判断其性别。每个光点小人由15个点组成:其中12个表示人体的主要关节另外3个分别代表盆骨、胸部以及头部每个光点小人的行走步态介于稍偏男性化至稍偏女性化之间。<br />\r\n<br />\r\n&nbsp; &nbsp; 受试者在连续三天的相同时间段参加实验,每天的实验任务相同,但三天分别接受了不同的嗅觉刺激。三天中使用的嗅觉刺激为:含有雄甾二烯酮的丁香花油溶液、含有雌甾四烯的丁香花油溶液、丁香花油溶液(空白对照)。研究者表示,这三种溶液都具有相同的丁香花气味,受试者并不能区分它们的异同。</span><br />\r\n', '', '', '218.9.170.28'),
(416, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 久坐不动或长时间维持特定姿势是现代人普遍的生活常态。缺点是除了身体缺乏运动量外不当的坐姿还会压迫骨骼、肌肉长此以往会出现眼睛干涩、疼痛颈腰酸痛腿部麻木沉重等各种不适足可见活动对健康的重要性。适当运动还能通筋活络、舒畅气血对抗身体的老化。运动并非想象中那么困难下面4个小动作就可以让身体轻松&ldquo;动&rdquo;起来。<br />\r\n<br />\r\n&nbsp; &nbsp; 1.眨眼。用力眨双眼数次然后双侧眼球依次左视、右视转动重复10次后凝视远方1分钟。有利于放松眼部肌肉促进眼部的血液循环。眨眼相当于按摩眼睛泪液能再次均匀分布在眼球表面可起到清洁、湿润眼球的作用。眨眼的瞬间还能暂时阻断光线让眼睛得到短暂休息。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.转头。不管坐着或是站着只要有空闲就可闭上眼睛先抬头尽量后仰再低头使下颌尽量抵到胸前使颈背肌肉拉紧和放松。然后头部缓慢绕圈做圆周运动向左右两侧各倾斜1015次。最后将腰背挺直靠在椅背上两手在颈后抱拢片刻。颈部按摩可改善血液循环增加颈部肌肉力量缓解落枕、颈椎病、颈肩臂疼痛等病症。上班族每隔12小时最好活动510分钟。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.叩腰。双手握空心拳反手背后以双手拳背缓慢、有节奏地交替叩击腰骶部。注意手法要平稳力量由轻到重不可突然使蛮力。可从骶部向上叩至手不能及为止再向下叩击至骶部如此反复也可两手搓热紧按腰眼处稍停片刻然后用力向下搓到尾椎骨附近。每次做50100遍每天早晚各做一次。督脉循行于腰背正中至尾骶部沿脊柱上行经常叩腰骶部不仅能疏通血脉和强壮腰脊还能固精益肾对脊背疼痛、腰膝酸软等有较好疗效。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.踮脚。双脚同时踮起只用脚尖着地两腿不停地上下抖动。两腿肌肉不停收缩和放松能促进下肢的血液循环还可双足并拢着地用力抬起脚跟然后放松重复2030次。久坐的人最好1小时左右做1次踮脚运动。从经络角度看有利于通畅足三阴经使下肢气血运行通畅并温养肌肉。</span><br />\r\n', '', '', '221.208.124.177');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(417, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 吃苹果削皮,炒番茄剥皮,吃葡萄吐皮,炖冬瓜去皮,你究竟扔掉了多少果蔬皮?殊不知,在获得好口感的同时,你可能丢掉了很多宝贵的营养。<br />\r\n<br />\r\n&nbsp; &nbsp; 1<a href=\"http://baike.39.net/8000-8300-8301-1/\" target=\"_blank\">苹果</a>皮抗<a href=\"http://ypk.39.net/yaopin/qtyy/794fd.html\" target=\"_blank\">氧</a>化。苹果皮含丰富的<a href=\"http://baike.39.net/8000-8100-8101-6/\" target=\"_blank\">膳食纤维</a>,能帮助消化。苹果中将近一半的<a href=\"http://jck.39.net/jiancha/huaxue/shjc/9c455.html\" target=\"_blank\">维生素C</a>也在紧贴果皮的部位。苹果皮比果肉抗氧化性更强,甚至比其他果蔬都高。<br />\r\n<br />\r\n&nbsp; &nbsp; 2梨皮清心润<a href=\"http://baike.39.net/2000-2600-2605-30/\" target=\"_blank\">肺</a>。梨皮是一种药用价值较高的中药,能清心润肺、降火<a href=\"http://baike.39.net/2000-2700-2701-29/\" target=\"_blank\">生津</a>。将梨皮洗净切碎,加冰糖炖水服能治疗<a href=\"http://zzk.39.net/zz/toubu/kou/504fc.html\" target=\"_blank\">咳嗽</a>。<br />\r\n<br />\r\n&nbsp; &nbsp; 3<a href=\"http://baike.39.net/8000-8300-8301-6/\" target=\"_blank\">葡萄</a>皮降血脂。葡萄皮含有比葡萄肉和籽中更丰富的白藜芦醇,具有降血脂、抗<a href=\"http://baike.39.net/2000-2900-2901-25/\" target=\"_blank\">血栓</a>、预防<a href=\"http://jbk.39.net/keshi/neike/xxgnk/49039.html\" target=\"_blank\">动脉硬化</a>、增强<a href=\"http://baike.39.net/6000-6200-6201-71/\" target=\"_blank\">免疫</a>力等作用。特别是紫葡萄皮中的黄酮类物质,还有降<a href=\"http://jbk.39.net/keshi/neike/xxgnk/9d4ab.html\" target=\"_blank\">低血压</a>的功效。葡萄皮还含有丰富的纤维素、果<a href=\"http://baike.39.net/2000-2800-2804-82/\" target=\"_blank\">胶</a>质和<a href=\"http://baike.39.net/8000-8100-8102-2/\" target=\"_blank\">铁</a>等。<br />\r\n<br />\r\n&nbsp; &nbsp; 4<a href=\"http://baike.39.net/8000-8300-8301-14/\" target=\"_blank\">橘子</a>皮开<a href=\"http://baike.39.net/2000-2600-2605-5/\" target=\"_blank\">胃</a>化痰。橘皮富含大量<a href=\"http://baike.39.net/8000-8100-8102-1/\" target=\"_blank\">维生素</a> C、<a href=\"http://baike.39.net/8000-8300-8302-34/\" target=\"_blank\">胡萝卜</a>素、<a href=\"http://baike.39.net/8000-8100-8101-4/\" target=\"_blank\">蛋白质</a>等多种<a href=\"http://baike.39.net/8000-8100-8101-11/\" target=\"_blank\">营养素</a>。橘皮泡水或泡<a href=\"http://baike.39.net/2000-2800-2804-132/\" target=\"_blank\">茶</a>,味道清香,还能开胃、通气、提神。橘皮泡酒则有清肺化痰的功效。<a href=\"http://hzpk.39.net/hz/xs/jingyou/66381.html\" target=\"_blank\">柠檬</a>皮与此类似。<br />\r\n<br />\r\n&nbsp; &nbsp; 5<a href=\"http://baike.39.net/8000-8300-8301-5/\" target=\"_blank\">西瓜</a>皮清热解暑。西瓜皮含丰富的<a href=\"http://baike.39.net/8000-8100-8101-7/\" target=\"_blank\">糖类</a>、<a href=\"http://hzpk.39.net/hz/hufu/ms/5d6dd.html\" target=\"_blank\">矿物质</a>、<a href=\"http://baike.39.net/2000-2800-2801-27/\" target=\"_blank\">维生素</a>,具有清热解暑、泻火除烦、降血压等作用。可以凉拌、炒肉或做汤。<br />\r\n<br />\r\n&nbsp; &nbsp; 6<a href=\"http://baike.39.net/8000-8300-8302-30/\" target=\"_blank\">冬瓜</a>皮利水消肿。冬瓜皮不光含有多种维生素和<a href=\"http://baike.39.net/8000-8100-8101-27/\" target=\"_blank\">矿物质</a>,还含多种挥发性成分。它能利水消肿,对<a href=\"http://zzk.39.net/zz/penqiang/504fe.html\" target=\"_blank\">糖尿</a>病人更有好处。因此,做<a href=\"http://baike.39.net/8000-8200-8201-14/\" target=\"_blank\">冬瓜汤</a>时最好带皮煮。<br />\r\n<br />\r\n&nbsp; &nbsp; 7<a href=\"http://baike.39.net/8000-8300-8302-11/\" target=\"_blank\">黄瓜</a>皮能排毒。黄瓜皮中含较多的苦味素是黄瓜的营养精华所在。食用带皮黄瓜不仅可使维C充分吸收而且能帮助人体有效排毒。此外黄瓜皮还有抗菌消炎的作用。将西瓜皮、黄瓜皮、冬瓜皮烫熟后凉拌的&ldquo;鲜拌三皮&rdquo;最适合减肥者。<br />\r\n<br />\r\n&nbsp; &nbsp; 8<a href=\"http://baike.39.net/8000-8300-8302-32/\" target=\"_blank\">番茄</a>皮预防癌症。番茄红素是迄今发现的抗氧化能力最强的天然物质,能防治心血管疾病,提高机体免疫力,预防癌症,而番茄红素在番茄皮中含量最多。此外,番茄皮还有助于维护肠道健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 并不是所有的食物皮都能吃。土豆皮里含有毒物质茄碱;红薯在生长过程中,有害物质可能聚集在皮中;荸荠皮可能吸收了很多有害的生物排泄物,同时还可能含有寄生虫,这些皮最好不要食用。</span><br />\r\n', '', '', '218.8.98.48'),
(418, 21, '+海绵状聚合物可修复面部畸形:一年重生骨骼<br />\r\n<br />\r\n如何减少大气中的二氧化碳用海绵吸收<br />\r\n<br />\r\n太空电梯实验机器人沿绳爬七公里<br />\r\n<br />\r\n&ldquo;空气椅&rdquo; 可穿着走路 蹲下变椅子<br />\r\n<br />\r\n边健身边充电新型生物电池用汗液乳酸发电<br />\r\n<br />\r\n远古宇宙第一代恒星痕迹发现 大太阳数百倍<br />\r\n<br />\r\n什么照亮了宇宙科学家追踪宇宙紫外光来源<br />\r\n<br />\r\n婴儿大脑生长速度惊人每天生长1%<br />\r\n<br />\r\n', '', '', '221.208.124.177'),
(422, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 啤酒以<a href=\"http://baike.baidu.com/view/37129.htm\" target=\"_blank\">大麦</a>芽、大米为原料,加入少量酒花,经糖化、低温发酵制成,被称为&ldquo;液体面包&rdquo;,是一种低浓度酒精饮料。啤酒<a href=\"http://baike.baidu.com/view/3010.htm\" target=\"_blank\">乙醇</a>含量最少,少量饮用反而对身体健康有益处。啤酒含有<a href=\"http://baike.baidu.com/view/15472.htm\" target=\"_blank\">蛋白质</a>、<a href=\"http://baike.baidu.com/view/4576.htm\" target=\"_blank\">维生素</a>、<a href=\"http://baike.baidu.com/view/282664.htm\" target=\"_blank\">挥发油</a>、<a href=\"http://baike.baidu.com/view/1284601.htm\" target=\"_blank\">苦味素</a>、<a href=\"http://baike.baidu.com/view/13878.htm\" target=\"_blank\">树脂</a>等,具有强心、<a href=\"http://baike.baidu.com/view/1403875.htm\" target=\"_blank\">健胃</a>、<a href=\"http://baike.baidu.com/view/726291.htm\" target=\"_blank\">利尿</a>,镇痛等医疗效能,适量饮用啤酒对高血压病、<a href=\"http://baike.baidu.com/view/79772.htm\" target=\"_blank\">心脏病</a>及结核病等均有较好的辅助疗效。还有助于减轻体重、美容及降低患老年痴呆的风险。<br />\r\n<br />\r\n&nbsp; &nbsp; 啤酒含有丰富的维生素,富含生命所需的磷、钾、钙等矿物质,还含有不常见的氨基酸,适度饮啤酒可以预防骨质疏松。<br />\r\n<br />\r\n&nbsp; &nbsp; 啤酒的糖分含量比可口可乐和橙汁要少很多93%都是水因此可以补充体内的水分。适度饮酒能预防疾病2010年美国的一项调查显示从来不饮酒的人如果每天饮用12杯啤酒四年之后患Ⅱ型糖尿病的风险会降低25%。<br />\r\n<br />\r\n&nbsp; &nbsp; 喝啤酒能增加胆汁分泌,而胆汁可以帮助消化脂肪含量较高的食物。另外,啤酒富含纤维素,纤维素有助于驱除饥饿。所以适度饮用啤酒不仅不会产生&ldquo;啤酒肚&rdquo;,还能减掉小肚腩。<br />\r\n<br />\r\n&nbsp; &nbsp; 众所周知,红酒可以抗氧化,延缓衰老,啤酒也同样可以增强皮肤的活力。原因是啤酒中含有一种肉桂酸,可以预防皮肤遭受太阳紫外线的损害。<br />\r\n<br />\r\n&nbsp; &nbsp; 啤酒对预防老年痴呆症也有一定的功效。铝元素对大脑有害,而啤酒中含有大量的硅元素,可以沉淀人体内的铝,因此可以预防老年痴呆症。但是专家提醒,如果饮酒过度,有可能会造成记忆损害。</span><br />\r\n', '', '', '218.8.98.48'),
(423, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 豆制品的食物一直以来都被人们称之为养生保健的佳品,无论是豆浆还是豆腐都颇受欢迎。特别是生活在城市中注重日常保健的人们,更是喜欢在早晨喝一杯豆浆。而豆腐的营养价值高这点也不能给予否认,豆腐还含有脂肪、碳水化合物、维生素和矿物质等多种营养物质。但是,豆制品多吃反而不利身体健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 一、促使动脉硬化。豆制品含有极为丰富的蛋氨酸,蛋氨酸在酶的作用下可转化为半胱氨酸。它会损伤动脉管壁内皮细胞,使胆固醇和甘油三酯沉积于动脉壁上,导致动脉硬化形成。<br />\r\n<br />\r\n&nbsp; &nbsp; 二、促使痛风发作。豆腐含嘌呤较多,嘌呤代谢失常的痛风病人和血尿酸浓度增高的患者,多吃豆腐易导致痛风发作。<br />\r\n<br />\r\n&nbsp; &nbsp; 三、导致碘缺乏。制作豆腐的大豆含有皂角甙,会加速体内碘的排泄。长期过量食用豆腐很容易引起碘缺乏,导致碘缺乏病。<br />\r\n<br />\r\n&nbsp; &nbsp; 四、引起消化不良。豆腐中含有极为丰富的蛋白质,一次食用过多不仅阻碍人体对铁的吸收,而且容易引起蛋白质消化不良,出现腹胀、腹泻等不适症状。<br />\r\n<br />\r\n&nbsp; &nbsp; 五、增加肾脏负担。在正常情况下,人吃进体内的植物蛋白质经过代谢,最后大部分成为含氮废物,由肾脏排出体外。人到老年后,肾脏排泄废物的能力下降,此时若不注意饮食,大量食用豆制品,那么,摄入过多的植物性蛋白质势必会使体内生成的含氮废物增多,加重肾脏的负担,不利于身体健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 六、对精子有害。研究发现,大豆中一种植物化学物质可能对精子有害,影响男性的生育能力。少量的这种化学物质就可以破坏男性精子,在精子游向卵子时令精子&ldquo;消耗殆尽&rdquo;,失去生育能力。</span><br />\r\n', '', '', '218.8.98.48'),
(424, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 黄瓜肉质脆嫩汁多味甘生津解渴有特殊芳香。黄瓜中含有多种营养物质含有精氨酸等必需氨基酸含有碳水化合物的种类较多有葡萄糖、半乳糖、甘露糖、果糖、木糖。此外黄瓜还含有粗纤维、维生素B1、核黄素、烟酸、维生素C等多种维生素。常吃黄瓜有6大神奇的功效<br />\r\n<br />\r\n&nbsp; &nbsp; 1.抗肿瘤。黄瓜中含有的葫芦素C具有提高人体免疫功能的作用达到抗肿瘤目的。此外该物质还可治疗慢性肝炎和迁延性肝炎对原发性肝癌患者有延长生存期的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.抗衰老。黄瓜中含有丰富的维生素E可起到延年益寿抗衰老的作用黄瓜中的黄瓜酶有很强的生物活性能有效地促进机体的新陈代谢。用黄瓜捣汁涂擦皮肤有润肤舒展皱纹的功效。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.防酒精中毒。黄瓜中所含的丙氨酸、精氨酸和谷胺酰胺对肝脏病人,特别是对酒精性肝硬化患者有一定辅助治疗作用,可防治酒精中毒。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.降血糖。黄瓜中所含的葡萄糖甙、果糖等不参与通常的糖代谢,故糖尿病人以黄瓜代替淀粉类食物充饥,血糖非但不会升高,甚至会降低。<br />\r\n<br />\r\n&nbsp; &nbsp; 5.减肥强体。黄瓜中所含的丙醇二酸,可抑制糖类物质转变为脂肪。此外,黄瓜中的纤维素对促进人体肠道内腐败物质的排除和降低胆固醇有一定作用,能强身健体。<br />\r\n<br />\r\n&nbsp; &nbsp; 6.健脑安神。黄瓜含有维生素B1对改善大脑和神经系统功能有利能安神定志辅助治疗失眠症。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,黄瓜还有生津止渴,除烦解暑,消肿利尿,治咽喉肿痛,四肢浮肿,热痢便血等功效。</span><br />\r\n', '', '', '218.8.98.48'),
(425, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 蔬菜含有人体不可缺乏的营养素,多吃蔬菜对身体健康很有帮助,特别是不少人都喜欢通过生吃蔬菜来补充身体所需的营养成分。要想生吃蔬菜,最好选择那些无公害的绿色蔬菜、有机蔬菜,或在无土栽培条件下生产的蔬菜也可以放心生吃。洗一洗就可生吃的蔬菜,包括:胡萝卜、白萝卜、番茄、黄瓜、柿子椒、大白菜心等。这些蔬菜中所含的营养素例如维生素C及B族很容易受到加工及烹调的破坏生吃有利于营养成分的保存。<br />\r\n<br />\r\n&nbsp; &nbsp; 然而,并非每一种蔬菜都适合直接生食,四类蔬菜不宜生吃:<br />\r\n<br />\r\n&nbsp; &nbsp; 1.马齿苋等野菜,需要焯一下彻底去除尘土和小虫,防止过敏。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.十字花科蔬菜,如西兰花、菜花等,这些富含营养的蔬菜焯过后口感更好,其中丰富的纤维素也更容易消化。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.芥菜类蔬菜,如大头菜等,它们含有一种叫硫代葡萄糖苷的物质,经水解<a href=\"http://brand.ifeng.com/whoo/index.html\" target=\"_blank\">后</a>能产生挥发性芥子油,具有促进消化吸收的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.含草酸较多的蔬菜,如菠菜、竹笋、茭白等,草酸在肠道内会与钙结合成难吸收的草酸钙,干扰人体对钙的吸收。因此,凉拌前一定要用开水焯一下,除去其中大部分草酸。此外,莴苣、荸荠等生吃之前也最好先削皮、洗净,用开水焯一下再吃,这样更卫生,也不会影响口感和营养含量。<br />\r\n<br />\r\n&nbsp; &nbsp; 适合凉拌的蔬菜有些共同特点,如气味独特新鲜,口感清脆有劲,可生食或仅以热水汆烫就能散发香气。根据各种蔬菜的特性,能让你做的凉拌菜更加美味而又有益身体健康。</span><br />\r\n', '', '', '218.9.164.90'),
(426, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 电池的续航与尺寸是限制电子产品高速发展的&ldquo;罪魁祸首&rdquo;,美国华盛顿大学计算机系的研究人员开发出一套无需电池的手势识别系统,其原理异常简单:一个无线信号接收器可检测空气中由于手势运动而造成的信号变化,比如强弱衰减、波长幅度变化等,通过编程即可赋予这些变化以不同含义,进而实现多手势控制的情况。其原型被称为&ldquo;AllSee&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 更值得兴奋的是,该技术几乎可以适用于任何一种电子设备,而且不必被人看到,允许用户仅用简单的手部动作控制隐藏在视线之外的电子设备。手指在空中轻弹,即可让口袋里正在播放歌曲的智能手机静音,或者用手示意便可暂停有声杂志的声音。这种手势控制电子设备的技术可能很快成为替代消耗大量电力的智能手机和<a href=\"http://tech.ifeng.com/digi/ehome/detail_2010_04/12/519029_0.shtml\" target=\"_blank\">平板电脑</a>的触摸屏传感技术。这是第一个手势识别系统,不需要电池供电,利用电视信号既作为动力源又用于识别手势的来源。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员建造了可置于电子设备如智能手机上的一个小传感器。该传感器采用超低功耗接收器从我们身边的无线传输提取和分类手势信息。当一个人用手比划时无线信号在空气中的振幅就会随之改变AllSee传感器就可借此识别由特定手势造成的这种独特的幅度变化。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究团队在智能手机和无电池传感器上使用八种不同的手势测试了AllSee的功能如推、拉、放大和缩小等。该原型可以正确识别90以上的手势同时可以执行操控超过2英尺之外的设备。研究人员还设计了一个唤醒的手势让系统不要混淆无意间的动作为实际的手势。对于用户而言这是一个无缝的互动体验。<br />\r\n<br />\r\n&nbsp; &nbsp; 这听起来很疯狂但它的确能够实现。微小的AllSee作为接收器可以根据在空中漂浮变化的无线信号来识别手势。当你做移动手势时它会破坏这些无线信号的振幅AllSee可测量振幅的变化。然后你可以编写几乎任何设备来响应输入用无线信号带动AllSee。最重要的是用户不需要看着设备来操作。当然这项技术仍处于开发阶段。但该开发团队的手势识别技术已经用于三星Galaxy Nexus看起来AllSee有很大的机会可以推向市场。</span><br />\r\n', '', '', '218.9.164.90'),
(427, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 如果你生活在&ldquo;开普勒-186f&rdquo;星球上,傍晚岸边将看到地平线附近有四颗行星和一颗橙色&ldquo;太阳&rdquo;,夜晚绚丽的极光带在空中舞动。研究显示,开普勒-186f是迄今发现最小的宜居带内系外行星同时这颗可能孕育生命的星球夜晚被极光照亮。<br />\r\n<br />\r\n&nbsp; &nbsp; 开普勒-186f是一颗环绕<a href=\"http://baike.baidu.com/view/269622.htm\" target=\"_blank\">红矮星</a><a href=\"http://baike.baidu.com/view/12980881.htm\" target=\"_blank\">开普勒186</a>的<a href=\"http://baike.baidu.com/view/558597.htm\" target=\"_blank\">太阳系外行星</a>距离地球约492光年。该行星是第一颗在太阳以外恒星旁发现的<a href=\"http://baike.baidu.com/view/368115.htm\" target=\"_blank\">适居带</a>内半径与地球相若的系外行星。开普勒-186f不仅大小与地球相似而且与所环绕的恒星距离也刚刚好使其地表有可能存在液态水。这颗行星的各种特性使其可能拥有与地球相似的特征。开普勒-186f是其恒星星系中最外围的一颗行星处于宜居区的边缘这意味着其表面温度可能过低水有可能结冰。这个行星位处适于居住区域但不意味着它就真的适于居住这个行星是地球的表亲。<br />\r\n<br />\r\n&nbsp; &nbsp; 发现的系外行星中仅有10%体积大于地球,开普勒-186f是迄今观测到的最小系外行星它环绕运行在一个宜居地带。天文学家现已发现在恒星宜居地带环绕运行的其他小型行星此前最接近地球体积的是&ldquo;格利泽-667Cf&rdquo;和&ldquo;格利泽-667Ce&rdquo;它们的体积是地球的1.4倍,存在于一个三星系统中。理论模型表明,接近该体积大小的行星可能拥有岩石表面,但它也可能更像海王星,较小的星球可能被蓬松大气层覆盖。<br />\r\n<br />\r\n&nbsp; &nbsp; 开普勒-186f环绕一颗昏暗的红矮星运行所以即使是晴朗的天空也不会比地球阴天更明亮。如果这颗星球具有类似地球的大气层夜晚就变得更加有&ldquo;活力&rdquo;这颗红矮星有比地球略大的4颗行星环绕运行它们过于接近红矮星无法适宜生命存活但是它们的光芒可以照射在开普勒-186f的黎明或者黄昏。<br />\r\n<br />\r\n&nbsp; &nbsp; 同时,这颗红矮星具有较强活跃性,产生高频耀斑和较强的辐射风。开普勒-186f略比地球大一些如果它有类似地球的内部结构将存在一个较强的磁场。任何潜在大气层和恒星辐射产生的交互性将使开普勒-186f较大区域形成时常出现、清晰可见的壮观极光现象。</span><br />\r\n', '', '', '218.9.164.90'),
(428, 53, '&nbsp; &nbsp; &nbsp;<span style=\"font-size:14px;\">&nbsp;<a href=\"http://baike.baidu.com/view/614924.htm\" target=\"_blank\">无线</a>充电技术,源于无线电力输送技术。无线充电,又称作感应充电、非接触式感应充电,是利用<a href=\"http://baike.baidu.com/view/794152.htm\" target=\"_blank\">近场</a>感应,也就是<a href=\"http://baike.baidu.com/view/876183.htm\" target=\"_blank\">电感耦合</a>,由供电设备(<a href=\"http://baike.baidu.com/view/10831.htm\" target=\"_blank\">充电器</a>)将能量传送至用电的装置,该装置使用接收到的能量对<a href=\"http://baike.baidu.com/view/17046.htm\" target=\"_blank\">电池</a>充电,并同时供其本身运作之用。由于充电器与用电装置之间以电感耦合传送能量,两者之间不用电线连接,因此,充电器及用电的装置都可以做到无导电接点外露。<br />\r\n<br />\r\n&nbsp; &nbsp; 电子设备获取电量的方式在过去几十年发生巨大变化,从有线到无线。现在,我们能够使用的无线电子设备可谓五花八门,其中包括手机、移动显示器、平板电脑,甚至于电池。韩国科学技术院的科学家开发出了一个名为&ldquo;偶极子线圈共振系统DCRS&rdquo;的实验性无线充电系统有望终结有线充电的时代。这个充电系统可以安装在咖啡馆、办公室和私人住宅作用距离可达到5米一次能够为40部手机充电。<br />\r\n<br />\r\n&nbsp; &nbsp; 偶极子线圈共振系统也能为一些大型设备供电它的作用距离可达到5米能够为一台宽屏LED电视和3台40瓦风扇供电。该系统通过使用发射器和一个专门设计的线圈结构无线传输电力是截至目前作用距离最远的无线充电系统。当前的手机无线充电系统需要用户将手机放在充电垫上。借助于这个新系统用户无需将手机掏出手袋或者口袋。这项技术证明无线远程充电系统具有可行性。<br />\r\n<br />\r\n&nbsp; &nbsp; 在此之前科学家从未尝试过在如此远的距离进行无线充电。2007年麻省理工学院的科研人员开展了名为&ldquo;WiTricity&rdquo;的实验可以在2米范围内无线点亮一个60瓦的灯泡。此次科研团队对&ldquo;WiTricity&rdquo;实验进行了改进,解决了诸多技术难题,包括复杂的线圈结构、低传输销量以及对温度、湿度等外界条件的敏感性。<br />\r\n<br />\r\n&nbsp; &nbsp; 虽然远程无线电力传输仍处在商业化的初级阶段并且成本极高但这是未来供电方式的一个发展方向。现在的Wi-Fi服务几乎无所不在未来的无线充电系统也是如此。未来可以在餐馆和街道安装Wi-Power为电子设备提供无线充电服务。有了这种系统人们便可告别讨厌的充电线在任何地点和任何时间为电池充电。</span><br />\r\n', '', '', '218.9.164.90'),
(429, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 研究人员已经公布一项智能隐形眼镜计划,它能让使用者拥有红外&ldquo;夜视&rdquo;能力。该科研组称,他们通过把石墨烯夹入到两片镜片中间,产生一种能够捕捉从可见光到红外线的任何光的传感器。专家称,未来将这种智能隐形眼镜应用于士兵,以及需要黑暗中观察周围环境的群体。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员通过分层方法,得以制出超薄传感器,能让整个设计达到超薄效果。可以把它覆盖在隐形眼镜上,或者是与手机结合在一起。<br />\r\n<br />\r\n&nbsp; &nbsp; 该设计的镜片比小指甲更小,并且能够很容易按比例缩小,如果将它结合在隐形眼镜或者其他可佩戴电子设备上,将拓展人们的视觉能力,它提供了另一种途径与所在环境进行交互。这种镜片利用了石墨烯的&ldquo;超级感应器&rdquo;特性。石墨烯内的电子能够像光子一样高速运动,是硅中光子速度的数十倍。这种材料在接触到光子时,会受到很强的影响。它可作为一种&ldquo;热载流子&rdquo;,产生的效应可以测量、加工处理,并转换成为图像。研究小组研究一种方法,将石墨烯进行&ldquo;三明治&rdquo;夹层处理其镜片像数码相机CMOS硅图像传感器一样敏感。<br />\r\n<br />\r\n&nbsp; &nbsp; 对超宽带光电探测器而言,石墨烯是一种很有前途的候选材料,因为它吸收的光谱涵盖整个红外线到远红外线的这一系列光谱。基于石墨烯双层异质结构的超宽带光电探测器设计,这种探测器是一种光电晶体管,它由一对堆叠在一起的石墨烯单分子膜组成,两层膜用隧道结隔开。在光学照明下,在上层产生的光激发的热载流子就会沿隧道穿过下层,导致电荷聚集在门电路上,并在沟道电导上产生很强的光选择效应。该装置示范了从可见光到中红外范围的常温光电控测。</span><br />\r\n', '', '', '218.9.164.90'),
(432, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 现代人对营养健康越来越重视,而对胃肠营养健康问题的认识却非常有限。民间流传着很多养胃、治胃&ldquo;偏方&rdquo;五花八门,多多少少都存在些误区,&ldquo;偏方&rdquo;也要考量,并不是人人皆宜。<br />\r\n<br />\r\n&nbsp; &nbsp; 一、羊奶、牛奶要&ldquo;嚼着吃&rdquo;。羊奶比牛奶更加温和,对于喝牛奶会出现腹胀、腹泻等症状的人或胃虚寒的人可以适当喝羊奶,但是不管是羊奶还是牛奶,都不建议空腹食用,主张&ldquo;嚼着吃&rdquo;。如果在空腹情况下喝牛奶,由于缺少糖和脂肪类食物的供给,牛奶中的蛋白质就被迫转化为能量,不利于营养物质的吸收。因此,在喝牛奶的同时,一定要吃一些馒头、面包类的食品,因此最好&ldquo;嚼着吃&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 二、花生、白酒煮鸡蛋,偏方治胃病不靠谱。胃病的概念很广,所有胃部不舒服都可以称作胃病,有胃炎、胃溃疡、胃食管反流等,有不同的适用症和禁忌症,用药治疗尚且如此,平时调理也不可一概而论。就拿花生治疗胃病来说,很多消化功能不好的人常常伴有胆囊炎,症状也以胃胀为主,如果这时听信&ldquo;偏方&rdquo;,坚持吃花生,往往适得其反。因为花生富含蛋白,油性大,犯了胆囊炎的&ldquo;忌口&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 三、粗粮磨成粉不等于好消化。很多人喜欢把粗粮磨成粉或者做成米糊来促进消化,其实大多数粗粮不太容易消化吸收,把粗粮打成粉属于物理变化,粗粮还要在体内发生化学变化、被分解、吸收,再转变为水谷精微,因此,并不是感觉流质的食物就是好消化的。对于胃部不适的人来说,饮食习惯、食物的选择尤其重要。<br />\r\n<br />\r\n&nbsp; &nbsp; 四、红枣银耳不是人人适宜。&ldquo;一日三枣,长生不老&rdquo;,红枣、银耳、桂圆这些食品,是女性喜欢吃的养颜食物。每天吃点红枣,隔三差五地煲个银耳汤,其实这些食物本身没问题,关键在于这些都是甜点,反而会刺激胃酸分泌,会加重反流性食管炎的症状。</span><br />\r\n', '', '', '218.8.65.134'),
(433, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 新的理论指出,黑洞的死亡方式可能是以转变为白洞的方式进行的。理论上来说,白洞在行为上恰好是黑洞的反面&mdash;&mdash;黑洞不断吞噬物质,而白洞则不断向外喷射物质。<br />\r\n<br />\r\n&nbsp; &nbsp; 这一发现最早是由英国《自然》杂志网站报道的,其理论依据是晦涩的量子引力理论。科学家们相信这一发现或许将有助于解决长期以来的一个谜团,那就是:黑洞是否会毁掉被它吞噬的物质?根据这项理论,当黑洞抵达生命的终点,它会转变为一个白洞并将此前黑洞所吞噬的全部物质都重新释放出来。<br />\r\n<br />\r\n&nbsp; &nbsp; 白洞与黑洞之间有着明显的联系,可以看成是黑洞的时间反演。白洞和黑洞相似,也有一个封闭的边界。聚集在白洞内的物质,只可以经边界向外运动,而不能反向运动。白洞是一个强引力源,其外部引力性质均与黑洞相同,白洞可以把它周围的物质吸积到边界上形成物质层。当白洞内超密态物质向外喷射时,就会同它周围的物质发生猛烈的碰撞,从而释放出巨大能量。白洞是宇宙中的<a href=\"http://baike.baidu.com/subview/1888906/10993402.htm\" target=\"_blank\">喷射</a>源,白洞可以向外部区域提供物质和能量,但不能吸收外部区域的任何物质和辐射,因此,白洞是一个只发射、不吸收的特殊天体。<br />\r\n<br />\r\n&nbsp; &nbsp; 实际上黑洞从其诞生之时便开始了向白洞的转变过程,然而由于引力导致的时间膨胀,对于一个外部观察者而言,他们会以为黑洞延续了数百亿年甚至更久的时间,具体数值取决于黑洞的质量大小。如果研究人员的观点正确,那些形成于宇宙极早期阶段的小质量黑洞现在可能已经到了即将消亡的时刻,它们会像烟火那样消逝,而这一信号可能可以在高能宇宙射线或其他辐射范围内被探测到。</span><br />\r\n', '', '', '218.8.65.134'),
(436, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 顶级睡眠学家已经发出警告我们日益增加的24小时社交需求意味着我们经常无视自己的生物钟很多人甚至并未意识到他们睡眠不足。但是如果你在早上需要闹钟才能按时起床则说明你有可能睡眠不足而且你的作息与你的生物钟不同步。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,生物钟有什么用处?它为什么对健康如此重要呢?<br />\r\n<br />\r\n1经常感觉疲劳、不舒服吗<br />\r\n<br />\r\n&nbsp; &nbsp; 无论你是一个早起的鸟,还是夜猫子,这都是你的&ldquo;时型&rdquo;。生物钟最显而易见的功能就是告诉你什么时间该起床,什么时间该上床睡觉。它对人体的各个方面也起着非常重要的作用,例如:新陈代谢以及调节血压、肌肉控制和体温。不同步的生物钟不仅会令你感觉疲劳乏力,而且还是导致你生病的原因。生物钟受干扰会导致细胞分裂周期被打乱,当细胞分裂出现问题时,就会引发癌症。<br />\r\n<br />\r\n2生物钟如何让你产生皱纹<br />\r\n<br />\r\n&nbsp; &nbsp; 每个人的大脑中都有一个&ldquo;主&rdquo;生物钟,这个区域就是众所周知的视交叉上核,位于大脑的底部。这个中央生物钟向身体的其他部分发出同步信号。肾、肝脏和皮肤等所有重要器官和组织里的细胞及基因相当于生物钟,而且它们与中央生物钟保持同步。去年研究人员发现皮肤的&ldquo;生物钟&rdquo;,这意味着保护我们被太阳晒伤的基因在白天更活跃,而促使新皮肤细胞产生的基因则会选择在晚上工作。这个生物钟受到干扰,会导致皮肤过早产生皱纹。<br />\r\n<br />\r\n3.为什么不想吃早餐?<br />\r\n<br />\r\n&nbsp; &nbsp; 生物钟拥有&ldquo;内在韵律&rdquo;,它想控制人体节奏。喜欢早睡早起的早起鸟们拥有更快的周期,而喜欢晚睡晚起的夜猫子的周期则更慢。夜猫子会在一天中的晚些时候更清醒,而夜间不会像早起鸟那么容易感觉疲劳,这是因为他们会更晚释放褪黑激素,这种激素导致我们感觉昏昏欲睡。早起鸟受睡眠不足的影响更大,如果缺少睡眠,他们会更快感觉到疲劳乏力。<br />\r\n夜猫子的一个关键性迹象就是一大早不想吃东西。睡觉时人体会对食欲产生抑制作用然而一旦我们清醒过来我们会再次产生食欲不过夜猫子的这个过程会更缓慢一些。<br />\r\n<br />\r\n4.在床上发送电子邮件会致病<br />\r\n<br />\r\n&nbsp; &nbsp; 从一定程度上来说,我们偏爱早上还是晚上以及我们需要睡多长时间都是&ldquo;内置&rdquo;的。自认为是夜猫子,而非&lsquo;晚型&rsquo;的人,夜里稍晚一些后就需要更多刺激,这些刺激可能来自于大量饮用咖啡、屏幕发出的亮光,或者是他们正在床上阅读邮件和使用科技产品。深夜接触太多光照,可能会对人体的生物钟信号产生干扰。也就是说,你可能并不是一个夜猫子,你之所以不感觉困倦,是因为你已经扰乱了你的生物钟。这可能还意味着其他功能被打乱,为疾病入侵留下可乘之机。<br />\r\n<br />\r\n5.应该在晚上工作吗?<br />\r\n<br />\r\n&nbsp; &nbsp; 从理论上来说,我们的生物钟变得更早或者是更晚,对我们的健康都没问题,但前提是你能够按照时间表生活。尽管我们生物钟的时间安排发生了戏剧性变化,但是我们的工作时间和清醒时间并未发生太大变化。因此,夜猫子们之所以深夜仍不想上床睡觉,是因为他们并不感觉累,而且他们在不得不起床上班前,未必会得到足够的睡眠。长期睡眠不足或许可以解释夜猫子们为什么会暴饮暴食、吸烟和饮酒,这是为了让自己重新打起精神,或者是平静下来。</span><br />\r\n', '', '', '218.8.65.74'),
(437, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 研究人员检测到目前所测量到的最小的力。结合激光和一种独特的光学捕获系统后者能够提供一种超冷原子云研究人员测量到大约42幺牛顿 (1幺牛顿=10<sup>-24</sup>牛顿)的力。<br />\r\n<br />\r\n&nbsp; &nbsp; 向位于高度精密的光学共振器内超冷原子云的质心运动施加了一个外力,并从光学上测量产生的运动。当推动力与原子云的振荡频率发生共振时,将获得的敏感性与理论预测相一致,是目前为止可以进行的最敏感测量。<br />\r\n<br />\r\n&nbsp; &nbsp; 如果想要证实引力波的存在,像爱因斯坦在&ldquo;相对论&rdquo;中预测引力波和时空涟漪的存在,如果想要证实这个预测,或者想确定牛顿在宏观范畴下提出的万有引力定律在微观世界适用到什么程度,就需要捕捉和测量这种几乎非常细微的力,以及它们的运动。<br />\r\n<br />\r\n&nbsp; &nbsp; 在超灵敏探测器的核心是机械振子,这是一个能将力转化为可衡量的机械运动的系统。将外力施加到振子上时,就像用一只蝙蝠击打一个钟摆。一般来讲,当力和运动的测量灵敏度达到量子水平,必然碰到一个叫做&ldquo;海森堡不确定性原理&rdquo;的屏障,该原理认为,测量本身会因&ldquo;量子反作用&rdquo;现象扰乱振子的工作状态,这个障碍被称为&ldquo;标准量子极限&rdquo;。之所以能够达到这种灵敏度因为使用的机械振子仅由1200个原子组成。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员使用的实验设置里机械振荡器元素是铷原子气体它被光学围困并冷却到接近绝对零度。这种光学陷阱由两个波长分别为860和840纳米的驻波光场组成它们能够对原子产生数值相等但方向相反的轴向力。通过调制840纳米光场的振幅来诱发气体的质心运动然后利用780纳米波长的探测光来测量这一运动。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员解释了实验中的关键环节,将铷原子从所处环境中解耦出来并维护其冷却温度,接下来,困住原子的激光光束能够把它们与外部环境干扰隔离开来且不至于使它们变热,这足以使我们接近力灵敏度的极限。<br />\r\n<br />\r\n&nbsp; &nbsp; 通过结合寒冷原子以及提高的光学探测效率,研究人员应该能够更接近力敏感性的标准量子极限。还可以采用反作用规避技术,这一技术只要通过执行非标准的测量即可实现。目前为止,这项研究中展示的实验性方法提供了新的途径,试图监测引力波的科学家们可以利用这种方法将探测能力的极限与预测的引力波振幅和频率进行对比。对于那些想要确定牛顿重力理论是否可以应用于量子世界的科学家们来说,现在他们拥有了一种可以测试他们理论的方法。这一实验里改善的力敏感性或可能为改善的原子力显微镜学指明道路。</span><br />\r\n', '', '', '218.8.65.74'),
(440, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 随着人们生活水平的提高,购买力的增强,为了改善居室环境,让生活更加便利,大多数人会借助一些商品,殊不知,这可能会花钱买污染。近日,美国&ldquo;网络医学博士&rdquo;网站刊文列出了生活中并不需要的八件物品。 5种东西少往床头放短<br />\r\n&nbsp; &nbsp; 为了改善居室环境,让生活更加便利且富有品味,大多数人会借助一些物品来布置居室,殊不知,这可能会变成花钱买污染,并对你的身体健康带来一定的影响。<br />\r\n<br />\r\n&nbsp; &nbsp; 1. 靠枕。把靠枕放在床头睡觉时堆在一旁很多人都喜欢或是习惯这样。枕头最适宜的高度是1012厘米而靠枕、枕头堆在一起会增加其高度对颈椎及睡眠都有影响。另外靠枕会藏匿一些病原微生物、螨虫、灰尘被吸入口鼻容易诱发支气管问题。杂物繁多的床还会给人心理造成压力同时占用空间让人睡得不自在。<br />\r\n<br />\r\n&nbsp; &nbsp; 2. 闹钟。经常被床头闹钟叫醒的人会导致慢性压力出现血压高、睡眠质量下降和压抑等问题。闹钟最好与床保持1.8米距离或放在更远的地方。<br />\r\n<br />\r\n&nbsp; &nbsp; 3绿植。绿色植物能够净化空气增加含氧量舒缓紧张情绪。但夜间绿色植物的呼吸作用会吸入氧气放出二氧化碳容易使人长时间处于缺氧环境中难以进入深度睡眠造成持续性疲劳。此外土壤中可能隐藏着大量霉菌放在床头会引发呼吸系统疾病如过敏或哮喘等。<br />\r\n<br />\r\n&nbsp; &nbsp; 4收音机等小电器。任何电器都应该远离床铺有些电器虽然体积小但是辐射量却不可小视比如收音机、手机充电器、小型灭蚊灯等。如果确实需要最好将其放在远离床铺的墙角。插线板至少要离床头2米远否则通电时辐射会变大影响健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 5毛绒玩具。其表面极易隐藏灰尘、细菌和甲醛还有一些&ldquo;三无&rdquo;毛绒玩具是用有害化学纤维填充的,容易使人流泪、起红斑,甚至引起呼吸道和皮肤感染。卧室里不要摆放任何毛绒玩具,尤其是不能让孩子抱着睡觉。<br />\r\n<br />\r\n&nbsp; &nbsp; 6空气清新剂。并不能从源头清除臭味喷出的化学微粒还容易被人吸入肺部。改善室内空气的最好办法是通风或在室内放一些植物。<br />\r\n<br />\r\n&nbsp; &nbsp; 7听装食品。听装食品的包装涂有含双酚A的环氧树脂。这种化学物质与荷尔蒙分泌紊乱、肥胖、心脏病等有关。最好吃新鲜、冷冻或者玻璃瓶装的食品。<br />\r\n<br />\r\n&nbsp; &nbsp; 8.香水。香水所含的化合物超过800种。香水中的邻苯二甲酸二乙酯被疑致癌也可导致生殖系统紊乱。</span><br />\r\n', '', '', '218.8.98.165'),
(441, 21, '<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" height=\"150\" style=\"line-height:20px;\" width=\"300\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n +研究认为死后或仍有意识: 9%受访者灵魂出窍</td>\r\n <td rowspan=\"4\" valign=\"top\">\r\n <img alt=\"\" src=\"/uploads/allimg/141124/1-141124141149247.jpg\" style=\"width: 100px; height: 117px; float: right;\" /></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n +未来智能机器人将成为老年人的伴侣</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n +研究称暗物质&ldquo;缩水&rdquo; 或破解天文界20年难题</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n +实验发现夜越深梦越奇: 研究者认为可培育梦</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n', '', '', '202.63.167.9'),
(445, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 吃对食物可提高智力,而某些食物则影响警觉度、记忆力、情绪和神经系统,危害大脑健康。以下是经研究证实的&ldquo;6种最伤大脑的食物&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 1咖啡因。许多人试图通过喝咖啡应对嗜睡等症状却在无意中将自己陷入焦躁的心理之中。有心理问题的人群应该避开咖啡因。<br />\r\n<br />\r\n&nbsp; &nbsp; 2味精。吃过多味精不仅会导致头痛和胸闷而且会严重影响大脑健康。原因是味精会过度刺激神经细胞受体甚至会导致神经细胞凋亡。<br />\r\n<br />\r\n&nbsp; &nbsp;3含防腐剂的加工食品。加工食物含有防腐剂、色素、人工香料等影响行为和大脑认知能力的成分。<br />\r\n<br />\r\n&nbsp; &nbsp;4高盐。高盐饮食会加速老年人认知能力退化。<br />\r\n<br />\r\n&nbsp; &nbsp;5糖。长期大量吃糖会导致记忆力下降等问题因果糖会降低大脑和记忆功能。<br />\r\n<br />\r\n&nbsp; &nbsp;6反式脂肪酸。反式脂肪摄入过多不仅会升高&ldquo;坏&rdquo;胆固醇(LDL)和降低&ldquo;好&rdquo;胆固醇(HDL)水平,而且会导致大脑萎缩。反式脂肪酸还会增加脑血管退化和硬化危险。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,哪些食物有助于记忆呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 1.苹果。含有丰富的锌,可增强记忆力,促进思维活跃。<br />\r\n<br />\r\n&nbsp; &nbsp; 2.胡萝卜。能提高记忆力,因为胡萝卜能加快大脑的新陈代谢作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 3.菠萝。演员和音乐家们最喜爱的水果因为背诵台词和乐谱需要补充很多维生素C菠萝可以做到。另外菠萝还含有一种重要的微量元素锰而且热量少。<br />\r\n<br />\r\n&nbsp; &nbsp; 4.脂类。人体热能的重要来源,也是脂溶性维生素的载体。脂类包括脂肪和类脂。脂肪所含必须脂肪酸的供应量可直接影响大脑功能;类脂所含的卵磷脂对人的记忆力有很大帮助。因此,多食含卵磷脂的食物可明显提高记忆力。</span><br />\r\n', '', '', '218.9.165.61'),
(447, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 英国研究小组最新研制出一种特别的&ldquo;海绵神器&rdquo;,能将排放出的二氧化碳牢牢吸收并对其进行进一步处理。这种海绵一旦被大范围应用,将能很好地解决全球变暖问题。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种神奇的海绵,它是由棕色的砂状聚合物组成。而这种聚合物又是由许许多多的碳基分子连接而成的网络,结构稳定的同时,内部空间非常巨大,能够完美地容纳大量的二氧化碳分子。可以将化石燃料生成的二氧化碳转变为氢气,并作为一种新能量来源。其工作原理,就像是生活中的海绵吸收水分,二氧化碳分子被关在里面,随后转化为其他有用的碳化合物。与其他吸附剂相比,&ldquo;海绵神器&rdquo;非常便宜,而碳基分子稳定的结构也经过了很长时间的考验。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种分子接近用于制造食物包装的塑料物质,未来可安装整合在发电厂的烟囱上。关键在于这种分子非常稳定,并且成本较低,它吸收二氧化碳的效果非常好。这种海绵装置具有独特的环保作用,未来使用燃料电池技术,该吸附材料可实现零排放。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;&ldquo;海绵&rdquo;最好处于整体煤气化联合循环(IGCC)操作的高压环境下,它就像厨具海绵,一遇到水就会膨胀,当它分子结构的微小空间吸收二氧化碳时,就会略微膨胀。当压力下降时,吸附性聚合物会泄气,释放出气体,之后可以收集或者转变这些气体成为有价值的碳化合物。<br />\r\n<br />\r\n&nbsp; &nbsp; 这种材料的一个优势在于非常稳定,甚至可以在酸性液体中煮沸,能够承受发电厂的恶劣环境;另一个优势是无需接触水蒸汽便能吸收二氧化碳气体,其低廉成本使它更具吸引力。</span><br />\r\n', '', '', '218.9.165.61'),
(451, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 很多人想控制体重,可既不愿意控制饮食又不愿意运动,这样就给体重控制增加了很大的难度。如果你是个懒鬼,又想控制体重,连切开西柚都嫌麻烦,可以选择饮西柚汁。必须是无糖、无添加的纯正西柚汁才可以。<br />\r\n<br />\r\n&nbsp; &nbsp; 数十年来医学界对西柚减肥法极为推祟。研究表明在食用高脂肪食物时喝一点西柚汁能有效控制体重增加。事实上这种西柚节食法也叫好莱坞节食法已经风靡多年从上世纪30年代起就赢得大批拥簇者。<br />\r\n<br />\r\n&nbsp; &nbsp; 很多节食减肥的人都声称西柚有助于控制体重,现在科学家通过动物实验验证了这一说法。研究表明,在食用高脂肪食物时喝一点西柚汁能有效控制体重增加。与此同时,西柚在控制血糖水平上也有神奇的功效,堪比处方药。其原理是停止给身体供应糖分,身体像储钱罐,能无限地储备糖分,糖分又会转化成脂肪,人自然会胖起来。若糖分处于低水平,身体缺乏可燃烧的糖分,则会开始燃烧后备储蓄,即直接燃烧脂肪,这就解释了为何此方能有效减磅减脂。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项实验是在小白鼠身上进行的但研究人员称实验结果同样适用于人类。实验的小白鼠连续三个月进食高脂肪食物一组同时服用西柚汁另一组摄入普通的饮用水。三个月后调查人员发现那些摄入西柚汁的小白鼠平均增加的体重比另一组要低18%,且血糖水平和胰岛素水平也更低。<br />\r\n<br />\r\n&nbsp; &nbsp; 西柚对人体的功效仍有待进一步验证。科学家提醒人们,可以把西柚当作健康减肥食谱的一部分,西柚可以每餐必备,但不能只摄入西柚;而以西柚作为主食,是会伤胃的。</span><br />\r\n', '', '', '218.9.164.125'),
(452, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 人体中99%的钙质存在于骨骼和牙齿中,支持人体的运动和<a href=\"http://baike.baidu.com/view/817461.htm\" target=\"_blank\">咀嚼</a>能力。另外的1%存在于血液和组织器官中称为血钙。钙是人体中不可或缺的元素之一,牛奶和豆制品被认为是补钙最好的食物,除了这两种食物外,还有哪些食物的补钙效果更好呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 1芥蓝。每100克的钙含量高达128毫克而相同质量的牛奶钙含量为100毫克左右。此外芥蓝的营养十分丰富比如胡萝卜素、维生素C等含量都很高。<br />\r\n<br />\r\n&nbsp; &nbsp; 2西兰花。每100克含钙67毫克是很好的钙来源。多吃西兰花还会降低患结肠癌、膀胱癌等癌症的风险。<br />\r\n<br />\r\n&nbsp; &nbsp; 3毛豆。每100克含钙135毫克它还是膳食纤维的好来源同时还含有皂甙、低聚糖等保健成分。<br />\r\n<br />\r\n&nbsp; &nbsp; 4小白菜。绿叶菜中的补钙佼佼者每228克含钙205毫克。小白菜还富含维生素C、胡萝卜素和钾等矿物质。<br />\r\n<br />\r\n&nbsp; &nbsp; 5无花果干。每114克含钙121毫克无花果还富含膳食纤维以及钾、镁等矿物质。<br />\r\n<br />\r\n&nbsp; &nbsp; 6沙丁鱼。每100克含钙184毫克而且它还富含维生素D有利于促进钙的吸收和利用。<br />\r\n<br />\r\n&nbsp; &nbsp; 7秋葵。每228克含钙82毫克含有缓解便秘的非水溶性纤维而且还含有维生素B6和叶酸。<br />\r\n<br />\r\n&nbsp; &nbsp; 8杏仁。每28克杏仁含钙75毫克。杏仁是对人体健康有益的坚果之一还富含维生素E和钾。</span><br />\r\n', '', '', '218.9.165.130'),
(453, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 你家中所有的灯具或许都是以类似的原理工作当你接通电源的时候灯泡就会发出光线。但白炽灯、荧光灯以及LED灯它们都无法与由细菌供能的生物发光类灯具相提并论。荷兰埃因霍恩设计学院的研究生Teresa van Dongen提出了一项非常吸引人的计划&mdash;&mdash;不用电只要氧的灯泡。不仅仅是&ldquo;不要电&rdquo;这个卖点,这种灯泡用的材料也很有创意,那就是细菌。<br />\r\n<br />\r\n&nbsp; &nbsp; 虽然这种名为Ambio 的灯并非最实用的照明方式,但是它却当属最酷的灯具之一。不幸的是,这种细菌灯具目前并非是能够买到的真实产品。这种灯具是由填满人造海水的玻璃灯管和从章鱼身上采集到的细菌群落组成。这些生物体能够借助一种名为细菌荧光素酶的生物酶产生光线,荧光素酶是一种氧化酶,因此它需要氧气才能工作。<br />\r\n<br />\r\n&nbsp; &nbsp; 玻璃灯管悬挂在一个钢构架上,一端安装了一个巨大的重物。使用者只要轻推重物,灯管就会前后摆动,这就会使水中的细菌与氧气混合发生氧化,因此发出光。当灯管中的细菌停止摇晃时,这种怪异的蓝色光线就会消失。<br />\r\n<br />\r\n&nbsp; &nbsp; 听起来,这个细菌灯可以有啊!每年都可以省一大笔电费的节奏,可惜它并不实用(至少现在),因为灯管中闭合的生态系统只能够让细菌存活大约三天的时间,之后荧光素酶就会迅速降解,光也就会随之消失。<br />\r\n<br />\r\n&nbsp; &nbsp; 即使这种灯具不实用大概也会有很多人乐意花钱购买这样一种生物发光灯具。然而这种灯具真正的限制在于细菌死亡后负责发光的生物酶就会快速退化。van Dongen现在正与科学家们一起努力延长灯管中的细菌寿命这样才能够让这项技术真正在现实生活中应用。</span><br />\r\n', '', '', '218.9.165.130'),
(457, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 天气干燥,皮肤缺水问题也接踵而至,给皮肤补水是每个人每天必须做的事情。那么,在补水的过程中,我们该怎样防止皮肤缺水,使皮肤能够更好地吸收水分呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 你知道吗?我们日常生活中常见的食物,就存在着一些能够滋润皮肤的食物。无需昂贵的护肤品,缺水问题不用烦,日常的蔬果助你立刻变得&ldquo;水汪汪&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; a梨子。含有多种维生素、多种有机酸和多种果糖不愧为&ldquo;白果之宗&rdquo;。有清心、降火、解毒、止咳、润肺、生津等功效,对于心脏病、高血压、气管炎、肺结核、肝炎等患者来说,多多食用,还有一定的治疗效果。<br />\r\n<br />\r\n&nbsp; &nbsp; b. 肉皮。含有大量的胶原蛋白,充分烹煮之后,可以转化为明胶。由于明胶的网状结构锁水能力很强,可以增强机体内细胞的储水能力,令细胞保持水润状态,加快细胞的生理代谢,延缓皮肤衰老。<br />\r\n<br />\r\n&nbsp; &nbsp; c. 豆类。营养价值很高,不仅富含蛋白质和铜、锌、钼、镁等多种矿物质元素,而且含有人体八种必需氨基酸和其他种类的氨基酸。豆类的功效也有很多,包括补血、利水、抗癌、润燥、益气、健脾等作用。可用于治疗消化不良、外伤出血、脾气虚弱、妊娠中毒等疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; d. 海带。矿物质含量丰富的碱性食物,营养价值很高,常吃能调节血液酸碱度,防止皮肤过多分泌油脂。海带中含有大量的碘,食用可以补充人体内的碘含量。如果碘含量不足,会导致甲状腺的功能受损,进而导致人体积累胆固醇和脂肪。<br />\r\n<br />\r\n&nbsp; &nbsp; e. 牛奶。养生功能是众所周知的,牛奶中含有除高含量的钙外,还含有铁、锰、铜、锌、磷等矿物质。牛奶营养丰富,难得的是也容易吸收。它能改善皮肤细胞活性,有延缓皮肤衰老、增强皮肤张力、消除小皱纹等功效。</span><br />\r\n', '', '', '218.9.166.90'),
(459, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 遇到意外伤害或不适时,及时处理非常重要。厨房就是一个急救箱,里面有随手可取的急救工具。<br />\r\n<br />\r\n&nbsp; &nbsp; 洋 葱治疗局部烧伤。烧烫伤后立即将伤口放在冷水下冲洗10分钟左右然后取一个洋葱切开后涂抹患处有助于减轻疼痛。此外洋葱还可以应对蜜蜂蜇伤。<br />\r\n<br />\r\n&nbsp; &nbsp; 绿 茶消除眼部浮肿。绿茶的保健功效有一大箩筐但鲜为人知的是绿茶有减少肿胀和收缩血管的作用能缓解眼部浮肿。可将绿茶用开水浸泡冷却后用纱布将茶叶包起来敷眼或者用化妆棉蘸茶水敷眼能有效缓解眼部浮肿。如果将茶水放入冰箱冷藏15分钟效果更佳。<br />\r\n<br />\r\n&nbsp; &nbsp; 蜂 蜜:缓解宿醉症状。蜂蜜可以帮助身体更快地代谢酒精。饮酒后,身体容易缺钾,适当喝点蜂蜜水可以补钾,进而缓解疲劳、头痛、口渴和胃部不适等宿醉症状。<br />\r\n<br />\r\n&nbsp; &nbsp; 姜:具有止吐作用。姜根里含有生姜醇和姜烯酚成分,可以缓和胃蠕动的频率,具有止吐的作用。如果感到恶心想吐,不妨把姜捣碎,将姜汁和姜末含在嘴里,或含一片烫过的生姜。<br />\r\n<br />\r\n&nbsp; &nbsp; 香 菜: 与米酒一起擦可缓解荨麻疹。浑身出荨麻疹后,将香菜泡在米酒里,然后涂抹全身,能暂时起到缓解瘙痒等不适症状的作用。因为香菜能帮助发汗,起到驱风解毒的作用,而将其与米酒混合,可快速预防皮疹发炎。<br />\r\n<br />\r\n&nbsp; &nbsp; 芦 荟:和粗盐可缓解扭伤。轻微的扭伤可敷上具有消炎功能的芦荟,轻轻按摩患处,以缓解不适。或者将粗盐炒热,用布或毛巾裹着敷于患处,起到放松肌肉的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 糖或柿子抑制打嗝。打嗝就吃12茶匙的白糖这是因为味道甘甜的食品有镇定功能可以抑制横膈膜神经的反应以此缓解打嗝症状。此外柿子的蒂头能促进肠胃蠕动可取56个柿子蒂放入500毫升的水中煮沸饮用后可迅速停止打嗝。<br />\r\n<br />\r\n&nbsp; &nbsp; 苹果、山药:止泻。苹果的鞣酸和有机酸具有收敛作用,将其打成苹果泥或苹果汁都可缓解腹泻。而山药中含有丰富的消化酵素,可帮助消化、稳定肠胃,进而达到止泻的目的。如果是细菌性腹泻或由病毒引起的腹泻,就要马上去医院治疗。<br />\r\n<br />\r\n&nbsp; &nbsp; 大蒜水止咳。新鲜的大蒜汁有抗菌的作用取六瓣大蒜将其压碎并加入温水。每天喝两次连服3天即可缓解症状。<br />\r\n<br />\r\n&nbsp; &nbsp; 这些方法只能用作急救,如果症状还是不能缓解,则必须马上就医。</span>', '', '', '218.9.166.193'),
(461, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 在营养界素来有&ldquo;一荤一素一菇&rdquo;的说法,这样的美食搭配被认为是最合理的。这里的&ldquo;菇&rdquo;指的就是蘑菇,蘑菇是高蛋白、低脂肪食品,富含人体必需的氨基酸、维生素和多糖等营养成分。<br />\r\n<br />\r\n&nbsp; &nbsp; 有人说,蘑菇具有酸甜苦辣咸之外的第六种味道&mdash;&mdash;鲜味。因此,当它与别的食物一起混合烹饪时,是很好的&ldquo;美味补给&rdquo;。每种蘑菇都有其最佳的搭配可以尽显美味,为发挥每种菌类的优势,不妨使用不同烹调方法。<br />\r\n<br />\r\n&nbsp; &nbsp; 香菇,味道重,比较适合烧、油焖,比如在热油里放入葱<a href=\"http://hzpk.39.net/hz/xs/jingyou/66389.html\" target=\"_blank\">姜</a>翻炒3分钟左右或者在清蒸鱼里面配香菇。草菇主要是爆炒在爆炒过程中<a href=\"http://jck.39.net/jiancha/huaxue/shjc/9c455.html\" target=\"_blank\">维生素C</a>等不容易被破坏而且草菇吃着口感很好适于做汤或素炒。金针菇味道鲜美是拌凉菜和火锅配料的上选但最好煮6分钟以上否则容易中毒<a href=\"http://zzk.39.net/zz/fubu/aa3bb.html\" target=\"_blank\">脾胃虚寒</a>者也不宜吃太多。口蘑味道较清淡,煲汤最好。<br />\r\n<br />\r\n&nbsp; &nbsp; 味道甜的茶树菇、杏鲍菇、袖珍菇等最适合炒制。猴头菇宜用高温、旺火烧煮。但总的来说,菌类最好还是以清炒或清炖方法为主,才不失蘑菇的原汁原味。 与其他食材巧妙搭配,蘑菇还具有不同的疗效。香菇、金针菇、平菇可炖肉或炖鸡吃,能够益气补气,增加抵抗力;做松蘑、猴头菇时,不妨放一点肉烧汤喝,不仅味道鲜美,还能起到抗衰老,延年益寿的作用;金针菇炖鲫鱼可以健脑;竹荪具有防腐功效。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,做菜时,尽可能把蘑菇切得小一点,因为它的纤维素不仅不好消化,而且还会影响消化液进入其他食物。但是蘑菇浸出物、游离氨基酸和芳香物质却能增进食欲,促使胃液分泌,从而有利于更好地吸收其他食物。</span><br />\r\n', '', '', '218.9.165.60'),
(462, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 从出生到少年期人脑的发育速度从快到慢而反映脑发育程度的脑垂从新生儿的390克经历了1周岁时的900克左右3周岁时约1 080克7岁时1 280克左右孩子大脑的重量这时已经接近成人成人脑垂平均为1 400克。<br />\r\n<br />\r\n&nbsp; &nbsp; 新研究显示婴儿出生后的一段时期内他们的大脑每天以1%的速度生长。该研究旨在绘制新生儿在出生头3个月内的大脑图像。研究人员对87名健康新生儿的大脑进行了211次扫描扫描是在婴儿们仅两天大时开始的。研究人员发现婴儿出生后他们的大脑以非常快的速度成长但在3个月后婴儿大脑的生长速度会降低到每天0.4%。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究显示在出生后的前90天内总的来说婴儿大脑会成长64%。他们出生时平均脑部大小为341立方厘米90天后则为558立方厘米。换句话说3个月后新生儿的大脑从平均成人脑部大小的33%成长到55%。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员表示,对于比该研究的平均水平(约38周)早产一周的婴儿而言他们的大脑比平均水平小5%。研究人员称到快满3个月时足月生婴儿和早产婴儿大脑之间的差异会缩小但早产儿的大脑还是无法赶上其他婴儿他们的大脑要比平均水平小2%。</span><br />\r\n', '', '', '218.9.165.60'),
(463, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp;&nbsp;<a href=\"http://tech.sina.com.cn/d/2014-08-26/08419576746.shtml\" target=\"_blank\">怎样才叫舒服呢就是能坐着就不站着能躺着就不坐着。Noonee公司要帮你完善这个懒人梦发明了一款可以&ldquo;穿着走&rdquo;的椅子,它就像长在体外的骨头,只要双膝弯曲,做出坐椅子的姿势就会启动设备,蹲到某个角度就能自动锁定支架,&ldquo;空气椅&rdquo;就这样完成了,而它</a>会一直支撑你的坐姿。<br />\r\n<br />\r\n&nbsp; &nbsp; 这款&ldquo;不是椅子的椅子&rdquo;其实是为了在流水线工作的工人们所设计的减少因长时间站立所造成的疲劳或是肌肉拉伤从而提高工作效率。Noonee公司CEO凯斯表示因为17岁时曾在英国一间包装工厂工作当时连续站着工作好几个小时下半身都会发麻、酸痛可是工人的休息时间很少生产线也因为空间不足根本不会提供椅子。因此才会想到要研发一款不占空间的椅子站着也能像坐着这样一来工人们就不用再一直依靠关节支撑身体除了可以提高工作效率也能兼顾身体健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 出于人性化的考虑这项产品主打的是舒适服贴由铝和碳纤维打造而成重量也非常的轻只有2公斤给你的站姿并不会带来太大的负荷和影响关键是精巧的设计使得你只要弯曲膝盖椅子就会支撑住你又可以&ldquo;偷懒&rdquo;了。</span><br />\r\n', '', '', '218.9.165.60'),
(467, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 枸杞子天然健康,含有多种利于人体的营养成分,可以补肾益精,养肝明目,补血安神,生津止渴,润肺止咳。枸杞子具有多种保健功效,是<a href=\"http://baike.baidu.com/view/3753842.htm\" target=\"_blank\">药食两用食物</a>。可以方便地泡水服下,便可很好吸收枸杞子的营养物质,简单易行,不用担心过多服用枸杞子的副作用。最适合吃枸杞的人群是体质虚弱、抵抗力差的人,但一定要每天吃一点,长期坚持食用,才能见效。<br />\r\n<br />\r\n&nbsp; &nbsp; 枸杞泡水3大惊人功效:<br />\r\n<br />\r\n&nbsp; &nbsp; 1补肾。枸杞子自古就是补肾良药。唐代李梃《医学入门》中的五子衍宗丸就是用枸杞配合菟丝子等做成蜜丸用淡盐水送服治疗男子阳痿早泄、久不生育须发早白及小便后余沥不禁。现代医学也用白鼠实验表明枸杞子确实在促进肾功能方面有独到的作用。<br />\r\n<br />\r\n&nbsp; &nbsp; 2防脱生发。由于头发的生长和肾脏、血液循环的健康息息相关而枸杞子恰好对于补肾和造血促循环方面有很好的作用因此枸杞子也是防脱生发的良药之一。用枸杞子泡水非常适合脱发患者服用可以有效改善人体的内循环给头发的生长营造自然健康的环境。<br />\r\n<br />\r\n&nbsp; &nbsp; 3增强免疫。枸杞子能够全面增强人体的免疫能力对于抑制肿瘤生长和细胞突变也有非常不错的作用对于人体的五脏六腑、血液循环都有保健和促进作用非常适合体质虚弱、抵抗力差的人食用。<br />\r\n<br />\r\n&nbsp; &nbsp; 枸杞子的功效和作用绝对是男人天然的保健品,而且因为它颜色鲜红,给人一种能够补血的感觉,是很多人钟爱的中药之一。不过,枸杞子泡水虽然很好,但是枸杞子最好不要吃下,如果吃得过多,可能会有一系列不适应的症状产生。<br />\r\n<br />\r\n&nbsp; &nbsp; 枸杞子虽功效非凡,但并不是所有人都适合,由于它温热身体的效果相当强,正在感冒发烧、身体有炎症、腹泻的人最好不要食用。另外,患有高血压、性情太过急躁的人,或平日大量摄取过多营养导致面泛红光的人最好也不要食用。</span><br />\r\n', '', '', '218.9.164.2'),
(468, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 现在的人们越来越离不开手机,不管小孩还是老人都不落配备。而随着智能手机的不断发展和普及,手机的功能也越来越强大,用手机玩微博、微信、看视频等已成为我们每天生活的一部分。同时,人们花费在手机上的时间也越来越多,甚至呈现出手机当电脑用,电脑当电视用,电视当摆设用的状态,但手机辐射的危害却不容小视,那要如何才能有效远离手机辐射呢?<br />\r\n<br />\r\n<strong>抵制手机辐射10个妙招:</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 1. 当手机接通时,辐射量会达到正常通话时的三倍。为了减少手机辐射的危害,在手机接通的瞬间,将天线远离头部;使用分离式耳机;使用手机防辐射套;尽量缩短通话时间。<br />\r\n<br />\r\n&nbsp; &nbsp; 2. 为避免辐射使用手机时应取下金属框的眼镜。因为金属眼镜框明显导致电磁场增强其使用者对电子辐射的吸收率增加63%。电子辐射通过金属眼镜框进入人脑,可能会将射线导入眼和大脑从而使之受损。<br />\r\n<br />\r\n&nbsp; &nbsp; 3. 手机信号只有一格时,辐射较大,这时最好不要接通电话。<br />\r\n<br />\r\n&nbsp; &nbsp; 4. 在车上使用手机对人体危害非常大,越大的车上使用手机危害越大。由于车厢都是金属外壳,所以大量的手机电磁波在车内来回反射。这些电磁波密度大大超过国际安全标准,严重影响人体的健康。<br />\r\n<br />\r\n&nbsp; &nbsp; 5. 手机别放枕头边。睡前尽量不要用手机聊天,睡觉时也注意不要把手机放在枕头边。<br />\r\n<br />\r\n&nbsp; &nbsp; 6. 不要把手机挂在胸前。手机挂在胸前,会对心脏和内分泌系统产生一定影响。即使在辐射较小的待机状态下,手机周围的电磁波辐射也会对人体造成伤害。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;7.不要把手机挂在腰部或腹部旁。电磁波辐射不但可以导致孕妇流产、少儿畸形,还严重威胁中青年男性的生育能力。<br />\r\n<br />\r\n&nbsp; &nbsp; 8. 手机充电器、便携式单放机在插座上的变压器磁场较高不过距离仅30厘米远磁场便可降低不少所以要保持距离。<br />\r\n<br />\r\n&nbsp; &nbsp; 9. 手机不用时尽量关闭。手机只要接通电源,就会发出电磁辐射,只是在通信的时候发出的辐射量要大于待机时的辐射量,处于待机状态时尽量放在离身体远一点的地方。<br />\r\n<br />\r\n&nbsp; &nbsp; 10. 使用耳机来接听手机能有效减少手机辐射的影响。配备手机专用耳机,实现远距离的使用是减少手机辐射比较有效的办法。</span><br />\r\n', '', '', '218.9.164.2'),
(469, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 当脸上的皮肤状态不好时,女性们会想拒绝出门,因为差劲的皮肤状态会让女人们的气色和美貌都大打折扣。多数女性的护肤手段多停留于防晒、保湿、美白和确保睡眠时间等方面,而在众多护肤方法中,哪种才是切实有效的,却没人能说清楚。<br />\r\n<br />\r\n&nbsp; &nbsp; 根据日本香蕉输入组合进行的实验发现每天吃两根香蕉坚持4周后肌肤的水分值、油分值和弹力都有显著改善的可能。肌肤中含有油分是肌肤的根本肌肤的弹力上升也会使肌肤更有张力一旦脸部肌肤失去张力就会因肌肤重叠而产生皱纹。肌肤中水分、油分的平衡是保持肌肤光滑通透的根本。也就是说想要拥有美肌水分、油分与弹性是必不可少的而这些都可以通过吃香蕉来改善。此外香蕉中富含膳食纤维具有良好的通便效果可以保持肠道健康预防毒素囤积从这个角度来说香蕉也是美肤的一大助力。<br />\r\n<br />\r\n&nbsp; &nbsp; 在参与实验的人群中不仅有人感到自己的皮肤变好了更有人发现体重与体脂肪率都有所下降吃香蕉不但能够为你打造漂亮的肌肤更能保持良好的健康状态。从热量角度来看一根香蕉如果按照100克可食部分来计算约含86kcal热量。<br />\r\n当你想吃零食的时候不妨将手边不健康的零食推开选择一根香蕉不但能够控制热量摄入增加其他的优质营养素还能为爱美的你打造更完美的肌肤</span><br />\r\n', '', '', '218.9.164.2'),
(470, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 瑞士物理学家成功地将量子态的光子远距离传输到一个晶体在这一过程中把信息从光传到物质距离达到创纪录的25公里。这项在日内瓦大学用光纤开展的实验打破了该小组于2003年创下的6公里纪录。<br />\r\n<br />\r\n&nbsp; &nbsp; 量子隐形传态,又称量子遥传、量子隐形传输、量子隐形传送、量子远距传输或量子远传,是一种全新的通信方式。它传输的不再是经典信息而是量子态携带的量子信息,在量子纠缠的帮助下,待传输的量子态如同经历了科幻小说中描写的&ldquo;超时空传输&rdquo;,在一个地方神秘地消失,不需要任何载体的携带,又在另一个地方神秘地出现。<br />\r\n<br />\r\n&nbsp; &nbsp; 日内瓦大学的研究人员在一项声明中说,&ldquo;实验显示,可以在保持光子量子态的情况下将其运送到一个晶体,而二者没有直接接触&rdquo;。量子是对<a href=\"http://baike.baidu.com/view/21855.htm\" target=\"_blank\">原子</a>、电子、光子等物质<a href=\"http://baike.baidu.com/view/693012.htm\" target=\"_blank\">基本单元</a>的统称。在量子世界中存在一种类似&ldquo;<a href=\"http://baike.baidu.com/view/345910.htm\" target=\"_blank\">心电感应</a>&rdquo;的现象,即通常所说的&ldquo;量子纠缠&rdquo;。量子隐形传送涉及的理论是关于成对的原子粒子在量子态下彼此&ldquo;纠缠&rdquo;并开始像连体双胞胎一样反应时有何特性。<br />\r\n<br />\r\n&nbsp; &nbsp; 译解密码者对该领域非常有兴趣,因为量子粒子可以用来运送的数据原则上大大多于今天计算机的二进制码,而且它们运送的信息无法被破解。触碰彼此&ldquo;纠缠&rdquo;的一对原子粒子中的任何一个都会抹掉信息。因此,一项主要任务是找到办法,使光中编码的量子数据得以在真实的通信世界中储存和处理,而不毁掉信息。<br />\r\n<br />\r\n&nbsp; &nbsp; 为探索这个问题,研究人员用两颗&ldquo;纠缠的&rdquo;光子做实验沿一条25公里的光纤推动其中一颗光子而把另一颗光子送往一个晶体以储存光子的信息。就像打台球一样研究人员用第三颗光子击打光纤中的第一颗光子抹掉它们两个的信息。科学家对撞击进行测量后发现第三颗光子中储存的信息没有毁掉而是进入晶体后者也含有第二颗纠缠的光子。<br />\r\n研究人员称尽管量子隐形传送仍然是遥远的目标但这是重要的实验进展。</span><br />\r\n', '', '', '218.9.164.2'),
(472, 21, '<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" style=\"line-height:20px;\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n +研究与开发</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n +医学与生物</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n +技术论坛</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n +质量与控制<br />\r\n +行业内外<br />\r\n +发展与探索</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<br />\r\n', '', '', '218.9.166.18'),
(566, 53, '<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 北京时间11月13日零时二分左右一台仅有两立方米的人造物成功地降落在一颗最宽处仅有四公里左右的彗星上。尽管帮助着陆器固定在彗星表面的顶部反推冷气发动机出现故障第二套用于固定自身的鱼叉头系统也同时出现问题但着陆还是成功了。欧洲空间局10年前发射的&ldquo;罗塞塔&rdquo;飞船释放出的&ldquo;菲莱&rdquo;成为人类历史上首颗着陆彗星的探测器,截至目前,信息显示探测器保持稳定状态,这是人类空间探测史上又一伟大壮举。</span></p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 人类已经成功的将人造物送往一些庞大的行星或卫星甚至能够降落在近地小行星上面但登陆一个如此遥远而且自身极不稳定的彗星是一项巨大的挑战幸运的是我们做到了。但这幸运的背后是该计划40多年的准备而且&ldquo;罗塞塔&rdquo;飞船从2004年发射到最终赶上彗星也经历了漫长的10年艰辛这几乎是一代科学家整个职业生涯的伟大奉献也是人类伟大进取精神的胜利。</span></p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 天文学家认为彗星是40多亿年前太阳系形成时留下的原始碎片研究彗星有助于我们了解太阳系的形成、地球的历史以及生命的起源。据推测在太阳系的童年期彗星随处可见并帮助塑造了行星的成长和演化比如地球上的水可能来自彗星。但是随着星系逐步稳定靠近太阳系区域的彗星消失目前人类所能观测到的彗星都来自太阳系的边缘因此对其观测和研究非常困难。</span></p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 通过天文望远镜观测人类发现彗星包含有机分子以及生命所需的物质。在今年2月一些专家通过分析罗塞塔号飞行器上的彗星残留物发现其主要成分为氨、甲烷、硫化氢、氰化氢和甲醛等。因此对彗星进行更深入的研究将有助于人类回答有关地球生命起源的问题。一直以来科学家推测彗星不仅给地球带来水也带来了生命没有彗星可能就没有地球上的生命也就没有人类从这个意义上讲我们可能是彗星的后代。这也是&ldquo;菲莱&rdquo;成功着陆彗星最让人激动的原因之一。</span>但其更重要的意义则是,此次探测如果成功,可能会帮助人类解答一个终极问题:在浩瀚的宇宙中我们是否独一无二?如果我们更彻底地了解彗星并确定它是制造和传播生命的源头,那么,人类就不是孤独的存在,生命体可能遍布宇宙。在蒙昧的历史上,人类曾认为彗星带来战争、瘟疫等灾难,但现在,它可能是一个传播生命的&ldquo;脏雪球&rdquo;,这是科学带来的巨变。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 人类对探索太空的渴望如此强烈,这是我们智慧生命独一无二的好奇心所致&mdash;&mdash;我们既想知道终极答案,也因生存恐惧所驱动。与&ldquo;菲莱&rdquo;成功登陆几乎同时,一部名为《星际穿越》的电影在全球热映:地球变得无法生存,人类不得不穿越宇宙寻找新的居住地,这或许是人类的宿命。</span></p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; 太空探索取得的成就增强了人类的信心和进取精神,让我们更好地了解这个宇宙,并积累知识和能力迎接各种考验和挑战,人类对这个世界了解越多,危机感就越强,这促使我们更积极的探索。就如&ldquo;非洲圣人&rdquo;阿尔贝特&middot;施韦泽所言:&ldquo;我忧心忡忡地看待未来,但仍满怀美好的希望&rdquo;。</span></p>\r\n', '', '', '218.8.97.213'),
(473, 53, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 据报道,脑电波感应设备可以&ldquo;心灵感应&rdquo;控制直升机和电脑游戏中的角色,目前,这项研究得到了进一步发展,身在印度的一个人仅使用脑电波就能将一条信息传送至法国的一位同事。这一试验从原理上验证了人类&ldquo;脑对脑&rdquo;直接交流的可行性。<br />\r\n有4名28岁50岁的健康志愿者参与了试验。其中位于印度的一名志愿者头戴无线连接互联网的脑电图仪脑中想象一个简单的问候语如&ldquo;你好&rdquo;或&ldquo;再见&rdquo;,电脑就会把这句问候语转译成二进制语言,然后通过电子邮件发送。<br />\r\n<br />\r\n&nbsp; &nbsp; 位于法国的接收端仪器则通过电刺激方式把信息传递至3名志愿者脑中。这些信息在他们的视觉中作为一束闪光闪光具有逐次性使接收者能够解码消息中的信息。尽管这些志愿者没有听到也没有看见这些问候语但他们都能正确回答所收到的问候信息。<br />\r\n<br />\r\n&nbsp; &nbsp; 在最初的测试中,这些意大利语问候单词从印度特里凡特朗地区一名志愿者处发送至法国东北部斯特拉斯堡,在这里一台计算机翻译这些信号,再使用电刺激将其输入接收者的意识之中。<br />\r\n<br />\r\n&nbsp; &nbsp; 之后研究人员进行了一项类似的实验成功传递两个不同地点的测试者的思维想法他们分别位于西班牙和法国。第二项实验结果显示总误差率仅为15%5%出现在编码一方10%出现在解码一方。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员指出,这是人类首次&ldquo;几乎直接&rdquo;彼此通过大脑发送信息。我们预计,未来不久计算机系统将以一种流畅方式直接与人类大脑发生交互反应,实现计算机-大脑和大脑-大脑通信。<br />\r\n<br />\r\n&nbsp; &nbsp; 人类-大脑交互技术吸引了科学家的关注今年5月份德国科学家实验显示7名飞行员使用意识控制飞行并且具有令人惊奇的精准度。今年6月份美国俄勒冈大学研究人员最新亮相一种设备声称能够接近实时地监控一个人所思考的事物。</span><br />\r\n', '', '', '218.9.166.51'),
(474, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 胡萝卜具有很多养生的功效,如:改善视力、预防癌症、抗衰老、消炎消肿、预防心脏病及中风等功效。那么胡萝卜怎么吃才能使其强大的功效发挥得淋漓尽致呢很多人会比较爱生吃胡萝卜其实这种吃法是不太好的因为胡萝卜含有的丰富维生素A主要靠油脂来吸收。下面让我们来看看胡萝卜的最佳吃法吧<br />\r\n<br />\r\n&nbsp; &nbsp; 胡萝卜是营养价值较高的<a href=\"http://www.99.com.cn/special/yangganhugan.htm\" target=\"_blank\">食物</a>但如烹调不当或搭配不当会影响其营养素的吸收。要想把胡萝卜中的营养释放出来需要在烹饪中进行加热或者通过机械作用如研磨、榨汁或者充分咀嚼以上方法能让类胡萝卜素的可用量增加6倍。此外由于类胡萝卜素是脂溶性的因此胡萝卜最好加油烹调或者跟含脂肪的食物一起食用才能在人体的小肠黏膜作用下转变为维生素A而被吸收。<br />\r\n<br />\r\n&nbsp; &nbsp; 因此做胡萝卜时要多放油最好同肉类一起炒。另外烹制胡萝卜的时间要短以减少维生素C的损失。只要合理烹调和搭配得当胡萝卜是较好的维生素A的来源。<br />\r\n<br />\r\n&nbsp; &nbsp; 胡萝卜是&ldquo;蔬中六友&rdquo;之一,蔬中六友包括胡萝卜、南瓜、<a href=\"http://jf.99.com.cn/sgscl/\" target=\"_blank\">番茄</a>、苦瓜、大蒜、黑木耳。由于胡萝卜对人体具有多方面的保健功能,被称之为&ldquo;菜蔬之王&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 胡萝卜炒蛋可以降低卵巢癌的发病率。鸡蛋中含有较多的维生素B和其他微量元素可以分解和氧化人体内的致癌物质具有防癌作用。鸡蛋味甘、性平还具有养心安神补血滋阴润燥之<a href=\"http://www.99.com.cn/special/zhongcaoyao.htm\" target=\"_blank\">功效</a>。胡萝卜能提供丰富的维生素A可促进机体正常生长繁殖、维持上皮组织、防止呼吸道感染与保持视力正常、<a href=\"http://so.99.com.cn/article.aspx?q=%D6%CE%C1%C6&amp;typeid=752\" target=\"_blank\">治疗</a>夜盲症和眼干燥症等功能。同时还具有增强人体免疫力和抗癌的作用,并可减轻<a href=\"http://www.99.com.cn/zhongliu/azcs/\" target=\"_blank\">癌症</a>病人的化疗反应,对多种脏器有保护作用。</span><br />\r\n', '', '', '218.9.166.51'),
(478, 11, '<span style=\"color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 23px;\">&nbsp; &nbsp; 火腿不宜放入冰箱低温储存,一旦放入冰箱低温储存,其水分就会结冰,脂肪析出,火腿肉就会结块或者是松散,肉质变味,并且更加容易变质,所以小伙伴们,下次买来香香的火腿尽量一次吃掉哦!</span>', '', '', '218.9.165.93'),
(479, 11, '<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&nbsp; &nbsp; 一项新的研究发现食用全谷物饮食可能有助于延长寿命并可以降低心血管疾病相关死亡风险。该研究在线发表于2015年1月5日的《JAMA内科学》杂志上。</span></span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 全谷物食品和平常意义上的&ldquo;粗粮&rdquo;类似,通常指没有去掉麸皮的谷物磨成的粉做的食物,包括玉米、糙米、燕麦、全麦面包等等。我们常吃的普通面粉、精米等也就是所谓的&ldquo;细粮&rdquo;了。</span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 这项新的研究是众多研究全谷物饮食与提高寿命,包括心血管疾病相关死亡风险关系的大型研究之一。<span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">研究的主要作者,波士顿的哈佛大学公共卫生学院营养学助理教授孙奇(</span>Qi Sun<span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">音译)博士认为:&ldquo;如果你吃全谷物,你几乎总是受益,这一说法非常可信。&rdquo;</span></span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 在这项研究中研究人员观察了两个大型的队列包括约7.4万名参与了&ldquo;护士健康研究&rdquo;的女性以及近4.4万名参与了&ldquo;卫生专业人员追踪研究&rdquo;的男性。研究人员记录了他们每两年到四年进行一次的食物调查中全谷物的摄入量。24</span><span style=\"font-size: 14px; line-height: 28px; white-space: pre-wrap;\"></span><span style=\"font-size:14px;\">26年后研究中的26 920人已经死亡。</span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 研究有三个主要的发现孙博士说。首先研究人员发现如果人们每日所摄入的全谷物增加28克过早死亡的风险下降5%心血管疾病相关的死亡风险下降9。</span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 其次在全谷物中麸糠对降低心血管疾病相关死亡率和死亡数最有效。麸糠是全谷物的坚韧外壳它含有抗氧化剂B族维生素和纤维素。根据哈佛大学公共卫生学院的介绍处理全谷物为细粮的过程中通常会去除大部分的麸糠。</span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 最后研究人员还发现观察期间每天用全谷物取代细粮的人死亡风险降低了8而每天用全谷物取代红肉的人死亡风险降低了20。</span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.959999978542328px;\">&nbsp; &nbsp; 有一点特别重要,那就是观察这么多年,影响死亡的干扰因素很多。比如吃全谷物多的人往往比吃全谷物少的人倾向于进行更多的锻炼;选择健康饮食的人,往往抽烟和饮酒都相对较少。</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">为了去除类似影响死亡的可能的混杂因素,研究人员还对</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">年龄,吸烟情况,体重指数,身体活动等因素进行了校正。</span></span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp;&ldquo;如果要研究全谷物的消费与一些疾病,如中风,心脏疾病或结肠直肠癌之间的关系,你会发现一致的结论,全谷物可以降低这些疾病的发生风险,&rdquo;孙说。<span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&ldquo;然而,研究人员发现,更多的摄入全谷物并未表现出减少癌症相关的死亡风险。这可能是由于这两项研究中特定种类的癌症的样本量较少,因此不足以发现吃全谷物是否与癌症相关死亡风险有关。&rdquo;</span></span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 专家表示,本次研究的结果与之前的证据一致证明全谷物对健康的影响是有益的<span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.959999978542328px;\">。&ldquo;</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">之前有不少研究显示,全谷物食品的消费可以降低总死亡率和心血管疾病相关死亡率,但与癌症相关死亡率的关系并不是特别强烈。&rdquo;</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.959999978542328px;\">明尼苏达州大学的流行病学教授戴维&middot;雅各布斯David Jacobs</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&ldquo;然而,想要排除全谷物的其他部分,比如胚芽,来单独看麸糠对健康的效应,是很难的。&rdquo;</span></span></span></kbd></div>\r\n<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <kbd><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&nbsp; &nbsp; 全谷物是健康饮食的一部分,为什么全谷物有这样的作用呢?孙认为,全谷物富含纤维,它的血糖生成指数较低,有助于抑制血糖水平的大幅度波动。此外,全谷物富含健康的化合物,矿物质和维生素也对身体有益。<br />\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&mdash;&mdash;文章来源:</span></span><span style=\"color: rgb(153, 153, 153); line-height: 2;\">果壳网</span></span></kbd></div>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; line-height: 30px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51);\">\r\n <font face=\"arial, helvetica, sans-serif\"><span style=\"font-size: 14px; letter-spacing: 0.8399999737739563px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span></font></p>\r\n', '', '', '218.9.166.229');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(480, 11, '<div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&nbsp; &nbsp; 逢年过节,人们总会倾向于去商场超市大肆采购一番。最近,来自康奈尔大学食品和品牌实验室(</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: 24px; vertical-align: baseline; letter-spacing: normal;\">Food and Brand Lab</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">)的</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">研究人员</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">发现</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">:假日</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">季时(从感恩节到新年期间),人们在购买食物上的花销增加了</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">15%</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">而在这些额外购买的食物中足足75%是垃圾食品&mdash;&mdash;</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">这一点倒并没有多出人意料。更</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&ldquo;让人惊讶的是该研究的第二个发现&rdquo;,论文第一作者利齐&middot;蒲柏Lizzy Pope</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">)表示:</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&ldquo;新年</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">后,人们会继续购买</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">比平日更多的</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">食物。尽管</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">他们也会</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">将更多</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">健康食品放入了购物车,但是同时也会继续购买</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">不健康食品。</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&rdquo;实际上,相较于假日期间,人们在节后购买的</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">食品的卡路里总量反而</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">增加了9%</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">。<a href=\"http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0110561\" style=\"margin: 0px; padding: 0px; border: 0px; font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; color: rgb(70, 182, 182); text-decoration: none;\">研究论文</a>于12月16日发表在《公共科学图书馆&middot;综合》PLOS ONE上。</span></span></span></div>\r\n<div>\r\n <div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 研究共有207个家庭参与。研究人员记录了这些家庭在<span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.959999978542328px;\">纽约州北部两家杂货店里从2010年7月到2011年3月共计7个月的购物数据</span>以追踪人们在杂货店的消费行为。为了解假日对消费行为的影响研究者将数据划分为3个阶段从2010年7月到当年的感恩节作为基线开支人们每周在杂货店的平均消费金额从感恩节到2011年新年为假日季从新年后到2011年3月为节后。之后研究人员将这3个时间段进行了对比以找出消费者购物模式中的区别。论文作者之一的大卫&middot;贾斯特David Just解释道&ldquo;我们想看看新年时人们立下的目标,以及假日季的结束对购物习惯的影响,包括对人们购买食品的影响,还有对购买食物所含卡路里的影响。&rdquo;根据参与研究的杂货店所使用的营养评价系统,这些食品被区分为健康食品或不健康食品两类。</span></span></div>\r\n <div style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 论文作者之一,俄亥俄州立大学的安德鲁&middot;汉克斯Andrew Hanks表示&ldquo;尽管新年时人们下决心来年要吃得更健康,但人们还是无法放弃那些不健康的假日零食,并继续在新一年里购买它们。基于以上发现,我们建议人们不要仅仅将更多健康食品放入购物车,而是要用新鲜果蔬和其他富含营养的食物来代替不健康食品,这样卡路里总量才不会增加得那么快,你也更有可能达成自己的新年目标,摆脱那些赘肉。&rdquo; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&mdash;&mdash;文章来源:果壳网</span></span></div>\r\n</div>\r\n<br />\r\n', '', '', '218.9.165.93'),
(482, 11, '<span style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">&nbsp; &nbsp; &nbsp;</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 23px;\">玩单反未必能让人穷一辈子,但是触屏手机对大脑的影响却无可置疑。</span><br />\r\n<span style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">&nbsp; &nbsp; 《当代生物学》杂志报道,当人们用触屏操作智能手机,拇指与大脑的协作方式也发生改变。研究表明,近期的触屏使用越多,那么当拇指和其他手指指尖受到触碰时,大脑活跃度就越高。</span><br />\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; &ldquo;使用智能手机居然能导致这么大的改变,真是把我惊到了。&rdquo;瑞士的苏黎世大学、兼苏黎世联邦理工学院的Arko Ghosh说&ldquo;仅凭智能手机使用记录就能解释与指尖活动相关的大脑信号个体差异,这也让我大吃一惊。&rdquo;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 新兴的智能手机迷恋正是探索人脑的日常可塑性的绝佳机会当Ghosh和同事们意识到这一点他们就开始了研究。人们突然开始以一种前所未有的方式来使用自己的指尖、尤其是拇指而且有许多人还日复一日地疯狂使用。不仅如此手机还能记录使用历史从而成为研究指尖使用行为的现成数据源。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; Ghosh如此解释道&ldquo;我认为,首先我们必须评估出个人数码设备的普及程度及使用的频繁程度。对我们神经科学家来说,这意味着:我们口袋里装的&ldquo;数码历史记录&rdquo;是一个指尖使用情况的海量信息库。&rdquo;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 虽说神经科学家对 &ldquo;专业人士&rdquo;(如音乐家、电子游戏玩家)的大脑可塑性的研究由来已久,但是通过智能手机,我们可以了解日常生活如何塑造着普通人的大脑。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 在这项新研究中为了将手机使用记录与大脑活动建立关联Ghosh和他的团队用脑电图来记录智能手机使用者拇指、食指及中指指尖受到触碰时大脑的反应。对照组是还在使用老式手机的人。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 研究者发现,当这三个手指都被触碰时,智能手机使用者的脑电活动更加活跃。研究人员还发现:与拇指和食指指尖相关联的大脑皮层的活跃度与手机使用的频繁度成正比。拇指指尖对日常波动更为敏感,另外一个结论是:距上一次持续使用手机的时间越短,与之相关的皮层电位就越高。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 研究结果表明在光滑的触屏表面上来回点击滑动会重塑来自手的感觉加工过程大脑中指尖的映像会每天更新。这带来了一个非比寻常的想法Ghosh和他的同事们写道&ldquo;我们认为,现代人大脑的皮层感觉加工过程被个人数码技术不断重塑。&rdquo; 至于数字技术的这一影响在生活的其他方面究竟意味着什么那就是另外一个问题了。不过Ghosh和他的同事们说鉴于有证据表明过度的手机使用会引起运动功能障碍和疼痛所以这可能不是什么好消息。&nbsp;</p>\r\n', '', '', '218.9.166.229'),
(483, 12, '<div class=\"author summaryRight\">\r\n <p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【作者】 李秋芝; 鲁振家;曹洪勋;宋鑫玲;&nbsp;韩承伟</span></span></p>\r\n <p id=\"au_en\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【Author】 LI Qiu-zhi;LU Zhen-jia;CAO Hong-xun;SONG Xin-ling;HAN Cheng-wei;Daqing Branch of Heilongjiang Academy of Sciences</span></span></p>\r\n <p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【机构】 黑龙江省科学院大庆分院</span></span></p>\r\n <p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">对新引进的12份亚麻种质资源进行农艺性状、经济性状、抗逆性等方面的鉴定和评价筛选出在某一性状较好的资源可作为育种材料和进一步试验后供生产上使用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></span></span></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%ba%9a%e9%ba%bb\" target=\"_blank\">亚麻</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%a7%8d%e8%b4%a8%e8%b5%84%e6%ba%90\" target=\"_blank\">种质资源</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%89%b4%e5%ae%9a\" target=\"_blank\">鉴定</a></span></span></span></div>\r\n<div class=\"keywords int5\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【文内图片】</span></span></div>\r\n<div id=\"imgdiv\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">【基金】 黑龙江省院所基本应用技术研究专项<br />\r\n &nbsp;&nbsp;<br />\r\n 全文阅读:</span></span><br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=7&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411008&amp;urlid=&amp;yx=&amp;v=MjY5NjIxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkwrZlp1Wm1GaURtV3JyTkxTakhaTEc0SDlYTnJvOUZiSVI4ZVg=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=7&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411008&amp;urlid=&amp;yx=&amp;v=MjY5NjIxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkwrZlp1Wm1GaURtV3JyTkxTakhaTEc0SDlYTnJvOUZiSVI4ZVg=</a><br />\r\n &nbsp;</div>\r\n', '', '', '218.9.166.229'),
(484, 12, '<div class=\"author summaryRight\">\r\n <p>\r\n <span style=\"font-size:14px;\">【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e4%bd%b3%e5%ae%81&amp;code=22059880;21499292;07325426;07325546;07328913;\" target=\"_blank\">刘佳宁</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e7%8e%89%e6%96%87&amp;code=22059880;21499292;07325426;07325546;07328913;\" target=\"_blank\">王玉文</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%ad%94%e7%a5%a5%e8%be%89&amp;code=22059880;21499292;07325426;07325546;07328913;\" target=\"_blank\">孔祥辉</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e4%bb%8b%e9%a9%b0&amp;code=22059880;21499292;07325426;07325546;07328913;\" target=\"_blank\">张介驰</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e4%b8%95%e5%a5%87&amp;code=22059880;21499292;07325426;07325546;07328913;\" target=\"_blank\">张丕奇</a></span></p>\r\n <p id=\"au_en\">\r\n <span style=\"font-size:14px;\">【Author】 LIU Jia-ning;WANG Yu-wen;KONG Xiang-hui;ZHANG Jie-chi;ZHANG Pi-qi;Institute of Microbiology,Heilongjiang Academy of Sciences</span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e5%be%ae%e7%94%9f%e7%89%a9%e7%a0%94%e7%a9%b6%e6%89%80&amp;code=0213784;\" target=\"_blank\">黑龙江省科学院微生物研究所</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">确定黑木耳代料栽培培养基软化病的病原菌。根据科赫法则从黑龙江省和吉林省的多个黑木耳主产区采集病原菌样本病原菌经分离纯化得到6个菌株通过对子实体、孢子和菌丝的形态观察及分别进行回接试验确认从黑木耳代料栽培袋中分离出的致病病原菌其形态与黄孢原毛平革菌Phanerochaete chrysosporium最为相似。为进一步确认该病原菌的分类地位提取其ITS序列并与该属内15个不同品种进行系统分析。将该菌的ITS序列与Gen Bank中已知黄孢原毛平革菌Phanerochaete chrysosporium序列AY234893比对其遗传距离差异为0.0007,相似度为99%,与形态学鉴定结果一致。在东北地区造成黑木耳代料栽培培养基软化病的病原菌为黄孢原毛平革菌。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></span></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%bb%91%e6%9c%a8%e8%80%b3%e7%97%85%e5%ae%b3\" target=\"_blank\">黑木耳病害</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%bb%84%e5%ad%a2%e5%8e%9f%e6%af%9b%e5%b9%b3%e9%9d%a9%e8%8f%8c\" target=\"_blank\">黄孢原毛平革菌</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%9f%b9%e5%85%bb%e5%9f%ba%e8%bd%af%e5%8c%96\" target=\"_blank\">培养基软化</a></span></span></div>\r\n<div class=\"keywords int5\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n <span style=\"font-size:14px;\">【文内图片】</span></div>\r\n<div id=\"imgdiv\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【基金】 黑龙江省科学院青年创新基金资助<br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=9&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411010&amp;urlid=&amp;yx=&amp;v=MDAyOTJGaURuVWIvTUxTakhaTEc0SDlYTnJvOUVaSVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkwrZlp1Wm0=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=7&amp;CurRec=9&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411010&amp;urlid=&amp;yx=&amp;v=MDAyOTJGaURuVWIvTUxTakhaTEc0SDlYTnJvOUVaSVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkwrZlp1Wm0=</a></span></div>\r\n', '', '', '218.9.166.229'),
(485, 12, '<div class=\"author summaryRight\">\r\n <p>\r\n <span style=\"font-size:14px;\">【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%a9%ac%e8%b6%8a%e5%b2%ad&amp;code=32111228;\" target=\"_blank\">马越岭</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%86%85%e8%92%99%e5%8f%a4%e9%80%81%e5%8f%98%e7%94%b5%e6%9c%89%e9%99%90%e8%b4%a3%e4%bb%bb%e5%85%ac%e5%8f%b8&amp;code=0145026;\" target=\"_blank\">内蒙古送变电有限责任公司</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">随着不断发展的市场经济,工程项目投资的利益格局和主体也变得逐渐多元化和多样化。我国工程造价管理中工程造价结算审核工作也随着国际工程造价管理惯例及竞争的引入而变得越来越重要。日渐完善的市场经济使得工程项目的投资机会不断增多,由此,工程造价结算审核工作的开展的要求也越来越多。本文通过对工程造价结算审核工作中的常见问题进行分析,提出了相应的措施和对策,主要目的是将审核过程优质化,进而大大提高整体结算过程的效率。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></span></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【关键词】 </span><span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><span style=\"font-size:14px;\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%b7%a5%e7%a8%8b%e9%80%a0%e4%bb%b7\" target=\"_blank\">工程造价</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%bb%93%e7%ae%97%e5%ae%a1%e6%a0%b8\" target=\"_blank\">结算审核</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%ba%94%e5%af%b9%e5%af%b9%e7%ad%96\" target=\"_blank\">应对对策</a> </span><a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=2&amp;CurRec=40&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411041&amp;urlid=&amp;yx=&amp;v=MjMyODFTakhaTEc0SDlYTnJvOUJaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkwrZlp1Wm1GeW5uVXIvS0w=\"><span style=\"font-size:14px;\">管理<br />\r\n <br />\r\n 全文阅读:</span><br />\r\n <br />\r\n <br />\r\n http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=2&amp;CurRec=40&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411041&amp;urlid=&amp;yx=&amp;v=MjMyODFTakhaTEc0SDlYTnJvOUJaWVI4ZVgxTHV4WVM3RGgxVDNxVHJXTTFGckNVUkwrZlp1Wm1GeW5uVXIvS0w=</a></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n &nbsp;</div>\r\n', '', '', '218.9.166.229'),
(486, 12, '<div class=\"author summaryRight\">\r\n <p>\r\n <span style=\"font-size:14px;\">【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%8d%9e%e7%ba%aa%e5%85%b0&amp;code=00784912;32111268;\" target=\"_blank\">卞纪兰</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%ae%b5%e5%86%b6&amp;code=00784912;32111268;\" target=\"_blank\">段冶</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e5%85%ab%e4%b8%80%e5%86%9c%e5%9e%a6%e5%a4%a7%e5%ad%a6%e7%bb%8f%e6%b5%8e%e7%ae%a1%e7%90%86%e5%ad%a6%e9%99%a2&amp;code=0350828;0177730;\" target=\"_blank\">黑龙江八一农垦大学经济管理学院</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e4%b8%9c%e5%8c%97%e8%b4%a2%e7%bb%8f%e5%a4%a7%e5%ad%a6%e5%b7%a5%e5%95%86%e7%ae%a1%e7%90%86%e5%ad%a6%e9%99%a2&amp;code=0350828;0177730;\" target=\"_blank\">东北财经大学工商管理学院</a></span></p>\r\n <p>\r\n <span style=\"font-size:14px;\">【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">农业产业化龙头企业对促进农民收入持续增长、提升农业科技成果转化率、保障农产品质量和供应起到了关键作用,但黑龙江省农业产业化龙头企业,高污染、高消耗、高投入、低效率的粗放型生产方式没有从根本上改变,资源综合利用水平与发达地区差距较大,经济发展缺乏竞争力,层次不高,根本原因在于农业产业化龙头企业自主创新能力不强,技术和产品缺少自主知识产权,导致很大程度上只能靠消耗资源来换取较低的经济效益,怎样合理运用内部与外部的创新资源,探索出一套符合黑龙江农业产业化龙头企业自身发展的对策,提升企业的整体创新能力,具有很重要的战略性意义。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></span></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81\" target=\"_blank\">黑龙江省</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%86%9c%e4%b8%9a%e4%ba%a7%e4%b8%9a%e5%8c%96%e9%be%99%e5%a4%b4%e4%bc%81%e4%b8%9a\" target=\"_blank\">农业产业化龙头企业</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%87%aa%e4%b8%bb%e5%88%9b%e6%96%b0\" target=\"_blank\">自主创新</a></span></span></div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n <span style=\"font-size:14px;\">【文内图片】</span></div>\r\n<div id=\"imgdiv\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\">\r\n <span style=\"font-size:14px;\">【基金】 黑龙江省科技厅攻关项目(GC12D412);国家自然基金项目(10YJA630095);黑龙江省农垦总局攻关项目(HNK125A-14-05)<br />\r\n <br />\r\n 全文阅读:<br />\r\n <br />\r\n <a href=\"http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=2&amp;CurRec=154&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411155&amp;urlid=&amp;yx=&amp;v=MDk4OTRublVMek9MU2pIWkxHNEg5WE5ybzVBWVlSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMK2ZadVptRnk=\">http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=2&amp;CurRec=154&amp;dbcode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201411155&amp;urlid=&amp;yx=&amp;v=MDk4OTRublVMek9MU2pIWkxHNEg5WE5ybzVBWVlSOGVYMUx1eFlTN0RoMVQzcVRyV00xRnJDVVJMK2ZadVptRnk=</a></span></div>\r\n', '', '', '218.9.166.229'),
(501, 50, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e8%b4%be%e6%b4%aa%e6%b6%9b&amp;code=32239706;27402639;32239707;32239708;07363963;\" target=\"_blank\">贾洪涛</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e8%b5%b5%e6%a5%a0&amp;code=32239706;27402639;32239707;32239708;07363963;\" target=\"_blank\">赵楠</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e4%bb%bb%e4%bf%8a%e5%a8%87&amp;code=32239706;27402639;32239707;32239708;07363963;\" target=\"_blank\">任俊娇</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e7%8e%8b%e6%9c%a6&amp;code=32239706;27402639;32239707;32239708;07363963;\" target=\"_blank\">王朦</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e4%bd%9f%e5%ad%90%e6%9e%97&amp;code=32239706;27402639;32239707;32239708;07363963;\" target=\"_blank\">佟子林</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 JIA Hong-tao;ZHAO Nan;REN Jun-jiao;WANG Meng;TONG Zi-lin;Heilongjiang University of Chinese Medicine</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e4%b8%ad%e5%8c%bb%e8%8d%af%e5%a4%a7%e5%ad%a6&amp;code=0218760;\" target=\"_blank\">黑龙江中医药大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">中医药适宜技术在社区卫生服务中对医疗卫生事业有着至关重要的地位和作用,特别对预防慢性病、医疗保健、身体康复作用显著。全面了解了中医药适宜技术进入社区卫生服务的状况、中医药适宜技术目前发展状况,提出了中医药适宜技术进入社区卫生服务过程中遇到的问题,并指出解决问题的对策,旨在改善与提高中医药适宜技术在医疗领域的地位,使其中医药真正满足医疗领域的要求。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e4%b8%ad%e5%8c%bb%e8%8d%af%e9%80%82%e5%ae%9c%e6%8a%80%e6%9c%af\" target=\"_blank\">中医药适宜技术</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%a4%be%e5%8c%ba%e5%8d%ab%e7%94%9f%e5%8c%bb%e7%96%97%e6%9c%8d%e5%8a%a1\" target=\"_blank\">社区卫生医疗服务</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%97%ae%e9%a2%98\" target=\"_blank\">问题</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%af%b9%e7%ad%96\" target=\"_blank\">对策<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">Chinese medicine appropriate technology in community health services for the medical and health services play a vital position and role, especially in the prevention of chronic disease, health care, physical rehabilitation, a significant effect. In this review, a comprehensive understanding of Chinese medicine appropriate technology into the community health service, as well as the current state of development of appropriate technologies for medicine, Chinese medicine appropriate technology to identify the problems into the community health service encountered, and proposed solutions to this problem, aimed at improving appropriate technology and improve the status of Chinese medicine in the medical field, so that truly meet the requirements of which medicine the medical field.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501039.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501039.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(502, 50, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e4%bb%98%e6%96%b0%e5%ae%87&amp;code=32239709;\" target=\"_blank\">付新宇</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 FU Xin-yu;Inner Mongolia University of Technology</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e5%86%85%e8%92%99%e5%8f%a4%e5%b7%a5%e4%b8%9a%e5%a4%a7%e5%ad%a6&amp;code=0157607;\" target=\"_blank\">内蒙古工业大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">物流服务的本质就是一种供应链,而这种供应链以服务能力为合作的前提,其中核心的服务提供者就是物流集成商,对资源进行有效利用,共同实现供应链物流服务系统的协同运作,获取超额利益。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%89%a9%e6%b5%81%e4%be%9b%e5%ba%94%e9%93%be\" target=\"_blank\">物流供应链</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8d%8f%e5%90%8c%e4%bc%98%e5%8c%96\" target=\"_blank\">协同优化</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%ad%96%e7%95%a5\" target=\"_blank\">策略<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">The essence of logistic s is supply chain,and this supply chain service capabilities prerequisite for cooperation, which is the core of the service provider of logistics integrators, efficient use of resources together to achieve coordinated operation of supply chain logistics service system, to obtain excess interest.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_The essence of logistic s is supply chain,and this supply chain service capabilities prerequisite for cooperation, which is the core of the service provider of logistics integrators, efficient use of resources together to achieve coordinated operation of supply chain logistics service system, to obtain excess interest.hljkx201501040.aspx\">http://d.wanfangdata.com.cn/Periodical_The essence of logistic s is supply chain,and this supply chain service capabilities prerequisite for cooperation, which is the core of the service provider of logistics integrators, efficient use of resources together to achieve coordinated operation of supply chain logistics service system, to obtain excess interest.hljkx201501040.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(503, 50, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e4%bb%98%e6%96%b0%e5%ae%87&amp;code=32239709;\" target=\"_blank\">付新宇</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 FU Xin-yu;Inner Mongolia University of Technology</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e5%86%85%e8%92%99%e5%8f%a4%e5%b7%a5%e4%b8%9a%e5%a4%a7%e5%ad%a6&amp;code=0157607;\" target=\"_blank\">内蒙古工业大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">物流服务的本质就是一种供应链,而这种供应链以服务能力为合作的前提,其中核心的服务提供者就是物流集成商,对资源进行有效利用,共同实现供应链物流服务系统的协同运作,获取超额利益。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%89%a9%e6%b5%81%e4%be%9b%e5%ba%94%e9%93%be\" target=\"_blank\">物流供应链</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8d%8f%e5%90%8c%e4%bc%98%e5%8c%96\" target=\"_blank\">协同优化</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%ad%96%e7%95%a5\" target=\"_blank\">策略<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">The essence of logistic s is supply chain,and this supply chain service capabilities prerequisite for cooperation, which is the core of the service provider of logistics integrators, efficient use of resources together to achieve coordinated operation of supply chain logistics service system, to obtain excess interest.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_The essence of logistic s is supply chain,and this supply chain service capabilities prerequisite for cooperation, which is the core of the service provider of logistics integrators, efficient use of resources together to achieve coordinated operation of supply chain logistics service system, to obtain excess interest.hljkx201501040.aspx\">http://d.wanfangdata.com.cn/Periodical_The essence of logistic s is supply chain,and this supply chain service capabilities prerequisite for cooperation, which is the core of the service provider of logistics integrators, efficient use of resources together to achieve coordinated operation of supply chain logistics service system, to obtain excess interest.hljkx201501040.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(504, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e5%88%98%e4%bc%9f&amp;code=32239701;\" target=\"_blank\">刘伟</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 LIU Wei;706 Team of Heilongjiang Nonferrous Metal Geological Exploration</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e6%9c%89%e8%89%b2%e9%87%91%e5%b1%9e%e5%9c%b0%e8%b4%a8%e5%8b%98%e6%9f%a5706%e9%98%9f&amp;code=1007480;\" target=\"_blank\">黑龙江省有色金属地质勘查706队</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">近年来,地理信息系统得到快速的发展,无论是其内涵还是外延都处于不断变化之中,而且随着地理信息在人们生产生活中的重要性越来越显著,地理信息系统的发展势头则更为强劲,必将成为我国高科技领域的核心技术,加快推动我国科学技术的快速发展。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%9c%b0%e7%90%86%e4%bf%a1%e6%81%af%e7%b3%bb%e7%bb%9f\" target=\"_blank\">地理信息系统</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%94%a8%e9%80%94\" target=\"_blank\">用途</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8f%91%e5%b1%95\" target=\"_blank\">发展</a></span><br />\r\n <div>\r\n <br />\r\n <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8f%91%e5%b1%95\" target=\"_blank\">A</a>bstract<span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">In recent years, geographic information system has been developed rapidly, regardless of its connotation or denotation is constantly changing, and with the importance of geographic information in people&#39;s production and life more and more significant, the development of geographic information systems momentum is more powerful, will become the core technology of high-tech fields to accelerate and promote the rapid development of science and technology.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501026.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501026.aspx</a></span></span></div>\r\n</div>\r\n<br />\r\n', '', '', '218.9.166.72'),
(505, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e5%ad%99%e7%a7%80%e5%b3%b0&amp;code=32239702;32239703;\" target=\"_blank\">孙秀峰</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e7%9f%b3%e9%9d%99&amp;code=32239702;32239703;\" target=\"_blank\">石静</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 SUN Xiu-feng;SHI Jing;Harbin Emergency Center;Harbin Steam Turbine Plant Hospital</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e5%b8%82%e6%80%a5%e6%95%91%e4%b8%ad%e5%bf%83&amp;code=0200538;0235814;\" target=\"_blank\">哈尔滨市急救中心</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e6%b1%bd%e8%bd%ae%e6%9c%ba%e5%8e%82%e5%8c%bb%e9%99%a2&amp;code=0200538;0235814;\" target=\"_blank\">哈尔滨汽轮机厂医院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">探讨心脏性猝死危险因素与护理对策。将2013年8月&mdash;&mdash;2014年8月在我院心内科治疗的120例心脏病患者随机分为两组,对照组采用常规护理的方法,观察组采用有针对性的护理,比较两组患者的危险因素、死亡原因和猝死率等。结果:两组患者中冠心病的发病率最高,急性心肌梗死和急性心肌炎等为高危因素;发病与季节、时间和年龄等有关;观察组猝死率为53.33%,显著低于对照组的80%,差异有统计学意义(P&lt;0.05)。结论:通过有针对性的护理,大大降低了危险因素的影响,减少了心脏性猝死发生率,具有积极的临床意义。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%bf%83%e8%84%8f%e6%80%a7%e7%8c%9d%e6%ad%bb\" target=\"_blank\">心脏性猝死</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8d%b1%e9%99%a9%e5%9b%a0%e7%b4%a0\" target=\"_blank\">危险因素</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%8a%a4%e7%90%86%e5%af%b9%e7%ad%96\" target=\"_blank\">护理对策<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a></span><span style=\"background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px;\">To investigate the risk factors for sudden cardiac death and nursing. The August 2013--2014 August in 120 cases of heart disease in patients treated in our hospital cardiology randomly divided into two groups, the control group received conventional care methods, observation group targeted treatments compared two groups of patients risk factors, cause of death and sudden death rate. Results: The two groups of patients with the highest incidence of coronary heart disease, acute myocardial infarction and acute myocarditis as the risk factors; the incidence of the season, time and age and so on; the sudden death of the observation group was 53.33%, significantly lower than the 80% in the control group The difference was statistically significant (P &lt;0.05). Conclusion: through targeted care, greatly reducing the impact of risk factors, reducing the incidence of sudden cardiac death, with positive clinical significance.<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501027.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501027.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(506, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e5%91%a8%e7%90%a6&amp;code=14234862;\" target=\"_blank\">周琦</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 ZHOU Qi;Forest Protection Institute of Heilongjiang Province</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e6%a3%ae%e6%9e%97%e4%bf%9d%e6%8a%a4%e7%a0%94%e7%a9%b6%e6%89%80&amp;code=0081463;\" target=\"_blank\">黑龙江省森林保护研究所</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">森林作为地球上固有的绿色资源之一,有着防范阻挡风沙、净化空气的作用。沙尘、雾霾的多发使我们逐渐意识到森林、湿地等一系列自然资源的重要性。这就要求我们加强对森林资源的保护,加大预防和治理森林害虫的力度,实现资源的可持续发展和环境保护。本文将对如何预防治理森林害虫&mdash;&mdash;天牛,做出分析和综述。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%bb%bf%e8%89%b2%e8%b5%84%e6%ba%90\" target=\"_blank\">绿色资源</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%a2%84%e9%98%b2%e6%b2%bb%e7%90%86\" target=\"_blank\">预防治理</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%a3%ae%e6%9e%97%e5%ae%b3%e8%99%ab\" target=\"_blank\">森林害虫<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%a3%ae%e6%9e%97%e5%ae%b3%e8%99%ab\" target=\"_blank\">As one of the green forest natural resources on earth, has a guard to block wind, clean air. Dust, haze-prone so that we come to realize the importance of forests, wetlands and a series of natural resources. This requires us to strengthen the protection of forest resources, increase prevention and control of forest pests efforts to achieve sustainable resource development and environmental protection. This article will govern how to prevent forest pests-beetles, make analysis and synthesis.<br />\r\n <br />\r\n 全文</a>阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501028.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501028.aspx</a></span></span></div>\r\n', '', '', '218.9.166.72'),
(507, 49, '<div class=\"author summaryRight\">\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e6%9b%b2%e5%bf%97%e4%b8%a5&amp;code=32239705;\" target=\"_blank\">曲志严</a>\r\n <p id=\"au_en\">\r\n 【Author】 QU Zhi-yan;Changchun Haiwei Engineering Design Co.,Ltd</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e9%95%bf%e6%98%a5%e5%b8%82%e6%b5%b7%e5%a8%81%e5%b8%82%e6%94%bf%e5%b7%a5%e7%a8%8b%e8%ae%be%e8%ae%a1%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=0046891;\" target=\"_blank\">长春市海威市政工程设计有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">设计直接关系到路桥的质量问题,很多基础问题不解决,就会影响路桥的安全性及耐久性。本文对当前的问题进行了简单分析,对于其中的工作以及相应的问题做了简单介绍,希望能有所借鉴。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%b7%af%e6%a1%a5%e8%ae%be%e8%ae%a1\" target=\"_blank\">路桥设计</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%ae%89%e5%85%a8%e6%80%a7\" target=\"_blank\">安全性</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%80%90%e4%b9%85%e6%80%a7\" target=\"_blank\">耐久性</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%a0%94%e7%a9%b6\" target=\"_blank\">研究<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e7%a0%94%e7%a9%b6\" target=\"_blank\">The design is directly related to the quality of roads and bridges, a lot of infrastructure problems are not resolved, it will affect the bridge&#39;s safety and durability. In this paper, the current problems are simple analysis, for which the work done and the corresponding question briefly, hoping to learn from.<br />\r\n <br />\r\n 全文</a>阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501031.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501031.aspx</a></span></span></div>\r\n', '', '', '218.9.166.72'),
(508, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e6%9d%9c%e6%99%93%e6%b3%a2&amp;code=07017974;\" target=\"_blank\">杜晓波</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 DU Xiao-bo;Harbin Railway Professional Technology College</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e9%93%81%e9%81%93%e8%81%8c%e4%b8%9a%e6%8a%80%e6%9c%af%e5%ad%a6%e9%99%a2&amp;code=0155171;\" target=\"_blank\">哈尔滨铁道职业技术学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">联系测量是地铁隧道施工中常用的一种测量方法,与传统的测量存在一些区别,旨在把地面上的高程和点的位置传递到地下。本文结合哈尔滨地铁一期工程的案例,介绍了联系测量的常用方法,对地铁隧道施工的测量会有一定的指导意义。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%9c%b0%e9%93%81%e9%9a%a7%e9%81%93\" target=\"_blank\">地铁隧道</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%96%bd%e5%b7%a5\" target=\"_blank\">施工</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%81%94%e7%b3%bb%e6%b5%8b%e9%87%8f\" target=\"_blank\">联系测量<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%81%94%e7%b3%bb%e6%b5%8b%e9%87%8f\" target=\"_blank\">Contact subway tunnel construction measure is commonly used as a measuring method, there are some differences with the traditional measure, aimed at the delivery location and elevation point on the ground to the ground. In this paper, the case Harbin subway project, and describes the common ways to contact measurement, the measurement subway tunnel construction will have a certain significance.<br />\r\n <br />\r\n 全文阅读</a><a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501032.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501032.aspx</a></span></span></div>\r\n', '', '', '218.9.166.72');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(509, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e6%9d%8e%e9%91%ab&amp;code=\" target=\"_blank\">李鑫</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 LI Xin</p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">钢筋混凝土结构是当前建筑领域使用量和应用范围最为大量和最为普遍的建筑结构,钢筋混凝土结构已经成为施工企业的核心项目,并成为企业技术实力、管理水平和发展潜力的标志性参数。受到内外因素的制约和影响,钢筋混凝土结构建设中会出现裂缝这一通病,本研究从钢筋混凝土结构各类裂缝的分析出发,展开了对钢筋混凝土结构施工的研讨,探究了钢筋混凝土结构出现裂缝的原因,提供了技术和管理上控制钢筋混凝土结构裂缝的措施。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%92%a2%e7%ad%8b%e6%b7%b7%e5%87%9d%e5%9c%9f%e7%bb%93%e6%9e%84\" target=\"_blank\">钢筋混凝土结构</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%a3%82%e7%bc%9d\" target=\"_blank\">裂缝</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%8e%a7%e5%88%b6\" target=\"_blank\">控制</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%ae%be%e8%ae%a1\" target=\"_blank\">设计</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%96%bd%e5%b7%a5\" target=\"_blank\">施工</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%9d%90%e6%96%99\" target=\"_blank\">材料</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%85%8d%e5%90%88%e6%af%94\" target=\"_blank\">配合比<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%85%8d%e5%90%88%e6%af%94\" target=\"_blank\">Reinforced c oncrete structure is the current amount of the construction sector and the scope of application of the most substantial and most common structures, reinforced concrete structure has become the company&#39;s core construction projects and technical strength become iconic parameter management and development potential. Restricted and influence internal and external factors, the construction of reinforced concrete structure will appear in the cracks of this common problem, this study from the analysis of reinforced concrete structures of various types of cracks off, and begin the construction of reinforced concrete structures seminar explores the cracks in reinforced concrete structures reasons, provided measures to control reinforced concrete structural cracks on technology and management.<br />\r\n <br />\r\n 全文阅读</a><a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501033.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501033.aspx</a></span></span></div>\r\n', '', '', '218.9.166.72'),
(510, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e5%88%98%e4%b8%80%e5%85%b5&amp;code=25463949;\" target=\"_blank\">刘一兵</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 LIU Yi-bing;Heilongjiang Land Reclamation Survey and Design Institute</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e5%86%9c%e5%9e%a6%e5%8b%98%e6%b5%8b%e8%ae%be%e8%ae%a1%e7%a0%94%e7%a9%b6%e9%99%a2&amp;code=0253694;\" target=\"_blank\">黑龙江农垦勘测设计研究院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">道路桥梁是重要的基础设施,是公路交通的核心组成部分,道路桥梁建设顺利,经济和社会发展就有了保障,反之,如果道路桥梁出现设计和施工的隐患和问题,那么非但会影响公路交通的畅通,而且还会形成对经济和社会的巨大风险与威胁。本研究以道路桥梁建设中的设计工作为中心,展开了道路桥梁设计隐患的相关研究,在分析道路桥梁设计中存在问题和隐患的基础上,提供了解决道路桥梁设计隐患和问题的措施。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%81%93%e8%b7%af%e6%a1%a5%e6%a2%81%e8%ae%be%e8%ae%a1\" target=\"_blank\">道路桥梁设计</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e9%9a%90%e6%82%a3\" target=\"_blank\">隐患</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%b7%a5%e7%a8%8b%e8%b4%a8%e9%87%8f\" target=\"_blank\">工程质量</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%ae%be%e8%ae%a1%e6%b0%b4%e5%b9%b3\" target=\"_blank\">设计水平</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%ae%be%e8%ae%a1%e7%90%86%e5%bf%b5\" target=\"_blank\">设计理念</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%ae%be%e8%ae%a1%e6%97%b6%e9%97%b4\" target=\"_blank\">设计时间<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\">The roads and bridges are important infrastructure is a core component of road traffic, road construction&nbsp;</span></a></span><strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>t</t></strong><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e8%ae%be%e8%ae%a1%e6%97%b6%e9%97%b4\" target=\"_blank\">bridge smoothly, economic and social development have security, on the contrary, if there is risk, and the design and construction of roads and bridges, then not only will affect the highway traffic flow, but also the formation of a huge economic and social risks and threats. In this study, road construction, bridge design work for the center, launched a road bridge design risks related research, basic problems and pitfalls in the analysis on the design of roads and bridges, roads and bridges designed to provide a solution measures risks and problems.<br />\r\n <br />\r\n 全文阅读</a><a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501035.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501035.aspx</a></span></div>\r\n', '', '', '218.9.166.72'),
(511, 49, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=au&amp;skey=%e8%b5%b5%e5%81%a5&amp;code=\" target=\"_blank\">赵健</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 ZHAO Jian;Xinjiang Meike Chemical Co.,Ltd</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=inst&amp;skey=%e6%96%b0%e7%96%86%e7%be%8e%e5%85%8b%e5%8c%96%e5%b7%a5%e8%82%a1%e4%bb%bd%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=\" target=\"_blank\">新疆美克化工股份有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">变压器是变电系统中的重要组成部分,在变电运行中主要起到调压和稳压的作用,为电能的输送提供了稳定的运行环境。为确保其安全可靠运行,应加强维修养护工作,提高维修人员的专业技术水平,制定规范的维修养护体系,为电网的稳定运行创造有利的条件。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e5%8f%98%e5%8e%8b%e5%99%a8\" target=\"_blank\">变压器</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%95%85%e9%9a%9c%e5%a4%84%e7%90%86\" target=\"_blank\">故障处理</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%97%a5%e5%b8%b8%e7%bb%b4%e6%8a%a4\" target=\"_blank\">日常维护<br />\r\n <br />\r\n <strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; white-space: nowrap; background-color: rgb(249, 249, 249);\"><t>Abstract</t></strong></a><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial; font-size: 13px; line-height: 26px; background-color: rgb(249, 249, 249);\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFD&amp;sfield=kw&amp;skey=%e6%97%a5%e5%b8%b8%e7%bb%b4%e6%8a%a4\" target=\"_blank\">The transformer substation system is an important part to regulating and regulators for power delivery to provide a stable operating environment. In order to ensure its safe and reliable operation, repair and maintenance work should be strengthened to improve the professional skills of maintenance personnel, repair and maintenance of normative system, create favorable conditions for the stable operation of the grid.<br />\r\n <br />\r\n 全文</a>阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501037.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501037.aspx</a></span></span></div>\r\n', '', '', '218.9.166.72'),
(512, 11, '<span style=\"color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px; line-height: 25px; background-color: rgb(251, 251, 251);\">&nbsp; &nbsp; 利用寒冷来治疗疾病这在过往历史中并不少见像是古希腊医生Claudius Galen就曾利用寒冷治疗发烧还有利用它来治疗严重战场损伤提高手术疗效。在20世纪50年代低温被作为一种工具改善大脑手术的副作用。时至今日越来越多的证据也表明冷是一种有效的治疗出生婴儿脑部缺氧的方法。<br />\r\n&nbsp; &nbsp;&nbsp;</span><br />\r\n<span style=\"color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px; line-height: 25px; text-indent: 28px;\">&nbsp; &nbsp; 不过直到1987年科学家们才解开了这个谜题原来寒冷能减少大脑损伤后的神经死亡最新的一篇Nature文章则更进一步的指出在体温过低时释放的一种蛋白能影响大脑重塑其神经交联的能力而且这种蛋白的过量表达也许能用于治疗神经退行性疾病。</span>\r\n<p style=\"margin: 10px 0px; padding: 0px; font-size: 14px; line-height: 25px; text-indent: 28px; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif;\">\r\n 在寒冷与休眠状态中,生物机体会产生大量不同的蛋白质,这就是所谓的&ldquo;冷激&rdquo;蛋白(cold-shock proteins生物通译)其中一种就是RBM3这种蛋白参与阻遏大脑细胞死亡但是科学家们并不清楚RBM3是如何影响射击突触变性和再生的。如果能了解这些蛋白质是如何激活突触再生的这也许能帮助科学家找到一种防止突触损失而无需实际冷却的方法。</p>\r\n<p style=\"margin: 10px 0px; padding: 0px; font-size: 14px; line-height: 25px; text-indent: 28px; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif;\">\r\n 在这项研究中研究人员将健康小鼠的体温降低到了16-18℃这种温度类似于小型哺乳动物冬眠的温度 维持这种温度45分钟。结果他们发现这些不冬眠的小鼠也开始进入寒冷解除-再生升温的过程。</p>\r\n<p style=\"margin: 10px 0px; padding: 0px; font-size: 14px; line-height: 25px; text-indent: 28px; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif;\">\r\n 之后研究人员又在患有神经退行性疾病 (阿尔茨海默氏症和朊毒体病)的小鼠中降低了温度结果发现突触再生的能力会随着疾病发生而丧失同时RBM3也丢失了。</p>\r\n<p style=\"margin: 10px 0px; padding: 0px; font-size: 14px; line-height: 25px; text-indent: 28px; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif;\">\r\n 但是当他们人为的提升了RBM3蛋白的水平后发现这能保护老年痴呆症和朊病毒感染小鼠防止突触和脑细胞减少以及记忆丧失的症状并延长其寿命。</p>\r\n<p style=\"margin: 10px 0px; padding: 0px; font-size: 14px; line-height: 25px; text-indent: 28px; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif;\">\r\n 由此研究人员认为RBM3(也许包括其他冷休克蛋白)都可以影响神经退行性疾病进程中神经元再生突触的能力,这是治疗这种疾病的一个关键所在。因此这一方法也许能作为药物靶标,无需实际冷却就保护大脑细胞。</p>\r\n<p style=\"margin: 10px 0px; padding: 0px; font-size: 14px; line-height: 25px; text-indent: 28px; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif;\">\r\n 领导这一研究的Giovanna Mallucci教授表示&ldquo;我们发现有时寒冷能减慢,甚至阻止大脑细胞受到损伤,但是降低身体温度在实际临床中并不可行,这会令患者不舒服,而且还会引发肺炎和血凝块产生的风险。而通过激活这个可以防止脑细胞丢失的方法,我们也想可以开发出模拟这种保护作用的药物。&rdquo;</p>\r\n', '', '', '218.9.166.72'),
(513, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 浴室综合症并不是骇人听闻的说法,这种病症常常发生在秋冬季节。在洗澡过程中,会出现头晕、目眩、心悸、胸闷、出汗、口渴、恶心、呕吐、四肢乏力、呼吸急促、心跳加快、眼前发黑等症状。此种病症多见于体弱多病的人群。<br />\r\n<br />\r\n&nbsp; &nbsp; 其原因是冬季天气寒冷,为了保温,往往浴室门窗紧闭,这样就造成了室内温度高,湿度大,氧气少,空气污浊,加上在热水中浸泡,水温使人的毛细血管扩张,致使大量血液郁结在体表,而循环回心血量减少,心输出血量不足,造成血压下降,从而使脑组织发生一时性缺血缺氧,所引起的症状。严重者还会患上肺炎。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,如何避免发生&ldquo;浴室综合症&rdquo;呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 1要尽量保证浴室内空气新鲜。在进行洗浴时可以打开排气扇使室内的水蒸气及时排到室外。避免水蒸气夹杂着细菌影响呼吸系统。<br />\r\n<br />\r\n&nbsp; &nbsp; 2要严格控制水温热水浸泡的时间不宜过长。洗浴的时间一般要控制在1520分钟减少因长时间的浸泡使毛细血管扩张。洗澡动作也不宜过急或过分用力以轻松自如为佳。<br />\r\n<br />\r\n&nbsp; &nbsp; 3要加强体质锻炼。发生&ldquo;浴室综合症&rdquo;病症的多见于体弱多病的人群。加强自身的体质锻炼对于避免发生&ldquo;浴室综合症&rdquo;有着重要的意义。<br />\r\n<br />\r\n&nbsp; &nbsp; 4要常常进行药补。即针对自己的体质采取药物补养的方法从而提高机体对环境变化的适应能力。当然进行药补必须在专业医生的指导下完成。私自盲目地进行药补只会起到适得其反的效果</span><br />\r\n', '', '', '218.9.166.72'),
(514, 11, '<span style=\"color:#000000;\"><font face=\"宋体\"><font size=\"4\">&nbsp; </font></font></span><font face=\"宋体\"><font size=\"4\">&ldquo;小孩小孩你别馋,过了腊八就是年!&rdquo;今天是咱中国的传统节日&ldquo;腊八节&rdquo;,大家都准备好做腊八粥的食材了吗?腊八节除了喝腊八粥以外还有哪些传统?喝粥又有什么讲究?腊八饮食养生全攻略,我们一起长知识!</font></font><br />\r\n<br />\r\n<font face=\"宋体\"><font size=\"4\"><strong>腊八的来历</strong></font></font><br />\r\n<br />\r\n<font face=\"宋体\"><font size=\"4\">&nbsp; &nbsp; 从先秦起,腊八节都是用来祭祀祖先和神灵,祈求丰收和吉祥。腊八节除祭祖敬神的活动外,人们还要逐疫。这项活动来源于古代的傩(古代驱鬼避疫的仪式)。史前时代的医疗方法之一即驱鬼治疾。作为巫术活动的腊月击鼓驱疫之俗,今在湖南新化等地区仍有留</font></font><font face=\"宋体\"><font size=\"4\">存。</font></font><br />\r\n<br />\r\n<font face=\"宋体\"><font size=\"4\"><strong>腊八粥的由来</strong></font></font><br />\r\n<br />\r\n<font face=\"宋体\"><font size=\"4\">&nbsp; &nbsp; 释迦牟尼佛成道之前在尼连禅河边的苦行林中苦修6年饿得骨瘦如柴奄奄一息。此时他遇到一位牧女送给他乳糜牛乳加饭。食后他体力恢复经过思考决定放弃无益的苦行。释迦继续静思冥索探究世间万物宇宙间一切现象的规律和人生解脱之道最终释迦于三十五岁腊月初八凌晨在菩提树下悟道成佛。</font></font><font face=\"宋体\"><font size=\"4\">中国佛教徒于成道日举行颂经并效法牧女献乳糜的故事,取谷米及果实,煮粥供佛,定名为&ldquo;腊八粥&rdquo;。</font></font><br />\r\n<span style=\"FLOAT: left; MARGIN-RIGHT: 5px\"><font face=\"宋体\"><font size=\"4\">&nbsp; &nbsp; 腊</font></font><span style=\"font-size: large; font-family: 宋体;\">八粥在中国已经有一千多年的历史,清代非常盛行。&ldquo;腊八粥&rdquo;的用料十分讲究,粥料为:两黄米(小米、黄米),两白米(大米、江米),两豆(红小豆;绿豆),两果仁(核桃仁、杏仁),两干果(小枣、葡萄干),外加菱角米、栗子米、花生米、榛子仁、松子以及白糖、红糖、乳蕈(牛奶、香菇)等合水熬煮。高手熬出的&ldquo;腊八粥&rdquo;不但好吃,而且好看,因此&ldquo;腊八粥&rdquo;又称&ldquo;七宝粥&rdquo;,比作佛家七宝(金、银、琉璃、琥珀、玛瑙、珊瑚、珍珠)的混合体,非常形象。</span></span><br />\r\n<span style=\"FLOAT: left; MARGIN-RIGHT: 5px\"><font face=\"宋体\"><font size=\"4\">&nbsp; &nbsp; 这</font></font></span><font face=\"宋体\"><font size=\"4\">一传统习俗延续至今,&ldquo;腊八粥&rdquo;这一营养丰富、美味可口的宗教仪式供品,逐渐演变成为寻常百姓家的食品。用料又增加了多种,如桂圆、莲子、百合、枸杞、冰糖、紫米、香米、薏仁米等。名称也由原来的&ldquo;七宝粥&rdquo;变成了&ldquo;八宝粥&rdquo;。</font></font><br />\r\n<br />\r\n<font face=\"宋体\"><font size=\"4\"><strong>为啥要腌制腊八蒜为什么要腌制腊八蒜?</strong></font></font><br />\r\n<br />\r\n<br />\r\n<font face=\"宋体\"><font size=\"4\">&nbsp; &nbsp; 说起来话长,关于腊八蒜,据说是因为&ldquo;蒜&rdquo;字和&ldquo;算&rdquo;字同音。传说古时候,进入年关,做生意的在这一天都要把一年的收支算出来准备过年,不管是欠别人的,还是别人欠的,心里都要有个数。欠账的那些怎么办呢?快过年了,又不好到人家里明目张胆地去要账,</font></font><font face=\"宋体\"><font size=\"4\">国人自古爱面子,就想出了泡制&ldquo;腊八蒜&rdquo;送上。欠账的人收到腊八蒜,心里就会明白该还债了。</font></font><br />\r\n<br />\r\n<br />\r\n<br />\r\n', '', '', '218.9.171.189'),
(516, 53, '<br />\r\n<span lang=\"EN-US\" style=\"font-size: 10.5pt;\"><span style=\"font-family: 宋体; font-size: 10.5pt;\">&nbsp; <span id=\"cke_bm_85S\" style=\"display: none;\">&nbsp;</span>&nbsp;<span style=\"color:#000000;\"> 最近,一条科技新闻在社交媒体上广为传播,&ldquo;科学家将把熟鸡蛋变生&rdquo;的传闻甚嚣尘上。一些人大呼被这种逆天技术刷三观,另一边则有人觉得这是研究人员闲得无聊在做无意义的事。然而实际上,研究者并没有真的将熟鸡蛋变回生的,这其实只是一种概括性的比喻。显然,这种比喻最终被一些媒体夸大、误读了。</span></span><br />\r\n<br />\r\n&nbsp; &nbsp; 其实相关研究结果发表在了学术期刊《ChemBioChem》上通过阅读原文我们可以发现这一技术的真实意义&mdash;&mdash;让变性失活、结构乱掉的蛋白质恢复活性,重新折叠成正常的结构。论文的文末,用一小段用于通俗传播的总结,使用了让熟鸡蛋变生的比喻,几次而已。<br />\r\n<br />\r\n<strong style=\"font-family: Arial;\"><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">蛋白质,重组蛋白的再折叠,和鸡蛋的</span><span lang=\"EN-US\" style=\"font-size: 10.5pt;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; <span style=\"color:#000000;\"> <background-position: initial initial; background-repeat: initial initial;\">蛋白</span><span lang=\"EN-US\" style=\"font-size: 10.5pt;\">&rdquo;</span></strong><br />\r\n<br />\r\n<span style=\"font-size: 10.5pt;\"><font face=\"Arial\">&nbsp; &nbsp;&nbsp;</font></span>蛋白质是生命活动的主要承担者,多样的氨基酸排列组合,灵活的肽链折叠方式,使不同的蛋白质得以行使各种各样的功能。在生产蛋白质时,细胞内的工匠们会将遗传密码译成肽链&mdash;&mdash;这些肽链像色彩斑斓的毛线,会通过一系列折叠和加工过程被织成能发挥作用的蛋白质。<br />\r\n<br />\r\n<span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\">&nbsp; &nbsp; <span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">在这个被称为</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">熟鸡蛋变生</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">的研究中,加州大学尔湾分校(</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">University of California, Irvine</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)和西澳大学(</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">University of<br />\r\n<br />\r\nWestern Australia</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)的研究者们,实际上是研发出了一套能更快更好地促进聚沉重组蛋白在体外发生再折叠的技术。</span></span><span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\"><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">研究<br />\r\n<br />\r\n者以三种不同的蛋白为示例对技术进行了说明这些蛋白分别是小窝蛋白</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">-1</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">caveolin-1</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)、蛋白激酶</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">A</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">protein kinase<br />\r\n<br />\r\nA</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">PKA</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)和鸡蛋清溶菌酶(</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">hen egg-white lysozyme</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">HEWL</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&mdash;&mdash;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">咦,鸡蛋清溶菌酶,似乎真的跟</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">鸡蛋</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">搭上边了。</span></span><br />\r\n<br />\r\n<strong><span style=\"font-family: 宋体; font-size: 10.5pt;\">熟蛋变生蛋?并没有</span></strong><br />\r\n<br />\r\n<span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\">&nbsp; &nbsp; <span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">设法让变性蛋白质重新折叠的技术并不是没有,但它们大多费时费力。比如,用高浓度尿素将蛋白质完全变性溶解<br />\r\n<br />\r\n解开</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">线团</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)后,再用数升溶液进行数天的透析来慢慢除去尿素,等这些蛋白质一点点折回正确的样子。而这项研究<br />\r\n<br />\r\n里研究者们利用涡流装置</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">vortex fluid device</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">VFD</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)对蛋白质包含体悬浊液进行旋转处理,从而产生剪切力,将</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">乱<br />\r\n<br />\r\n线团</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">快速拆开,辅助蛋白质进行再折叠。</span></span><br />\r\n<br />\r\n<span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\">&nbsp; &nbsp; <span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">为了测试这套技术的本领,研究小组确实用了蛋清</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&mdash;&mdash;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">不过可不是你想的那样。他们将蛋清用磷酸缓冲液稀释后,<br />\r\n<br />\r\n在</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">90</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">℃</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">下煮了</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">20</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">分钟,得到了所谓的</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">熟鸡蛋清</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">。随后,他们用高浓度的尿素将这份</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">乱线团</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">给溶了,再利用</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">VFD</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">技术处<br />\r\n<br />\r\n理使其中的蛋白再折叠。对其中鸡蛋清溶菌酶</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">hen egg-white lysozyme</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">HEWL</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)活性的测定表明,哪怕只旋转</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">2.5</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">分<br />\r\n<br />\r\n钟这些溶菌酶也能正确地折叠回来恢复大部分活性。对于这些溶菌酶而言它们的确可以说是从熟鸡蛋中的状态回到<br />\r\n<br />\r\n了生鸡蛋中的状态</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&mdash;&mdash;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">不过,这显然不是把熟鸡蛋整个变回生鸡蛋。</span></span><br />\r\n<br />\r\n<span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\">&nbsp; &nbsp; <span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">并不是所有</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">乱线团</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">都能这样变回</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">毛衣</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">。后续实验中,研究团队还测试了小窝蛋白</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">-1</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">caveolin-1</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)的膜外结构域<br />\r\n<br />\r\n这个蛋白在细菌表达时中特别容易叠错形成沉淀以及分子量相对较大的蛋白激酶</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">A</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">protein kinase A</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\"></span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">PKA</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">)。他<br />\r\n<br />\r\n们的结果表明不同的蛋白质确实需要不同的处理参数转速、处理时间等相比之下分子量大的蛋白质也更难恢复<br />\r\n<br />\r\n活性。不过尽管应用面仍有限制但相比于耗费数天的透析这项技术的</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">重织毛衣</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">速度显然快得多,而且反应在室温<br />\r\n<br />\r\n下就能进行。这对科研圈和生物技术产业而言都是个好消息。</span></span><br />\r\n<br />\r\n<strong><span style=\"font-family: 宋体; font-size: 10.5pt;\">技术虽抢眼,解读需谨慎</span></strong><br />\r\n<br />\r\n<span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\">&nbsp; &nbsp; <span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">读到这里,这项进展的原貌和现实意义就比较清楚了:实验本身并不涉及直接把熟鸡蛋变生,</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">返生熟鸡蛋</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">也只是一种<br />\r\n<br />\r\n对实验原理的通俗概括。这项技术可没办法让你餐桌上的熟鸡蛋回到烹饪前但它确实有潜力让生物公司和实验室以省时<br />\r\n<br />\r\n省力省钱的方式将重组蛋白更快更好地变成正确的样子。因此大家大可不必为</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">三观被刷</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">而惶恐,也别急于斥之</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&ldquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">无厘<br />\r\n<br />\r\n头</span><span lang=\"EN-US\" style=\"font-size: 10.5pt; background-position: initial initial; background-repeat: initial initial;\">&rdquo;</span><span style=\"font-size: 10.5pt; font-family: 宋体; background-position: initial initial; background-repeat: initial initial;\">。鸡蛋还在那,真相也是。</span></span><br />\r\n<span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\"><!--[if !supportLineBreakNewLine]--><br />\r\n<!--[endif]--></span><span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\"><!--[if !supportLineBreakNewLine]--><br />\r\n<span id=\"cke_bm_85E\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_85E\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_227E\" style=\"display: none;\">&nbsp;</span><!--[endif]--></span><span lang=\"EN-US\" style=\"font-family: Arial; font-size: 10.5pt;\"><!--[if !supportLineBreakNewLine]--><br />\r\n<!--[endif]--></span><!--[endif]--></span>', '', '', '218.9.164.83'),
(517, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 浴室综合症并不是骇人听闻的说法,这种病症常常发生在秋冬季节。在洗澡过程中,会出现头晕、目眩、心悸、胸闷、出汗、口渴、恶心、呕吐、四肢乏力、呼吸急促、心跳加快、眼前发黑等症状。此种病症多见于体弱多病的人群。<br />\r\n<br />\r\n&nbsp; &nbsp; 其原因是冬季天气寒冷,为了保温,往往浴室门窗紧闭,这样就造成了室内温度高,湿度大,氧气少,空气污浊,加上在热水中浸泡,水温使人的毛细血管扩张,致使大量血液郁结在体表,而循环回心血量减少,心输出血量不足,造成血压下降,从而使脑组织发生一时性缺血缺氧,所引起的症状。严重者还会患上肺炎。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,如何避免发生&ldquo;浴室综合症&rdquo;呢?<br />\r\n<br />\r\n&nbsp; &nbsp; 1要尽量保证浴室内空气新鲜。在进行洗浴时可以打开排气扇使室内的水蒸气及时排到室外。避免水蒸气夹杂着细菌影响呼吸系统。<br />\r\n<br />\r\n&nbsp; &nbsp; 2要严格控制水温热水浸泡的时间不宜过长。洗浴的时间一般要控制在1520分钟减少因长时间的浸泡使毛细血管扩张。洗澡动作也不宜过急或过分用力以轻松自如为佳。<br />\r\n<br />\r\n&nbsp; &nbsp; 3要加强体质锻炼。发生&ldquo;浴室综合症&rdquo;病症的多见于体弱多病的人群。加强自身的体质锻炼对于避免发生&ldquo;浴室综合症&rdquo;有着重要的意义。<br />\r\n<br />\r\n&nbsp; &nbsp; 4要常常进行药补。即针对自己的体质采取药物补养的方法从而提高机体对环境变化的适应能力。当然进行药补必须在专业医生的指导下完成。私自盲目地进行药补只会起到适得其反的效果</span><br />\r\n', '', '', '218.9.164.153'),
(518, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 胡萝卜具有很多养生的功效,如:改善视力、预防癌症、抗衰老、消炎消肿、预防心脏病及中风等功效。那么胡萝卜怎么吃才能使其强大的功效发挥得淋漓尽致呢很多人会比较爱生吃胡萝卜其实这种吃法是不太好的因为胡萝卜含有的丰富维生素A主要靠油脂来吸收。下面让我们来看看胡萝卜的最佳吃法吧<br />\r\n<br />\r\n&nbsp; &nbsp; 胡萝卜是营养价值较高的<a href=\"http://www.99.com.cn/special/yangganhugan.htm\" target=\"_blank\">食物</a>但如烹调不当或搭配不当会影响其营养素的吸收。要想把胡萝卜中的营养释放出来需要在烹饪中进行加热或者通过机械作用如研磨、榨汁或者充分咀嚼以上方法能让类胡萝卜素的可用量增加6倍。此外由于类胡萝卜素是脂溶性的因此胡萝卜最好加油烹调或者跟含脂肪的食物一起食用才能在人体的小肠黏膜作用下转变为维生素A而被吸收。<br />\r\n<br />\r\n&nbsp; &nbsp; 因此做胡萝卜时要多放油最好同肉类一起炒。另外烹制胡萝卜的时间要短以减少维生素C的损失。只要合理烹调和搭配得当胡萝卜是较好的维生素A的来源。<br />\r\n<br />\r\n&nbsp; &nbsp; 胡萝卜是&ldquo;蔬中六友&rdquo;之一,蔬中六友包括胡萝卜、南瓜、<a href=\"http://jf.99.com.cn/sgscl/\" target=\"_blank\">番茄</a>、苦瓜、大蒜、黑木耳。由于胡萝卜对人体具有多方面的保健功能,被称之为&ldquo;菜蔬之王&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 胡萝卜炒蛋可以降低卵巢癌的发病率。鸡蛋中含有较多的维生素B和其他微量元素可以分解和氧化人体内的致癌物质具有防癌作用。鸡蛋味甘、性平还具有养心安神补血滋阴润燥之<a href=\"http://www.99.com.cn/special/zhongcaoyao.htm\" target=\"_blank\">功效</a>。胡萝卜能提供丰富的维生素A可促进机体正常生长繁殖、维持上皮组织、防止呼吸道感染与保持视力正常、<a href=\"http://so.99.com.cn/article.aspx?q=%D6%CE%C1%C6&amp;typeid=752\" target=\"_blank\">治疗</a>夜盲症和眼干燥症等功能。同时还具有增强人体免疫力和抗癌的作用,并可减轻<a href=\"http://www.99.com.cn/zhongliu/azcs/\" target=\"_blank\">癌症</a>病人的化疗反应,对多种脏器有保护作用。</span><br />\r\n', '', '', '218.9.164.153'),
(519, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%8b%8f%e5%b0%8f%e7%ba%a2&amp;code=31639625;23486125;23486126;32239694;25398890;23486127;\" target=\"_blank\">苏小红</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e4%bc%9f&amp;code=31639625;23486125;23486126;32239694;25398890;23486127;\" target=\"_blank\">刘伟</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e6%ac%a3&amp;code=31639625;23486125;23486126;32239694;25398890;23486127;\" target=\"_blank\">王欣</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%83%ad%e5%b9%bf%e4%ba%ae&amp;code=31639625;23486125;23486126;32239694;25398890;23486127;\" target=\"_blank\">郭广亮</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%be%90%e6%99%93%e7%a7%8b&amp;code=31639625;23486125;23486126;32239694;25398890;23486127;\" target=\"_blank\">徐晓秋</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%ab%98%e5%be%b7%e7%8e%89&amp;code=31639625;23486125;23486126;32239694;25398890;23486127;\" target=\"_blank\">高德玉</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 SU Xiao-hong;LIU Wei;WANG Xin;GUO Guang-liang;XU Xiao-qiu;GAO De-yu;S&amp;T Incubation Centers of Heilongjiang Academy of Sciences</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e7%a7%91%e5%ad%a6%e9%99%a2%e7%a7%91%e6%8a%80%e5%ad%b5%e5%8c%96%e4%b8%ad%e5%bf%83&amp;code=0133180;\" target=\"_blank\">黑龙江省科学院科技孵化中心</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">采用沼液回流装置,将发酵后的沼液回流至厌氧发酵装置中,并与新鲜牛粪混合,进行不同回流比率的高温厌氧发酵试验,研究沼液回流对厌氧发酵产气性能的影响。结果表明,沼液回流对牛粪高温厌氧发酵产气性能影响显著,对p H和氨氮的影响较小。当回流比率为60%时,日均产气量可达109.3 L/d,与未进行沼液回流的对照组相比,提高了20.8%。相对较低的沼液回流比率,对系统的COD去除效果影响不大;相对较高的回流比率,影响COD的去除。当回流比率达到100%时,COD的去除率相对于对照组减少了11%。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%b2%bc%e6%b6%b2%e5%9b%9e%e6%b5%81\" target=\"_blank\">沼液回流</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%ab%98%e6%b8%a9%e5%8e%8c%e6%b0%a7%e5%8f%91%e9%85%b5\" target=\"_blank\">高温厌氧发酵</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e4%ba%a7%e6%b0%94%e6%80%a7%e8%83%bd\" target=\"_blank\">产气性能</a></span></div>\r\n<div class=\"keywords int5\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n 【文内图片】</div>\r\n<div id=\"imgdiv\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\">\r\n 【基金】 黑龙江省省院科技合作项目;黑龙江省科学院青年创新基金项目<br />\r\n <br />\r\n 全文阅读:<a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501001.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501001.aspx</a></div>\r\n', '', '', '218.9.171.14'),
(520, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%9c%e5%be%bd&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">杜徽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e8%b4%b9%e6%b4%aa%e6%96%b0&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">费洪新</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%bc%a0%e8%8b%b1%e5%8d%9a&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">张英博</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e4%bb%b2%e4%b8%bd%e4%b8%bd&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">仲丽丽</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e7%8e%8b%e6%99%93%e6%ba%90&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">王晓源</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%88%98%e6%96%8c&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">刘斌</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%9f%a9%e7%8e%89%e7%94%9f&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">韩玉生</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9d%8e%e5%ae%9d%e9%be%99&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">李宝龙</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%ad%99%e5%8d%9a&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">孙博</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e4%b8%91%e5%b0%8f%e6%9c%88&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">丑小月</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e5%91%a8%e5%bf%a0%e5%85%89&amp;code=11448657;31032181;29372989;27679658;07356946;23465601;07356704;07363793;22186214;31118439;07362171;\" target=\"_blank\">周忠光</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 DU Hui;FEI Hong-xin;ZHANG Ying-bo;ZHONG Li-li;WANG Xiao-yuan;LIU Bin;HAN Yu-sheng;LI Bao-long;SUN Bo;CHOU Xiao-yue;ZHOU Zhong-guang;Heilongjiang University of Chinese Medicine</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e9%bb%91%e9%be%99%e6%b1%9f%e4%b8%ad%e5%8c%bb%e8%8d%af%e5%a4%a7%e5%ad%a6&amp;code=0218760;\" target=\"_blank\">黑龙江中医药大学</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">将雄性小鼠随机分成对照组、模型组、吡拉西坦组(0.62g&middot;kg-1&middot;d-1)、AEWH高剂量组(2.0g&middot;kg-1&middot;d-1)、AEWH低剂量组(0.5g&middot;kg-1&middot;d-1)。采用A&beta;1-42小鼠双侧脑室注射诱导AD模型小鼠。小鼠给予AEWH灌胃,连续治疗18d后取材,采用双抗体夹心法测定海马IL-1&beta;水平。与对照组比较,模型组小鼠海马IL-1&beta;水平明显升高(P&lt;0.05);与模型组比较,AEWH高剂量组海马IL-1&beta;水平明显降低(P&lt;0.05)。说明AEWH高剂量(2.0g&middot;kg-1&middot;d-1)能降低IL-1&beta;水平,AEWH通过抑制IL-1&beta;在AD治疗中发挥重要作用。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%80%9a%e5%a4%a9%e8%8d%89%e6%b0%b4%e6%8f%90%e7%89%a9\" target=\"_blank\">通天草水提物</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e9%98%bf%e5%b0%94%e8%8c%a8%e6%b5%b7%e9%bb%98%e7%97%85\" target=\"_blank\">阿尔茨海默病</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%99%bd%e4%bb%8b%e7%b4%a0-1%ce%b2\" target=\"_blank\">白介素-1&beta;</a></span></div>\r\n<div class=\"keywords int5\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\" id=\"divimg\" style=\"DISPLAY: none\">\r\n 【文内图片】</div>\r\n<div id=\"imgdiv\">\r\n &nbsp;</div>\r\n<div class=\"keywords int5\">\r\n 【基金】 国家自然科学基金资助项目(81373777,81173599)<br />\r\n <br />\r\n 全文阅读:<br />\r\n <a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501006.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501006.aspx</a></div>\r\n', '', '', '218.9.171.14'),
(521, 40, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%ae%b7%e9%94%a1%e4%ba%ae&amp;code=29747736;\" target=\"_blank\">殷锡亮</a></p>\r\n <p id=\"au_en\">\r\n 【Author】 YIN Xi-liang;Harbin Qiaohang Communication Equipment Co.Ltd</p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e5%93%88%e5%b0%94%e6%bb%a8%e4%be%a8%e8%88%aa%e9%80%9a%e4%bf%a1%e8%ae%be%e5%a4%87%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8&amp;code=0900899;\" target=\"_blank\">哈尔滨侨航通信设备有限公司</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">介绍了Linux操作系统的概念应用的场景,基于Linux操作系统以及通信软件架构,设计了一种虚拟平台,并着重描述了这种虚拟操作系统提供的内存管理机制。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=Linux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f\" target=\"_blank\">Linux操作系统</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e8%99%9a%e6%8b%9f%e8%bd%af%e4%bb%b6%e5%b9%b3%e5%8f%b0\" target=\"_blank\">虚拟软件平台</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%86%85%e5%ad%98%e7%ae%a1%e7%90%86\" target=\"_blank\">内存管理<br />\r\n <br />\r\n 全文阅读</a><br />\r\n <a href=\"http://d.wanfangdata.com.cn/Periodical_hljkx201501016.aspx\">http://d.wanfangdata.com.cn/Periodical_hljkx201501016.aspx</a></span></div>\r\n', '', '', '222.32.4.178');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(522, 55, '<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 2015年1月9日国家自然科学一等奖授予了计算机科学家、中国工程院院士张尧学及其团队。但这一奖项立刻引发了争议许多研究者认为这一项目太偏向工程太过普通</span><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; text-decoration: none;\"><a href=\"http://www.guokr.com/article/439914/\" style=\"margin: 0px; padding: 0px; border: 0px; font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; color: rgb(70, 182, 182); text-decoration: none;\"><span style=\"color:#000000;\">《科学》杂志的官方网站也对此进行了报道。</span></a></span></span></span><span style=\"color:#000000;\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp;在接受科技日报采访时,张尧学提供了</span><span style=\"font-size: 14px;\">一个</span></span><a href=\"http://v.qq.com/page/h/v/q/h0145ebh1vq.html\" style=\"font-family: inherit; font-size: 14px; line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; color: rgb(70, 182, 182); text-decoration: none;\"><span style=\"color:#000000;\">视频链接</span></a><span style=\"color:#000000;\"><span style=\"font-size: 14px;\"></span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">展示了基于透明计算的&ldquo;透明桌面&rdquo;项目的运行状况。但是,网友很快发现其中一段帮助文本是英文。经搜索发现这段文本来自加拿大软件工程师约丹&middot;约丹诺夫Iordan Iordanov的远程桌面客户端bVNC这是一个&ldquo;开源软件&rdquo;,源代码是公开的。&nbsp;</span></span><br />\r\n <span style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 果壳网为此对约丹诺夫进行了专访,他在专访中表示,根据视频</span></span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">可以明确判断出透明桌面肯定使用了他的代码,而且他的代码在其中应该起了很重要的作用。但是,只要项目组愿意将他们的完整成果按照开源软件协议公开源代码,那就不算是违反了软件业的原则&mdash;&mdash;不过,学术领域的原创性就另当别论了。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:你能简单介绍一下你的项目吗?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">我的bVNC是一个虚拟网络计算VNC客户端它是在远程桌面客户端代码库里的源代码基础上开发的。这个代码库里面还有好几个其他的项目&mdash;&mdash;其中有一个名叫aRDP的远程桌面协议RDP客户端一个名叫aSPICE的独立计算环境简单协议SPICE客户端还有一个名叫Opaque的红帽企业虚拟平台开源版oVirt/RHEV客户端。这后两个软件包可能就是透明桌面项目的基础。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 它允许用户连接到远程设备上运行的远程桌面可以选择使用多种协议。目前支持的协议是VNCRDP和SPICE这三种除此之外我的客户端还支持oVirt/RHEV架构使用的是一个叫做libgovirt的红帽二进制库。而且它还提供SSH隧道功能提供额外安全性。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 一旦连接到了远程桌面,用户就能输入文本或操纵鼠标和远程桌面互动。远程鼠标操纵可以使用多种输入模式,包括直接模式、模拟触控板模式和单手模式,每一种有不同的优缺点,取决于用户喜欢如何使用他们设备的触屏。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:你的项目的版权状况如何?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">我使用的授权是GPLv2或者v3不同子项目版本有差异。这一授权允许别人在满足一定条件的情况下使用我的代码具体条件可参见GPL相关条目。大致说来这些条件可以部分概括如下</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; &nbsp;如果有人在我的项目基础上创作了衍生作品并且不是留作自己用而是分发给别人那他们必须把整个衍生作品的完整源代码也公布出来。而且对于这些源代码他们只能使用GPL授权不能换成别的授权。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">所以他们的项目也应遵循GPL具体什么版本取决于他们用了哪些子项目。bVNCaRDP和aSPICE的协议是2版而Opaque则是3版。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:能否断言透明桌面项目组使用了你的代码?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; &nbsp;约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">是的,十分明显他们把我的软件整合到了他们的项目里,这从屏幕上的可绘制对象&mdash;&mdash;Ctrl, Alt, Shift等等的位图按钮可以看出来还有弹出的信息框关于当前选择的输入模式的信息和分辨率也能证明这一点。此外他们所展示的功能在我的软件里已经实现了。他们的项目的移动端和我的项目非常相似几乎到了完全等同的地步</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: normal; vertical-align: baseline; letter-spacing: 0.06em;\">bordering on&nbsp;</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: normal; vertical-align: baseline; letter-spacing: 0.06em;\">identical to my project</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\"></span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 不过,我并没有下定论说他们是&ldquo;盗窃&rdquo;了这些代码。如果他们试图把源代码改换授权重新发布,或者发布了二进制软件而不同时发布源代码,那么这就算是盗窃,不过他们已经承诺不会这样做了。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">(编者注:此处的&ldquo;承诺&rdquo;,指的是认证微博账号&ldquo;透明桌面项目组微博&rdquo;。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\"></span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; &nbsp;话虽如此,鉴于他们获得了如此巨大的成功,如果他们能联系一下我,允许我参与进他们的项目组,我将十分荣幸&mdash;&mdash;不过这并非我的明确要求。不管怎么说,如果没有我的工作,他们是没办法像现在这样在移动设备上展示他们的工作的。他们在透明桌面项目里展示的移动设备灵活性,大概是整个展示中最重要的一部分,而他们选择在视频的最后表演这一部分,大概是因为它的&ldquo;哇哦指数&rdquo;wow-factor最高吧。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:帮助文本也算吗?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">这取决于帮助文本的授权。我的帮助文本和代码一样是GPL授权的也受限于以上所述同样的条件。这个例子里我相信他们遵循授权就可以自由使用我的软件附带的帮助文本。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:透明计算这个概念新吗?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">现在透明计算这个想法已经不新了。VMWare私有软件和红帽开源各自都有一套方案它们基本上都可以实现这个研究组所展现的内容。红帽的产品名为oVirt和我的Opaque客户端联合使用本质上就能达成他们所展示的所有功能。但由于语言因素我无法准确得知他们研究组到底做出了哪些额外贡献我非常希望他们能来联系我甚至是寻求合作这样让我能做出更大的贡献。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; &nbsp;果壳网如果GPL授权被违反了开源社区会采取行动吗</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">鉴于透明桌面项目组出来澄清了他们的立场并明确指出他们打算遵守GPL授权我不认为开源社区会采取什么行动。不过假如真的有人违反了GPL那么一定会面对巨大的舆论谴责广泛的讨论和声讨甚至视具体情况有可能对簿公堂。但在这件事里我不认为这些会发生。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:你觉得他们如果不参考你的代码,能实现这些功能吗?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">实现任何功能都是有可能的,但代价是巨大的时间和人力。我认为他们的项目组在别人的成果基础上工作并不是什么过错&mdash;&mdash;开源软件本来就是这样的呀如果他们试图把这个想法当成完全原创的去宣传对此我表示怀疑那么这就是学术上的不端行为但这和GPL授权的条款就没有关系了。就这个问题我没法发表评论主要是因为语言障碍我不能完全理解整件事情的来龙去脉。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:他们既然是使用了别人的代码,那有没有什么地方他们做得不好?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">我注意到的一个奇怪的事情是,他们在移动端演示的输入法都是英文。我希望他们能开发一种输入汉字的办法。如果他们需要,可以来找我谈谈。我倒的确挺喜欢他们把用户有权访问的远程虚拟机展示出来的方式,我很希望这部分贡献也能反过来融合到我的项目里。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:你的软件有多少用户呢?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">我们的源代码库上的几个项目在Google Play、Blackberry World和Amazon App Store上都有下载。如果算上整个市场和所有子项目那么迄今为止我的软件获得了250 000次以上的独立下载。</span><br />\r\n <span style=\"font-style: inherit; font-variant: inherit; font-weight: 700; line-height: inherit; font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 果壳网:你为什么会想到做这个项目呢?</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; vertical-align: baseline;\">&nbsp; &nbsp; 约丹诺夫:</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">有几个因素。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; &nbsp;第一当然是迎接技术挑战、得到学习新技术的机会。这些项目和我作为职业程序员的全职工作完全不同,让我有机会能把时间用在全新的有趣的东西上。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; 第二是为全世界的人提供一项有益的服务。世界已经相互连通,把软件放在 Github这样的代码网站和Google Play、Blackberry World这样的应用市场上能让它们很容易触及全球范围的用户并产生影响。</span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0);\">&nbsp; &nbsp; &nbsp;第三是我想创造出能经历时间考验的软件,永远不会消失。对于私有软件,一次公司合并或者一次糟糕的商业决策,就能让它从市场上消失不见;但如果创造出优秀的开源软件,能和最好的私有软件竞争,这样的开源软件就能够永存。这也让年轻的程序员能从软件中学到东西,甚至为软件做出贡献。</span></p>\r\n', '', '', '218.9.171.14'),
(523, 55, '<span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px; line-height: 30px;\">&nbsp; &nbsp; 丹麦电影《狩猎》中,刚刚离婚的中年男子卢卡斯,在一个小镇的幼儿园上班。他非常喜欢小孩,和他们打成一片。可是不久,他的学生之一、他最好的朋友铁欧的女儿克莱拉向他示爱,给了他一个心形礼物,并亲吻了他的嘴唇。作为老师,卢卡斯委婉地告诉克莱拉不能这么做。羞恼成怒的小女孩告诉幼儿园园长说她不喜欢卢卡斯,却也说不出什么原因来。幼儿园园长高度重视,怀疑存在性侵。在她的追查下,学区调查人员、克莱拉父母和全镇人都认为卢卡斯性侵了克莱拉。卢卡斯在全镇被孤立,甚至遭到殴打。后来小女孩说自己不过是说错了话,大家仍然不相信卢卡斯。这是一个典型的&ldquo;三人成虎&rdquo;的故事。但电影也说明了记忆的不可靠之处。我最近碰巧在看一些关于学习理论的书,发现这个电影是认知错觉的一个极佳案例。</span></span></span><br />\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 不要以为这种故事只是电影上的胡编。事实上1998年的一研究报告发现美国40起冤假错案无辜者被控告后经DNA测试证明清白有36起是因证人错误指认所致。在中国著名的佘祥林杀妻冤案也是因为证人自圆其说所致。</span></span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&nbsp; &nbsp; 为什么办案人员也信了这些说法?因为这些说法能够自圆其说。</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">人总是渴求一种有头有尾前后连贯的故事</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">。但是这种渴求很危险,它让我们忽略现实中其他的可能。要是有人暗示某人是个小偷,你一定会越看越像的。哪怕出现了与之不符合的证据,你也会选择性地忽略。</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">人的记忆是非常不可靠的。一些干扰因素更是让其扭曲。澳大利亚心理学家唐纳德&middot;汤普森Donald M. Thompson)险些成为这种扭曲记忆的受害人。有一次悉尼一个女人在家里被人强奸,后去警局描述犯罪嫌疑人,警方根据她的描述,后来抓住了唐纳德&middot;汤普森。幸亏案发时唐纳德&middot;汤普森正在一电视台做直播,有完美的&ldquo;不在场证据&rdquo;。可是这女子为什么会指认唐纳德&middot;汤普森呢?因为案发前她正在看唐纳德&middot;汤普森的节目,因为后来发生的创伤事件,在记忆当中将汤普森误作了强奸犯。</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">像这些大案往往能进入我们的视线可是记忆的扭曲和自圆其说对我们平日的生活也颇多影响。包括我所关注的学习领域。《粘得住的学习》Make it stick一书总结了一些原因</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">1.认知幻觉Perceptual illusion亦即我们的观察&ldquo;看走眼&rdquo;,这可能是我们注意力分散,也可能是受过去经历的影响,这让我们不能客观地观察到事实的情况;</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">2.记忆扭曲Distortions of memory出于情感创伤他人的说辞我们对于事件的记忆发生变化甚至黑白颠倒</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">3.想像膨胀Imagination inflation起初自己纯粹想像的情况因缺少质疑后来被我们接受为真实的情况4.</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">渴求说法Hunger for narrative 指我们对自己不能了解的情况,力求找到一个合理解释,以终结我们的猜测;</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">5.趋同结论Congenial conclusions接受和自己的解释比较吻合的结论对于不符合此模式的新问题我们会选择性忽略</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">6.忽略模糊Resolve ambiguity 在观察和记忆的事件中强加顺序,排列组合成我们能理解的模式;</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">7.接受暗示Accept suggestions):接受他人一些说法的误导,误以为这和自己所应对的情况有关;</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;\">8.遭遇干扰Interference在原始事件和结论之间我们遇到了一些新的信息哪怕无关结果我们会在新的信息件和结论之间建立关联。</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&nbsp; &nbsp; 这些记忆和观察的错觉,影响到我们日常生活中的种种判断。说到底,要想解决这样的扭曲,我们必须尽量避开来自本能的判断。我们常听到对于&ldquo;直觉&rdquo;的追捧,事实上直觉是不可以作为证据的,不管在我们自己看来是何等可靠。更应该追求的,是理性的分析,证据的采集和判断。后者更需要时间和耐心,得延缓判断,不匆忙追求在我们大脑中的&ldquo;结案&rdquo;,或是限定自己找到特定的证据再作判断。为了避免自己的记忆或者认知错误,我们也有必要参考第三方的意见。有的时候开会,我发现,聪明的主持人为了避免大家意见趋同,而忽略关键视角,甚至会指派人提出&ldquo;魔鬼支持者&rdquo;Devil&#39;s advocate</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">是指在辩论中针对多数派进行批判或反驳的人,亦或是指该职责</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif; line-height: inherit; margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">)意见</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; 在学习上,这种错觉和扭曲,体现在我们&ldquo;流利的幻觉&rdquo;Fluency illusion比如我们可能看了某材料很多遍觉得看熟了甚至倒背如流。但是这种熟悉未必可以换算为深入的了解。这就是为什么世间会有一些&ldquo;白痴天才&rdquo;的缘故。他们可以熟悉一种材料,但这种熟悉来自于行为主义所说的那种刺激-反应而已。一些学习内容,我们误以为我们记得了,我们熟悉了,可是其中可能谬误丛生,扭曲变形,我们根本没有学进去。就好比我们对于一个罪犯,自以为形成了一定认识,能够指认,其实只不过是大脑给我们的幻觉而已。</span><br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; 如何解决这个问题呢可使用客观的衡量手段不要相信自己的直觉和他人的说法。在刑侦学中DNA测试等手段的使用客观上减少了错误的可能。或者是做测验题一些我们觉得可能熟悉了的话题我们做了测试才发现自己没有彻底明白这种测验提供的反馈也能纠正我们自以为熟悉的错觉。这种测试应该是累加式的cumulative&nbsp;因为我们可能一次测验做对了,这会强化我们的熟悉错觉,但下一次又不对了。如果测验题不断滚动,我们可能会不止一次接触到同一个题目,就可能产生更为深刻的认识。同伴学习也是一个好办法,几个人一起,假如都能排除成见的干扰,能开诚布公地合作解决一个问题,学习一个话题,我们可能会彼此纠偏。</span></p>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '218.9.171.14'),
(524, 11, '<span style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">&nbsp; &nbsp; 在我们自己的性格影响我们工作表现的同时,我们另一半的性格也与我们工作上的成功有关。</span><br />\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 怎样做才能在办公室里出类拔萃?众所周知,性格影响职业竞争力,高收入人群的性格更倾向于外向、有野心、认真并且自信。无论你在工资或者个人满足上如何衡量成功,办公室明星的性格都倾向于精力充沛、积极主动并且极度渴望成功。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 一项令人惊讶的新研究表明,性格在工作产出上发挥的作用甚至比我们之前认为的更大&mdash;&mdash;但是是以一种令人意想不到的方式。华盛顿大学的Brittany Solomon 和 Joshua Jackson发现在我们自己的性格影响我们工作表现的同时我们另一半的性格也与我们工作上的成功有关。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 很多人寻找浪漫的伴侣比如性感火辣的或者是性格温和的人。但是来自Solomon 和 Jackson的数据建议我们在寻找伴侣时应该考虑得更多应该寻找那些能够在我们的工作中不断影响我们并且对我们的工作表现具有长期影响的人。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 哪种类型的伴侣可以提高你的收入你是否应该寻找一个好强、精力充沛或者具有好奇心的甜心或者是那些富于同情心好交际的善于合作的人根据Solomon 和 Jackson最棒性格的奖项应该授予&ldquo;负责先生&rdquo;和&ldquo;负责小姐&rdquo;。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 在他们的纵向研究中Solomon 和 Jackson从4544位异性恋已婚人士那里追踪反馈他们中大约75%的人是双收入家庭。参与者首先完成一份性格测试,用于测试五种性格特点:外向性、随和性、负责性、神经质性和开放性。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 在这五年期间,参与者也通过报告他们工作满意度,每小时的收入以及升职来衡量工作上的成就。最后,参与者提供关于家务劳动,生活方式决策,以及婚姻满意度的数据。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; Solomon 和 Jackson发现拥有一个更加负责的伴侣的人倾向于拥有较高的工作满意度更常被升职并且他们称自己的收入在四年内提高了。这是为什么负责的人是可信赖的并且有安排有组织他们提供可靠的支持善于计划和实现他们的生活。Solomon 和 Jackson因此假设拥有负责伴侣的人可能做更少的家务或者让他们的伴侣做因此他们可以投入更多的时间和精力到工作上。少洗衣服很少被差使做这做那减少家务事的负担可以转变为更好的薪水更多的进步以及更高的工作满意度。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 在单收入和双收入家庭中,有一个负责任的伴侣的好处都是明显的,在单收入家庭中这种影响更加强烈。因此,不管在外或者在家工作,负责的伴侣提供强有力的支持,那些在家工作的人也许可以更好地应付照看孩子和家务活。这些数据对男人和女人来说也是相似的,这意味着,不论性别,从家庭得到持续的帮助有助于提升你的工作。负责任的伴侣不仅创造能培育成功的环境,他们也是好的榜样。因为我们喜欢模仿伴侣的一些行为,拥有一个负责的伴侣也许可以在工作上激发出更好的可靠性和工作效率,更进一步提高工作表现。最后,拥有负责伴侣的人倾向于称他们对彼此的关系更满意,婚姻满意度的提升或许可以缓解压力,让人更容易把精力投入到职业活动中。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 家庭生活可以影响我们的职业表现这个概念我们并不是第一次见了。大量的研究表明在家的经历会蔓延到我们在工作中的经历反之亦然就像压力可以越过伴侣在家庭和工作之间转移你在工作中的情绪可以与你的伴侣在家中的情绪相联结。先前的研究已经检验了相对转移的交叉效应例如工作上的不顺心会让你在家的夜晚也变得糟糕Solomon 和 Jackson的发现阐明了一个人伴侣的性格会对他/她职业上的成功有更持久更长期的影响。</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 要寻人生伴侣也许是艰难的但是Solomon 和 Jackson的数据也许可以帮助那些事业心强的人缩小他们的搜寻范围。想要获得个人的和职业的成功那么就去寻找一个支持你的可靠的做事有条理的并且自律的人。毕竟和一个定期更换厕纸的伴侣在一起没有人会不快乐吧</div>\r\n<div style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</div>\r\n', '', '', '218.9.166.131'),
(527, 11, '&nbsp; &nbsp; <span style=\"color:#000000;\">&nbsp;</span><span style=\"font-size:14px;\"><span style=\"color:#000000;\">菠萝果实品质优良,营养丰富,含有大量的</span><a href=\"http://baike.baidu.com/view/43544.htm\" target=\"_blank\"><span style=\"color:#000000;\">果糖</span></a><span style=\"color:#000000;\"></span><a href=\"http://baike.baidu.com/view/16023.htm\" target=\"_blank\"><span style=\"color:#000000;\">葡萄糖</span></a><span style=\"color:#000000;\"></span><a href=\"http://baike.baidu.com/view/4576.htm\" target=\"_blank\"><span style=\"color:#000000;\">维生素</span></a><span style=\"color:#000000;\">B、C</span><a href=\"http://baike.baidu.com/view/39167.htm\" target=\"_blank\"><span style=\"color:#000000;\">磷</span></a><span style=\"color:#000000;\"></span><a href=\"http://baike.baidu.com/view/122100.htm\" target=\"_blank\"><span style=\"color:#000000;\">柠檬酸</span></a><span style=\"color:#000000;\">和</span><a href=\"http://baike.baidu.com/view/265194.htm\" target=\"_blank\"><span style=\"color:#000000;\">蛋白酶</span></a><span style=\"color:#000000;\">等物质。菠萝作为鲜食,香味浓郁,甜酸适口,清脆多汁。菠萝具有清暑解渴、消食止泻、补脾胃、固元气、益气血、消食、祛湿、养颜瘦身等功效,为夏令医食兼优的时令佳果。那么,如何挑选最好吃的菠萝呢?<br />\r\n<br />\r\n<strong>一、看果实外观形态</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 优质的菠萝,其果实呈圆柱形或两头稍尖的卵圆形,大小均匀适中,果形端正,芽眼数量少。成熟度好的菠萝表皮呈淡黄色或亮黄色,两端略带青绿色,上顶的冠芽呈青褐色;而生菠萝的外皮色泽铁青或略带褐色。如果菠萝的果实突顶部充实,果皮变黄,果肉变软,呈橙黄色,说明它已达到九成熟。这样的菠萝果汁多,糖分很高,而且香味浓郁,具有非常好的味道。<br />\r\n<br />\r\n<strong>二、看果肉组织</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 将菠萝切开以后,如果是果目浅而小,内部呈淡黄色,果肉厚而果芯细小的菠萝则为优质品;否则,果目深而多,内部组织空隙较大,果肉薄而果芯粗大为劣质菠萝。另外,未成熟菠萝的果肉脆硬且呈白色。<br />\r\n<br />\r\n<strong>三、看果实的硬度</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 挑选菠萝时,可用手轻轻的按压,如果发现坚硬而无弹性的是生菠萝。而挺实且微软的菠萝是成熟度好的优质菠萝。过陷甚至凹陷者为成熟过度的菠萝。如果发现菠萝有汁液溢出,说明其果实已发生变质,不可以再食用了。<br />\r\n<br />\r\n<strong>四、用鼻子闻</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 一般成熟度好的菠萝外皮上能稍微闻到些香味,果肉则香气馥郁。而浓香扑鼻的菠萝为过熟果,时间放不长,且易腐烂。另外,无香气的菠萝则可能是带生采摘果,所含糖分明显不足,吃起来也没什么味道。<br />\r\n<br />\r\n&nbsp; &nbsp; 需要注意的是,菠萝中有一种蛋白酶,对于过敏体质的人,还有口腔皮肤幼嫩的孩子来说,轻则会刺激口腔黏膜,使口唇发麻、发痒甚至红肿,重则会出现腹泻、呕吐、头痛等症状。所以,在吃菠萝前最好先要用淡盐水泡一下,浸泡时间以半小时为宜,如果时间不够长,菠萝蛋白酶没有完全破坏;时间过长,则会造成营养流失,还容易滋生细菌。</span></span><br />\r\n', '', '', '218.9.164.83'),
(528, 11, '<div>\r\n <span style=\"color:#000000;\"><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; 冰箱是我们保鲜、储存食物的首选,但是有的食物放进冰箱,可能会影响食物的品质,结果适得其反。</span></span></span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: 28px;\">1.淀粉类食物&nbsp;</strong></div>\r\n<div align=\"center\" style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 16px; line-height: 28px;\">\r\n <p style=\"margin: 0px 0px 29px; padding: 0px; text-align: left;\">\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 馒头、花卷、面包等淀粉类食物不能放进冰箱中,会加快其变干变硬的速度,如果短时间吃不了的话,可以将其密封好放进冷冻室中冷冻。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">另外面包和饼干也不宜放在一起存放,这样一来面包中的水分会转移到饼干中,使饼干变软,面包反而变硬,对两者都不利。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">2.巧克力</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 放进冰箱的巧克力在拿出来后表面容易出现白霜不但失去原来的醇香口感还会利于细菌的繁殖。芮莉莉说储存巧克力的最佳温度是5℃</span><span style=\"color: rgb(51, 51, 51); font-family: simsun; font-size: 14px; letter-spacing: 2px;\"></span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">18℃。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">可先用塑料袋密封,再置于冰箱冷藏室储存。取出时,别立即打开,让它慢慢回温至室温再食用。</span></p>\r\n</div>\r\n<div align=\"center\" style=\"color: rgb(0, 0, 0); font-size: 16px; line-height: 28px;\">\r\n <p style=\"margin: 0px 0px 29px; padding: 0px; text-align: left;\">\r\n <span style=\"font-family: 宋体, Arial, sans-serif; font-size: 14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>3.鱼类</strong></span></span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 冰箱中的鱼不宜存放太久,家用电冰箱的冷藏温度一般为-15℃最佳冰箱也只能达到-20℃而水产品尤其是鱼类在贮藏温度未达到-30℃以下时鱼体组织就会发生脱水或其它变化如鲫鱼长时间冷藏就容易出现鱼体酸败肉质发生变化不可食用。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">4.药材</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 药材不宜放在冰箱里,药材放入冰箱内,和其他食物混放时间一长,不但各种细菌容易侵入药材内,而且容易受潮,破坏了药材的药性。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">所以对一些贵重的药材,如人参、鹿茸、天麻、党参等,若需长期保存,可放在一个干净的玻璃瓶内,然后投入适量用文火炒至暗黄的糯米,待晾凉后放入,将瓶盖封严,搁置在阴凉通风处。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">5.西红柿</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 西红柿经低温冷冻后,肉质呈水泡状,显得软烂,或出现散裂现象,表面有黑斑,煮不熟,无鲜味,严重的则腐烂。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">6.黄瓜、青椒</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 黄瓜、青椒在冰箱中久存会出现变黑、变软、变味。黄瓜还会长毛发粘。因为冰箱里存放的温度一般为4℃至6℃左右而黄瓜贮存适宜温度为10℃至12℃青椒为7℃至8℃因此不宜久存。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">7.绿叶菜</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 绿叶菜放在冰箱里不仅叶片会更快腐坏,还可能由于酶和细菌的作用,生成有毒的亚硝酸盐。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">8.香蕉</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 若把香蕉放在12℃以下的地方贮存会使香蕉发黑腐烂。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">9.鲜荔枝</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 若将荔枝在0℃的环境中放置一天即会使其表皮变黑果肉变味。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">10.草莓</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 草莓储存在冰箱里,不仅果肉发泡、口感大打折扣,还容易霉变。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">冰箱存放食物小贴士:</strong><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">1.冰箱门架处</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 此处温度相对最高,方便拿取,适合放一些在室温下也能暂存,不容易坏或者马上要吃掉的食品,比如鸡蛋、奶酪、开封后的饮料、调味品等。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">2.上层靠门处</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp;上层温度要比下层稍高,适合放置直接入口的熟食、酸奶、甜点等,这些食品要避免温度过低。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">3.上层后壁处</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 后壁处的温度比靠门处低,适合放置不怕冻的食物,包括剩饭菜、剩豆浆、剩豆制品、牛奶等。需要注意,剩菜剩饭要用保鲜盒装好,或保鲜膜封好,避免交叉污染和串味。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">4.下层靠门处</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 适合放各种绿叶蔬菜和水果,这类食物要避免紧贴冰箱内壁存放,以免被冻伤。</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">5.下层后壁处</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 没有烹调熟,但又需要低温保存的食品,如豆腐等,有严密包装不怕交叉污染的食品也适合放在此处,如袋装熟肉。&nbsp;</span><br />\r\n <strong style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">6.保鲜层</strong><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; 购买后24小时之内要吃的排酸冷藏肉、冰鲜的鱼和其他水产品应该放在冷藏室最下面的保鲜盒内。 如果冰箱有专门的可调温保鲜层最好把肉类放在-1℃的保鲜层中。</span><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">如果保鲜层有两个抽屉,建议鱼类和肉类放在下层,和需要冷藏的水果分开存放。</span></p>\r\n</div>\r\n<br />\r\n', '', '', '218.9.164.83'),
(529, 11, '<span style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">&nbsp; &nbsp; 头昏和眩晕感是处方药最常见的副作用,</span><span style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">副作用的存在是必然的,而副作用的发生因人而异。困扰的问题是用药危险的不可预见性。我们可以从翻阅家里的药柜中的药物说明书开始,了解自己经常会服用的药物有哪些不良反应和饮食禁忌。</span>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 眩晕是一种空间感上的失调,会让人感到头晕、心神不定或是迷失方向感&mdash;&mdash;是处方药引致的最常见的一种副作用。专家估计一些最普及的药物,包括那些控制高血压或是改变大脑神经化学机制的药物,高达近百分之三十患者服用后中会引发或加剧头晕。&ldquo;随着年龄的增长,我们在应对生理和大脑上的改变时,会使得我们更容易产生眩晕感。&rdquo; Ann Tucker Gleason,弗吉尼亚大学大脑前庭和平衡中心的主任说道,&ldquo;加上这个因素,许多人再服用药物,很大程度上加剧了头晕的程度,致使我们更容易摔倒受伤。&rdquo;来自美国疾病控制与预防中心数据表明跌倒是造成65岁以上人群中意外伤害和死亡的主要原因。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 尽管如此,许多人还未认识到眩晕的危险性,抑或没有意识到一种或多种他们的服用处方药或许会让他们有失去平衡的感觉。专家估计晕眩会影响到总人口的百分之三十,最常见的是由于内耳的失调或是前庭系统的紊乱,但也会由环境和药物影响我们的视觉、脑功能或是神经系统所致。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 面对眩晕,我们可以采取以下方法来应对:</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">1.运动</strong></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 专家已经开发出了几组运动养生计划能够帮助一些人恢复平衡被称为前庭复原包含了眼睛和头的锻炼以此训练脑部修正从内耳传出的信号偏差。耳石复位法也包括一系列的头部活动调整内耳容量缓和一些晕眩的情况。在尝试这些锻炼之前务必咨询医生。保持日常健身和做一些增强平衡感的锻炼或许会改善头晕例如太极。尽管证据有限在任天堂Wii游戏机上玩&ldquo;Wii 健身&rdquo;(一款体感动作游戏)不妨是一个提高你平衡感的有趣的方法。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">2.改变环境</strong></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 根据你的居家环境和工作场所,对容易跌倒的地方做些调整。例如,在湿滑的地面穿上较为保险的鞋类以防止滑倒。在楼上加地毯或是扶杆调亮照明设备。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">3.调整你的饮食</strong></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp; &nbsp; 食用少量的钠会有降低头晕的作用,同样还有戒酒、咖啡因以及尼古丁。</p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 30px;\">\r\n &nbsp;</p>\r\n', '', '', '218.8.98.159'),
(535, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp;吃肉会引发肥胖或脂肪肝等健康问题吗?中国肉类协会技术专家高级工程师张子平表示,肥胖和脂肪肝都是一种代谢病,跟吃肉的关系不大。肉是人的膳食中不可或缺的,但要注意适量和膳食平衡。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp;生活中,有很多人认为吃肉会引发肥胖、脂肪肝等等一系列的健康问题。&ldquo;我个人都吃了四十多年肉了,我觉得人还是离不开肉。&rdquo;张子平表示,肥胖实际上是一种代谢性的病,脂肪肝也是一种代谢障碍,跟吃肉关系并不大。他认为,唯一跟吃肉有关系的、不健康的因素可以导致血脂高一些。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  &nbsp; 吃肉能不能吃出健康来在张子平看来一定要吃肉但要适量吃肉懂得营养平衡。因为肉中确实含有一些不利于人健康的成分一类甘油三酯这是对人的健康不好的还有胆固醇。但肉同时又为人体提供了一种非常丰富的蛋白质等等营养包括铁、锌和有维生素B12肉类能提供人必须的营养素。&ldquo;从营养价值来讲如果把鸡蛋比喻成得分一百的话肉类可以到85分它是种高营养的食物。&rdquo;张子平说,回顾人类发展的历史,人类的进化实际上是离不开肉食的,吃了肉以后人的大脑思维才开始活跃,人的身体变强壮了,骨骼发育也变强壮,肌肉有力量,所以大家不要一提吃肉就很害怕。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\"><strong>相关链接 胖妈妈产下有缺陷婴儿可能性大</strong></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  美国18%的妈妈在怀孕之前就偏胖甚至肥胖这增加了她们孕育下一代的风险。美国医学会期刊日前发表研究数据分析怀孕前身体肥胖的妇女产下有缺陷婴儿的可能性要比体重正常的妇女大得多。报告数据指出研究人员对1997年到2002年间出生的1万多名有先天缺陷的新生儿及其母亲进行调查后发现妈妈肥胖可能导致胎儿患先天异常神经管缺陷的几率是正常体重妈妈的两倍胎儿患脊柱裂导致瘫痪的几率也增高了两倍多。报告称肥胖的妈妈可能导致胎儿异常的现象还包括颚裂与唇颚裂、肛门直肠闭锁、脑水肿以及四肢异常。研究人员发现怀孕前体重有些超重但没达到肥胖程度的妇女所生的孩子有先天缺陷的可能性也比体重正常的妇女大但比肥胖妇女的可能性要小。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  报告认为先天异常是产下死胎和婴孩出生后死亡的主要原因这占了美国婴儿死亡总数的1/5它也是早产与婴儿幼年患病的重要因素因此建议妇女在怀孕前要最好保持正常体重给孩子一个健康的孕育环境。</span></p>\r\n', '', '', '218.8.98.145'),
(536, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp;葡萄干又香又甜,营养丰富,许多营养还高于葡萄,每天吃一把能很好地改善贫血。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  首先葡萄干含铁丰富。许多女性常有脸色苍白、手脚冰凉的症状这是轻度贫血的表现每天一把葡萄干就可以改善。研究发现葡萄干的含铁量是新鲜葡萄的15倍另外葡萄干还含有多种矿物质、维生素和氨基酸是体虚贫血者的佳品。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 其次,葡萄干有促进消化的作用。葡萄干中含有酒石酸,可帮助胃肠道消化。葡萄干中的膳食纤维,还能吸附肠道壁的毒素,促进排毒。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 第三。葡萄干也有助保护心血管。研究显示,葡萄干能降低胆固醇,防止血栓形成,预防心血管疾病。它还含有类黄酮成分,有抗氧化作用,可清除体内自由基,抗衰老。近年研究还证明,葡萄干有防癌效果,其中的白黎卢醇,可有效防止细胞癌变或抑制恶性肿瘤的增长。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 女性可以每天吃一把葡萄干约30~40克坚持15天即对改善体虚贫血有一定效果并提高免疫力促进消化。不过葡萄干含糖量较高糖尿病患者不宜多吃。</span></p>\r\n<div class=\"main-body\" style=\"margin: 0px; padding: 19px 0px 0px; line-height: 26px; font-size: 14px; overflow: hidden; clear: both; word-wrap: break-word; word-break: normal; font-family: \'Microsoft Yahei\', 宋体;\">\r\n <div>\r\n &nbsp;</div>\r\n</div>\r\n<div id=\"share-weibo\" style=\"margin: 0px; padding: 0px; color: rgb(66, 66, 66); font-family: \'Microsoft Yahei\', 宋体; line-height: 24px;\">\r\n <div class=\"share-weibo tr\" style=\"margin: 37px 0px 35px; padding: 0px; text-align: right;\">\r\n &nbsp;</div>\r\n</div>\r\n<br />\r\n', '', '', '218.8.98.145');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(537, 55, '<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\"><span style=\"letter-spacing: 0.9599999785423279px; line-height: 28px;\"><span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n &nbsp; &nbsp; 何子山,国际顶尖天体物理学家,黑洞和类星体专家,现任北京大学科维理天文与天体物理研究所所长。</span></span></span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 从去年年初的唯美韩剧《来自星星的你》,到年末超级视觉震撼的《星际穿越》,&ldquo;天文&rdquo;成了贯穿2014年全年的一个热门关键词。&ldquo;把科学渗透到大众文化领域,这一点非常重要。可惜,通常影视剧里的&lsquo;科学&rsquo;都非常糟糕。&rdquo;作为一位天体物理学家,何子山这样评价大众娱乐中的科学,&ldquo;如果你了解爱因斯坦的相对论,了解量子力学,了解黑洞,就会知道真正的科学已经足够神秘,足够有趣,足够吸引人了。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 何子山是国际顶尖的天体物理学家1969年出生于广东在澳门和莫桑比克度过了童年时期12岁时移民到美国波士顿。1990年他在哈佛大学学习哲学、物理和天文学1995年获加州伯克利大学的天文学博士学位之后赴哈佛大学从事博士后研究。1996年卡耐基科学研究院天文台破例为他提供了哈勃毕生从事科学研究的办公室聘其为终身天文学家。何子山成为建台百年来获得这一职位最年轻、也是迄今唯一一位亚裔科学家。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 在天文学研究领域何子山涉猎广泛从星际介质到恒星及星团的形成再到星系结构的演化几乎涵盖现代天体物理学的方方面面。在过去的10年中何子山证实大多数邻近星系的中心都包含一个&ldquo;死去的&rdquo;超大质量黑洞。它们是宇宙年轻时期剧烈活动的类星体遗迹。何子山的研究重心之一便是这些类星体如何被触发又如何死亡这些神秘的天体如何产生辐射和相对论性物质喷流等。2014年9月何子山与同事合作在《自然》杂志上发表论文用超大黑洞的一个统一模型解释了遥远宇宙中观测到的绝大多数类星体现象。而这样的超大黑洞正是去年底火遍全球的电影《星际穿越》里那个&ldquo;卡冈图雅&rdquo;的原型。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 2014年何子山出任北京大学科维理Kavli天文与天体物理研究所所长在这所以英文为工作语言的研究所里何子山正致力于建设一个国际一流的天文与天体物理研究中心开展前沿天体物理领域的基础科学研究。针对年轻的科研工作者下至本科生、研究生上至博士、博士后研究所积极参加理论和观测天体物理研究项目定期举办专题研讨会和学术会议并开展一系列旨在推动与国内外天文界合作与交流的学术活动与其他科维理研究所以及世界上很多大学和研究机构建立了各种交流与访问计划。何子山坦言&ldquo;这不是为了我本人的研究,而是为了培养下一代的年轻人。&rdquo;在回国之初,他曾向北京大学校长王恩哥提出要求,&ldquo;给我最少20年的支持&rdquo;。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 在他看来,中国有三大优势。一是经济快速发展,科研经费越来越丰厚。二是人口基数巨大,优秀人才层出不穷。&ldquo;还有第三点秘密武器那就是中国人非常努力。我每周工作125小时我的学生当然没有我多但每周仍要工作80</span></span><span style=\"font-family: arial; font-size: 13px; line-height: 20px;\"></span><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">100小时。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 没有人可以预测谁会成为未来的大科学家。&ldquo;但你可以给年轻人创造最好的成长环境,配备最优良的师资力量,提供开放平等的国际化研究氛围,让他们有机会最大程度地发挥潜力,然后期待有人能够从中脱颖而出。&rdquo;何子山说,&ldquo;这是我现在打算做的事情也是我唯一能做的事情。我的目标就是最少要花20年的时间让中国的天文学研究赶超世界一流水平。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 12px; padding: 10px 0px 5px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 18px; vertical-align: baseline; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">天文学是公众科学教育最有力的工具</span></span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 针对天文学内容在大众文化中的流行和传播,何子山认为,&ldquo;在所有的科学领域里,天文学是最受欢迎的,不只在中国,在西方也是如此。&rdquo;何子山用美国的《纽约时报》举例,&ldquo;你很少在报纸上看到数学或者化学又有了什么突破,但天文学新发现的报道却比比皆是。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &ldquo;想让人们对物理或者数学特别感兴趣,那是很困难的。但如果用天文来举例子,就很容易把公众吸引过来,进而对科学产生兴趣。&rdquo;所以,何子山一直强调,&ldquo;天文学是公众科学教育最有力的工具&rdquo;。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 跟受众广泛的影视作品相结合,虽然是好事一桩,实际效果却不尽如人意,&ldquo;很多电影里的科学概念根本就是错的&rdquo;。一方面,可能是因为拍电影的人不知道正确的科学概念是什么;另一方面,为了让作品看上去足够吸引人,制片方为了情节需要,有时也会设置一些不太符合科学的场景。&ldquo;其实,这完全没有必要。如果你了解爱因斯坦的相对论,了解量子力学,了解黑洞,就会知道真正的科学已经足够神秘,足够有趣,足够吸引人了。&rdquo;何子山认为,&ldquo;拍电影的人可以不懂科学,但他们应该向了解科学的人请教。重点在于,影视剧里应该展现真正正确的科学。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 《星际穿越》就是一个相对正面的范例,而近年来一直热播的美剧《生活大爆炸》,在何子山看来,却是一个反面典型。&ldquo;如果我记得没错,《生活大爆炸》里的所有人物都非常古怪,有一个角色更是极度自大,非常瞧不起别人。&rdquo;何子山指出,这是在迎合公众对科学家的刻板印象。&ldquo;在一般人眼里,科学家总在实验室里,穿着白大褂,做着非常精密的实验,而且总能得出正确的结果。&rdquo;总之,科学家&ldquo;永远正确&rdquo;,却又总是&ldquo;不太正常&rdquo;。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &ldquo;这是完全错误的。科学家首先是人,跟所有人一样都会遇到问题。科学研究过程也跟其他工作一样,需要付出汗水,也会出现差错,还会遇到各种各样的情绪。&rdquo;科学家也并非无所不知,&ldquo;可能在某些领域,我确实比普通人了解更多一些,但绝不是什么事情都知道。更何况,很多事情并不是非对即错,不一定能得到确切答案。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 《生活大爆炸》&ldquo;太过着力于科学家的&lsquo;古怪&rsquo;&rdquo;,在描述科学家以及他们所作的工作方面&ldquo;表现得非常糟糕&rdquo;。何子山说,在美国很少有孩子想要从事科学研究,部分原因可能就在于,他们觉得你必须要足够&ldquo;古怪&rdquo;才有资格去当一名科学家。这其实给科学带来了负面的影响。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 如何才能正面传播科学呢?何子山表示,科学家应当以身作则。&ldquo;好的科学家,不应该只在实验室里做研究,他们需要花些时间跟媒体、学生或公众交流,需要花些时间把他们从科研中得到的兴奋和激动传递出去。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; letter-spacing: 0.06em;\">&nbsp; &nbsp; &ldquo;把复杂的科学概念用非常有趣的方式解释出来,这是很困难的,但绝对是有可能的。&rdquo;以他自己为例,几个月前在上海举办的浦江创新论坛上,何子山就曾以&ldquo;宇宙的起源&rdquo;为题,做了一场精彩的公众演讲。&ldquo;重点在于,要抓住公众的好奇心,特别是那些还没有定下来要做什么的年轻人。&rdquo;</span></span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 谈到此处,何子山感触颇深。刚考进哈佛大学的时候,他的专业并非天文,甚至不是科学。如果不是当初无意间听到一场关于黑洞的公众演讲,&ldquo;我现在可能会是一名哲学家&rdquo;。何子山说,&ldquo;从哲学改到天文,完全是因为一场演讲,一个人改变了我的想法&mdash;&mdash;尽管当时我已经进入大学,在读二年级了。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 改变何子山一生的那位演讲者名叫贺曾朴Paul Tseng-Pu Ho也是一位国际顶尖的天文学家后来成了何子山的导师。问题在于像这样能够与公众交流的&ldquo;好科学家&rdquo;非常罕见。&ldquo;许多科学家可能只是没时间做这些事情,也可能是知道该做,却不知道该如何去做。&rdquo;何子山指出,有意愿和有能力,往往是两回事。</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &ldquo;应当培养更多具有一定科学背景的人。&rdquo;何子山建议,&ldquo;他们不一定非得成为职业科学家,可以进入其他行业。比如,去当科学记者&rdquo;。有这样一批人加入媒体,一方面帮助科学家把科学概念解释得更吸引人,另一方面也诱导公众对正确的科学产生兴趣,能够在科学家和公众之间架起一座沟通的桥梁。而这恰恰是果壳网&ldquo;科学人&rdquo;的宗旨&mdash;&mdash;致力于促进公众与科学之间的相互了解,帮助科学在社会议题中担当起应有的角色。</span></span></p>\r\n<p style=\"margin: 0px 0px 12px; padding: 10px 0px 5px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 18px; vertical-align: baseline; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">研究天文有什么用?</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; 面对公众进行演讲的时候,作为天文学家的何子山时常会&ldquo;陷入重围&rdquo;,受到各种问题的&ldquo;围攻&rdquo;。最常被问到的问题,或许是&mdash;&mdash;研究天文有什么用?</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &ldquo;我的一些同事会尝试作这样的解释因为天文学我们发明了CCD所以才有了数码相机因为天文学我们发明了激光所以才有了CD机和蓝光碟。&rdquo;但何子山会更加坦诚地回答他们,&ldquo;天文学研究没有任何实用价值,也没有任何商业价值。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &ldquo;人类渴望了解这个世界。我们迫切地想要知道自己来自哪里,为什么会在这里,未来又将去往何方。所有的文化,包括宗教,都是人们在尝试回答这些问题时给出的不同答案。&rdquo;而科学是要穷尽一切步骤,去逼近这个宇宙深层次上最基本的真相。&ldquo;科学研究能够告诉我们真正的答案,那个唯一的正确答案。&rdquo;</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &ldquo;我们需要科学,就好比我们需要艺术和音乐,都是为了满足人类最基本的认知需求。&rdquo; 编辑wuou</span></span></p>\r\n<p style=\"margin: 0px 0px 25px; padding: 0px; border: 0px; font-family: \'Microsoft YaHei\', \'WenQuanYi Micro Hei\', SimHei, tahoma, sans-serif; line-height: 30px; font-size: 16px; vertical-align: baseline; word-break: break-word; word-wrap: break-word; color: rgb(51, 51, 51); letter-spacing: 0.9599999785423279px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#000000;\">致谢:艾麦乐、闫蓓以及《中国科学》杂志社,对本文亦有贡献。<br />\r\n 选自果壳网。</span></span></p>\r\n', '', '', '218.9.170.65'),
(541, 11, '<span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; <span style=\"color:#000000;\">&nbsp; 牙一疼起来,想吃不敢吃,想睡也睡不好,影响我们的日常生活和工作。所以大家一定要注意预防牙痛,尤其是春季体内上火更容易牙痛。这是一种属于身体其他病变导致的合併症性质的牙疼,也是最痛的一种牙疼。牙痛怎么办呢?小编推荐以下偏方。<br />\r\n<br />\r\n<strong>上火牙痛的症状</strong></span></span></span><br />\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 上火牙痛是由于急性牙龈炎同时引发的急性牙髓炎。首要表现为:牙龈红肿、淋巴肿痛、牙根钻心的疼、牙齿儿碰不患上,远远超过龋齿和牙周炎导致的牙疼,一般伴有舌苔黄厚、口苦、发热、便秘或者大便不顺畅等全身症状。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 神经性牙痛症状痛点不明显满口牙呈放射性阵痛使劲咬牙疼痛反倒减缓。有点象急性牙周炎牙痛牙龈会有肿胀现象但手按压不痛牙齿儿鬆动明显。民间的验方中有效干蚝、咸肉、皮旦炖粥吃效果可以。最特效的药是冬虫草10根炖瘦肉汤止痛效果立竿见影。<br />\r\n <br />\r\n <strong>牙痛小偏方助你驱走牙痛</strong></span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 新仙人掌:取一片新鲜肥大的仙人掌,用水洗净,剪去表面的针刺,再对剖成同样厚的两片,把带浆的那一面贴在脸上牙痛的部位,一段时间后,症状即可缓解。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 绿豆荔枝:绿豆凉性,荔枝性温,可治风火牙痛。抓一把绿豆,放七粒去壳的干荔枝,加水煮,将绿豆煮熟,连荔枝、绿豆一并吃了(将荔枝核吐掉)。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 西瓜翠衣平时收集若干西瓜皮只削取一层翠衣洗干净后日晒夜露待其完全干燥后再研成细末放入瓶中到药店买5角钱的冰片与10克左右的西瓜翠衣粉末一起拌匀。牙痛时用卫生棉球棒蘸适量的西瓜翠衣粉末搽拭患处每天搽五六次。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 中药煎剂蒲公英30克白芍、甘草各15克细辛3克水煎服日一剂一般服3剂。适用于各种原因引起的牙痛。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 白酒花椒取5</span></span><span style=\"font-family: arial; font-size: 13px; line-height: 20px;\">~</span><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">10克干花椒加水没过干花椒煮3分钟放温后加入50克白酒待凉后将花椒水过滤倒入小瓶内用棉花蘸此水塞入牙痛的部位咬住即可。</span></span></span></p>\r\n', '', '', '218.9.170.68'),
(543, 11, '<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 研究者们对1982年出生在佩罗塔斯的孩子进行了系统的追踪调查研究发现了IQ值教育程度收入与母乳喂养时间呈现正相关的关系。</span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 一项发表在柳叶刀上的文章称:延长母乳喂养的时间与孩子成年后的智商,教育程度以及收入的呢过呈明显的正相关。&quot;我们这项研究第一次发现延长母乳喂养的时间不仅能够提高孩子在30岁以前的智商而且能够影响孩子的教育程度以及未来的收入情况这直接决定了孩子将来的个人水平与社会地位&quot;。文章的共同作者来自巴西的佩罗塔斯联邦大学的Bernardo Lessa Horta博士说到。</span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &ldquo;研究独特的地方在于,我们的样本中大部分并不是高学历,高收入的女性群体,而是在各个社会阶层中广泛分布的&rdquo;。</span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  研究者们对1982年出生在佩罗塔斯的孩子进行了系统的追踪调查研究并且记录了他们早期的母乳喂养历史IQ值教育背景以及30岁左右时的收入。</span></span><br />\r\n <br />\r\n <span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; &nbsp; 之后研究者们通过多重线性回归矫正了10种变量包括父母教育背景遗传背景家庭背景母亲吸烟史母亲剩余年龄出生方式等等。在当时调查的5 914名婴儿中有3 493名的I值与母乳喂养时间可以查到。</span><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">&nbsp;研究者们发现了IQ值教育程度收入与母乳喂养时间呈现正相关的关系。具体来讲接受12个月以上的母乳喂养的孩子要比哺育时间短于1个月的孩子IQ值高3.76教育时间长0.91年月收入多341巴西币。 &quot;这项研究的结果对于公共健康来说提供了新的信息不同的组之间IQ值相差近4个点标准分布中差了1/3而教育程度相差了1/4月收入也相差1/3。</span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  对于其中可能的原因,可能是由于母乳中的一些影响成分-长链饱和脂肪酸-能够促进大脑发育。Horta博士解释道。</span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  在一个相关的评论中来自丹麦公共健康与老年人健康中心的Erik Lykke Mortensen说到&quot;随着年龄不断增长早期的一些发育相关因子的影响将会被稀释因为后天的环境影响可能更为明显。而Victora等人的研究证明母乳喂养的影响能够持续到孩子成年以后这一返现对于公共健康无疑是重要的讯息&quot;。</span></span></p>\r\n', '', '', '218.9.171.40'),
(544, 53, '<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; 近日,通过研究我们发现,男性肥胖者比女性肥胖者更容易患Ⅱ型糖尿病,麦克马斯特大学的研究人员发现,这种情况可能与不同性别之间肌肉</span><a href=\"http://www.bio1000.com/zt/protein/\" target=\"_blank\"><span style=\"color:#000000;\">蛋白质</span></a><span style=\"color:#000000;\">活动的差异相关。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 由于现代生活的各种因素导致人们变得越来越胖,人们的骨骼肌胰岛素耐药性也愈来愈强,这样的发展态势很可能导致Ⅱ型糖尿病的发生。</span></span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; 发表在《科学报告》杂志上的一篇相关文章表示,研究人员发现了一种活性</span><a href=\"http://www.bio1000.com/reseach/protein/\" target=\"_blank\"><span style=\"color:#000000;\">蛋白</span></a><span style=\"color:#000000;\">质这种活性物质称为PTEN在男性和女性之间这种活性蛋白的含量是不同的。</span></span></span><span style=\"color:#000000;\"><span style=\"font-size: 14px; font-family: arial, helvetica, sans-serif;\">当PTEN活跃时它可以阻止胰岛素在肌肉中发出信号这样就可以减少肌肉的含糖量。这种&ldquo;肌肉胰岛素耐药性&rdquo;增加了患Ⅱ型糖尿病的机会。</span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &ldquo;在我们的研究中,女性的肌肉可以更有效的中和这种活性蛋白质,这会使胰岛素把糖从血液运输到肌肉中更加顺利。&rdquo;Michael G. DeGroote 医学院的儿科助理教授兼麦克马斯特儿童医院的儿科内分泌专家M. Const</span><a href=\"http://www.bio1000.com/zhuanti/product/201308/441994.html\" target=\"_blank\"><span style=\"color:#000000;\">anti</span></a><span style=\"color:#000000;\">ne Samaan博士说。</span></span></span></p>\r\n<p>\r\n <span style=\"color:#000000;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &ldquo;尽管在相同的体重中女性比男性身体中含有更多的脂肪含量,但是这种蛋白质可帮助女性免受Ⅱ型糖尿病的侵扰。&rdquo;Samaan说&ldquo;这种活性蛋白质很重要,因为它提供了一个治疗糖尿病的目标,这个治疗目标是旨在改善治疗和预防糖尿病胰岛素肌反应的情况。&rdquo;</span></span></span></p>\r\n<p>\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; 目前研究组正在研究探索PTEN在不同</span><a href=\"http://www.bio1000.com/zhuanti/product/201308/441821.html\" target=\"_blank\"><span style=\"color:#000000;\">细胞</span></a><span style=\"color:#000000;\">中是如何进行调整的。</span></span></span></p>\r\n', '', '', '218.9.171.40'),
(545, 53, '<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">2015年3月5日《新英格兰医学杂志》(NEJM)发表一项研究,证实由</span><a href=\"http://www.bio1000.com/zhuanti/gaoxiao/201308/444171.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">厦门大学</span></a><span style=\"color:#000000;\">生命科学院教授夏宁邵(Ning-Shao Xia)研发的戊型肝炎疫苗能够提供至少4.5年的持久保护。这是世界首例获得批准的戊肝疫苗。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\"><strong>戊型肝炎:多流行于发展中国家,怀孕女性致死率高</strong></span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">由肝炎</span><a href=\"http://www.bio1000.com/zhuanti/product/201308/441990.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">病毒</span></a><span style=\"color:#000000;\">引起的病毒性肝炎有甲型、乙型、丙型、丁型及戊型之分。戊型肝炎也称戊肝是一种由RNA病毒引起的急性病毒性肝炎在美国等发达国家较为少见但是在孟加拉、印度、巴基斯坦、墨西哥、非洲和中国等发展中国家比较流行它是导致严重肝脏问题的主要原因。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">戊型肝炎主要通过受污染的水、人与人之间的接触传播容易在卫生条件落后的地区流行。根据世界卫生组织数据每年约有2000万人感染戊型肝炎其中超过300万人会发展成急性戊肝几乎57000人会死亡。而对于怀孕的女性而言戊型肝炎致死率较高。普通人感染这种疾病死亡几率约为1%-3%,孕妇则为五分之一。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">在很长一段时间内,戊型肝炎一直都没有特殊的</span><a href=\"http://www.bio1000.com/zhuanti/product/201308/442125.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">疫苗</span></a><span style=\"color:#000000;\">。现在,厦门大学夏宁邵教授研发出的这款疫苗解决了这一问题,能够为普通人群提供额外的保护。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\"><strong>历时14年厦门大学研发出世界首例戊肝疫苗</strong></span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">早在上世纪90年代葛兰素史克、牛津大学等多个机构就投入到戊肝疫苗的研发中但最先获得监管部门批准的是厦门大学夏宁邵教授带领团队研发的&ldquo;重组戊型肝炎疫苗&rdquo;。2011年12月9日夏宁邵研发的戊肝疫苗获得国家食品药品监管局颁发的一类新药证书和生产批件这是国际上第一个完成临床试验的戊肝疫苗是当时继甲肝疫苗、宫颈癌疫苗之后的世界上第三个</span><a href=\"http://www.bio1000.com/zt/dna/284269.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">基因工程</span></a><span style=\"color:#000000;\">病毒疫苗,也是我国唯一一项原创性基因工程重组疫苗。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">夏宁邵自1998年开始带领团队着手戊肝疫苗的研发。2004年疫苗进入一期临床。2005年顺利进入二期临床。2007年进入三期临床。2009年完成江苏省12万名志愿者参与的临床实验确证了疫苗的有效性和安全性。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">该戊型肝炎疫苗的原理是利用</span><a href=\"http://www.bio1000.com/zt/disease/219828.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">大肠杆菌</span></a><span style=\"color:#000000;\">表达系统表达戊肝病毒衣壳蛋白,再将经过纯化的多个衣壳蛋白组成具有高度复杂结构的病毒样颗粒。由于该病毒样颗粒与天然病毒结构高度类似,拥有大量的免疫优势表位,因此其免疫人体后,可以刺激机体产生大量的可阻断戊肝病毒入侵的抗体。此外,病毒样颗粒是采用基因工程重组技术所生产的,产品中不含戊肝病毒,故具有很高的安全性。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">2010年夏宁邵团队将三期临床试验结果发表在《柳叶刀》杂志上美国疾病预防控制中心肝炎室主任Holmberg博士撰文述评认为该临床试验&ldquo;令人信服地证实了该戊肝疫苗的安全性和有效性,是全世界戊型肝炎预防与控制领域的一个重大突破。&rdquo;</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">该戊肝疫苗从研发到获批历经14年投入近5亿元是我国疫苗领域原始创新的一项重大科研成果使我国在基因工程</span><a href=\"http://www.bio1000.com/zhuanti/product/201308/443448.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">病毒疫苗</span></a><span style=\"color:#000000;\">的原始创新上实现了零的突破。该产品的成功打破了国际医药界&ldquo;原核系统不能表达类病毒颗粒&rdquo;的传统看法开创了与酵母、昆虫细胞、哺乳动物细胞并行的第四种基因工程疫苗研发路径在研发期间获得863计划、国家火炬计划等多个项目支持。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">夏宁邵说,疫苗研发成功以后,唯一不能确定的是该疫苗能够提供多长时间的持久保护。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\"><strong>新研究证实戊肝疫苗可提供长久保护</strong></span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">在这项《新英格兰医学杂志》发表的这项新研究中夏宁邵团队将56000多个年龄在15-65岁之间的健康成人随机分组接受3次戊肝疫苗注射。同时相同数量类型的成人作为对照组接受乙肝疫苗注射。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">随后研究人员进行了4.5年的随访结果发现共有60人出现戊型肝炎感染其中7人来自戊肝疫苗注射组53人来自对照组乙肝疫苗注射组疫苗的有效性达到了86.8%。在接受戊肝疫苗注射组里将近90%的人在接种后4.5年里体内依然保留着对抗戊肝病毒的抗体而对照组只有9%。这篇论文通过详实的数据,证实该戊型肝炎疫苗能够使接种者产生良好的持久</span><a href=\"http://www.bio1000.com/zhuanti/product/201308/441937.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">免疫</span></a><span style=\"color:#000000;\">力,显著降低罹患戊型肝炎的风险。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">在同一期的《新英格兰医学杂志》上,美国疾病预防和控制中心(CDC)病毒性肝炎部门主任John Ward博士发表社论对该戊肝疫苗进行了评价。他表示该疫苗是安全有效的。接下来的工作是确定谁将接种疫苗以及如何获得经费资助。&ldquo;我们不知道该疫苗的价格极其大批量生产的能力。&rdquo;他说。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">Ward认为需要该疫苗的一个地方是难民营那里经常爆发戊型肝炎。这种疫苗可以作为他们实施人道主义救援时最直接的选择。美国戊型肝炎一般发生在来自戊肝高发区的旅客身上不会引起严重的疾病因此美国人不会是这种疫苗的候选人群。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">另外美国疾病预防控制中心Eyasu Teshale博士认为&ldquo;戊肝疫苗可以成为预防控制戊肝疾病和传播的新工具&rdquo;,并提出&ldquo;基于该研究给出的戊肝疫苗持久保护证据,现在已到了实现戊肝疫苗的公共卫生应用的时候&rdquo;。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">自2009年起戊型肝炎已纳入我国饮食行业从业体检的必检项目之一。因此对于中国人群而言戊肝疫苗的建议接种人群包括饮食行业的从业者、畜牧业从业者、前往落后地区的旅行者以及准备怀孕的妇女及老年人等。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">不过根据三期临床试验的情况戊肝疫苗对于孕妇及15岁以下和65岁以上人群的安全性和有效性尚有待进一步的研究。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">原文链接:</span><strong><a href=\"http://www.nejm.org/doi/full/10.1056/NEJMoa1406011\" rel=\"nofollow\" style=\"text-decoration: none; color: rgb(0, 92, 172);\"><span style=\"color:#000000;\">Long-Term Efficacy of a Hepatitis E Vaccine</span></a></strong></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"color:#000000;\">作者Jun Zhang&nbsp;</span></p>\r\n', '', '', '218.9.171.40'),
(547, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; 颈椎病已经成为现代上班族普遍存在的一种疾病。上班族长期伏案工作,一天工作下来,难免会觉得脖子发僵、发硬、肩部沉重。如何才能缓解这种症状呢?小编为您搜集了一些健康的饮食可以帮助您有效缓解颈椎病。我们一起去看看吧。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\"><strong>哪些食物对颈椎病有用呢?</strong></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; 由于颈椎病是椎体增生、骨质退化疏松等引起的所以颈椎病患者应以富含钙、蛋白质、维生素B族、维生素C和维生素E的饮食为主。其中钙是骨的主要成分以牛奶、鱼、猪尾骨、黄豆、黑豆等含量为多。蛋白质也是形成韧带、骨骼、肌肉所不可缺少的营养素。维生素B、E则可缓解疼痛解除疲劳。另外如颈椎病属湿热阻滞经络者应多吃些葛根、苦瓜、丝瓜等清热解肌通络的果菜如属寒湿阻滞经络者应多吃些狗肉、羊肉等温经散寒之食物如属血虚气滞者应多进食公鸡、鲤鱼、黑豆等食物。<br />\r\n <br />\r\n <strong>下面给大家介绍几款食物,可以治疗颈椎病。</strong></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\"><strong>吃粥</strong></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  葛根五加粥、生姜粥、川乌粥、杭芍桃仁粥、木瓜陈皮粥、参芪龙眼粥、参枣粥、菊花葛根粥。这些粥对于治疗颈椎病有很好的疗效。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\"><strong>喝汤</strong></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  川芎白芷炖鱼头、天麻炖鱼头、葛根煲猪脊骨、桑枝煲鸡、薏米赤豆汤、姜葱羊肉汤、胡椒根炖蛇肉。这些汤对于不同类型的颈椎病患者,会有不同的功效。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\"><strong>三个食疗有效治疗颈椎病</strong></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  1.姜醋煲猪手猪手1个嫩鲜姜、好米醋、红糖、温开水适量。将猪手去毛刮净水洗顺骨缝劈两瓣再折成四截放入开水锅氽10分钟捞出控去水分姜切成3分厚片同猪手、醋、糖一齐放入砂锅拌匀倒入温开水加盖慢火煲2小时至酥烂。常食。糖尿病患者可用酱油代替其中的红糖。猪手胆固醇较高故高血脂、高胆固醇患者慎用。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  2.马齿苋羊肉灌汤蒸包市售荞麦多维营养粉1千克马齿苋、羊肉、猪皮冻各250克芝麻、虾皮各50克葱姜调味料适量。荤素馅灌汤发面蒸包常规做法。该方有胃病者慎用可将荞麦面换成小麦面将虾皮换成鲜虾仁。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  3.红薯胡萝卜大枣枸杞糯米粥红薯50克、胡萝卜30克、大枣5~7个、枸杞10克、糯米100克。将红薯、胡萝卜切成方块糯米用水泡发后用适量水煮开加入其他备品煮熟常食。有内热者慎用。</span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"color:#000000;\">  颈椎病患者应该及时治疗,避免长时间伏案、压力过大、过度劳累等情况,同时要结合锻炼,舒缓筋骨。再加以食疗进行治疗,效果会更加好。比如说多吃酱醋猪手等食物,能够有效补充营养和治疗颈椎病。但是,不适宜人群应该慎吃。</span></p>\r\n', '', '', '218.9.171.41'),
(548, 11, '<span style=\"color: rgb(51, 51, 51); font-family: 微软雅黑, 黑体; font-size: 14px; line-height: 28px; text-indent: 28px; background-color: rgb(245, 249, 232);\">&nbsp; </span><span style=\"font-size:16px;\"><span style=\"color: rgb(51, 51, 51); font-family: 微软雅黑, 黑体; line-height: 28px; text-indent: 28px; background-color: rgb(245, 249, 232);\">&nbsp;</span></span><span style=\"color: rgb(51, 51, 51); font-family: 微软雅黑, 黑体; line-height: 28px; text-indent: 28px; background-color: rgb(245, 249, 232);\"><span style=\"font-size:16px;\">&nbsp; &nbsp;随着春季到来,阳光增多,&ldquo;美白&rdquo;再次成为广大爱美女性共同关注的话题。经过一冬寒风&ldquo;摧残&rdquo;,不少女性抱怨自己的脸黯黄憔悴,急于寻找快速见效的偏方达到美白的目的,&ldquo;喝牛奶能不能美白&rdquo;的问题也不绝于耳。喝牛奶美白,或许只是听起来很美好!</span></span><br />\r\n<p style=\"border: 0px; margin: 0px; padding: 0px; list-style: none; font-size: 16px; line-height: 28px; font-family: 微软雅黑, 黑体; color: rgb(51, 51, 51); text-indent: 2em;\">\r\n 中国农业大学食品学院营养与食品安全系任副教授范志红表示:&ldquo;目前并没有科学证据证明喝牛奶能够变白。&rdquo;。肤色不仅是健康状况的外在反映,同样也受到先天遗传的限制,&ldquo;黑人喝多少牛奶也是不太可能变白的,只是身体状况好、皮肤平滑有光泽,由于光学效应,看起来会显得白一点。&rdquo;</p>\r\n<p style=\"border: 0px; margin: 0px; padding: 0px; list-style: none; font-size: 16px; line-height: 28px; font-family: 微软雅黑, 黑体; color: rgb(51, 51, 51); text-indent: 2em;\">\r\n 以简单的物理光学知识可知,物体反射什么颜色就能在人眼中呈现什么颜色,而牛奶之所以是白色的,只是因为牛奶中的酪蛋白胶粒散射光线造成的,并不是因为牛奶中有什么特殊的白色成分。所有蛋白质进入人体后,均会被消化道中的蛋白酶打散成氨基酸,氨基酸再根据人体需求重新组合为人所需要的蛋白质,酪蛋白也不例外。即使酪蛋白能够作用于人体皮肤,人体也不可能像透明玻璃杯一样直接反射出酪蛋白的颜色,期望通过喝牛奶来&ldquo;以色补色&rdquo;并不科学。<br />\r\n &nbsp; &nbsp; 皮肤是内脏的镜子,没有健康的内脏状态,就不会有良好的皮肤状态。肠胃消化吸收功能不良、贫血缺锌、熬夜或失眠及久坐缺乏运动、血液循环差等原因,都有可能导致皮肤黯黄、憔悴,脸色不佳。因此改善饮食、生活习惯从根本上进行调理,才能够真正使我们的肤色看起来健康、有光泽。</p>\r\n', '', '', '218.8.98.7'),
(550, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 春天是万物复苏的季节,春意盎然,四处生机勃勃。然而,当我们在享受春天活力的同时,也要警惕一些呼吸道&ldquo;杀手&rdquo;。他们潜伏在我们的环境里,等你稍不留神,便侵袭你的身体,诱发呼吸道疾病。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>杀手1乍暖还寒的温度差</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; 初春时分,天气乍暖还寒,早晚温差起伏较大,这样的天气让人在穿衣方面感觉为难。有时早上穿得正合适,但中午又热得出汗,把衣服脱了之后,到晚上又感觉寒冷。这样的天气,很容易让人感染风寒,进而诱发呼吸道疾病,例如感冒、咳嗽、肺炎、支气管炎等。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>●反击招式:</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  在这样温差较大的日子里,要注意保暖,遵循&ldquo;春捂秋冻&rdquo;的原则,初春的衣服还是要穿多一点。特别是老人、小孩等抵抗力较弱的人,出门时可备几件薄厚不一的衣服,并随着天气的变化增减穿衣量。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  另外,还要通过饮食、运动等方式,提高自身的抵抗力。注意多补充流质性的食物,多进食清淡、易消化的、富含维生素的食物,例如新鲜的蔬菜、水果;进行适当的有氧运动,例如散步、太极拳、瑜伽等。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>杀手2潮湿阴霾的&ldquo;回潮天&rdquo;</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  阴雨绵绵是初春季节另一明显特点空气中的湿度常常达到90%以上而人体适宜的湿度在于60%~70%之间,因此闷热、潮湿的空气使人感觉浑身不舒服。此外,潮湿、阴霾的天气加快了细菌、病毒、霉菌的滋生,容易对人体造成危害,诱发呼吸道等疾病。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>●反击招式:</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  在&quot;回潮天&rdquo;应尽量避免到户外活动,特别是早、晚湿度较大的时候,可尽量选择接近中午的时候出门,那时候的湿度相对稳定;避免到水分较多、湿度较大的地方活动,例如江边、河边等,否则将很容易被&ldquo;湿气&rdquo;侵袭;避免到人群密集的地方,人群密集、通风条件较差的地方容易滋生病毒、细菌。在家里,早晚时间应把门窗关闭,特别是朝南的门窗,到中午时可以打开,通下风,注意保持室内每天通风至少半小时。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>杀手3未清洗的空调</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  面对闷热、湿漉的&ldquo;回潮天&rdquo;,许多人会选择用空调除湿。而用空调抽风除湿的同时,还会有一定程度的制冷效果,这在加大室内外湿度差的同时,也加大了温度差。加上使用空调除湿,会让室内变得干燥,而人体本身的气道黏膜是需要滋润的,干燥的空气容易造成气道黏膜的损伤,更容易导致病毒、细菌的入侵。这就使抵抗力较弱的人群更容易患上呼吸道疾病。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  另外,空调一冬没有清洗,除了看得见的污垢外,还有看不见的细菌、真菌,以及霉菌。空调一开,潜藏在其中的细菌、真菌、霉菌以及螨虫就会吹出来,飘散在室内的各个角落。进入呼吸道就可能引起鼻塞、打喷嚏、流鼻涕等呼吸道不适。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>●反击招式:</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  有条件的家庭使用合格的抽湿机,尽量不要用空调直接代替。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  如果实在要用空调机除湿,应先做好空调的清洗消毒,除了要清洗滤网外,也别忽视对散热片的清洗。同时人体在空调的环境不要待太长时间,两三小时就要出来通风透气,利用中午时间段停开空调,开窗通风。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>杀手4花粉、粉尘等过敏源</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  春季万物复苏,各式花儿竞相开放,花粉也漫天飞舞。与此同时,春季地气上腾,粉尘散布,这些对于过敏体质的患者,特别是过敏性鼻炎、过敏性哮喘的患者而言,简直就是噩梦。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  过敏源主要分为吸入性、食物性以及接触性三种,春天中常见的花粉、粉尘等,主要是通过吸入的方式侵袭人体,出现鼻子瘙痒、打喷嚏,气喘咳嗽甚至是发热的症状,严重者将导致过敏性鼻炎、哮喘等,稍不留神还会对生命产生威胁。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>●反击招式:</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  对抗这类&ldquo;健康杀手&rdquo;,预防为首选手段。对花粉、粉尘比较敏感的人群,应尽量避免与其接触。例如在家的时候关上门窗,防止花粉、粉尘进入;外出尽量避开花园、工地等花粉、粉尘聚集的地方,必要时可戴上有过滤功效的口罩,隔绝与花粉、粉尘的接触。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  对花粉、粉尘过敏的人可随身带一些药物。另外若真的出现过敏急性发作如自我处理后症状不缓解甚至出现呼吸困难的感觉这时容易出现过敏性气道梗阻的生命危险应该马上到医院救治或打120急救电话寻求帮助。</span></span></p>\r\n', '', '', '218.9.164.208'),
(551, 53, '<div class=\"intro\" style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 作为手机党,手机没电或许是最要命的事。现在普通智能手机使用的锂电池充满电需要一小时。但一个小时还是长了些,笔者就常有手机没电却又必须马上出门的惨痛经历。</span></span></div>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  </span></span><span style=\"font-family: arial, helvetica, sans-serif;\">现在,一项颠覆性的技术眼看就能解决以上烦恼:斯坦福大学的华人化学家戴宏杰的团队刚刚发明出了一种&ldquo;一分钟充满电&rdquo;的新型铝离子电池4月6日在线发表在Nature杂志上。除了充电极为迅速以外这种电池还有寿命长充放电7 500次后容量仍毫无损失而现在广泛使用的锂离子电池最多也只能充放电1 000次、可弯曲怎么弯弯折折都能照常供电、安全性好你拿钻孔机把它钻穿也不会发生任何危险事故等其他优点。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <strong style=\"font-family: arial, helvetica, sans-serif; margin: 0px; padding: 0px;\">铝电池的逆袭</strong></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; &nbsp; 铝电池成本低廉、不易燃烧,科学家已经对其进行了数十年研究,但始终无法解决一个严重的问题:它的寿命非常短。正电极和电解液是铝电池软肋,以前的材料无法承受反复的充放电循环&mdash;&mdash;在几百次的充放电之后,铝电池的容量就会严重下降。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; &nbsp; 戴宏杰带领的研究小组正是在这一点上取得了突破。他们发现了一种新型石墨材料&mdash;&mdash;泡沫石墨graphite foam。泡沫石墨刚好可以充当电池的正极负极用铝制成而电解液则采用一种离子液体&mdash;&mdash;即全由离子组成、室温下呈液态的离子化合物,具体成分为一种有机盐(化学表达式为[EMIm]Cl与氯化铝的混合物。&nbsp;</span></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><strong style=\"margin: 0px; padding: 0px;\">泡沫石墨:电流的&ldquo;高速公路&rdquo;</strong></span></span></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; &nbsp; &ldquo;一分钟充满电&rdquo;的关键,就在于戴宏杰团队发现的新型正极材料&mdash;&mdash;泡沫石墨。充电过程是一种电化学反应需要电池中AlCl4-离子时刻不停地与正极进行结合与分离。他们一开始采用一种名叫热解石墨pyrolytic graphite简称PG的材料作为正极但由于AlC4-阴离子体积太大很难通过PG过于紧密的层状结构这就限制了充电速度的进一步提高。&nbsp;</span></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family: arial, helvetica, sans-serif;\">&nbsp; &nbsp; &nbsp; 一次偶然的机会戴宏杰的团队发现了泡沫石墨这种材料的晶须单晶中生长的短纤维宽度约为100微米且晶须之间有充裕的空间形成一种开放的&ldquo;框架结构&rdquo;AlCl4-离子能以非常快的速度在其中穿梭。经过实验研究人员惊讶地发现石墨泡沫铝电池的充电速率达到了PG铝电池的75倍&mdash;&mdash;在一分钟之内就可以完成充电。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14.44444465637207px; line-height: 30px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 戴宏杰表示,这种新型电池不仅可以用于柔性电子设备,它的超快充电速度和超长寿命,也意味着它可以用来存储电网内的风能、太阳能等可再生能源。因此,虽然目前它的电压仅能达到传统锂电池的一半,科学家还是相信,在正极材料的性能得到继续提升后,新型铝离子电池会引领电池界一场新的革命。</span></span></p>\r\n', '', '', '218.9.166.29');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(553, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n &nbsp; &nbsp; &nbsp; 喝水,这件每天都在做的事情,你却未必做得正确。你喝的水到底安不安全?你的体质该喝什么水?三杯&ldquo;救命水&rdquo;有没有被你忽略?饮水习惯和方式不正确的&ldquo;水盲&rdquo;,在现代人中占据很大比例。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>以下要命的喝水坏习惯,你中了几个?</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n &nbsp; &nbsp; &nbsp; 坏习惯一:饮水机从不洗。桶装水和饮水机无论在家庭还是办公、公共场所都已非常普遍,你有没有想过,用的饮水机自从放在那儿就再也没&ldquo;洗过澡&rdquo;。饮水机看似让人喝上好品质的水,实则&ldquo;二次污染&rdquo;很严重。每当打开饮水机龙头时,听到&ldquo;咕噜&rdquo;的声音桶里翻出一串气泡这就是有空气进入灰尘及微生物就会被带入。据国家环境卫生监测部门检测数据显示桶装饮水机内的冷热水胆3个月不洗就会大量繁殖细菌如大肠杆菌、葡萄球菌等。所以最好一月清洁一次夏天两周清洁一次。办公室的饮水机因为使用频繁更得勤加清洗。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯二自来水一烧开就喝。国人喝白开水是种好习惯但是你知道吗水不能一烧开就喝。因为我们的自来水都经过氯化消毒其中氯与水中残留的有机物结合会产生卤代烃、氯仿等多种致癌化合物。中国农业大学食品科学与营养工程学院教授姜微波建议烧水时不妨采取三步走首先将自来水接出来后先放置一会再烧水快开时把壶盖打开最后水开后等3分钟再熄火就能让水里的氯含量降至安全饮用标准是真正的&ldquo;开水&rdquo;。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯三爱喝瓶装水。携带方便、开盖能喝在中国瓶装水消费正在以每年30%的速度递增。然而, 瓶装水所使用的聚酯瓶往往含有可能导致人体慢性中毒的物质,尤其是当瓶子在高温环境中,或开启后没及时喝掉,有害物质会渗入水中,危害健康。最好的办法是买个质量好的水壶自己带水,安全又环保。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯四:喝千滚水。&ldquo;现在用电热水壶的家庭越来越多,很多人烧的水一次喝不完,过一会儿又重复烧开。这种千滚水最好别喝。&rdquo;赵飞虹说,水烧开尽量当次喝完,别反复加热。很多人担忧饮水机中的水是不是千滚水,因材料限制,饮水机中水的最高温度一般为九十摄氏度左右,达不到沸腾的状态,不是千滚水。&ldquo;但桶装水的最佳饮用时间是出厂后1&mdash;15天一旦超过15天水中的细菌过多就不宜再饮用。&rdquo;</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯五不渴不喝水。国内一项调查数据显示七成人都是发觉渴了才喝水。殊不知当你感到口渴的时候你的身体至少已经流失了1%的水分。喝水不是为了解渴,而是让其参与新陈代谢,被人体吸收,长时间缺水会增加血液的黏稠度,诱发心脑血管疾病。同时,越不注意喝水,喝水的欲望就会越低,人就会变得越来越&ldquo;干旱&rdquo;。所以,不管渴不渴都要及时补水。外出时手里带上一瓶水,随时喝一口;办公室或家里多放上几个水杯,见缝插针,有机会就喝。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯六每天喝不够6杯水。上班一族常常会因工作关系疏忽了喝水长此下去膀胱和肾都会受损害。《中国居民膳食指南》建议在温和气候条件下生活的、轻体力活动的成年人建议每天最少饮水1200毫升大约6杯的量。如果活动量大出汗多则相应增加喝水量及时补水。有人会问之前一直说每天喝水不少于2000毫升也就是8杯水为什么现在只有1200毫升其实2000毫升是指人一天需要的水分总量果蔬里含有大量水分连主食、肉里都有人体需要的水很大一部分来自于食物中。6杯是最低限的量有些人则需要喝得更多。比如烦躁的人多喝水能舒缓心情肥胖的人多喝水能保持体重运动后、洗澡后也都要及时补充水分。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯七:不按体质喝水、饮料代水。&ldquo;白开水没味,还是喝饮料吧。&rdquo;很多孩子每天可乐、果味饮料不离手,用饮料代水,无异于花钱买身病。&ldquo;不但起不到给身体补水的作用,还会降低食欲,影响消化和吸收。&rdquo;赵飞虹说。如果一定要喝有味儿的水,也要根据自身体质,适当改善。比如便秘的人可以喝点蜂蜜水或者果蔬汁,能够促进肠道蠕动;而胃寒的人要少喝性寒的绿茶、凉茶、果汁,多喝暖胃的红茶、姜糖水。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯八吃咸了不马上补水。吃太咸会导致高血压也可导致唾液分泌减少、口腔黏膜水肿等。如果吃咸了首先要做的就是多喝水最好是纯水和柠檬水尽量不要喝含糖饮料和酸奶因为过量的糖分也会加重口渴的感觉。淡豆浆也是一种很好的选择其中90%以上都是水分,而且还含有较多的钾,可以促进钠的排出,且口感比较清甜。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   坏习惯九:睡前不喝水。睡前不宜喝太多水,但可以稍微抿上两口,尤其是老人。当人熟睡时,由于体内水分丢失,造成血液中的水分减少,血液黏稠度会变高。临睡前适当喝点水,可以减少血液黏稠度,从而降低脑血栓风险。此外,在干燥的秋冬季节,水还可以滋润呼吸道,帮助人更好的入睡。</p>\r\n', '', '', '218.9.164.208'),
(554, 55, '<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n &nbsp; &nbsp; 2014年12月12日美国《科学》杂志集中刊登了八篇鸟类基因组系统演化史项目该项目是华大基因联合全球200多科学家推动鸟类物种全基因组测序的重要步骤。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n &nbsp; &nbsp; 华大基因研究员张国捷表示,鸟类基因组研究具有重要意义,有助于弄清禽流感的传播规律和分布等与人类健康息息相关的问题。华大基因承担着国家基因库的建设。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   &ldquo;先做好科学研究,树起旗帜;做好为科学家和科技服务工作者的服务,科技服务就出来了;然后做好对临床医生和病人的服务,就有了医学服务;最后我们希望能服务到每一个人,叫为人人服务。这就是华大的目标。&rdquo;华大基因前首席运营官、现任华大医学总裁尹烨说。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   华大正在加速第三步,推出&ldquo;千万家庭远离遗传出生缺陷&rdquo;计划并在今年6月获得20亿元融资、7月获得国家食品药品监督管理总局批准两款高通量基因测序仪及两款用于无创产前检测的试剂盒临床应用。<br />\r\n <br />\r\n &nbsp; &ldquo;我的基因我知道,我的健康我做主。&rdquo;这或许将是90后、00后可以体会到的未来。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n  <strong> 无创产前开启医学服务</strong></p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   《21世纪》首次获批的测序仪及无创产前试剂盒能给基因医学服务带来怎样的商业效应</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   尹烨我们是全球真正意义上最早的高通量测序仪获批临床应用。测序仪一旦获批可以应用到任何生命物种任何范围只要其遗传物质是DNA我们就都能测当然也覆盖人类全基因组。研究成果不仅在医学上在农业上微生物能源环境上也能广泛应用。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   无创产前技术是医学应用最先商业化的项目而华大基因是全球最先推行其商业化的机构我们在全球55个国家进行推广。该技术到现在也就短短四年几乎使整个产前唐氏筛查检测发生了翻天覆地的变化。如果检测成本逐步降低将取代现在的常规血液生化检测加羊水穿刺的方法。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   从商业角度来算中国现在每年有1700万新生儿放开二胎每年大概会有2000万新生儿。每个人就算1000元检测费用一共200亿元。假设其中有1000万在城市华大能覆盖四分之一到三分之一那就是每年25亿-30亿元的市场规模。而唐氏筛查还只是我们检测先天缺陷胎儿危险系数的方法中的一种。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   《21世纪》决定无创产前基因检测成本因素有哪些如何低成本解决更多的基因缺陷</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   尹烨目前我们主要在欧洲和亚太推广应用中国是主要市场。在美国我们提供一次检查收取费用是2000美金在日本是20万日元欧洲近1000欧元目前深圳市是全国最低为1700元人民币。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   在国内获得批文后我们希望通过检测规模的增加和稳定把成本降到1000元以下这就跟传统的监测方式价格差距只有一两百元到时候大家都会愿意选择更安全的基因检测方式。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   在海外无创产前检测服务不需要有测试盒,我们可以用实验室方式或其他第三方合作模式来提供基因检测咨询服务。我相信在本世纪内,这个项目在欧美国家就会普及。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   《21世纪》除了无创产前检测及孕育市场华大基因在医学上还有哪些应用领域</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   尹烨:针对女性宫颈癌的排查检测,我们已经有商业化规划。这种癌症既然已经发现有病毒感染病因,就应该寻找预防方式。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   如果全国有3亿适龄妇女一次检测就算100块钱每3-5年查一次就算一年查1亿人每年就有约100亿元的市场规模。未来如果防治疫苗能够研发出来这个病种就基本可以控制了。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n <strong>  能不能登山测下基因就知道</strong></p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   《21世纪》华大基因最终是&ldquo;人人服务&rdquo;,这世界这么多病种,如何实现低成本人人服务?</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   尹烨:所谓人人服务,是指基因测序和分析成本大幅度下降,生物大数据足够丰富后,人人都可以在常规诊疗中应用基因信息。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   还是拿获批的无创产前检测业务为例我们现阶段目标是把成本和费用降到1000元以下。接下来的问题是1000元费用我们应该提供多少服务。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   现在只能提供染色体检测基本服务,将来如果加一些孕前大片段的缺失(导致流产的主因之一)甚至我们可以加入更多的单种疾病基因检测加量不加价使服务越来越超值。直到有一天我们的1000块钱可以检测10种病或上百种病的时候平均每种疾病排查检测只有几块、十几块钱那就是基因科技给民众的巨大福祉国家人口战略上来讲也遏制了因遗传导致的人口质量问题。从华大基因的初衷来讲也走向了基因科技的&ldquo;大民生&rdquo;方向。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   《21世纪》华大基为走向人人服务做哪些科学上和商业上的准备</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   尹烨首先要有大数据基础。华大承担着国家基因库的建设。在全球已知的动物物种基因组900组华大就占据了70%占农业重要物种超过80%。华大依靠这套精简、高效、大数据系统来保证我们的大科学、大产业、大战略能源源不断的产出。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   比如无创产前的数据库华大有40多万份样本。样本越多计算出的结果就越精确。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   此外我们有近千人的研究分析团队用世界上最快的计算机天河一号、天河二号我们自己的计算机峰值计算能力达到200T这在本领域也是全球最快。连续三年华大基因的基因运算数据产出量占全球30%-50%,也是全球最大的蛋白质云计算中心。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   大数据是个无限大的金山可以不断挖掘我们也在不断积累。举个例子我们做50万藏民和50万普通人进行测试寻找出能上高原登山的人群基因特点。这个已经取得专利随时可以提供市场服务能不能上山先测下基因预估一下自己的实力。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   从大战略来讲,我们希望国家基因库最终能实现我国在基因科技、农业、医疗健康等领域的自主,打破国外垄断。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   《21世纪》华大基因&ldquo;大民生&rdquo;是一个怎样的概念和规划?</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   尹烨:在更远的未来,基因大民生工程最终要惠及每个人。检测技术不是最重要的,技术和数据都能达到,关键是社会组织能达到什么程度,这决定人类对基因的了解程度和应用程度。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   目前一个人的全基因组测序成本已下降到数千元但加上分析成本大概要10万元。未来所有人都希望拿到自己的基因图谱但是拿到之后如何分析解读和应用是个问题。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   我相信有一天随着人们综合健康意识的提高,人们讨论基因就像现在人讨论自己的身高体重一样正常。&ldquo;我的基因我知道,我的健康我做主&rdquo;当然这不是我们这代人生活常态最起码90后、00后才能体会到。到时候能解决老百姓健康问题的不是医生而是老百姓自己。</p>\r\n<p style=\"margin: 15px 0px; padding: 0px; font-size: 14px; line-height: 23px; color: rgb(51, 51, 51); font-family: 宋体;\">\r\n   这就需要政府引导,民众参与。尤其是基因科普要推广,最好的方式是政府层面通过教育和公益宣传渠道来推广,民间通过互联网来宣传和普及。</p>\r\n', '', '', '218.9.164.208'),
(560, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 生姜是助阳之品,自古以来素有&ldquo;男子不可三日无姜&rdquo;之说。宋代诗人苏轼在《东坡杂记》中记述杭州钱塘净慈寺80多岁的老和尚面色童相&ldquo;自言服生姜40年故不老云&rdquo;。 生姜还有个别名叫&ldquo;还魂草&rdquo;,而姜汤叫&ldquo;还魂汤&rdquo;,传说白娘子盗仙草救许仙,此&ldquo;仙草&rdquo;就是生姜芽。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 生姜味辛性温,长于发散风寒、化痰止咳,又能温中止呕、解毒,前人称之为&ldquo;呕家圣药&rdquo;。而干姜虽与生姜同出一物,但由于鲜干质量不同其性能亦异。干姜性热,辛烈之性较强,长于温中回阳,兼能温肺化饮。因此,用干姜制备的姜汁与生姜汁的性能也不一样。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  鲜姜:增强食欲,延缓衰老</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  中老年男性常会因胃寒、食欲不振导致身体虚弱,可以经常含服鲜姜片,刺激胃液分泌,促进消化。鲜姜又不如干姜有强烈的燥性,滋润而不伤阴,每天切四五薄片鲜生姜,早上起来饮一杯温开水,然后将姜片放在嘴里慢慢咀嚼,让生姜的气味在口腔内散发,扩散到肠胃内和鼻孔外。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  干姜:治疗肾虚阳痿</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  干姜温中散寒,健胃活血,枸杞子滋补肝肾,益精明目,因此一起煮水可以治疗由于肾阳虚衰引起的阳痿、畏寒肢冷、腰疼、腰膝酸软、倦怠等。不过,姜性辛温,只能在受寒情况下应用,且用量大了很可能破血伤阴。如果有喉痛、喉干、大便干燥等阴虚火旺症状,就不适宜用姜了。</span></span></p>\r\n', '', '', '218.9.165.33'),
(561, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 睡觉前有五件事是必须做的事情,这五件事看起来虽然烦琐却能让你的全身心得到健康并彻底放松,同时也能提高你的睡眠质量,让你充满精力地工作。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  &nbsp;1. 喝杯加蜜牛奶。 古代民间流传这样一句话:&ldquo;朝朝盐汤,暮暮蜜。&rdquo;就是说早喝淡盐开水晚饮蜜糖水。据外医学专家研究牛奶中含有促进睡眠的l- 色氨酸睡前1 小时喝杯加蜜的牛奶可助睡眠。蜂蜜则有助于整夜保持血糖平衡,从而避免早醒,尤其对经常失眠的老年人更佳。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  2. 梳头。 古医家探明头部穴位较多,通过梳理,可起到按摩、刺激作用,能平肝、熄风、开窍守神、止痛明目等。早晚用双手指梳到头皮发红、发热,可疏通头部血流,提高大脑思维和记忆能力,促进发根营养,减少脱发,消除大脑疲劳,早入梦乡。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  3. 洗( 搓) 脚。 民谚曰:&ldquo;睡前烫烫脚,胜服安眠药&rdquo;、&ldquo;睡前洗脚,胜服补药&rdquo;、&ldquo;养树护根,养人护脚&rdquo;等等。国外医学家把脚称为&ldquo;人体第二心脏&rdquo;、&ldquo;心之泵&rdquo;十分推崇脚的保健作用。祖国医学认为脚上的60 多个穴位与五脏六腑有着十分密切的联系。若能养成每天睡觉前用温水(40-50℃ ) 洗脚、按摩脚心和脚趾,可起到促进气血运行、舒筋活络、阴阳恢复平衡状态的作用。对老年人来说,更具有祛病健身的功效。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  4. 散步。 平心静气地散步10-20分钟会使血液循环到体表入睡后皮肤能得到&ldquo;活生生&rdquo;的保养。躺下后不看书报,不考虑问题,使大脑的活动减少,较快进入睡眠。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  5. 刷牙洗脸擦身。 睡前刷牙比早晨更重要,不仅可清除口腔积物,且有利于保护牙齿,对安稳入睡也有帮助.电视看完后,洗洗脸、擦擦身,以保护皮肤清洁,使睡眠舒适、轻松。</span></span></p>\r\n', '', '', '218.9.165.33'),
(568, 11, '<span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">&nbsp; &nbsp; &nbsp; 近来,哈尔滨市的一些医院里常有这样的患者:眼睛又痒又红肿、鼻子痒、流鼻涕、鼻塞、打喷嚏、咳嗽,医生说不是感冒,是过敏症。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">&nbsp; &nbsp; &nbsp; 在大街小巷,环卫工人抱怨近来作业量明显加大,从早到晚都要持续不断地清扫那些一碰就飞的&ldquo;毛毛&rdquo;。</span><span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">出租车司机也有怨言,随风飞舞的毛絮,很容易粘到油上,汽车发动机等部件都受影响。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  这些都是杨絮柳絮惹的麻烦。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  在哈尔滨,每年五六月间,漫天的杨絮柳絮就会脱离枝头满城飞舞,它们给城市环境和市民生活带来了麻烦。几年来,园林绿化部门对这些&ldquo;不速之客&rdquo;的治理费尽心思。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  据了解哈尔滨城区内的杨柳树都是上个世纪70年代栽种的雌性树木这些树刚栽种的时候是不飘絮的随着树木成熟后才逐渐开始飞絮。杨柳树价格便宜、成活率高、长得快种后不久就能见绿所以深得绿化部门的青睐。记者从哈市园林绿化部门了解到哈尔滨市2006年以前栽种的绿化树木大约700万株杨、柳树约占40左右。据介绍杨柳树有雌雄两种树龄一般在40~50年左右只有雌性杨树和柳树才会飘杨柳絮飞絮期一般在15天左右。目前哈市飞絮的主要是树龄在25年以上树龄较大的杨柳树。据东北林业大学林业专家聂绍荃教授介绍目前哈市市区飞絮的老杨柳树至少有10万棵。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  近几年哈市绿化部门加大了对杨柳树的治理力度,加大栽种新品种,每年都要在城区内新植几十万株经过反复杂交不飞絮的&ldquo;中绥12号&rdquo;杨树、银中杨、钻天杨、小黑杨以及柞树、樟子松、白桦、紫椴等近20种优良乡土树种。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  东北林业大学的专家坦言根据树木生长规律和自然的更替过程来说要全部换掉哈市飘絮的雌杨柳起码要50年的时间短时间内要想消除杨柳树飞絮的麻烦很难。</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  链接</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  北京市从2002年开始采用研制的&ldquo;杨树雌花序疏除剂&rdquo;</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  经过4年的喷洒试验结果证明药剂对杨絮的抑制率可以达</span><br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<br style=\"color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 22px; background-color: rgb(248, 248, 248);\" />\r\n<span style=\"color: rgb(0, 0, 0); line-height: 22px; background-color: rgb(248, 248, 248);\">  到85目前还没有发现药剂对杨树的生长产生不良影响。另外北京市园林部门还采取将杨柳树附近地面进行绿化处理将树下硬地板改成草地并在树周围栽种低矮植物减少水泥地面面积避免地表形成高温产生上升气流使杨柳絮难降落地面。树下有了草或者灌木大部分飞絮就会被滞留在树下的植被上不再扰人。</span></span></span>', '', '', '218.8.98.55'),
(572, 11, '<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 记得小时候过端午节,大人们都会给小孩子戴上一个中药小香包。今年的端午节你有没有想自己动手缝制中药香包的冲动呢,在这个乐于怀旧的年代,咱们也学学前人,亲自动手做香包吧。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n <strong>香包的来历:祈福纳祥,趋吉避凶</strong></p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 传说农历的五月是毒月,于是人们就把有驱邪作用的各种香草填充成香包,佩戴在身上,这样可以祈福纳祥,趋吉避凶。这是香包最初的来历。传统的香包是用白芷,川穹,芹草,甘松等中草药添加了山茶、熏草、泽兰、艾叶、磨研、成粉状,缝制成的香包。这样的香包不仅可以驱蚊虫,还有一定的安神、暖人肠胃的功效。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n <strong>街上售卖香包多是&ldquo;败絮其中&rdquo;</strong></p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 日前,记者在哈尔滨的各大早市夜市上看到很多商家已开始售卖香包,但拿在手上细细闻来,并没有中草药的味道,有些香包里面就是一团沾染了香料棉花球。一位商家告诉记者,谁家还做中草药的香包啊,现在讲究的都是香包表面的图案精不精美,颜色好不好看,没人去闻味道,也没有人在意香包的功效。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n <strong>中医药专家告诉你香包里都放点啥</strong></p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 黑龙江中医药大学附属第一医院的聂宏教授告诉记者由于每年端午节处于阳历的5月底或6月初的初夏季节气温骤然上升、蚊虫开始肆虐、细菌滋生很快古人认为这是疾病瘟疫最容易传播的时期。所以端午节也是许多中药&ldquo;闪亮登场&rdquo;的日子。如果想在家中自己动手制作香包一点都不难,&ldquo;传统中药包一般用白芷、川芎、芩草、干松、艾叶等研磨后,装进小布包内缝制而成。白芷具有祛风解表、燥湿通窍、消肿排脓的作用;干松可以理气止痛、健脾和胃;川芎有活血祛风的功能;艾叶可以温经止血、散寒止痛,外用还可以祛湿止痒。这些中药材大部分都含有挥发油,气味清香持久,可以对细菌和病毒起到一定的抑制作用,从而起到驱邪避瘟的作用。&rdquo;</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 另外,聂教授介绍说,现在是丁香花开的时节,哈尔滨的市民还可去少许的丁香花花瓣放入香包中。丁香花味辛温,能温暖脾胃、壮脏腑阳气、芳香开窍,可以用来温中止呕、和胃降逆,治疗因脾胃虚寒引起的腹痛、腹泻、呕吐等。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n <strong>端午节自己动手做个香包</strong></p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 1.材料:碎布、棉花、香料粉、丝线(或中国结细线)</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 2.工具:剪刀、针、缝衣线</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n 3.做法:</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n (1)将碎布画上自己喜欢的形状,如:圆形、三角形、桃形等。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n (2)剪下相对的两片</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n (3)用线将三边从反面缝合,留下一边。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n (4)翻过来,塞入药房买的香粉,再买点中草药,塞进袋里。</p>\r\n<p style=\"margin: 20px auto 0px; padding: 0px; text-indent: 2em; word-wrap: break-word; color: rgb(0, 0, 0); font-family: 宋体; font-size: 14px; line-height: 25px;\">\r\n (5)将最后一边缝合,再加长绳装饰即完成。</p>\r\n', '', '', '218.8.97.87'),
(573, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   &nbsp; 口腔癌是发生在口腔的恶性肿瘤之总称,大部分属于鳞状上皮细胞癌,即所谓的黏膜发生变异。在临床实践中口腔癌包括牙龈癌、舌癌、软硬腭癌、颌骨癌、口底癌、口咽癌、涎腺癌、唇癌、和上颌窦癌以及发生于颜面部皮肤黏膜的癌症等。口腔癌是头颈部较常见的恶性肿瘤之一。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   口腔卫生条件差、常吃过烫食物以及长期使用劣质牙刷都是导致口腔癌常见的病因。那么,除此之外,大家还了解哪些原因可导致口腔癌吗?<br />\r\n <br />\r\n <strong>嗜烟酗酒是口腔癌的一大病因!</strong><br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; &nbsp;口腔癌患者大多有长期吸烟、饮酒史而不吸烟又不饮酒者口腔癌少见。咀嚼槟榔等混合物能引起口腔粘膜上皮基底细胞分裂活动增加使口腔癌发病率上升。美国Keller资料显示吸烟不饮酒或酗酒不吸烟者口腔癌发病率分别是既不吸烟也不饮酒的2.43倍和2.33倍而有烟、酒嗜好者的发病率是不吸烟也不饮酒者的15.5倍。酒本身并未证明有致癌性,但有促癌作用。酒精可能作为致癌物的溶剂,促进致癌物进入口腔粘膜。所以,为了预防口腔癌,除了要保持口腔卫生之外,戒烟、限酒也是必须要做到的。希望读者朋友能多家注意平时的生活饮食习惯,避免口腔癌上身。<br />\r\n <br />\r\n <strong>牙膏挤太多或可诱发口腔癌</strong><br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 口腔卫生习惯差,为细菌或霉菌在口腔内滋生、繁殖创造了条件,从而有利于亚硝胺及其前体的形成。加之口腔炎,一些细胞处于增生状态,对致癌物更敏感,如此种种原因可能促进口腔癌发生。牙膏中有几种活性成分令人担忧。牙膏中广泛使用的化学物质&ldquo;月桂醇硫酸钠&rdquo;被认为可能会导致肠胃病和肝中毒;会令口腔更容易溃烂,患口腔癌。牙膏中的研磨剂也被认为会伤害牙龈,令牙龈更易受到侵害,所以使用牙膏时不要挤太多。此外,如果你长期使用劣质牙刷,不能彻底清除口腔内的细菌,可引起致癌物亚硝胺形成,进而导致口腔炎,再加上一些细胞处于增生状态,对致癌物很敏感,长此以往可导致口腔癌的发生。而如果患有龋齿或长时间佩戴假牙,更应注意口腔卫生,选择优质的牙刷、牙膏等。因为这些异物长期与舌部摩擦,可能刺激口腔黏膜产生局部慢性溃疡,如果溃疡发生一个月以上未愈,很可能已发生癌变。<br />\r\n <br />\r\n <strong>自己怎样检查口腔癌?</strong><br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 1.检查面部与颈部 在检查颈部时,要尽量向后仰头,查看下颌骨区和颈部有无异常;再用手分别触摸左右两侧的颈部和下颌骨区,试试两侧感觉有无不同。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 2.检查唇部 先用眼睛观察上下嘴唇的外侧,再用手触摸。然后用拇指和食指向下拉开下嘴唇检查内侧,最后查上嘴唇内侧。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 3.检查牙龈 拉开口唇检查牙龈,并用食指触摸,看是否与上次检查时一样。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 4.检查颊部 轻闭嘴,将拇指与食指放在嘴角向外拉开,用眼睛观察,同时用手触摸侧颊部,看有无异常。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp;5.检查舌癌伸出舌头,用手垫上纱布抓住舌头,观察与触摸舌面,并分别向左右方牵拉舌头,观察舌两侧。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 6.检查舌底 将舌尽量上抬抵住膊部,观察与触摸舌底,检查是否异常。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 7.检查咽部与上腭 发&ldquo;啊&rdquo;音,在光亮处观察咽部;然后头部稍向后仰,观察并触摸上腭部。<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; 当你在自我检查时发现下述异常时,最好请有经验的专科医生检查,以确定病因,及时治疗。(1)有肿块、结节出现。(2)有白色、平滑式鳞状斑块状出现。(3)有红色斑块、溃疡、炎症区等症状而且较长时期不能痊愈者。(4)口腔中无明显原因的反复出血。(5)口腔中无明显原因的麻木、灼热或干燥感。(6)说话或吞咽时发生困难或不正常。</p>\r\n<div class=\"main-body\" style=\"margin: 0px; padding: 19px 0px 0px; line-height: 26px; font-size: 14px; overflow: hidden; clear: both; word-wrap: break-word; word-break: normal; font-family: \'Microsoft Yahei\', 宋体;\">\r\n <p style=\"margin: 13px 0px; padding: 0px;\">\r\n   </p>\r\n <div>\r\n &nbsp;</div>\r\n</div>\r\n<div id=\"share-weibo\" style=\"margin: 0px; padding: 0px; color: rgb(66, 66, 66); font-family: \'Microsoft Yahei\', 宋体; line-height: 24px;\">\r\n <div class=\"share-weibo tr\" style=\"margin: 37px 0px 35px; padding: 0px; text-align: right;\">\r\n &nbsp;</div>\r\n</div>\r\n<br />\r\n', '', '', '218.8.97.87'),
(574, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   &nbsp;维持健康的身体,少不了运动的参与。每天坚持运动,能够增强身体抵抗力,防止病菌入侵身体。但是,如果运动错误,只会适得其反,还有可能会伤害身体。所以说,运动的时候,千万不要犯了以下的错误!</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>负重锻炼效果会很好!错</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n &nbsp; &nbsp; &nbsp; 部分人进行心肺功能锻炼时,还携带重物,如双手握住一对哑铃。但事实上,这不仅会减少热量燃烧,而且会对身体平衡造成破坏,甚至导致损伤。因此,最佳的方法是增加锻炼强度,而不是增加阻力。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>锻炼时间越长,越要多吃!错</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n &nbsp; &nbsp; &nbsp; 大多数健身爱好者觉得,进行长时间的锻炼之前,要吃足够多的食物,再挥汗如雨燃烧掉这些热量。但是,多摄取的这部分食物需要多进行两个小时的有氧运动才能消耗掉。同时,如果运动时间过长,会造成训练过度和运动损伤。因此,锻炼前只摄取适量的食物就可以了。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>体力劳动者不用运动!错</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   不论哪种劳动,身体常常只能按照某种固定的姿势来活动。所以,只有参加活动的那部分骨骼、肌肉可以锻炼和发展,其余部分用力较小或根本没有用力,就不能锻炼。同时,负担过重的肌肉,还容易疲劳,发生劳损。单调的沉重的体力劳动很枯燥乏味,还会导致情绪低落。因此,认为&ldquo;体力劳动者不用运动&rdquo;是不对的。要在劳动之余,适当参加体育运动,可以血液循环加快,还可以促进消除由体力劳动而产生的局部疲劳。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>运动后不做整理活动!错</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   运动后,特别是剧烈运动,要做整理活动,不然会因为马上停止运动而出现意外。这是因为剧烈运动会使身体内部发生一系列的生理变化。如心脏跳动加快、肺活量增加、新陈代谢旺盛等。但这些变化不是随着运动的停止而立即消失。并且,尽管剧烈运动时呼吸已经加快加深,但氧气还是不够提供身体需要的。因此,运动后的整理活动,可以调整身体内部的变化及还清&ldquo;氧债&rdquo;。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   另外,剧烈运动时,肌肉会不断收缩,不断压迫在肌肉中经过的静脉血管,对促进血液回流到心脏有帮助。如果停止了腿部肌肉的运动,下肢静脉血管就失去了肌肉收缩时,对它的挤压力,不利于下肢静脉的血液回流到心脏,减少循环血量,容易发生运动性晕厥。</p>\r\n', '', '', '218.8.97.87'),
(575, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n &nbsp; &nbsp; &nbsp; 颈椎疼痛是白领常见的毛病他们由于久坐颈椎长时间处于一个固定状态容易影响颈椎健康引发疼痛。如何判断自己的颈椎是否健康呢下面4个信号可能预示你颈椎出问题了。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>如何判断颈椎健康状态?</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n &nbsp; &nbsp; &nbsp; &nbsp;信号一:不知道为什么就肩颈酸痛,手臂发麻,可能是神经根型颈椎病;</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   信号二:正常直行走路却常出现&ldquo;跑偏&rdquo;问题,有可能是脊髓型颈椎病;</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   信号三:长期低头伏案工作,会感到头晕难受,就可能是椎动脉型颈椎病;</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   信号四:经常有不明原因的一系列症状,如头晕、眼花、耳鸣、手麻、心动过速、心前区疼痛等,可能是交感神经型颈椎病。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   如果同时出现上述几类症状,则可能是混合型颈椎病。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>如何缓解颈椎疼痛?</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   因为颈椎病,会产生疼痛的症状,对人们的生活产生很大的影响,对工作造成障碍。那么,如何缓解颈椎病疼痛的症状呢?</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   1.适时休息</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   想要有效的缓解颈椎病所带来的疼痛症状,要适时休息。如果病情不严重的情况下,可以适当增加休息,利用休息和活动的时间来加强身体的血液循环,进而消除局部肌肉疲劳,有助于缓解颈椎病,而且还可以预防和缓解颈椎的劳损。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   2.生活中多多注意</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   在生活习惯的方面,运动时,一定要防止剧烈的活动扭伤或是拉伤颈椎,睡觉时的习惯不良或枕头原因导致的落枕,也会加重颈椎病。所以,在生活中,要注意颈椎的保暖,不要让颈椎处于电扇、空调等低温条件下,避免此病的发生。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   3.养成良好的坐姿习惯</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   想缓解颈椎病疼痛,除了适时的休息和良好的生活习惯外,还要保持一个正确的姿势。在平时生活中,要养成良好的坐姿习惯,同时,也要适时的改变头部竖立的形态,才可以避免颈椎病的发生。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   4.按穴位</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   除此以外,还可以试试拿捏颈肌,将左或手上举置在颈后,手的拇指放在同侧颈部的外侧,其余的四指放在颈肌对侧,两手用力对合,将颈肌向上提起后放松,沿着风池穴向下拿捏到大椎穴就可以了。也可以按按后溪穴。后溪是小肠经上的一个穴,把手握成拳,掌指关节后横纹的尽头就是该穴。这个穴是奇经八脉的交会穴,通督脉,能泻心火、壮阳气、调颈椎、利眼目、正脊柱。可以坐在桌子旁,把双手后溪穴的这个部位放在桌子沿上,用腕关节带动双手,轻松地来回滚动,就可以达到刺激的效果。</p>\r\n', '', '', '218.8.97.87'),
(577, 11, '<div class=\"artical\" style=\"margin: 0px; padding: 20px 12px 10px; border: 0px none; list-style: none; line-height: 25px; font-size: 14px; text-align: justify; color: rgb(51, 51, 51); font-family: 宋体, Tahoma, Verdana, Arial, Helvetica, sans-serif;\">\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\"><span style=\"line-height: 28px;\">众所周知婴幼、儿童需要补充各种维生素如维生素A、维生素B、维生素C等那么面对巨大的生活和工作压力的成人需要补充维生素吗?答案是肯定的,</span><span style=\"line-height: 28px;\">成人同样需要补充各种维生素。</span><br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp;B族维生素对促进红细胞的成熟维持神经系统的正常功能有重要作用。含有这类维生素食品有各种水果、蔬菜、谷类、果仁及动物内脏。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">维生素C能消除或减少细胞产生的自由基及其他有害物质使之成为惰性或非活性物质因此起到抗衰老作用。如果我们想在中年以后仍保持青春的活力那么就不能缺少维生素C在很多水果和蔬菜中含有丰富的维生素C因此最好多吃含有维生素C的食品来补充维生素C如绿叶蔬菜、桔子、鲜枣等。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">维生素E、维生素C及其他维生素的抗衰老作用人尽皆知但是维生素E的作用具体有哪些这些维生素的效果如何怎么服用维生素还得听专业医生怎么说盲目服用维生素不遵医嘱不仅没有抗衰老或其他作用反而会对身体机能造成的不良影响。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">其实衰老从生物学的理解是这样的:在机体代谢过程中必然产生一些自由基,这些自由基与核酸、蛋白质、脂类等发生反应,生成氧化物或过氧化物。这些物质导致细胞膜通透性的改变,进而导致细胞膜内的各种膜结构受到破坏,衰老的情形也就发生了。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">维生素是作为一些辅佐成份参与人体代谢但这些成份都是代谢必不可少的它必须从食物中摄取。维生素可分为两大类一类是脂溶性维生素包括维生素A、D、E、K;一类是水溶性维生素包括B族维生素、维生素C等。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">专业医生和很多营养师认为维生素A对保持正常的视觉功能有重要作用它的主要食物来源是各种动物肝脏、鱼肝油、乳类、禽蛋等蔬菜、小白菜、油菜、胡萝卜以及水果中的杏、柿子也是补充体内维生素A的佳品。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">维生素D对促进骨骼的正常钙化等有不可忽视的作用。它的主要来源是动物肝脏乳类及蛋黄以鱼肝油中含量最高。成人如果每日在日光下照射半小时即可满足对维生素D的需要。老年人特别是老年妇女有骨质脱钙的倾向而老年人常常不便经常外出活动应当注意适当补充维生素D。</span></span></p>\r\n <p style=\"margin: 0px; padding: 10px 0px; border: 0px none; font-family: 宋体; list-style: none; text-indent: 2em;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">同时专业医生和很多营养师也充分肯定了维生素E所具有多种功能。维生素E缺乏时细胞膜上不饱和脂肪酸易与自由基发生反应加剧组织衰老。一般正常人的膳食中维生素E含量已满足人体需要不需另加补充。</span></span></p>\r\n</div>\r\n<div class=\"page\" style=\"margin: 0px; padding: 10px 0px 35px; border: 0px none; list-style: none; line-height: 20px; text-align: center; color: rgb(51, 51, 51); font-family: 宋体, Tahoma, Verdana, Arial, Helvetica, sans-serif;\">\r\n <ul style=\"margin: 0px; padding-right: 0px; padding-left: 0px; list-style: none; border: 0px none; font-family: 宋体;\">\r\n </ul>\r\n</div>\r\n<br />\r\n', '', '', '218.8.97.162'),
(579, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   &nbsp;胃病和饮食是有很大关联的,所以无论是预防胃病还是胃病调理都要多注意饮食才行。在这里,小编所要为大家介绍的就是胃病的饮食原则以及应要吃的食物,快来一起看看吧。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>胃病吃什么食物好</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   &nbsp;<strong>牛奶:</strong>味甘、性平,归肺、胃经。补肺胃,生津液,润大肠。宜于阴虚胃痛,津亏便秘;近代用于治疗消化性溃疡病、习惯性便秘。腹泻、脾虚证、湿证者忌食。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>粥类:</strong>粥类容易消化,尤其八宝粥,里面含有花生、杏仁、白糖等,热量更高更丰富,对胃有好处。而新鲜的花生富含蛋白质、脂肪,能有效地保护胃。确定适合养胃的早餐食物,原则有三:易消化,防刺激,多营养。如:鸡蛋羹、鸡蛋汤、煮鸡蛋、大豆、豆制品、蔬菜、水果等。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>汤水:</strong>比较养胃的东西首选不是粥,而是汤,汤还不能是肉汤。肉汤也含酸多,菜汤较好,什么菠菜、粉丝、鸡蛋能上的都上。再加点鸡精调味。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>主食:</strong>最养胃的,是面条。米中含酸多,所以少吃米饭。如果熬粥,少放点苏打进去,对胃有好处。另外就是饼干。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>介绍几款健胃食疗:</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>1、炮姜白术粥</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   材料炮姜6克白术15克糯米30克花椒、大料少许。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   做法将上述四药用纱布包好先煮20分钟纳入糯米煮至粥熟去药包服食每日1剂。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   功效:此粥可温中健脾,适用于脾胃虚寒所致的大便溏泄、脘腹胀满、四肢无力等症。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>2、红枣芡实糯米粥</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   材料糯米100克、芡实30克、红枣6颗。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   做法:红枣去核切成小块,与洗好的糯米、芡实一同放在锅里,加入适量的水煮粥。粥成后按个人喜好放入糖或盐调味,即可食用。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   功效:红枣益气补血,芡实益肾健脾,与糯米同煮成粥,可养气血、健脾胃、强体质、美容颜,是男女老少咸宜的佳品,尤其适合小孩、老人、体虚之人食用。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   <strong>3、淮山鸡内金黄鳝汤</strong></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   材料淮山30克、鸡内金10克(中药店有售)黄鳝300克生姜3片。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   做法药材稍浸泡洗净黄鳝宰洗净用热水或盐揉擦净再洗净起油镬爆香姜爆炒片刻洒入少许米酒。一起下瓦煲加入清水2000毫升(约8碗量)和姜武火滚沸后改文火煲1小时下盐便可。为2~3人量。</p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n   功效:以健脾胃、补肺气、益肾精、滋养强身的淮山,健胃消食、涩精止遗的鸡内金煲黄鳝为汤,有益气养血、健脾和胃的功效,是夏日养生靓汤,尤适合长者和小儿之用。</p>\r\n', '', '', '218.8.97.162'),
(583, 11, '<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  &nbsp; 有些美眉总是在抱怨自己的皮肤瑕疵太多,不光滑、不细嫩、不白皙,然而,各种皮肤问题的出现,与美眉们平时的保养不当有着直接的关系。即便你使用再昂贵的护肤品,保养皮肤的过程中如果频繁犯错误,不注意细节,那么,想要留住好皮肤也是很难的。今天,小编整理了一些美眉们在美容护肤以及日常的保养当中非常容易犯的错误,赶紧来看看你有没有中招吧,保养好皮肤,细节上经常犯错误可是不行的哦!</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>1、用毛巾来擦脸</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &nbsp;用毛巾来擦脸也是个错误?当然了。美眉们不要以为用毛巾来擦脸很正常,习惯了嘛,然而就是这种习惯让你的皮肤变得粗糙没有弹性。洗脸之后,皮肤是非常干燥的,这正是皮肤缺水严重的时候,如果再用毛巾来擦脸,会摩擦而刺激皮肤,令皮肤变得更加粗糙干燥。有的美眉会问了,不用毛巾来擦脸,那用什么擦脸呢?建议美眉们可以使用柔软的纸巾,如果使用毛巾的话,可以选择柔软的纯棉毛巾,对皮肤的伤害较小。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>2、带妆运动</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  如今,美眉们都很重视运动,它可以让你的身材更苗条。但是,很多美眉会带妆运动,这就是损伤皮肤的行为了。运动难免会出汗,而带着妆容运动,就会导致汗液与彩妆相互融合,从而堵塞毛孔,令皮肤呼吸不畅,各种痘痘粉刺就都来了。所以,带妆容运动是非常错误的做法,需要避免。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>3、护肤品常年不换</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  我们虽然不赞同经常更换护肤品使用,但是,如果护肤品终年也不换,春夏秋冬一年四季都要用同一种护肤品,对皮肤的保护也不能够做到最好。由于不同季节的特点不同、环境也不同,所以皮肤护理的重点也是不同的。夏季美眉们应使用乳液类的护肤品,注重皮肤的保湿和防晒,冬季就应该改用面霜类护肤品,更好地为皮肤锁住水分。有针对性地选择和更换护肤品是非常有必要的哦,但不能随意更换不适合自己肤质的护肤品,这是两个不同的概念。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  <strong>4、皮肤还未吸收乳液就开始涂粉底</strong></span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  经常化妆的美眉们还很容易犯这样的错误,那就是经常乳液刚涂完就开始上粉底了,这不是间接在损伤皮肤嘛,即便是很赶时间,也不要这样伤害皮肤。如果皮肤还没有完全吸收保养品当中的水分和营养,就直接涂抹粉底的话,就很容易给皮肤造成一定的负担,会严重堵塞毛孔,从而引发各种痘痘粉刺等问题。化妆本来就会给皮肤造成一定的负担,如果再让粉底夹杂着乳液,对皮肤的伤害就更大了。</span></span></p>\r\n<p style=\"margin: 13px 0px; padding: 0px; font-family: \'Microsoft Yahei\', 宋体; font-size: 14px; line-height: 26px;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:14px;\">  温馨总结:以上一些美眉们非常容易犯的护肤错误,一定要避免,否则不仅会令皮肤受到损伤,长时间下来,皮肤损伤过重,再想要修复和拯救都不容易了。</span></span></p>\r\n', '', '', '218.9.165.27'),
(584, 11, '<span style=\"color: rgb(51, 51, 51); font-family: 宋体, Arial; font-size: 14px; line-height: 26px; text-align: justify; text-indent: 28px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"color: rgb(0, 0, 0); font-family: 宋体, simsun, sans-serif, Arial; font-size: 14px; line-height: 26px;\">今年8月8日我们已经迎来了&ldquo;立秋&rdquo;模式,这就意味着热去凉来,天气逐渐由暑热模式转换为凉寒模式。但值得注意的是,天气干燥,起居、生活、饮食等方面还得多多注意。</span><span style=\"color: rgb(51, 51, 51); font-family: 宋体, Arial; font-size: 14px; line-height: 26px; text-align: justify; text-indent: 28px;\">立秋虽然标志着秋季的开始,但刚立秋后气温还是较高,空气湿度也大,再加上人们在夏季常常因为苦夏过食冷饮,多有脾胃功能减弱的现象,此时如果大量进食补品,特别是过于滋腻的养阴之品,会进一步加重脾胃负担,长期处于虚弱的胃肠一下子不能承受,反而导致消化功能紊乱。因此,初秋进补宜清补而不宜过于滋腻。</span><span style=\"color: rgb(51, 51, 51); font-family: 宋体, Arial; font-size: 14px; line-height: 26px; text-indent: 2em;\">所以日常饮食应食用一些润燥生津的食物,百合、莲子、银耳、大枣、藕、赤小豆、蜂蜜等。另外,由于立秋后空气中水分逐渐减少,专家提醒,要对抗燥气对肺的伤害,应多补充水分,不妨做道山药老鸭煲。 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span><br />\r\n<span style=\"color: rgb(51, 51, 51); font-family: 宋体, Arial; font-size: 14px; line-height: 26px; text-indent: 2em;\">&nbsp; &nbsp; 梨肉香甜可口,肥嫩多汁,有清热解毒,润肺生津、止咳化痰等功效,生食、榨汁、炖煮或熬膏,对肺热咳嗽、麻疹及老年咳嗽、支气管炎等症有较好的治疗效果。若与荸荠、蜂蜜、甘蔗等榨汁同服,效果更佳。这些食物与其他有益食物或中药搭配则功效更佳。</span>\r\n<p align=\"justify\" style=\"margin: 0px 0px 14px; padding: 0px; border: 0px; text-indent: 2em; color: rgb(51, 51, 51); line-height: 26px; font-size: 14px; font-family: 宋体, Arial;\">\r\n <br />\r\n &nbsp; &nbsp;此外要避免运动量过大。虽然是立秋,但是湿热仍没有完全消退,在这个时节进行健身锻炼应该避免运动量过大、活动过于剧烈。尤其是中老年人更要悠着点。相同的环境,相同的运动强度,中老年人的承受能力要低于年轻人。受伤、受损、心脑血管意外等发生的可能性要远远大于年轻人。所以体力消耗过大的运动项目不适合中老年人。<br />\r\n <br />\r\n <span style=\"text-indent: 2em;\">&nbsp; &nbsp; 这里提醒大家像游泳、太极拳这些运动项目还是比较适合中老年人的。尤其是太极拳柔中带动重心转移的流畅有助于肌肉的协调和平衡的训练是很好的运动。注意运动前要有5至10分钟的暖身运动运动后也要有数分钟的缓和运动。总之这个季节进行运动要注意几点最好选择一早、一晚进行锻炼太阳照射下不宜运动过久以防体力消耗过大暴晒灼伤皮肤在高温湿热中不宜运动过于剧烈。</span><br />\r\n <br />\r\n <span style=\"text-indent: 2em;\">&nbsp; 随着天气转凉,很多人开始进补以增强体质。相比而言,排毒比进补更重要,因为进补的东西越多,代谢产生的&ldquo;废物&rdquo;也越多,如不能把来自人体外部环境和内部环境的毒素及时排出体外,对健康的危害会越来越大。合理运动能加快人体新陈代谢,帮助皮肤和肺脏排毒。</span></p>\r\n', '', '', '218.9.165.113'),
(586, 11, '<div class=\"resolved-cnt\" style=\"margin: 17px 0px 0px 17px; padding: 0px 0px 5px; font-size: 14px; line-height: 24px; font-family: arial, \'courier new\', courier, 宋体, monospace, \'Microsoft YaHei\'; white-space: pre-wrap; width: 636px; word-break: break-all; word-wrap: normal; color: rgb(51, 51, 51);\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color: rgb(37, 37, 37); line-height: 28px; text-align: justify; text-indent: 32px;\">进入秋季以来,感冒现象变得越来越普遍。专家所总结了一些窍门将有助于预防感冒和减轻其症状,希望可以帮助人们尽快回到正常生活的轨道中。</span><br />\r\n 1 热水泡脚<br />\r\n 每晚用较热的水(温度以热到几乎不能忍受为止)泡脚15分钟要注意泡脚时水量要没过脚面泡后双脚要发红可预防感冒。<br />\r\n 2 生吃大葱<br />\r\n 生吃大葱时,可将油烧热浇在切细的葱丝上,再与豆腐等凉拌吃,不仅可口,而且可以预防感冒。<br />\r\n 3 盐水漱口<br />\r\n 每日早晚、餐后用淡盐水漱口,以清除口腔病菌。在流感流行的时候更应注意盐水漱口,此时,仰头含漱使盐水充分冲洗咽部效果更佳。<br />\r\n 4 冷水浴面<br />\r\n 每天洗脸时要用冷水,用手掬一捧水洗鼻孔,即用鼻孔轻轻吸入少许水(注意勿吸入过深以免呛着)再擤出,反复多次。<br />\r\n 5 按摩鼻沟<br />\r\n 两手对搓,掌心热后按摩迎香穴(位于鼻沟内、横平鼻外缘中点)十余次,可以预防感冒及在感冒后减轻鼻塞症状。<br />\r\n 6 呼吸蒸汽<br />\r\n 初发感冒时,在杯中倒入开水,对着热气做深呼吸,直到杯中水凉为止,每日数次,可减轻鼻塞症状。<br />\r\n 7 热风吹面<br />\r\n 感冒初起时可用电吹风对着太阳穴吹3至5分钟热风每日数次可减轻症状加速痊愈。<br />\r\n 8 搓手<br />\r\n 搓手对降低感冒的发病率大有功效。因为搓手可促进血液循环、疏通经脉、增强上呼吸道抵御感冒的免疫功能。<br />\r\n 9 喝白开水<br />\r\n 秋冬气候干燥,人体极易缺水,常喝白开水,不但能保证人体的需要,还可起到利尿排毒、消除体内废物的功效。<br />\r\n 10 多吃&ldquo;红色食品&rdquo;<br />\r\n 红色食品是指食品为红色、橙红色或棕红色的食品,如红辣椒、胡萝卜、南瓜、西红柿、洋葱、山楂、红苹果、红枣、沙棘、柿子等,这些食品的一个共同特点是含有丰富的&beta;-胡萝卜素可防治感冒。这是因为胡萝卜素具有捕捉人体内氧自由基、参与维生素A的合成等多种功能还能增强人体巨噬细胞的活力起到抗御感冒的作用。<br />\r\n 11 葱头饮料<br />\r\n 葱头水不太好喝,但对治疗顽固性感冒却有特殊效果。众所周知,葱头有杀菌、消炎作用。葱头饮料制法:把半个葱头切成小块加250毫升牛奶略煮片刻加适量蜂蜜。最好在睡前饮。<br />\r\n 12 姜蛋疗法<br />\r\n 取50克生姜加水煮沸放入鸭蛋2个搅匀再加白酒20毫升盐少许煎煮5分钟即可吃蛋喝汤后盖被休息对冬令感冒的防治效果极佳。<br />\r\n 13 姜糖水<br />\r\n 先用红糖加适量水煮沸后加生姜10分钟后趁热喝下可预防感冒。<br />\r\n 14 醋熏蒸<br />\r\n 每日早、晚用醋在室内熏蒸1次每次20分钟能祛除居室内的病毒。<br />\r\n 15 体育锻炼<br />\r\n 坚持进行体育锻炼,如散步、跑步、爬山、打球、练拳等,可提高机体的御寒能力,防止感冒的发生。</span></div>\r\n<div class=\"laud\" data-ans_id=\"1378235957067847\" data-clicked=\"\" style=\"margin: 12px 0px; padding: 0px; height: 32px; width: 232px; color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif, tahoma, \'Microsoft YaHei\'; line-height: 18px;\">\r\n &nbsp;</div>\r\n', '', '', '218.8.98.192'),
(588, 11, '<p>\r\n <span id=\"cke_bm_102S\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_103S\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_104S\" style=\"display: none;\">&nbsp;</span><span style=\"font-size:16px;\">&nbsp; &nbsp; 秋季,各种菌类都进入了生长、采摘的旺季,同时也是毒蘑菇中毒的高发季节。市卫生局提醒广大市民,如果自己采摘菌类,要小心避免毒蘑菇中毒。<br />\r\n <br />\r\n &nbsp; &nbsp; 毒蘑菇常见的有褐鳞小伞、肉褐鳞小伞、白毒伞、毒伞、残托斑毒伞、毒粉褶蕈、秋生盔孢伞、包脚黑褶伞、鹿花菌等。毒蘑菇生长广泛,与食用菇没有明显区别,仅凭肉眼难以鉴别。如果自行采摘蘑菇,食用后很快出现恶心、呕吐、剧烈腹泻和腹痛、视力模糊、幻视、幻听、瞳孔缩小等表现,必须立即到正规医院救治,并在条件允许情况下尽快催吐。</span></p>\r\n<p>\r\n <span id=\"cke_bm_109S\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_110S\" style=\"display: none;\">&nbsp;</span><span style=\"font-size:16px;\">&nbsp; &nbsp; 市卫生局建议广大市民勿随意采摘、购买和食用野生蘑菇,以免发生误食中毒;经营蘑菇的企业和餐饮单位要提高警惕,严把采购关。如有市民食用蘑菇后出现恶心、呕吐、腹痛、腹泻伴头晕、头痛、四肢乏力等症状,应立刻到医院诊治。</span></p>\r\n<p>\r\n <span id=\"cke_bm_110E\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_109E\" style=\"display: none;\">&nbsp;</span><span style=\"font-size:16px;\"><!--function: content() parse end 0ms cost! --></span><br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n &nbsp;</p>\r\n<p>\r\n <span id=\"cke_bm_104E\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_103E\" style=\"display: none;\">&nbsp;</span><span id=\"cke_bm_102E\" style=\"display: none;\">&nbsp;</span></p>\r\n<!--function: content() parse end 0ms cost! -->', '', '', '218.8.98.192'),
(591, 22, '', '', '', '113.9.104.73'),
(592, 22, '', '', '', '113.9.104.73'),
(593, 22, '', '', '', '222.32.4.178'),
(594, 22, '', '', '', '222.32.4.178');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(600, 50, '<span style=\"color: rgb(105, 105, 105); background-color: rgb(251, 251, 251); font-size: 9pt; line-height: 18px; font-family: 宋体;\">&nbsp; </span><span style=\"font-size:16px;\">&nbsp; 行程内容早酒店接客人乘车前往亚洲最大的滑雪场、09年大冬会主赛场&mdash;&mdash;AAAA级亚布力滑雪旅游度假区沿途欣赏千里冰峰、万里雪飘的北国风光途中导游讲解亚布力概况滑雪基本知识车程大约3小时到达亚布力景区参观亚布力社会主义新农村&mdash;&mdash;最大、最具特色的农家大院自由活动2小时可以尽情的打雪仗堆雪人等雪上娱乐项目远观欣赏亚布力山区最高峰海拔1374.80米的大锅盔山山顶雪深约1.5米),观雪山圣景;欣赏世界稀有植物&mdash;&mdash;偃松山顶林海山顶石海约1亿年前形成、树挂等山林奇景午餐品尝东北特色菜体会外面冰雪纷飞的冬天室内却是生机盎然的春天独特的季节差异。午餐后赴雪场途中观赏新建的欧式火车站、欧式建筑风格的风车别墅在好汉泊初级雪场体验白金贵族运动&hellip;&hellip;</span><br />\r\n<br />\r\n<p style=\"color: rgb(105, 105, 105); font-family: Simsun; font-size: 14px; line-height: 30px; background-color: rgb(251, 251, 251);\">\r\n &nbsp;</p>\r\n<br />\r\n<span style=\"color: rgb(105, 105, 105); background-color: rgb(251, 251, 251); font-size: 9pt; line-height: 18px; font-family: 宋体;\">全文阅读:<a href=\"http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=192\">http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=192</a></span>', '', '', '218.8.98.86'),
(604, 30, '<div class=\"author summaryRight\">\r\n <p>\r\n 【作者】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e9%bb%84%e4%ba%ae%e4%b8%80&amp;code=34209686;24243275;\" target=\"_blank\">黄亮一</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=au&amp;skey=%e6%9b%b9%e9%a3%9e&amp;code=34209686;24243275;\" target=\"_blank\">曹飞</a></p>\r\n <p>\r\n 【机构】 <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=inst&amp;skey=%e6%b2%b3%e6%b5%b7%e5%a4%a7%e5%ad%a6%e6%9c%ba%e7%94%b5%e5%b7%a5%e7%a8%8b%e5%ad%a6%e9%99%a2&amp;code=1044544;\" target=\"_blank\">河海大学机电工程学院</a></p>\r\n <p>\r\n 【摘要】 <span id=\"ChDivSummary\" name=\"ChDivSummary\">实验研究了太阳能光伏热气流发电站采用在普通太阳能热气流电站的集热棚上覆盖光伏电池的方法。计算分析结果表明,在集热棚上覆盖光伏电池虽然会稍微降低系统的输出功率,但通过这种方法表现出小尺寸的太阳能光伏电站的潜力,可以有效解决目前太阳能热气流电站需要超大尺寸与超高烟囱的经济效率问题。&nbsp;</span><a id=\"ChDivSummaryMore\" style=\"DISPLAY: none\">更多</a><a id=\"ChDivSummaryReset\" style=\"DISPLAY: none\">还原</a></p>\r\n</div>\r\n<div class=\"keywords int5\">\r\n 【关键词】 <span id=\"ChDivKeyWord\" name=\"ChDivKeyWord\"><a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%a4%aa%e9%98%b3%e8%83%bd\" target=\"_blank\">太阳能</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e7%83%ad%e6%b0%94%e6%b5%81%e5%8f%91%e7%94%b5%e7%b3%bb%e7%bb%9f\" target=\"_blank\">热气流发电系统</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e5%85%89%e4%bc%8f%e5%8f%91%e7%94%b5%e7%b3%bb%e7%bb%9f\" target=\"_blank\">光伏发电系统</a> <a class=\"KnowledgeNetLink\" href=\"http://www.cnki.net/kcms/detail/search.aspx?dbcode=CJFQ&amp;sfield=kw&amp;skey=%e6%80%a7%e8%83%bd%e6%b5%8b%e8%af%95\" target=\"_blank\">性能测试</a>&nbsp;<br />\r\n <br />\r\n 全文阅读:<a href=\"http://www.cnki.net/kcms/detail/detail.aspx?DbCode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201601008&amp;uid=WEEvREcwSlJHSldTTGJhYkdqcGdvMVdMaldCTjB4MUlIOWRVTkhndnB5MENjZ2hxcVBSV0t2ZFpDYTgycWduWHlsbz0=$9A4hF_YAuvQ5obgVAqNKPCYcEjKensW4IQMovwHtwkF4VYPoHbKxJw!!\">http://www.cnki.net/kcms/detail/detail.aspx?DbCode=CJFQ&amp;dbname=CJFDTEMP&amp;filename=HELJ201601008&amp;uid=WEEvREcwSlJHSldTTGJhYkdqcGdvMVdMaldCTjB4MUlIOWRVTkhndnB5MENjZ2hxcVBSV0t2ZFpDYTgycWduWHlsbz0=$9A4hF_YAuvQ5obgVAqNKPCYcEjKensW4IQMovwHtwkF4VYPoHbKxJw!!</a></span></div>\r\n', '', '', '222.32.4.178'),
(601, 50, '<span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color: rgb(105, 105, 105); text-align: center; background-color: rgb(251, 251, 251); line-height: 18px;\">&nbsp;<span style=\"font-size:16px;\"> </span></span></span></span><span style=\"font-size:16px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; 行程内容早哈尔滨出发乘车前往亚洲最大的滑雪场、09年大冬会主赛场&mdash;&mdash;AAAA级亚布力滑雪旅游度假区沿途欣赏千里冰峰、万里雪飘的北国风光途中导游讲解亚布力概况滑雪基本知识大约3小时到达亚布力景区参观亚布力社会主义新农村&mdash;&mdash;最大、最具特色的农家大院可在亚布力雪乐园内乘坐马拉沿途参观白桦林、抗联遗址土匪窝、地窨子等景点进山里人家做客免费品尝东北大煎饼大葱蘸大酱品尝东北人家美食与林中土匪进行搏斗互动游戏感受英雄杨子荣在林海雪原的飒爽英姿雪上飞碟、拔河比赛、雪地足球、滑冰、抽冰尜等雪上项目让您回忆起童年时的乐趣。特色午餐午餐后乘坐森林小火车以全国十大旅游名镇之一的青云小镇为起点景区好汉泊路口为终点每人赠送一穗粘玉米啃着粘玉米坐着观光小火车穿越林海雪原观原始森林、看苍穹白桦林、赏精美树挂经停锅盔山中转站下车10分钟参观伐木工人住过的木楞房参观野生动物营黑熊、骆驼、羊驼、大驼羊、野马、野猪、狍子、鹿、孔雀、鸵鸟、鸳鸯、白鹇、野鸡、红腹锦鸡、翘鼻鸭、针尾鸭、白冠长尾雉、火鸡、野兔等与精美树挂拍照留念。体验白金贵族运动&hellip;&hellip;</span></span><br />\r\n<br />\r\n<br />\r\n<span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color: rgb(105, 105, 105); text-align: center; background-color: rgb(251, 251, 251); line-height: 18px;\">全文阅读:<a href=\"http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=186\">http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=186</a></span></span></span>', '', '', '218.8.98.86'),
(602, 50, '<span style=\"font-size:16px;\">&nbsp;</span><span style=\"font-size:18px;\"> &nbsp;<span style=\"font-size:16px;\"> 行程内容第一日早酒店接客人乘车前往亚洲最大的滑雪场、09年大冬会主赛场&mdash;&mdash;AAAA级亚布力滑雪旅游度假区沿途欣赏千里冰峰、万里雪飘的北国风光途中导游讲解亚布力概况滑雪基本知识车程大约3小时到达亚布力景区参观亚布力社会主义新农村&mdash;&mdash;最大、最具特色的农家大院自由活动2小时可以尽情的打雪仗堆雪人等雪上娱乐项目远观欣赏亚布力山区最高峰海拔1374.80米的大锅盔山顶雪深约1.5米),观雪山圣景;欣赏世界稀有植物&mdash;&mdash;偃松山顶林海山顶石海约1亿年前形成、树挂等山林奇景午餐在电力生态餐厅品尝东北特色菜体会外面冰雪纷飞的冬天室内却是生机盎然的春天独特的季节差异。午餐后赴雪场途中观赏新建的欧式火车站、欧式建筑风格的风车别墅在好汉泊初级雪场体验白金贵族运动滑雪2小时含雪鞋、雪杖、雪板结束后安排入住酒店。第二日早餐后自由活动乘车赴【中国雪乡】已含95元/人车程约2小时左右沿途欣赏银装素裹白雪皑皑林海雪原风光。抵达二浪河餐厅或亚雪驿站餐厅后品尝东北特色菜午餐体会外面冰雪的冬天室内却是生机盎然的春天独特的季节差异自由活动游览时间约3小时可在秃顶子山脚下自由欣赏高山雾凇、雪松千姿百态的雪景如诗如画冰雪沉淀记忆拍照留念等之后乘车进入雪乡森林公园后海浪河陪伴您一同欣赏银装素裹的世界塞北风光、林海雪原、奇松树挂的北国雪景晚餐在最具东北特色的农家院用餐&hellip;&hellip;</span></span><br />\r\n<br />\r\n<br />\r\n<span style=\"color: rgb(105, 105, 105); font-size: 14px; background-color: rgb(251, 251, 251); line-height: 16px; font-family: 宋体;\">全文阅读:<a href=\"http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=191\">http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=191</a></span>', '', '', '218.8.98.86'),
(603, 50, '&nbsp;<span style=\"font-size:16px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"> &nbsp; &nbsp;&nbsp;行程内容:第一日早统一地点集合,乘车前往中国雪乡原名双峰林场,是<a href=\"http://baike.baidu.com/view/139464.htm\">张广才岭</a>与<a href=\"http://baike.baidu.com/view/135870.htm\">老爷岭</a>交汇之处占地面积500公顷整个地区海拔均在1000米以上这里雪期长、降雪频繁有&quot;天无三日晴之说&quot;雪乡夏季多雨冬季多雪积雪期长达7个月雪量堪称<a href=\"http://baike.baidu.com/view/20860.htm\">中国之最</a>,且雪质好,粘度高,素有&ldquo;中国雪乡&rdquo;的美誉途中聆听导游讲解雪乡基本概况车程约5小时抵达二浪河餐厅或亚雪驿站餐厅后品尝东北特色菜午餐体会外面冰雪的冬天室内却是生机盎然的春天独特的季节差异自由活动游览时间约3小时可在秃顶子山脚下自由欣赏高山雾凇、雪松千姿百态的雪景如诗如画冰雪沉淀记忆拍照留念等之后乘车进入雪乡森林公园后海浪河陪伴您一同欣赏银装素裹的世界塞北风光、林海雪原、奇松树挂的北国雪景晚餐在最具东北特色的农家院用餐品尝特色的东北农家菜。体验东北农家的气氛。晚餐后入住。第二日早餐后导游带领亲临《闯关东》《大约在冬季》等著名电视剧的取景地漫步最为淳朴的北方特色农家村落&mdash;雪韵大街自由活动约3小时可参观雪乡纪念碑观看梦幻家园影视基地外观观赏积雪期长达七个月积雪深达2米自然形成无人工造雪滑雪场拍照留念。午餐后乘车赴亚洲最大的国际滑雪中心&mdash;&mdash;亚布力滑雪旅游度假区&hellip;&hellip;</span></span><br />\r\n<br />\r\n<span style=\"font-size: 14px; line-height: 30px; background-color: rgb(251, 251, 251); font-family: 宋体;\">全文阅读:<a href=\"http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=190\">http://hljcxly.com/index.php?p=productsshow&amp;lanmu=2&amp;id=190</a></span>', '', '', '218.8.98.86'),
(606, 11, '<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n <span style=\"font-size:14px;\"><strong>  &nbsp;体内毒素超标的九个信号</strong></span></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n <span style=\"font-size:14px;\"><strong>  如果你生活中有如下的九个毛病可要警惕啦!说明你体内毒素超标,要赶快采取排毒清体的措施。</strong></span></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n <span style=\"font-size:14px;\">  <strong>1 便秘:</strong>如果排便间隔时间多于3天或3天以上就可能患上了便秘。按照症状不同便秘可分为习惯性便秘和偶发性便秘两种类型。大肠形成粪便并控制排便是人体向外排出毒素的主要通道之一。如果毒存体内影响脾胃的运行造成大肠的传导失常导致肠道不通而发生便秘。长期便秘粪便不能及时排出会产生大量毒素堆积这些毒素被人体吸收会引发肠胃不适、口臭、色斑等其他症状导致人体器官功能减弱抵抗力下降。</span><br />\r\n <strong style=\"font-size: 14px; line-height: 24px;\">&nbsp; &nbsp;<br />\r\n &nbsp; &nbsp; 2 肥胖:</strong><span style=\"font-size: 14px; line-height: 24px;\">如果你的体重超过标准体重20%,或体重指数[体重(千克)/体表面积(平方米)]大于24就属于肥胖了。肥胖是一种营养过剩的疾病如果长期过量食用高脂、高热量食品体内毒素就会滋生造成机体失衡引发肥胖。患者除体弱无力、行动不便、动作时气喘、心悸、怕热多汗或腰痛、下肢关节疼痛等症状外大多有糖、脂肪、水等物质代谢和内分泌方面的异常。</span></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n <span style=\"font-size:14px;\">  <strong>3 黄褐斑:</strong>内分泌发生变化、长期口服避孕药、肝脏疾患、肿瘤、慢性酒精中毒、日光照射都是黄褐斑发生的原因。每个人都期望自己有娇好的容颜,可是不知从什么时候开始,你的脸上出现了黄褐或淡黑色斑片,那一片片呈地图状或蝴蝶状的斑片,使肌肤失去了原有的水嫩光泽。</span></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n <span style=\"font-size:14px;\">  <strong>4 痤疮:</strong>痤疮是一种毛囊与皮脂腺的慢性炎症性皮肤病。各种毒素在细菌的作用下产生大量有毒物质,随着血液循环危及全身。而当排出受阻时,又会通过皮肤向外渗溢,使皮肤变得粗糙,出现痤疮。此外,微量元素缺乏,精神紧张,高脂肪或高碳水化合物饮食都是痤疮的诱因。所以我们不能只注意&ldquo;面子&rdquo;上的功夫,而忽视了体内的&ldquo;环保&rdquo;。<br />\r\n <br />\r\n &nbsp; &nbsp;&nbsp;</span><strong style=\"font-size: 14px; line-height: 24px;\">排出毒素 为身体加油&nbsp;</strong></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n <strong>  助肝排毒</strong></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n   肝脏是重要的解毒器官,各种毒素经过肝脏的一系列化学反应后,变成无毒或低毒物质。我们在日常饮食中可以多食用胡萝卜、大蒜、葡萄、无花果等来帮助肝脏排毒。<br />\r\n <br />\r\n &nbsp; &nbsp;<strong style=\"font-size: 14px; line-height: 24px;\">胡萝卜:</strong><span style=\"font-size: 14px; line-height: 24px;\">是有效的排汞食物。含有的大量果胶可以与汞结合,有效降低血液中汞离子的浓度,加速其排出。每天进食一些胡萝卜,还可以刺激胃肠的血液循环,改善消化系统,抵抗导致疾病、老化的自由基。</span></p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n   <strong>大蒜:</strong>大蒜中的特殊成分可以降低体内铅的浓度。</p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n   <strong>葡萄:</strong>可以帮助肝、肠、胃清除体内垃圾,还能增加造血机能。</p>\r\n<p style=\"margin: 24px auto 0px; padding: 0px 0px 0px 6px; border: 0px; color: rgb(51, 51, 51); font-family: 宋体; font-size: 14px; line-height: 24px;\">\r\n   <strong>无花果:</strong>含有机酸和多种酶,可保肝解毒,清热润肠、助消化。 </p>\r\n', '', '', '218.9.166.18'),
(607, 53, '<span style=\"font-size:14px;\"><span style=\"color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; line-height: 25px; background-color: rgb(251, 251, 251);\">&nbsp; &nbsp; &nbsp; &nbsp; 瓢虫吃蚜虫,是植物的好帮手,但是农民希望瓢虫能&ldquo;安居乐业&rdquo;不要乱飞。日本农业研究机构经过长期研究,终于成功培育出不会飞的瓢虫。这些被称为&ldquo;生物农药&rdquo;的瓢虫已在日本上市销售。</span></span><br />\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"font-size:14px;\">据日本《读卖新闻》网站22日报道蚜虫是毁坏农作物的一种常见害虫如果使用化学农药防治时间长了蚜虫也会产生耐药性。而瓢虫是蚜虫的天敌利用瓢虫消灭蚜虫既能降低化学农药的使用量对环境友好又能降低农业种植的成本。但瓢虫会到处飞甚至放飞到种植大棚里它们也会飞到棚外并不能保持长效灭虫。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"font-size:14px;\">日本广岛县的近畿中国四国农业研究中心的研究人员注意到有些瓢虫飞行能力较低。他们认为通过反复让飞行能力较低的瓢虫个体交配也许能培育出不会飞的瓢虫。从2003年开始研究人员以一种异色瓢虫为对象进行了30多代的选择交配最终培育出不会飞的异色瓢虫并在试验中取得了满意的灭虫效果。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"font-size:14px;\">这种&ldquo;生物农药&rdquo;瓢虫日前已经上市销售研究人员介绍一平方米农园放养10到13只这种瓢虫效果最佳。</span></p>\r\n<p style=\"margin: 10px 0px; padding: 0px; line-height: 25px; text-indent: 2em; color: rgb(51, 51, 51); font-family: helvetica, tahoma, arial, 宋体, sans-serif; font-size: 14px;\">\r\n <span style=\"font-size:14px;\">由于这种不会飞的瓢虫不是<a href=\"http://www.bio1000.com/zhuanti/product/201307/440326.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">转</span></a><a href=\"http://www.bio1000.com/reseach/gene/\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">基因</span></a>瓢虫,因此对<a href=\"http://www.bio1000.com/zhuanti/product/201308/441947.html\" style=\"text-decoration: none; color: rgb(0, 92, 172);\" target=\"_blank\"><span style=\"color:#000000;\">生态</span></a>环境不会造成不良影响。而且这种瓢虫可以长期在农园里&ldquo;安居乐业&rdquo;,繁衍生息,会有长期的防虫害效果。</span></p>\r\n', '', '', '218.9.166.18'),
(614, 22, '', '', '', '1.58.47.92'),
(615, 22, '', '', '', '112.103.91.185'),
(616, 22, '', '', '', '222.32.4.178'),
(617, 22, '', '', '', '222.32.4.178'),
(618, 22, '', '', '', '222.32.4.178'),
(619, 22, '', '', '', '218.9.113.250'),
(620, 22, '', '', '', '113.4.173.12'),
(621, 22, '', '', '', '125.211.44.67'),
(622, 22, '', '', '', '222.32.4.178'),
(623, 22, '', '', '', '125.211.44.67'),
(624, 53, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120P92I64E.jpg\" style=\"width: 456px; height: 301px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;匹诺曹撒谎后鼻子会长长,这几乎是全世界小朋友都知道的一个故事。最近,西班牙格拉纳达大学实验心理学系科学家采用温度记录新方法研究的结果表明,人们在撒谎时,的确经历着&ldquo;匹诺曹效应&rdquo;,也就是说,人鼻子周围的温度会升高。&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;该项目的研究员艾米里奥-戈麦斯-米兰Emilio G&oacute;mez Mil&aacute;n以及埃尔维拉-萨拉查-洛佩斯Elvira Salazar L&oacute;pez是首次将温度记录法应用在心理学方面的先驱并且已得出具有创造性和趣味性的结果。他们发现当人们对自己的感觉撒谎时鼻子周围的温度会上升并且大脑中一种名叫&ldquo;岛叶&rdquo;的物质会被激活。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;岛叶其实是大脑的奖赏系统,并且只有当人经历真正的感知时才会被激活。岛叶与探索和控制身体温度息息相关。因此,岛叶的活力和温度的上升呈明显的负相关,也就是说,岛叶越活跃,人体的温度变化越小,反之则亦然。&nbsp;<br />\r\n &nbsp;</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;不仅如此,真实情况下,人们眼睛内部的眶肌温度也会升高。另外,人们从事脑力劳动时,脸部温度会下降,而当人们感到焦虑时,脸部温度则会上升。</span></span></div>\r\n', '', '', '222.32.4.178'),
(625, 53, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;据外媒报道,美国北卡罗来纳州杜克大学的一项研究表明,跃入社会上层能提高人体免疫系统、减少炎症发作。</span></span><br />\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120P9320cY.jpg\" style=\"width: 254px; height: 217px;\" /></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;此发现归功于近期对母恒河猴的研究。研究人员发现,猴子的地位与其免疫系统有很大关联,即地位高,免疫抗毒能力强;地位低,压力大,则炎症频发。随着地位的提高,猴子压力会减小,免疫能力会提高。这一研究为&ldquo;人的社会地位与其长期健康状况&rdquo;研究开辟了新视角。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;人的社会经济地位与健康有极强联系。就寿命而言,社会上层人士要比其他人平均多活几年。研究表明,一方面,社会地位较低者压力荷尔蒙浓度可能增加,进而导致炎症。长期炎症与多种疾病息息相关,如心脏病、糖尿病、关节炎及癌症。另一方面,低收入者可能遭受神经损坏。然而,当社会地位提高后,免疫系统会发生变化,压力感减小、免疫基因功能得以充分发挥,这有利于长期保持健康状况。</span></span></div>\r\n', '', '', '222.32.4.178'),
(626, 53, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120P9401G13.jpg\" style=\"width: 700px; height: 221px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;像人类一样,老鼠也怕痒。如今,通过向这些实验室中的啮齿动物大脑中植入电极,研究人员已经找到了大脑中驱动这一特征的区域,这一发现或许将有助于阐释人类怕痒的起源。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这项研究同时揭示了与人类不同的是,小鼠对挠痒痒的敏感性更多地受到其情绪的影响。研究人员表示,通过这项研究他们已经发现,小鼠怕痒的地方与人类类似&mdash;&mdash;在它们的肚皮和后爪上而非它们的后背或前爪。研究人员在2016年11月11日出版的美国《科学》杂志上公布了这一研究成果。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">其他一些动物也怕痒包括狗和黑猩猩但小鼠似乎尤为如此并且它们很容易在实验室中加以研究。研究人员向5只小鼠大脑中微小的躯体感觉区(哺乳动物大脑中响应皮肤触摸的一部分区域)中插入了8根电极丝。随后他们在这些啮齿动物的后背、肚皮和尾巴上挠痒痒并记录了超声波的&ldquo;啾啾&rdquo;声。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">研究人员发现,躯体感觉皮质中的神经细胞随后对肚皮上的挠痒痒进行了强烈响应,但对于后背却甚少响应,而对于尾巴几乎没有响应。同时,一种特殊的&ldquo;啾啾&rdquo;声模式与强烈的神经细胞响应相关。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">随后又研究了他们是否能够通过仅仅刺激躯体感觉皮质而获得啮齿动物的&ldquo;啾啾&rdquo;声。结果表明这样做确实能够让小鼠发出&ldquo;啾啾&rdquo;声,从而意味着该大脑区域是动物怕痒的关键。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">研究人员还发现,当一对被挠痒痒的小鼠同时暴露在一个强光照射下的高架平台上时&mdash;&mdash;这种情况被设计用来引发焦虑,正常的&ldquo;啾啾&rdquo;响应模式会减弱。研究人员从而断定,恐惧能够抑制躯体感觉皮质的活性。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">研究人员表示,这项研究意味着小鼠怕痒的地方与人体类似,与此同时,一些哺乳动物之中可能共享了怕痒的神经解剖学硬连接。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">英国伦敦大学学院惠康基金会神经成像退休教授、神经心理学家Chris Frith则提出他在1998年利用脑部扫描发现大多数人对自己挠痒痒并没有响应这是因为被称为小脑皮质(负责预测运动将产生什么样的结果)的区域会抵消挠痒痒的感觉。尽管精神分裂症患者(他们很难区分由外部世界和自身产生的感觉)会对自己挠痒痒产生响应。&nbsp;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(627, 53, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120P9430C24.jpg\" style=\"width: 501px; height: 259px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;一项最新分析显示平均而言每吸50根烟每个肺细胞便会产生1个DNA突变。对于连续1年里每天抽掉1包20根烟的人来说其每个肺细胞、喉部细胞、咽部细胞、膀胱细胞和肾脏细胞分别会产生150个、97个、39个、18个和6个突变。流行病学研究此前曾将吸烟同至少17种癌症联系起来但这是研究人员首次量化了分子损伤对DNA造成的影响。相关成果日前发表于《科学》杂志。&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">美国新墨西哥州洛斯阿拉莫斯国家实验室的Ludmil Alexandrov和同事通过比较2500名吸烟者和1000名非吸烟者的肿瘤DNA获得了这一发现。这使他们得以辨别出哪些突变同吸烟存在关联。&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">理论上每个DNA突变都可能触发一连串导致细胞癌变的基因损害。然而人们仍不清楚某个同吸烟相关的DNA突变转变成癌症的可能性有多大或者哪些突变类型有可能变得更加恶性。&ldquo;这便是我们目前正在从事的研究。&rdquo;Alexandrov介绍说。&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">他同时表示,尽管一些吸烟者的体内累积了上千个突变,但他们从未患上癌症。不过,这完全归功于运气。&ldquo;抽烟就像玩俄罗斯轮盘赌游戏:你玩的次数越多,突变影响到好的基因以及你患上癌症的几率便会越大。不过,总是有人抽很多烟但突变并未影响到好的基因。&rdquo;&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">该团队希望他们的发现将阻止人们抽太多烟并且揭穿社交性吸烟无害的神话。Alexandrov表示每根烟都可能引发基因突变。与此同时戒烟不会逆转这些突变&mdash;&mdash;它们会在DNA上留下永久性的&ldquo;伤疤&rdquo;。不过,戒烟能预防产生更多突变的风险。</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(628, 53, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120P94T52C.jpg\" style=\"width: 601px; height: 292px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;据国外媒体报道,小米全球副总裁雨果&middot;巴拉Hugo Barra日前在接受采访时表示小米手机在中国市场的销售出现下滑雨果&middot;巴拉解释称,小米&ldquo;可能卖出100亿部智能手机公司的利润却为零。&rdquo;他还补充道,小米基本上就是在&ldquo;不赚钱&rdquo;的情况下送出自己的智能手机,另外,雨果&middot;巴拉还表示小米并不需要进行IPO乃至私募融资。那么小米手机不賺钱不融资靠什么养活那么多人呢</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">1低价硬件吸引客户靠软件+移动互联网赚钱&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">还记得吵闹沸沸扬扬的MIUI广告门吗小米通过低价硬件得到大量用户之后社交游戏、搜索分成、流量、广告、小说、购物等一切移动互联网的盈利模式都能被嫁接进来。小米赚钱模式是在MIUI上面挣钱之一是把壁纸、音乐、云服务、小说阅读等可以收费的项目都打包装进了系统其二是推广小米本身的和投资移动互联产品金山旗下系列产品、迅雷、爱奇艺、凡客、YY等其三是MIUI流量广告挣钱现在互联网新起各种APP的呈现需要在手机厂商应用商店上大量推广据信息时报报道现在推广新App获得一个客户的&ldquo;代价&rdquo;需要多少钱?答案是:200元以上。用在应用商店上推广也成为了互联网企业的重要推广手机应用商店的赚钱可想而知。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">2低价获取大量用户后周边配件挣钱&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">小米通过低价手段获取大量的用户之后再配件上赚钱但是手机配件却是十分的抢手。普通人可能23年才换一个手机但是绝对不会23年才换手机贴膜和手机壳的。消费者可能只有一部手机一台平板但保护壳、保护套往往不止一个。黎万强在2013年5月电子商务大会上公布2013年5个月的时间小米手机配件销售额已经超过10亿元。2014年和2015年小米手机的销量翻倍这配件带来的销量可想而知。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">3小米靠预装和MIUI广告挣钱&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">关于手机厂商在手机中预装各种软件对消费者来说已经司空见惯这些手机里的预装软件都不是白来的而是软件供应商向手机厂家付费买来的预装权。几乎所有的中国手机厂商都自建了相应的应用商店。消费者只要通过这些应用市场安装应用手机厂商可能就开始数钱了。要知道在应用市场里除了一些预留给首发应用的推广位大多数的展示位置都是要花钱买的开发者要让自己的应用在应用市场上脱颖而出必要的投入是必须的。当然还有手机厂商默认的浏览器里面的广告位也是收费的。当然所有手机厂商都会预装应用你百度下MIUI广告门结果你懂的。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">4联合开发手机游戏赚钱&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">国内几乎所有的安卓厂商都有自己的游戏分发体系像小米的游戏中心还有一直坚持所有应用和游戏都放在一个应用商店的魅族。从目前看来最有效的增值收入就是游戏。根据小米CEO雷军和MIUI负责人洪峰去年公开透露的数据截止目前MIUI注册用户数超过2亿2016年小米游戏中心分发量达22.4亿开发者分成22亿在2016年第三季度使用Unity制作的游戏在24亿台独立移动设备获得50亿次的下载安装量。这意味着小米平均每个月至少处理了上20多亿的数字内容收入其中大部分是游戏。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">在小米用户基数增大后MIUI增大后预装开始增多导致系统变得臃肿广告植入开始无处不在。不只是第三方应用MIUI自身系统应用也出现广告内容而且会不断推送很多广告植入也开始影响小米用户体验。小米手机真不賺钱么看完你就傻了</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(629, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q00243194.jpg\" style=\"width: 700px; height: 397px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;营养过剩、活动减少的生活方式无疑会对身体带来不良的影响,但任何健身专家或医生在劝说别人多加运动时,都会在运动前,加适量。没错,只有适量运动才能给身体带来好处,不足或过量都会损害身体。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>马拉松并不适合所有人</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">据了解为了扩大比赛规模主办方都有意无意的放低了报名门槛裸跑即缺乏长跑锻炼基础赛前没有针对性训练的选手不计其数。但是从专业角度看即使训练有素的跑者在跑全程马拉松前也需要至少系统的训练3个月以上每周保持25公里以上的训练量。全程马拉松根本不是一项可以随意对待的运动如果没有相应的身体素质和科学严格的训练贸然参赛是非常危险的。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">而这种盲目运动的趋势在近几年越来越火爆的马拉松中逐渐清晰2016年的广东清远马拉松被媒体戏称&ldquo;最受伤&rdquo;的马拉松在总计两万名参赛选手中居然有1.2万人接受救治。国内还有不少马拉松比赛中出现业余运动员猝死。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>以下是2016年有报道的中国有关长跑赛事的部分死亡事件</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">4月10日上午11点45分杨凌农科城国际马拉松赛全程参赛者鲁某在距20号医疗救护点41公里约100米处突然倒地最终抢救无效死亡。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">5月28日德兴铜矿马拉松赛上一位52岁的参赛者因心脏问题猝死。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">6月18日平谷金海湖举行的铁人三项赛上一位38岁的女选手在参加体验组比赛的10公里赛事时在终点前50米晕倒最终抢救无效死亡。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>专业长跑运动员易发心血管疾病</strong></span></span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span></div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">除了这些极端的例子外,永久性的运动损伤更是困扰了千万马拉松爱好者。膝盖的软组织损伤、足底筋膜炎等等,都让不少跑步爱好者第一次尝到了运动的痛楚,也从此远离了跑步运动。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">对任何人而言,过度的体育运动不但不能提高身体的健康程度,还会增加伤病、降低寿命和生活质量。对于大多数人而言,挑战马拉松并不是一个明智的选择,因为即使是专业运动员,也有很多人无法挑战这项运动。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">适量运动是所有健身活动的前提,也是健康生活的重要要素之一。作为业余爱好者参加体育运动,一定要量力而行,不能因为商家的包装或者朋友的热情,就贸然参加全程马拉松。即使参加,也应该在专业人士指导下,参加科学、系统的训练,并根据训练结果决定自己该参加什么样的赛程、用什么速度去跑。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(630, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q0062aT.jpg\" style=\"width: 700px; height: 402px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;长寿是所有人都关心的话题虽说没有人能长生不老可让自己比别人活得更久还是有可能的。因此有专家就得出了让人长寿的方法据说常做8件小事可让人长寿。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">健康饮食:研究人员发现,地中海饮食是有助长寿的饮食方式,即多吃果蔬、坚果以及健康油脂,如橄榄油。健康饮食可降低老人患心脏病风险,甚至能防止记忆衰退。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">教育程度高美国疾控中心的一份统计显示拥有学士或更高学位的人比高中没毕业的人多活约9年。因为受过高等教育的人更容易找到好工作而且脑活动更大有更健康的生活方式。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">工作努力:压力一方面损害身体健康,但适当的压力却能让人更上进。研究发现,努力工作的人比其他人生活得更快乐健康。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">性格开朗:性格开朗的人无忧无虑,压力小,精神状态好,不会被琐事困扰,所以更健康。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">广泛社交:更广泛的社交有利于长寿。因为朋友有助于减压。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">适当运动:所谓的锻炼并不是指刻意的去进行锻炼,而是通过一些必要的劳动,也就是说在生活中要更加的勤奋,做什么事情不拖拉,立即去做,还有尽量让四肢所活动,能走路的不骑车,能骑车的就不坐车,每天做一些力所能及的家务活。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">规律性生活有调查显示与每周进行两次性生活的人相比每个月性生活不到一次的人过早死亡的风险会增倍。英国皇家爱丁堡医院进行的研究发现拥有健康性生活的夫妇看起来会年轻7岁这或许是因为性生活能减轻压力、满足感更强和睡眠质量更好。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">养个宠物美国明尼苏达大学的研究显示养宠物有镇静效果能降低血压和减少人们心脏病发作的可能性。另一项研究显示每天遛狗的人比不养狗的人平均多活7年。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">规律饮食:三餐准时是减轻身体压力的最佳方法之一。经常错过固定的吃饭时间,除了饥饿之外,还会增加体内应激激素皮质醇水平,导致体重难以控制,从而增加致病风险。</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(631, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q00954127.jpg\" style=\"width: 700px; height: 437px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;日本科学家最新研究发现,孕妇如果摄入较多金枪鱼、剑鱼这类含有甲基汞较多的鱼贝类,会增加孩子今后运动机能和智力发育障碍风险。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">汞如果散布到环境中,可以形成甲基汞等毒性物质,并容易在金枪鱼等食物链顶端的鱼类体内蓄积。通常低浓度的蓄积量对食用者健康无太大影响,但研究首次在针对日本人的调查中发现低浓度汞污染可能对胎儿发育产生影响。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">日本东北大学的一个研究小组从2002年起对日本东北地区太平洋沿岸的约800对母子进行了长期调查,测定母亲生产时头发中的甲基汞浓度,并调查孩子在1岁半和3岁半时的运动机能和智力发育。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">世界卫生组织认定,能引起水俣病之类神经疾病的甲基水银最低浓度为50ppm。本次研究发现母亲头发中的甲基水银浓度低的为1ppm,高的超过10ppm。如果母亲头发中甲基水银浓度较高,其小孩在1岁半时运动机能发育指标分数要比头发中甲基水银浓度较低的母亲所生的小孩低约5%3岁半时两类母亲所生男孩的智力水平要差约10%。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">日本设定孕妇每周摄取太平洋蓝鳍金枪鱼不超过80克,此次调查发现约有20%的人进食超过这一设定值。研究人员认为鱼是孕妇重要的营养源,但应当避免食用位于食物链顶端的金枪鱼,选择秋刀鱼等其他鱼类。</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(632, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q0130G40.jpg\" style=\"width: 500px; height: 430px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;冬季吃火锅禁忌是什么?冬季吃火锅暖身已经成为主流了,各式各样的火锅食材、汤底让人挑的眼花缭乱的,不过火锅虽好,但是也要吃得健康才好。那么冬季吃火锅禁忌是什么呢?</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp;1、冬季吃火锅忌在火锅停用一段时间后立即使用</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">因为铜火锅停用一段时间后,锅内表面会与水和氧发生化学反应,生成一层绿色的铜锈,这就是碱式醋酸铜或硫酸铜。这两种化学物质都有毒性,如果使用前不能彻底擦掉,铜锈就会溶解于食物之中,通常食入一定量的铜锈就会引起中毒,出现恶心、呕吐等症状。因此,在使用火锅前一定要用布浸蘸食醋,再加点盐擦拭,把铜锈彻底刷洗干净再用。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp;2、冬季吃火锅忌生食</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">有些人吃火锅为了鲜嫩,不等肉菜熟就下肚,这样很不卫生。应该将生肉、生鱼或海鲜先煮了再放蔬菜,待熟后再吃,以便充分使食物中所带的细菌或寄生虫卵致死。但也不宜将蔬菜煮得时间过长,以免破坏蔬菜中营养。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">3、冬季吃火锅忌烫食</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">刚从火锅中取出鲜烫的食物,不宜马上送入口中,应放在碗内稍凉一下再吃,以免烫伤食道粘膜,造成溃疡或口腔膜起泡。如果常吃烫食,还会破坏舌面的味觉,降低味觉机能,影响食欲,过烫的食物还会引起牙齿和上消化道病变。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">4、冬季吃火锅忌吃的时间太久</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">有的人一吃就是数小时之久,甚至通宵达旦,这样会使胃液、胆汁、胰液等消化液不停地分泌,腺体得不到正常的休息,导致胃肠功能紊乱而发生腹痛、腹泻,严重的可患慢性胃肠炎、胰腺炎等疾病。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">5、冬季吃火锅忌涮食内脏</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">随着农药、化肥、添加剂等在食品生产过程中的应用,动物的内脏往往成为这类有害物质的&ldquo;过滤器&rdquo;和&ldquo;贮存器&rdquo;,尤其是肝脏、肺脏,所含的病原微生物和药物残留量最高,用火锅烫一下就吃,病原微生物往往不能杀死,对身体有害,应多吃蔬菜。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">6、冬季吃火锅忌调料过多,过重</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">火锅的调味料,如芝麻酱、香油、海鲜酱、沙茶酱、辣椒酱等都是高油、高胆固醇、高钠食物,健康人要少吃,那些高血脂、高血压患者更要少吃。有些调味料对肠胃有刺激,胃肠病患者不宜多吃。</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(633, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q0144UZ.jpg\" style=\"width: 500px; height: 297px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;鸡蛋本是个好东西,营养价值丰富。但随着大家对胆固醇警惕性的提高,蛋黄被拉进了食物的&ldquo;黑名单&rdquo;中。很多人,尤其是三高人群,吃鸡蛋的时候常常只吃蛋白不吃蛋黄。</span></span><br />\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span></div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">据《中青在线》报道,人体内的胆固醇分为低密度胆固醇和高密度胆固醇。当低密度胆固醇过量时,它携带的胆固醇易积存在动脉壁上,导致动脉粥样硬化,是导致心脑血管疾病的元凶,通常被称为&ldquo;坏胆固醇&rdquo;。而高密度胆固醇能将血液中的多余血脂运送到肝脏代谢掉,通常被称为&ldquo;好胆固醇&rdquo;。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">通常一枚鸡蛋约重50克,其中蛋黄的重量大概为15g。根据中国疾病预防控制中心营养与食品安全所推出的《中国食物成分表(2002)》,每100g鸡蛋黄中含有胆固醇1510mg。按照这个换算比例,一个鸡蛋的蛋黄含有226.5mg胆固醇,低于《中国居民膳食指南(2007)》推荐的量&mdash;&mdash;居民每日胆固醇摄入量为300mg。证据表明:吃进去的蛋黄对血液中的胆固醇含量确实有影响,但不会明显增加心血管疾病的风险。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">据《合肥晚报》报道,鸡蛋的主要营养都在蛋黄里。蛋黄中的卵磷脂不仅可以促进肝细胞的再生,有降低胆固醇的作用,还可以提高人体血浆的蛋白含量,增强机体的代谢功能和免疫能力。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">吃进去的胆固醇和血液里的胆固醇不是一回事!人们之所以如此畏惧胆固醇,主要是因为胆固醇有害健康,特别是对心脑血管。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&ldquo;血液中胆固醇的水平,会严重影响心血管疾病的发病率。&rdquo;浙江省人民医院健康促进中心主任胡培英在接受《钱江晚报》记者采访时提到,血液中的胆固醇与食物中的胆固醇,不是一回事。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">《扬子晚报》也曾报道,虽然胆固醇水平与心脑血管疾病的关系非常密切,但这只是&ldquo;血液中的胆固醇水平&rdquo;。多项研究结果显示,人们食用的胆固醇数量与血液中的胆固醇水平并没有直接关系。</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(634, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q01T9214.jpg\" style=\"width: 300px; height: 410px;\" /></span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;黑枸杞是&ldquo;花青素之王&rdquo;,被称为令人长寿的雪域圣果,是迄今为止发现原花青素含量最高的天然野生果实,药用,保健价值远远高于普通红枸杞,被誉为&ldquo;软黄金&rdquo;。&nbsp;</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">黑枸杞极易溶于水,属天然的水溶性花色甙黄酮类,藏医用于治疗心热病、心脏病,降低胆固醇,兴奋大脑神经,增强免疫功能,防治癌症,抗衰老,美容养颜,月经不调、停经药效显著。民间作滋补用,强壮补肾。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">黑枸杞最适合吃的人群是体质虚弱、抵抗力差的人。但一定要长期坚持,每天吃一点,才能见效。脾胃虚弱有寒湿、泄泻者不要吃黑枸杞。黑枸杞温热身体的效果相当强,正在感冒发烧、身体有炎症、腹泻的人最好别吃。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">黑枸杞分布于中亚及欧洲。在我国,宁夏贺兰山、青海东部、新疆北部、内蒙古西部、陕西北部、甘肃和西藏等地皆有零星分布。它生长在人类无法生存的荒山野岭、河床沙滩,拥有着极强的生命力。但随着人类对大自然的开发,黑果枸杞的生存空间愈来愈少。</span></span><br />\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(638, 22, '', '', '', '1.58.47.92'),
(639, 22, '', '', '', '112.103.91.185'),
(640, 22, '', '', '', '1.58.47.92'),
(641, 22, '', '', '', '1.62.206.14'),
(642, 22, '', '', '', '1.62.206.14'),
(643, 22, '', '', '', '1.58.47.92'),
(644, 22, '', '', '', '1.62.206.14'),
(645, 22, '', '', '', '218.9.113.250');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(655, 52, '<div style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">《芙蓉楼送辛渐》</span></span></strong></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">王昌龄</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">寒雨连江夜入吴,平明送客楚山孤。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">洛阳亲友如相问,一片冰心在玉壶。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"color:#ff0000;\"><strong><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">译写</span></span></strong></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">深秋的雨来了,它沿着这条江,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">润州的天气冷了,已有了早霜。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">天色初明,与你分别在芙蓉楼上,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">抬眼望去,孤独的楚山萧瑟凄凉。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">把我的思绪交给你一同带走,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">带向我日夜牵挂的故地洛阳。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">亲朋好友要是问起远方的我,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">你要细细说出我今天的模样。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">你要说,少伯的心一如过往,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">如玉壶藏冰,那般清澈透亮。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">《枫桥夜泊》</span></span></strong></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">张继</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">月落乌啼霜满天,江枫渔火对愁眠。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">姑苏城外寒山寺,夜半钟声到客船。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"color:#ff0000;\"><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">译写</span></span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">午夜,猝来的钟声将我击中,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">钟声穿透了岸边结霜的老枫。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">乌鸦的哀鸣里月亮早早落下,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">它照不见客船中幽暗的愁容。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">寺庙的名字铁一般凛冽彻骨,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">后山的衰草掩去寒山的行踪。</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">黄昏时我曾走进临水的酒肆,</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">那碗酒怎能抵挡半世的西风!</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">姑苏,你可会记得今夜的我?</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">张继,曾枕着你的寒冷入梦。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(656, 52, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">1.诚者,天之道也;诚之者,人之道也。&mdash;&mdash;《礼记&middot;中庸》</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">格言大意:诚,是天道;对别人讲诚信,是做人之道。诚指真实、实在。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这句话是说:天地自然是真实实在的,做人也要像天地自然一样真实,不要弄虚作假,自欺欺人。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">2.富贵不能淫,贫贱不能移,威武不能屈。&mdash;&mdash;《孟子&middot;滕文公下》</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">格言大意:富贵不能使心志迷乱,贫贱不能使节操改变,武力不能使人格屈服。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这是孟子心目中有气节的人的形象。人不管是处在顺境还是逆境,都要有刚正不阿的精神,有自己的独立人格,能够经受住各种考验。</span></span><br />\r\n <br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">3.人必其自爱也,而后人爱诸;人必其自敬也,而后人敬诸。&mdash;&mdash;扬雄《法言&middot;君子》</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">格言大意:人一定要自爱,而后才能被他人所爱;人一定要自尊,而后才能被他人尊敬。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这句话强调了人要自尊自爱。在品格、行为上严格要求自己,这样才能得到别人的尊敬。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">4.夫人必知礼然后恭敬,恭敬然后尊让。&mdash;&mdash;《管子&middot;五辅》</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">格言大意:人一定要懂得&ldquo;礼&rdquo;以后才能产生恭敬之心,产生恭敬之心以后才能有所尊敬,有所礼让。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这句话表述了&ldquo;知礼&rdquo;的重要性,指出它与&ldquo;恭敬&rdquo;和&ldquo;尊让&rdquo;的关系。&ldquo;知礼&rdquo;是前提,&ldquo;恭敬&rdquo;是内心产生的反应,&ldquo;尊让&rdquo;则变而为行动。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">5.不以规矩,不能成方圆。&mdash;&mdash;《孟子&middot;离娄上》</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">格言大意:不用圆规和曲尺,就不能画出方形和圆形。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这句话用工匠需要靠一定的工具才能画出方形和圆形的事实,比喻我们在生活中要遵守一定的规范。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">6.一粥一饭,当思来处不易;半丝半缕,恒念物力维艰。&mdash;&mdash;朱柏庐《治家格言》</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">格言大意:即使是一顿粥、一顿饭,也应当想到它来得不容易;即使是半根丝、半缕线,也要想到劳作的艰辛。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">这是我国传统的&ldquo;治家格言&rdquo;,它提醒人们要时刻注意节约用度,珍惜劳动果实。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(657, 52, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">1.酒满敬人,茶满欺人</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">因为酒是冷的,客人接手不会被烫,而茶是热的,满了接手时茶杯很热,这就会让客人之手被烫,有时还会因受烫致茶杯掉下地打破了,给客人造成难堪。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">2.先尊后卑,先老后少</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">人家跟前说声&ldquo;请喝茶&rdquo;,对方回以&ldquo;莫拘礼&rdquo;、&ldquo;莫客气&rdquo;、&ldquo;谢谢&rdquo;。如果是较多人的场合,杯不便收回,放在各人面前桌上。在第一次斟茶时,要先尊老后卑幼,第二遍时就可按序斟上去。对方在接受斟茶时,要有回敬反应。喝茶是长辈的,用中指在桌上轻弹两下,表示感谢,小辈平辈的用食、中指桌面轻弹二次表示感谢。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">3.先客后主,司炉最末</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">在敬茶时除了论资排辈,按步就方之外,还得先敬客人来宾然后自家人。在场的人全都喝过茶之后,这个司炉的,俗称&ldquo;柜长&rdquo;(煮茶冲茶者)才可以饮喝,否则就对客人不敬,叫&ldquo;蛮主欺客&rdquo;、&ldquo;待人不恭&rdquo;。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">4.强宾压主,响杯檫盘</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">客人喝茶提盅时不能任意把盅脚在茶盘沿上檫,茶喝完放盅要轻手,不能让盅发出声响,否则是&ldquo;强宾压主&rdquo;或&ldquo;有意挑衅&rdquo;。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">5喝茶皱眉表示弃嫌</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">客人喝茶时不能皱眉,这是对主人示警动作,主人发现客人皱眉,就会认为人家嫌弃自己茶不好,不合口味。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">6头冲脚惜音同二冲茶叶</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">主人冲茶时,头冲必须冲后倒掉不可喝。因为里面有杂质不宜喝饮,本地有&ldquo;头冲脚惜(音同),二冲茶叶&rdquo;之称,要是让客人喝头冲茶就是欺侮人家。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">7新客换茶</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">宾主喝茶时,中间有新客到来,主人要表示欢迎,立即换茶,否则被认为&ldquo;慢客&rdquo;&ldquo;待之不恭&rdquo;。换茶叶之后的二冲茶要新客先饮,如新客一再推卸叫&ldquo;却之不恭&rdquo;。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">8暗下逐客令</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">以浓茶待人,但有时因自己工作关系饮茶时间长会误工作或是客人的话不投机,客人夜访影响睡眠,主人故意不换茶叶,客人就要察觉到主人是&ldquo;暗下逐客令&rdquo;,抽身告辞,否则会惹主人没趣。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">9无茶色</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">主人待茶,茶水从浓到淡,数冲之后便要更换茶叶,如不更换茶叶会被人认为&ldquo;无茶色&rdquo;。 &ldquo;无茶色&rdquo;其意有二,一是茶已无色还在冲,是对客人冷淡,不尽地主之谊。二是引申对人不恭,办事不认真,效果不显著,欲有&ldquo;某人无茶色&rdquo;。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">10茶三酒四踢跎二</span></span></div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">习惯于在茶盘上放三个杯,是由于俗语&ldquo;茶三酒四踢跎二&rdquo;而来。茶必三人同喝,酒必四人为伍,便于猜拳行酒令,外出看风景游玩就以二人为宜,二人便于统一意见,满足游兴。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(658, 40, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;距离2016年结束只剩下1个月的时间不过在年底前还会有许多大事发生&mdash;&mdash;同一银行异地转账将不收手续费、ATM机转账24小时内可撤销、火车票预售期将暂调为30天、年底前电话实名率达到100%&hellip;&hellip;这些变化或多或少都将对你我的生活产生影响。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;<strong>同一银行异地转账将不收手续费</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;又一笔手续费要省了根据央行9月底发布的《关于加强支付结算管理防范电信网络新型违法犯罪有关事项的通知》自2016年12月1日起银行业金融机构为个人开立银行结算账户的同一个人在同一家银行只能开立一个类户已开立类户再新开户的应当开立Ⅱ类户或Ⅲ类户。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;通知还要求,银行对本银行行内异地存取现、转账等业务,收取异地手续费的,应当自本通知发布之日起三个月内实现免费。随着同一银行异地存取现、转账等业务手续费的取消,老百姓的支付成本会降低,也将省下一笔&ldquo;真金白银&rdquo;。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;<strong>ATM机转账24小时内可撤销</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;根据央行发布的上述通知自2016年12月1日起除向本人同行账户转账外个人通过自助柜员机(含其他具有存取款功能的自助设备)转账的发卡行在受理24小时后办理资金转账。通知还要求在发卡行受理后24小时内个人可以向发卡行申请撤销转账。受理行应当在受理结果界面对转账业务办理时间和可撤销规定作出明确提示。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;<strong>火车票预售期将暂调为30天</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;临近年底火车票成为老百姓关注的焦点之一。需要注意的是自12月30日后火车票预售期将由60天缩短为30天。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;中国铁路客户服务中心12306网站发布的公告指出因部分新线即将开通运营铁路部门将调整列车运行图12月30日之后车票预售期调整为30天12月29日及之前的车票正常发售。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;<strong>年底前电话实名率达到100%</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;还没有实名登记的朋友注意了最高法、工信部等六部门今年9月份联合印发《关于防范和打击电信网络诈骗犯罪的通告》要求电信企业(含移动转售企业)严格落实电话用户真实身份信息登记制度确保到2016年10月底前全部电话实名率达到96%年底前达到100%。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;因此,对于手机还没有实名登记的用户来说,现在要抓紧时间去营业厅进行实名登记了,否则将会被停机,影响自己的生活。友情提示,去实名登记时一定要记得带上自己的身份证!</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(659, 40, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">&nbsp; &nbsp; &nbsp; &nbsp;2016年9月30日10月5日短短六天时间北京、天津、苏州、成都、郑州、无锡、济南、合肥、武汉、深圳、广州、佛山、南宁、南京、厦门共计15个城市先后发布新的楼市调控政策多地重启限购限贷。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>南京:二套房首付提至八成</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">南京楼市调控进一步升级。南京《市政府办公厅关于进一步加大我市房地产市场调控力度的通知》要求,进一步加大主城区(不含六合区、溧水区、高淳区)房地产市场调控力度,对非南京户籍居民家庭申请购买首套住房时,应提供自购房之日起前两年内在南京累计缴纳一年及以上个人所得税缴纳证明或社会保险(城镇社会保险)缴纳证明。南京户籍成年单身人士(含离异)在本市限购一套住房。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">在信贷方面,通知要求居民家庭首次购买普通住房(指从未购置过住房)按照国家政策最低首付款比例不低于30%对于有购房贷款记录、但申请贷款购房时实际没有住房的居民家庭有一套住房、但没有购房贷款记录的居民家庭或相应购房贷款已结清的居民家庭申请商业性个人住房贷款购买普通住房的最低首付款比例调整为不低于50%居民家庭拥有一套住房且相应购房贷款未结清再次申请商业性个人住房贷款购买普通住房的最低首付款比例调整为不低于80%。对于拥有二套及以上住房的居民家庭,暂停发放商业性个人住房贷款。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>厦门三类家庭限购180平方米以下住房</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">厦门限制向三类家庭出售建筑面积在180平方米及以下的商品住房。这三类家庭分别是拥有二套及以上住房的本市户籍居民家庭拥有一套及以上住房的非本市户籍居民家庭以及无法提供购房之日前3年内在本市逐月连续缴纳两年以上个人所得税或社会保险证明的非本市户籍居民家庭。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>南宁:实售价格不得高于预售申报价</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">为避免开发商开盘时报价虚高,新政要求,新批准商品住宅项目预售许可时,房地产开发企业应将预售申报价格报房产管理部门备案后,全部进入南宁市商品房销售公示平台对外公示。房地产开发企业对外销售时,实际销售价格不得高于预售申报价格。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>广州二套房首付款比例不低于70%</strong></span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">广州住房公积金管理中心出台新规对申请个人住房公积金贷款购买首套自住住房的缴存职工家庭执行最低首付款比例30%的规定贷款利率为个人住房公积金贷款基准利率。对拥有1套住房且相应购房贷款未结清的缴存职工家庭为改善居住条件再次申请个人住房公积金贷款购买普通自住房最低首付款比例不得低于70%贷款利率为个人住房公积金贷款基准利率的1.1倍。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">非本市户籍居民家庭能提供购房之日前5年内在本市连续缴纳3年以上个人所得税缴纳证明或社会保险缴纳证明的限购一套住房。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">对拥有一套住房且相应购房贷款未结清的居民家庭为改善居住条件再次申请商业性个人住房贷款购买普通自住房最低首付款比例不得低于70%,继续暂停发放家庭购买第三套及以上住房贷款。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(660, 40, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">1、大家购房所付的保险费其实是可以打八五折的不要在售楼处买保单外面的保险公司都可以打折。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">2、开盘绝对没有好房子好的房子全部被保留然后每个月推出几套但单价升得很快要么就是你有关系我们才给你好的房子。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">3、广告没有一个是真的千万别相信其中的外立面颜色很多造出来比画的难看多了。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">4、售楼员会用许多方法来逼你买房让你无时无刻感到紧张这时你千万要冷静要自己看中才买。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">5、别以为高层中的九到十一楼不错那你大错了这些楼层正好是扬灰层脏空气到这个高度就会停顿我们是不会告诉你们的。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">6、别对景观抱太大希望树和草是在交房前一个月从外地买来直接插土进去的所以能多多存活就不错了。</span></span><br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">7、别以为面砖的外墙是好的其实面砖漏水比涂料漏水的几率大多了在国外都是用的高级涂料没人用面砖当外墙。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">8、别以为实测面积是对的其实测绘局都被我们买通的少你一个平米你也看不出来但是国家就只承认他的测绘报告。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">9、绿化率容积率大多都与实际不相符千万别相信我们我们只是听工程部随便说说的能对八成就不错了。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">10、漏水和外立面的材料根本没关系你们要关心的是桩有多深因为新房漏水大多是因为房屋沉降过大造成外墙裂缝才漏水的。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">11、开盘的时候售楼处会有许多四五十岁的人在模型边上说这个房子好千万别信这些人大多是公司的领导来捧场的。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">12、注意代理公司来代理的楼盘他们通常花样最多比如排队买号等但是开发商直接销售就不会搞很多花头那是因为代理商想赚开发商更多的代理费。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">13、如果报纸广告上的哪个楼盘单独印了一个房型那你千万不要去买这个房型不是卖不掉的就是位置有问题我们叫最后冲刺你想啊他干嘛不印其他的呢?</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">14、到售楼处后直接问售楼员看一样叫销控的本子这样你才可以确切的知道哪些房子是真的没了哪些房子还在这本东西特别准只有少数楼盘会做一份假的。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">15、一个好的施工单位关键是看他的工地是否干净建材堆放是否井井有条。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">16、不要相信物业管理会是广告上的外资单位来管理通常只买他们的一个名字然后叫物业顾问这些外资物业公司通常只为单价在一万以上的楼盘来服务别的其实都由本地公司来管理。</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">17、不要相信建筑设计是什么美国或加拿大的公司这也是假的国家规定外资设计单位不能单独参与一个楼盘的建筑设计而必须是外加一个国内设计公司来共同设计但是真正做出房型的就是国内公司弄个外国名字只是满足你们的崇洋媚外的心理。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n', '', '', '222.32.4.178'),
(661, 40, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  《新财富》杂志官方网站发布了《2016年新财富500富人榜》。榜单显示过去一年中国最富有的500人的上榜门槛从40亿元提高到65亿元增长62.5%。500富人拥有的财富总额达到了80191.5亿元人均财富达到160.4亿元较上年的113.1亿元增长41.8%远高于上一年25.7%的增速。</span></span><br />\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q520529B.jpg\" style=\"width: 513px; height: 1141px;\" /></span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  榜单显示王健林、王思聪父子以1982.6亿元的财富再次成为中国首富其财富比去年增长50.6%。今年62岁的王健林成为自新财富500富人榜推出以来首个三度登顶的富人。这主要得益于万达院线上市后股价一路飙升万达院线今年为王健林父子的财富贡献高达850.8亿元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  尽管富人们的平均财富水平较2015年出现大幅上升但财富超过千亿元的巨富比去年减少了1位今年只有3位他们分别是大连万达的王健林、阿里巴巴的马云和腾讯的马化腾。去年跻身前十的李河君、刘强东和魏建军今年被丁磊、贾跃亭和许家印取而代之。后三人今年的排名分别为第七、第九和第十名他们的财富增长皆得益于旗下上市公司市值的增长。李河君因旗下的上市公司汉能薄膜发电停牌财富面临较大的不确定性暂别千亿元阵营。</span></span></div>\r\n', '', '', '222.32.4.178'),
(662, 40, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  孩子不仅是父母爱情的结晶更是一个家庭爱的凝聚点。在中国父母对孩子的教育比任何国家都要重视。2005年社科院在一份报告提到中国普通家庭将一个孩子养育成人需要花费49万元。其中除了基本的生活医疗费用剩下的全是教育经费。经过了11年的发展GDP总量从18.2万亿元增加到了2015年的67.7万亿元,生养一个孩子的成本呢?</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  我们先来看看在中国家庭养育一个孩子的成本排名前十的城市:</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  <img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q52159249.jpg\" style=\"width: 540px; height: 342px;\" /></span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  养孩子到底需要花费多少银子?下面就来算算这笔账。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1、婴幼儿阶段0-3岁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  这个阶段孩子非常脆弱需要悉心照顾每天都要喂好几次奶粉所以0~3岁的婴儿饮食方面与穿着方面尿不湿是最耗钱的。到了一两岁的时候孩子会说话又需要给孩子启蒙教育得买一些学习的玩具与卡片之类。所有的费用平均每个月2500元左右。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3年总费用=2500&times;12&times;3=90000元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2、幼儿阶段3-6岁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  这时候也开始上幼儿园了教育费用开始占据主要位置。这个阶段孩子已经开始吃五谷杂粮身体依然还很脆弱会时不时的生病因此这个年龄段的孩子医疗费用相比于婴儿阶段还要高一点。总费用平均每月3000元左右。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3年总费用=3000&times;12&times;3=108000元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3、童年阶段6-12岁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  这个年龄段的孩子在读小学也是最顽皮的年纪需要时不时买些玩具给他。还得培养孩子各方面的能力因此这个阶段教育经费占比比较大。总的费用平均每个月2400元左右。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  6年总费用=2400&times;12&times;6=172800元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4、青少年阶段12-18岁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  这个年龄段的孩子处于初高中阶段有繁重的学习压力也是长身体非常关键的时候对于穿着要求也渐渐重视。这个阶段的孩子身体素质越来越好免疫力日益增强因此医疗费用占比不高。总的费用平均每个月3150元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  6年总费用=3150&times;12&times;6=226800元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5、大学青年阶段18-22岁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  上了大学孩子除本职任务学习之外还会有各种活动、各种社团需要参加。会更加舍得在个人爱好上例如摄影、音乐等方面花钱。这个阶段平均每个月的费用是2200元左右。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4年总费用=2200&times;12&times;4=105600元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  0-22岁合计=90000+108000+172800+226800+105600=703200元。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  也就是说一个普通家庭含辛茹苦的养大一个孩子至少得花70万左右。之所以说至少是因为如果孩子需要出国留学那更是没有上限。对经济宽裕的家庭来说70万元不算什么但是对大多数工薪阶层普通家庭而言的确是一笔不小的数目。这个数据还只是按照一般城市里的一般家庭来估算若是在大城市远不止这点钱。</span></span></div>\r\n', '', '', '222.32.4.178'),
(663, 40, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1. 围巾&mdash;&mdash;我永远爱你</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2. 杯子&mdash;&mdash;一辈子</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3. 信&mdash;&mdash;我想念你</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4. 睡衣&mdash;&mdash;我给你我的全部</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5 &nbsp;花&mdash;&mdash;我希望把我的名字放在你的心上</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  6. 书&mdash;&mdash;我相信你很聪明</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  7. 口香糖&mdash;&mdash;我希望跟你交往很久</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  8. 香烟&mdash;&mdash;我讨厌你</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  9. 本子&mdash;&mdash;我希望看你天真的爱情</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  10. 戒指&mdash;&mdash;你永远属于我的</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  11. 伞&mdash;&mdash;我在任何情况下都需要你的保护</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  12. 发夹&mdash;&mdash;我希望你能成功</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  13. 镜子&mdash;&mdash;你别忘记我</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  14. 项链&mdash;&mdash;我要你在我身旁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  15. 巧克力&mdash;&mdash;我爱你</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  16. 打火机&mdash;&mdash;你是我的初恋</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  17. 圆珠笔&mdash;&mdash;我给你我的心的一半</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  18. 钥匙装饰品&mdash;&mdash;我希望你幸运</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  19. 粘贴补(钢笔)&mdash;&mdash;把我们的爱情珍藏在我的心里</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  20. 触觉娃娃(手套)&mdash;&mdash;希望你真实一点</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  21. 吉祥物&mdash;&mdash;我想跟你做朋友</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  22. 手帕&mdash;&mdash;我等待分手以后再相遇</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  23. 日记本&mdash;&mdash;我希望把我们两个人的回忆珍藏在心</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  24. 馅饼&mdash;&mdash;哈哈,这个说明她很适合做你太太了</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  25. 钱包&mdash;&mdash;代表你愿永伴他身旁</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  26. 皮带&mdash;&mdash;代表栓住他一辈子</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  27. 剃须刀&mdash;&mdash;代表他在你心中是优秀的成熟男性</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  28. 相册&mdash;&mdash;永远珍藏你和我的回忆</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  29. 千纸鹤&mdash;&mdash;希望我和你的爱情有个美好的结局</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  30. 送手表&mdash;&mdash;代表你和他想拥有分分秒秒的感情</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  31. 送领带&mdash;&mdash;表示你把他套牢了,让他永远在你身边不离开</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  送女朋友:</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1. 戒指,代表爱你到心里,情愿为你的爱而受戒</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2. 项链,代表将你紧紧锁住,希望你的心里面只有他一个人,没有其他的异性</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3. 手镯,代表除了想圈住你以外,还暗示了他只疼爱你一个人</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4. 手链,代表想绑住你一辈子</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5. 脚链,代表栓住今生,系住来世,希望来生还能在一起</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  玫瑰花的含义:</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  红玫瑰&mdash;&mdash;热情真爱</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  黄玫瑰&mdash;&mdash;珍重祝福和嫉妒失恋</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  紫玫瑰&mdash;&mdash;浪漫真情和珍贵独特</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  白玫瑰&mdash;&mdash;纯洁天真</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  黑玫瑰&mdash;&mdash;温柔真心</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  橘红色玫瑰&mdash;&mdash;友情和青春美丽</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  蓝玫瑰&mdash;&mdash;敦厚善良</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  巧克力的含义:</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  榛子巧克力&mdash;&mdash;忠贞</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  果仁巧克力&mdash;&mdash;可人</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  酒心巧克力&mdash;&mdash;与你共醉</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  奶香巧克力&mdash;&mdash;我的蜜糖</span></span></div>\r\n', '', '', '222.32.4.178'),
(664, 49, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  美国预防服务工作组发表的新指南中,正式将阿司匹林作为了结直肠癌的一级预防药物。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  早在2012年《Lancet》3月刊刊登了牛津大学的研究证实了阿司匹林有抗胰腺癌的作用。该研究针对英国本土的心血管患者试验组每天服用阿司匹林&ge;75mg记录所有患者癌症发生率。结果发现日常服用阿司匹林可减低胰腺癌发病率同时几年后其降低死亡率的作用也显现出来表明阿司匹林能抑制肿瘤生长和转移。随着研究的深入科学家还从生化途径角度解释了阿司匹林的防癌机制认为与其可大幅减少血液及两个结直肠癌细胞系中2-羟戊二酸(癌症的驱动因子)的含量有关。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2016年4月11日《Ann Intern Med》上发表了阿司匹林作为心血管疾病和结直肠癌一级预防用药的指南最终推荐认为10年心血管风险&ge;10%且无出血风险增加的5069岁人群应考虑服用低剂量阿司匹林来预防心血管病和结直肠癌。指南的推荐是对2009年USPSTF阿司匹林预防心血管病推荐及2007年阿司匹林预防结直肠癌推荐的更新。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  《Cell》上的一项研究表示在进行肿瘤免疫治疗的同时服用阿司匹林可以大大提高治疗效果。研究人员通过研究证明皮肤癌、乳腺癌和大肠癌细胞经常会产生大量前列腺素E2PGE2这种分子能够减弱免疫系统对病变细胞的正常应答帮助癌细胞进行隐藏这一过程使得肿瘤能够快速生长也部分解释了为什么一些免疫治疗方法不能达到预期效果。 阿司匹林是COX抑制剂的一种这种药物能够抑制PGE2的合成达到重新唤醒免疫系统的效果。因此与单独使用免疫疗法相比将免疫治疗方法与阿司匹林或其他COX抑制剂联合使用能够大大减缓小鼠体内大肠癌或黑色素瘤的生长。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  阿司匹林抗癌之外的功效</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1.热镇痛作用</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  迄今为止,尽管人们已经掌握了大量与疼痛有关的知识,但疼痛的机理仍没有彻底阐明。按照现阶段人类对疼痛的理解,当疼痛发生时,局部将产生并释放某些致痛的化学因子如缓激肽等,同时产生和释放的还有前列腺素。缓激肽作用于痛觉感受器即可引起疼痛,前列腺素则可使痛觉感受器对缓激肽等致痛因子的敏感性提高,也即前列腺素对缓激肽等导致的疼痛起到了放大作用。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  阿司匹林镇痛就是因为它能抑制体内前列腺素的生物合成,从而减弱通过神经传递到大脑中的信号。退热也是一样,实验证明,全身组织产生的多种前列腺素都有致热作用,微量的前列腺素注入动物脑室内即可引起发热。阿司匹林可以通过抑制体温调节中枢内前列腺素的合成而发挥解热作用,但对体温正常者却无降温作用。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  目前就解热镇痛药来说,扑热息痛(对乙酰氨基酚)、芬必得(布洛芬)等新一代产品不但治疗效果更胜一筹,副作用也有所减低,更容易被机体耐受。因此,如果仅用于解热镇痛,阿司匹林似乎是要被淘汰了。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2.用于心血管疾病</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  现在的阿司匹林更多的用于心血管疾病的预防,能预防血小板的凝结,可以减轻血栓带来的危险。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3.用于多种神经性疾病</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  阿司匹林的一种组分可以同名为GAPDH的酶类相结合GAPDH被认为在神经变性疾病中扮演重要角色比如阿尔兹海默氏症、帕金森疾病和亨廷顿氏症等。经常服用阿斯匹林的老年人患老年痴呆和认知障碍的危险性明显降低。小剂量阿司匹林可以减少老年痴呆症恶化。这是因为阿司匹林具有增强脑血流量、防止血液凝固的作用。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4.老年性白内障</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  阿司匹林对老年性白内障的病程发展可能有一些延缓作用可使本病形成推迟10年可减少45%或更多的患者免于手术。其确切抑制机制临床应用等问题有待进一步研究。有研究认为,白内障患者血浆中色氨酸含量增高致晶体中醛糖还原糖活性增高,而阿司匹林不仅可抑制醛糖还原酶活性,还可降低血浆中色氨酸的含量,故认为阿司匹林至少可减缓白内障的发生。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5.先兆子痫</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  先兆子痫患者胎盘组织和血小板比正常妊娠者全盛显著增多的TXA2而胎盘、脐带PGI2及尿中排出PGI2代谢物则减少正常的PGI2/TXA2平衡被破坏。因此用小剂量APC恢复此平衡可望预防或治疗该病。 女性不孕和习惯性流产, 阿司匹林可抑制PG合成可用于治疗由于PG增高所至的习惯性流产和不孕症因为体内PG增高可促进输卵管蠕动加强破坏受精卵与子宫内膜的同步作用增加了子宫收缩力使卵巢黄体分泌孕酮降低而影响受精卵的着床。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  阿司匹林的副作用</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  阿司匹林也是副作用很大的药物,一定要科学合理地使用。这药酸性伤胃,能造成消化道出血。大量使用,会眼底出血,有些人吃了阿司匹林后引起脑出血。引发肾功能障碍,影响尿酸排出,引发痛风。还能造成低血糖以及严重的皮肤病变。等等。要掌握用法和副作用,什么东西都不能过份依赖,不能当保健品使用。</span></span></div>\r\n', '', '', '222.32.4.178'),
(665, 49, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  近日同济大学附属肺科医院胸外科的姜格宁教授经过英国皇家外科学院的特别邀请当选英国皇家外科学院院士成为了中国胸外科历史上屈指可数的外籍院士之一。英国皇家外科学院历史悠久可以上溯至1540年亨利八世创立的外科医师公会。1800年更名为伦敦皇家外科学院后最终定名为英国皇家外科学院。在470余年的发展历程中随着英国及英联邦国家作为现代外科的发祥地及主要推动者皇家外科学院成为国际上历史最悠久、影响力最大、最具权威性的外科协作组织之一。由于院士申请者必须具有英国顾问医师以上任职并且经过层层筛选院士资格显得尤为宝贵对于国际申请者的要求更是异常严格。中国历史上能获此殊荣者寥寥无几。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  同济大学附属肺科医院胸外科在著名胸心外科专家黄家驷教授、石美鑫教授的悉心指导下于1953年创建。从最早的结核外科到后来的肺癌外科器官移植微创外科气管及胸壁外科一路走来步伐坚实历经几代胸外科人的传承、发展与创新在微创胸外科、肺移植、气管外科、胸部疑难疾病等领域取得了显著成就。姜格宁教授近年来带领胸外科实现了飞速跨越式发展在几项关键指标上均走在了国际前列成为国际著名的胸外科中心国内主要的肺移植中心且每年吸引大批国内外医师负笈求学也得到了国际胸外科学会及协作组织的认可与赞赏。</span></span></div>\r\n', '', '', '222.32.4.178'),
(666, 49, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  医学界把高血压分为原发性高血压和继发性高血压两大类。原发性高血压是常见病、多发病原因不明。继发性高血压是指由于某些疾病引起的高血压高血压仅仅是这种疾病的症状之一如果原发病能够治好那么高血压症状也就自然消失。继发性高血压只占人群高血压的5%10%。继发性高血压的临床表现、并发和后果与原发性高血压相似。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  高血压危害极大,长期高血压可成为多种心脑血管疾病的重要危险因素,并影响重要脏器如心、脑、肾的功能,最终可导致这些器官的功能衰竭。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  高血压患者需要坚持长期服药,永久停药是不行的,因为停药后也许药物的效果还能维持一段时间,但不久血压又会升高,这种反复对人体更为不利。所以不主张高血压患者永久性停药,但患者在血压下降后可以减少药量,维持用药。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  高血压用药主要这5类</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1. 血管紧张素转换酶抑制剂(ACEI),如卡托普利(开博通)、依那普利(悦宁定)、苯那普利(洛丁新)、福辛普利(蒙诺)等有器官保护作用对高血压、心力哀竭、糖尿病等合并症病人有好处。尤其后两种药双通道排泄适用糖尿病、肾病患者。副作用干咳、高血钾。这类药效果反应慢有的1小时后有的几小时后才起作用。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2. 血管紧张素受体拮抗剂(ARB),如缬沙坦(代文)、洛沙坦(科索亚)。作用同ACEI类。ACEI与ARB类降压药是糖尿病患者的首选降压药。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3. 钙离子拮抗剂,主要为二氢吡啶类,包括硝苯地平(硝苯地平缓释片,拜心同)、尼群地平、氨氯地平(络活喜)等药物,是常效型的,对缓冲动脉硬化有好处,对除尿酸有益。也具有器官保护作用,糖尿病患者的主要降压药。副作用是使心跳加快及踝部水肿。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4.利尿剂。副作用大,易出现低钾血症、胰岛素抵抗,引发糖尿病,对心脏影响比较大。珍菊降压片、复方降压片、北京零号都含有利尿剂。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5. &beta;受体阻滞剂,如倍他乐克、心得安。一般刚得病的常用,且与利尿剂合用。但心率慢者、哮喘者一定不可用,用不好会引起心衰。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  以上也是某些专家观点,只可借鉴,还得自已在医生指导下摸索,要跟据不同症状调整用药,不必居于一种,免得副作用或产生抗药性。</span></span></div>\r\n', '', '', '222.32.4.178');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(667, 52, '<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  她是青花瓷上的浓淡转笔,是曲调里的抑扬顿挫,点点滴滴都是才情,清冷的幽光,暗藏一生辗转几多忧伤。终其一生,横空出世的来,旁若无人的活,听天由命的走。她,就是民国奇女子张爱玲。她笔下的灵魂、文字中的孤傲,跌宕起伏的人生轨迹,给我们留下了无限的遐想与余味。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div style=\"text-align: center\">\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  <img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q53009624.jpg\" style=\"width: 469px; height: 276px\" /></span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  生命是一袭华美的袍,上面爬满了蚤子。&mdash;&mdash;《天才梦》</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  对于张爱玲来说,家或许是&ldquo;一袭爬满了蚤子的华丽的袍&rdquo;。1920年张爱玲出生在上海家世显赫。祖父张佩纶光绪年间官至都察院左副都御史祖母李菊耦是李鸿章的女儿。清末显赫的几大姓氏都与张爱玲有着千丝万缕的联系。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  然而,不幸的童年给张爱玲留下了深刻的烙印。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  说好永远的,不知怎么就散了。最后自己想来想去,竟然也搞不清楚当初是什么原因把彼此分开的。&mdash;&mdash;《一别一辈子》</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  父母一桩不幸的婚姻,最大的受伤者便是子女。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲的父母在结婚时曾是一对人人称羡的金童玉女。那时张家的日子是非常风光的。然而婚后不久,张爱玲的父亲张志沂开始花天酒地,父亲再婚,张爱玲与父亲之间的和平被打破。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  1937年抗日战争全面爆发。17岁的张爱玲向父亲提出出国留学的想法结果惹得父亲暴怒幽禁张爱玲半年之久。1938年的一个深夜张爱玲逃离了家跑到了生母的家。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div style=\"text-align: center\">\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  <img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q53020139.jpg\" style=\"width: 278px; height: 310px\" /></span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  我觉得一条长长的路走在了尽头。&mdash;&mdash;《小团圆》</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲没有料到,钱的问题,最终消磨掉了母女间的情感。母亲的窘境超乎她的想象。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  母亲的古董越卖越少,又要张罗张爱玲读书的费用。从来没做过家事,没搭过公交车的张爱玲,一切都需从头学起。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲写道,&ldquo;她的窘境中三天两天伸手向她拿钱,为她的脾气磨难着,为自己的忘恩负义磨难着,那些琐屑的难堪,一点点地毁了我的爱&rdquo;。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  第二年,张爱玲一鸣惊人,考入英国伦敦大学,可惜日本侵华的炮火阻断了她的行程,她只好转入香港大学。然而,母亲给张爱玲的学费断掉了。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  在香港大学张爱玲获得了800港币的奖学金可是母亲拿着这笔钱出去打麻将全部输掉了。自此张爱玲和母亲的关系到了尽头。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  见了他,她变得很低很低,低到尘埃里。但她心里是欢喜的,从尘埃里开出花来。&mdash;&mdash;张爱玲送给胡兰成照片背后的留言</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div style=\"text-align: center\">\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  <img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q530311c.jpg\" style=\"width: 391px; height: 266px\" /></span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲与胡兰成的恋情虽短短三年却是她一生中浓墨重彩的一笔。23岁从未谈过恋爱的张爱玲遇到的是年长她14岁的情场老手胡兰成。胡兰成有一妻一妾及数位情人。但恋爱中的张爱玲难以自拔他们情书往来沐浴在热恋的爱河里。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  也许每一个男子全都有过这样的两个女人,至少两个。娶了红玫瑰,久而久之,红的变了墙上的一抹蚊子血,白的还是&ldquo;床前明月光&rdquo; 娶了白玫瑰,白的便是衣服上的一粒饭粘子,红的却是心口上的一颗朱砂痣。 &mdash;&mdash;《红玫瑰与白玫瑰》</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  这就是张爱玲式的性感讥诮、冷漠、带着置身事外的居高临下却又一语惊醒梦中人。1944年胡兰成在抛弃一妻一妾后与张爱玲定下婚约然而这次婚姻是极不明智的选择。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  胡兰成没能给张爱玲带来安稳、静好,而是深深的伤害。先是胡兰成去武汉办《大楚报》,爱上了护士小周;后来抗战胜利,胡兰成逃亡,留下张爱玲独自面对舆论攻讦,他又爱上朋友的妻子范秀美。张爱玲去温州找他,要他在自己与小周之间做出选择,他不肯。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  我们再也回不去了。&mdash;&mdash;《半生缘》</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  这大概是世上最凄美的情话,我们再也回不去了,回不去的,除了岁月,还有自己。留下的,仅是一场空欢喜。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲隐忍到1947年待胡兰成已经完全脱离险境才寄了一封分手信给他随信还附了30万元钱作为分手费那是她新写的电视剧本《不了情》、《太太万岁》的稿费。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  5年后张爱玲离开上海她在乱世中经历了父亲的家、母亲的家、胡兰成的家却都不是家。在她华丽的前半生里她想求一个家而不得。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div style=\"text-align: center\">\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  <img alt=\"\" src=\"/uploads/allimg/161208/1-16120Q53040452.jpg\" style=\"width: 295px; height: 367px\" /></span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  笑,全世界便与你同声笑,哭,你便独自哭。&mdash;&mdash;《花凋》</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲在美国的日子并不好过越到晚年越孤僻。1955年张爱玲到了美国一部部作品写出来一部部被出版社拒绝。在生命中的最后20年张爱玲呈现出越来越显著的心理疾病。她对人越发冷淡生活日益封闭家具、衣物随买随扔。她其实是以这种方式来摆脱内心的空虚与枯寂。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  1995年张爱玲谢世于美国洛杉矶寓所7天后才被人发现。屋里没有家具没有床她就躺在地板上身上盖着一条薄薄的毯子。一个曾经无限风光的生命以一种最凄凉的方式凋零。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  张爱玲寂寞地走了,正如余秋雨在《张爱玲之死》中所说:&ldquo;她死得很寂寞,就像她活得很寂寞。但文学并不拒绝寂寞,是她告诉历史,二十世纪的中国文学还存在着不带多少火焦气的一角。正是在这一角中,一个远年的上海风韵永存。&rdquo;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size: 14px\"><span style=\"font-family: arial, helvetica, sans-serif\">  转自人民网-文化频道</span></span></div>\r\n', '', '', '122.159.5.162'),
(668, 52, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  姓名是中华文化的脉承之一,它是人们以血脉传承为根基的社会人文标识。今天,我们来看看部分比较难读的古代历史人物的名字,陪您一起品味中国的名字艺术。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1.慕容皝念hu&agrave;ng。慕容皝是前燕太祖文明皇帝在位12年雄毅多权略崇尚汉族文化。其在位期间平定内部叛乱击败宇文部和段部击退后赵进攻破高句丽威震北方为日后前燕入主中原打下了坚实的基础。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2.慕容儁念jun 。慕容儁是前燕景昭皇帝慕容皝的二小子在位13年。其在位期间消灭了冉魏入据原本由后赵所占领的中原地区并移都邺城大燕进入鼎盛时期终与南方的东晋和关中的前秦政权三足鼎立。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3.慕容暐念wei。慕容暐是慕容儁的二小子谥为燕幽皇帝被苻坚所杀。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4.赵眘念shen。赵眘为赵匡胤七世孙。南宋高宗无子纳赵眘于宫中以为嗣在位28年。赵眘原名赵伯琮是南宋最有作为的皇帝。他在位期间平反岳飞冤案起用主战派人士锐意收复中原。内政上加强集权积极整顿吏治裁汰冗官惩治贪污重视农业生产百姓生活安康史称乾淳之治。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5.赵禥念q&iacute;。南宋度宗原名赵孟启1251年赐名孜1253年立为皇子后赐名禥是南宋第6个皇帝。赵禥是个幸运和不幸的结合体母亲怀他的时候吃堕胎药结果没堕成让他有先天缺陷。由于有血缘关系而当上皇帝是幸运但却始终受制于权臣。不过荒淫的他却没有成为亡国之君。</span></span></div>\r\n', '', '', '122.159.5.162'),
(669, 53, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  父母总希望孩子懂事,听话。生活中,那些听大人的话、察看大人的脸色行事、循规蹈矩的孩子总是会被家人、老师赞扬,而淘气、叛逆、反抗的孩子总是会被处罚、批评。为了得到大人们的喜爱和表扬,为了少受到处罚和责骂,孩子们渐渐学会了将自己真正的感受压抑到了一边,努力做出那个&ldquo;乖&rdquo;的模样让自己讨人喜欢。可是那样真的好吗?</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  很多心理分析师、疗愈师都有这样的结论:小时候表现越&ldquo;乖&rdquo;,越&ldquo;懂事&rdquo;的孩子,长大之后心理问题越多。小时候表现得越叛逆,越自由的孩子,长大之后往往心智越成熟。这是为什么呢?看看一位母亲的心得感悟:</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  &ldquo;乖&rdquo;意味着讨好大人,忽视真实的自己我。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  小的时候,奶奶带我出去玩,路过路边的糖果摊,奶奶指着说:&ldquo;想要吗?&rdquo;我摇摇头说,&ldquo;不想要。&rdquo;奶奶满意了,说:&ldquo;这孩子最乖,从来不乱要东西。&rdquo;从心底来讲,小小的我,其实是想吃那色彩缤纷、酸甜可口的糖果的。只是,&ldquo;懂事&rdquo;和&ldquo;乖&rdquo;,是那个年代对小孩子的最高赞誉。我从心里模模糊糊知道,我&ldquo;乖&rdquo;就会让大人高兴,于是,敏感的我把自己真正的感受压抑到了一边,努力做出那个&ldquo;乖&rdquo;的模样让自己讨人喜欢。长大以后,我成了一个不懂拒绝别人、疲惫不堪的&ldquo;烂好人&rdquo;。心理咨询师告诉我,很多小时候很乖的孩子,长大了心理问题较多,原因就是,他们以满足他人意愿、获得他人首肯为生活主导,失去表达自我的声音,忽略自己的真实需求,内心压抑十分痛苦。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  越&ldquo;乖&rdquo;的孩子,独立能力越差,为什么?因为,越&ldquo;乖&rdquo;的孩子依附性越强,自主性越差。&ldquo;乖&rdquo;孩子身上有家长太多的控制感。父母期望我们走在一条可以复制黏贴的道路,过着一个大家都认同的理想生活,这就是&ldquo;乖孩子&rdquo;。越乖的孩子,随着他渐渐长大,他就会从一个不提问的&ldquo;乖&rdquo;学生、成为一个唯唯诺诺的&ldquo;乖&rdquo;员工、感情上让婆婆包办的&ldquo;妈宝男&rdquo;、生活上不能完全自主的烂好人。从这个角度讲,取得很高成就的人,都不&ldquo;乖&rdquo;。 为了博得喜爱,压抑自己真实的天性,这种伪装起来的&ldquo;乖&rdquo;孩子,有什么用呢?我们所生活的时代已经不同了,可这样的要挟,还在我们的教育生活中不断上演。其实我们所谓的&ldquo;乖&rdquo;,是意味着不敢表达真实情绪。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  亲爱的小孩,从现在起,你可以做生气的小孩、真实的小孩、走自己路的小孩、叛逆的小孩,唯独,不要做一个唯唯诺诺的&ldquo;乖&rdquo;小孩。</span></span></div>\r\n', '', '', '122.159.5.162'),
(670, 52, '<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  朝代歌</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  夏商周 春秋战国秦</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  西汉新 公元分界汉刘新</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  东汉三国西东晋</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  南北朝 隋唐五代 宋辽金</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  元明清 民国寿命短</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  一觉长眠又百年</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  各朝代的大事记</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  1.三皇五帝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  伏羲渔畜八卦传,燧人取火去腥膻。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  神农辨药播五谷,黄帝分州制井田。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  颛顼平定九黎乱,帝喾仁威天下安。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  尧置鼓木喜闻过,舜称至孝复称贤。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  2.夏朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  大禹水平九鼎成,万民归启赖贤明。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  太康承父家天下,寒浞行奸覆夏庭。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  颠沛少康兴祖祚,昏庸孔甲匿龙精。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  桀从妹喜荒淫事,四百四十殿宇倾。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  3.商朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  汤除桀暴定八方,亳邑为都始立商。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  太甲去昏赖伊尹,盘庚改殷效成汤。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  武丁梦说得良弼,帝纣伐苏为女郎。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  暴虐奢糜纵妲己,亲离众叛自燔亡。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  4.西周&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  姬发灭纣都镐京,封赐诸侯四海平。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  刑废成康周公力,穆王八骏天下行。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  厉防民口终奔彘,真惠共和周复兴。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  褒姒幽王烽火戏,犬戎马踏骊山倾。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  5.春秋战国&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  平王迁洛启东周,王命不行霸主遒。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  齐桓晋文兼秦穆,宋襄楚庄演春秋。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  燕韩赵魏秦齐楚,赫赫七强战不休。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  秦本附庸渐强大,灭周并六统金瓯。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  6.秦朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  六国皆灭统华疆,嬴政自骄号始皇。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  独揽大权分郡守,统一文字兼度量。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  筑城凿墓劳民力,焚书坑儒断史纲。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  陈胜揭竿初举义,汉刘楚项破咸阳。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  7.汉朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  除秦灭楚汉刘邦,帝后无由戮楚梁。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  吕雉临朝累诸吕,文景治世灭七王。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  武皇拓土民遭敛,王莽更新命被戕。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  光武中兴迁洛邑,传及献帝东汉亡。</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  8.三国两晋&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  东吴西蜀属孙刘,北魏曹丕把汉谋。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  司马迁曹成一统,八王乱政五胡蹂。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  两都率陷建康继,江左偏安丧北州。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  淝水破秦得暂保,宋刘逼禅东晋休。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  9.南北朝、隋朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  朝分南北划长江,宋齐梁陈据建康。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  北魏东西分两魏,北齐废主东魏亡。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  周承西魏收齐土,隋篡北周并陈疆。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  筑苑凿河天下乱,三十九载覆朝堂。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  10.唐朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  高祖昏庸屡信谗,变生玄武手足残。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  太宗纳谏贞观治,武后改周李氏残。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  神勇玄宗清女祸,繁荣盛世号开元。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  乱由安史都迭陷,惧祸昭宣让逆藩。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  11.五代十国&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  五代梁唐晋汉周,北方更替五十秋。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  十国割据南天下,南唐篡吴闽楚收。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  前蜀早亡接后蜀,依辽北汉晋阳愁。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  南平南汉兼吴越,后蜀南唐作宋囚。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  12.宋朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  陈桥兵变代柴周,偃武修文是弱由。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  辽夏与金邻作寇,靖康之变帝成囚。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  康王即位开南宋,秦桧杀飞令铁羞。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  联蒙灭金实谬策,四十五载丧残瓯。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  13.元朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  蒙古称皇铁木真,成吉思汗震西垠。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  太宗纵马驰欧地,世祖更元掳宋君。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  僧比王侯乱刑政,儒同娼丐辱斯文。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  烽烟四起群雄反,大漠难藏顺帝身。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  14.明朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  太祖金陵创大明,功臣屠戮少余丁。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  燕王靖难夺侄位,睿帝巡边陷虏营。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  严魏蠹国戚灭寇,崇祯悬树李侵京。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  吴贼卖祖山河变,江北江南属大清。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  15.清朝&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  太祖兴清顺入关,扬州嘉定骨成山。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  康乾盛世雍承启,嘉道弱朝咸续延。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  鸦战外加权丧尽,天国内耗力消残。&not;</span></span></div>\r\n<div>\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\">  垂帘慈禧维旧政,炮震武昌宣统迁。</span></span></div>\r\n', '', '', '122.159.5.162'),
(671, 53, '<div style=\"text-align: center;\">\r\n &nbsp; &nbsp; &nbsp;&nbsp;<img alt=\"科学家证实地球是监狱 2045年人类将永生不死\" src=\"/uploads/161219/1-16121Z91RCY.jpg\" /></div>\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"font-size:14px;\">国外媒体近日报道,科学家证实地球是&ldquo;监狱&rdquo;2045年人类将永生不死。有传言称人类是外星人制造的而现在人类生存的地球就是外星人囚禁人类的地狱人类却还乐在其中但即使是这样还是有专家称人类一定可以战胜外星人并预计在2045年实现人类永生不死。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;人类是怎麼出现的?是土生土长演化的,还是外太空的来客?这一直是科学界争论不休的问题。如今,美国一名生态学家又提出一项惊人理论:地球并非人类的原乡,而极可能是数万年前外星人将地球当作外星监狱,把天生有暴力倾向的人类流放到地球上。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;生态学家艾利斯席瓦尔博士指出,人类是地球上最聪明的物种,却表现出惊人的不适应性:人类常常会背痛,显示人类应该是在一个地心引力较低的环境中演化出来的。此外还有人类很容易被阳光晒伤,人类不喜欢自然食物,慢性疾病发病率偏高,分娩困难等让科学家大惑不解问题。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;近日霍金的一则言论在网上掀起轩然大波他预言2045年人类将永生不死。这究竟是他的臆断还是确有其事生老病死本就是万物的发展规律难道人类可以打破这个规律有些人倾尽一生所求长生不老终于能实现了吗?<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;霍金在说出这番言论后,又提出了很多依据来证明他的言论。他说人类现在所掌握的科学技术已经可以使人留住青春,就像克隆技术一样,科学家已经成功克隆出很多<a href=\"http://www.kejixun.com/animals/\" target=\"_blank\">动物</a>,但是为了保证社会的秩序,并没有在人类身上使用。</span><br />\r\n<br />\r\n', '', '', '1.62.200.116'),
(672, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161219/1-161219101635.jpg\" /></div>\r\n<span style=\"font-size:12px;\">&nbsp; &nbsp; &nbsp; <span style=\"font-size:14px;\">《震惊!人脑只用了竟然不到5%》我相信这种类型的文章你在许多地方都看到过,也许一个人说你不信,很多人都在说你就相信了。你可能觉得自己是一个没有被开发出来的天才,内心中存在着一个小宇宙。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;这种说法是完全错误的。它源自神经生物学发展最初期,对实验的一系列错误解释,此说法已被广泛证伪。但是由于其商业价值巨大(例如,奸商们可以打着&ldquo;开发大脑&rdquo;的旗号骗钱)所以流毒甚广,至今仍有影响。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;在1920年Karl Lashley进行他的记忆实验的时候人们对脑的理解完全是空白。科学家不知道脑的功能区划不知道左右半球的关系甚至不知道神经递质的作用或原理。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;在这样的大背景下Karl Lashley提出了一个假想概念叫&ldquo;Engram&rdquo;用以指代脑中负责存储记忆的单元。Karl Lashley 先训练小老鼠钻迷宫找食物,之后切掉小鼠的一部分脑皮层。再对比小鼠钻迷宫的效果。换言之,如果某次实验,恰好切掉了小鼠的 &nbsp; &nbsp; &nbsp; &nbsp; engram那么小鼠就会在迷宫里迷路了。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;于是Karl Lashley切啊切&hellip;&hellip;他渐渐发现了一个脑区,对小鼠走迷宫的效率影响最大。而且在这个区里细分下去,切在哪儿并不重要,重要的是切除的比例&mdash;&mdash;切得越多,小鼠越傻。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;根据这些实验Karl Lashley下结论engram就在这个区域里。而且就算切掉一半小鼠依然能正常活着这说明小鼠对于脑区的利用率非常低。这个结论听起来很新鲜一传十十传百传到楼主同学耳朵里的时候就变成了&ldquo;人脑利用率不足5%&rdquo;了。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;后来随着技术的进步人们渐渐知道了负责显式记忆的区域根本不在Lashley切的那块大脑上。而是在一个叫做&ldquo;海马体&rdquo;的,很小很小的一个脑结构中。而且脑的主要功能也不是走迷宫&mdash;&mdash;我们看、听、说、运动、思考甚至睡觉,都是脑来进行整体控制的<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;那么Karl Lashley找到的脑区究竟是干什么的呢?在当代神经生物学术语里,人们管这个区域叫做初级视觉皮层&mdash;&mdash;是负责&ldquo;看&rdquo;的脑区。如果这里有一块受损,我们视野里就会相应地产生一块盲点。受损区域越大,盲点的尺寸也就越大。<br />\r\nLashley切得越多可怜的小鼠的视野范围就越小当然钻迷宫也就越慢。但是从这样的实验直接推到5%的利用率,可谓谬之千里。</span></span><br />\r\n', '', '', '1.62.200.116'),
(673, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161220/1-1612200Z930.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &nbsp;80年代艾滋病被发现后它已经摧毁了无数的生命并对其受害者带来了无尽的伤痛。多年以来<a href=\"http://www.kejixun.com/kexue/\" target=\"_blank\">科学</a>家们致力于如何治愈这一疾病。最近他们开始使用一种名为ART的药物对其进行抑制。然而除了价格惊人以外这一药物还存在严重的副作用因此也限制了它的效果。但近期英国一位知名演员亲自对媒体承认自己注射了某种药物后艾滋病毒得到了完全抑制。 &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;来自英国《每日邮报》的报道:查理&middot;辛在接受英国《每日邮报》的独家采访时透露,他的艾滋病病毒通过临床试验性注射后得以完全抑制。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;在2016年早些时候这位演员参与了PRO-140药物的临床试验他在世界艾滋病日 ,一个世界各地卫生官员庆祝艾滋病研究上取得巨大进步的节日前夕,公布了这一消息。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;当你注射完此种药物后,你的艾滋病病毒会变得&ldquo;无法检测&rdquo;,因为治疗使得血液中的病毒数量下降到一定程度,此时便无法检测到它们的存在。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;没有实验可以证明艾滋病传播的零风险性。但也没有实验表明,体内艾滋病病毒数量少得无法检测的人具有传播性。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;这就意味着,他们几乎不可能将艾滋病病毒传染给他们的伴侣,这对于全世界人民来说真的是一个喜大普奔的消息。</span><br />\r\n', '', '', '113.4.206.245'),
(674, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161220/1-161220091257.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &nbsp;据权威播报报道,统计资料显示,巨大的工作压力导致我国每年&ldquo;过劳死&rdquo;的人数达60万这也让我国成为&ldquo;过劳死&rdquo;第一大国,而过度加班可能是导致&ldquo;过劳死&rdquo;的首要原因。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;我国目前&ldquo;过劳死&rdquo;的威胁对象已从体力劳动者转向脑力劳动者呈年轻化趋势。而且不仅是IT行业独有的现象像广告、媒体、医疗以及金融等行业都需要警惕。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;从医学上解释,&ldquo;过劳死&rdquo;是因为工作时间长,劳动强度加重,心理压力大,存在精疲力竭的亚健康状态,由于积重难返,突然引发身体潜在的疾病急性恶化,救治不及时而危及生命。<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;直接促成&ldquo;过劳死&rdquo;的五种疾病依次为:冠状动脉疾病、主动脉瘤、心瓣膜病、心肌病和脑出血。除此以外,消化系统疾病、肾衰竭、感染性疾病也会导致&ldquo;过劳死&rdquo;。<br />\r\n  &nbsp; 从个人预防角度讲,专家建议,有心脏疾病史,经常性熬夜加班的人,自己要格外警惕。黄抒伟提醒,必须要调整你的心态,在繁忙的工作中要放松自己,饮食方面多喝水,以水果蔬菜为主。要有计划的去工作,注意睡眠,通过运动来减压,不要在压力状态下喝酒、抽烟。<br />\r\n&nbsp; &nbsp; &nbsp; 从政策保护角度讲,我国的《劳动法》第三十六条规定了八小时工作制,&ldquo;平均每周工作时间不超过四十四小时&rdquo;另外《职工带薪年休假条例》2008年就通过了但近十年过去在很多单位仍是一纸空文。因此也有评论这样说保护劳动者权利的法律制度真正硬起来劳动者才不会无缘无故瘫下去。</span><br />\r\n', '', '', '113.4.206.245'),
(677, 53, '<div style=\"text-align: center;\">\r\n &nbsp; &nbsp;<img alt=\"\" src=\"/uploads/allimg/161222/1-161222100237.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; &ldquo;女儿要富养&rdquo;,于是很多家长便走入了误区,认为&ldquo;富养&rdquo;的意思就是像公主一样抚养,吃的穿的都要仔细讲究,要舍得给女儿花钱。然而,这样长大的孩子不是变成了&ldquo;温室花朵&rdquo;,就是养成了一身&ldquo;公主病&rdquo;。<br />\r\n<br />\r\n一个女孩子如果精神世界不富足没有一点世面和内涵只懂得享受物质将来很有可能被一个包包就骗走了。<br />\r\n<br />\r\n<strong>01 </strong><strong>富在仪态</strong><br />\r\n 女儿&ldquo;富&rdquo;养要外表得体,举止得当。女孩子生来是&ldquo;美&rdquo;的化身,一个优雅的姑娘外表也是美丽迷人的,生活中邋里邋遢的女生别说能打理好自己的日常了,举手投足给人的感觉也是凌乱不堪。<br />\r\n<br />\r\n<strong>02 </strong><strong>富在见识</strong><br />\r\n&nbsp; &nbsp; &nbsp;女儿&ldquo;富&rdquo;养要培养开阔的眼界。从小出入各种场合,与各种人士接触,长大了就不会怯场。&ldquo;三寸金莲&rdquo;已成历史,世界很大,女孩子也可以多出去看看。<br />\r\n<br />\r\n<strong>03 </strong><strong>富在能力</strong><br />\r\n&nbsp; &nbsp; &nbsp;女儿&ldquo;富&rdquo;养要充分锻炼个人能力,培养广泛的兴趣。很多含着&ldquo;金钥匙&rdquo;出生的小公主,离开父母的庇护,就像不会飞的麻雀,个人能力软弱的让人大跌眼镜。<br />\r\n<br />\r\n<strong>04 </strong><strong>富在内涵</strong><br />\r\n&nbsp; &nbsp; &nbsp;女儿&ldquo;富&rdquo;养是对修养和素质的投资。生活精致、富有内涵才能像一支强劲的免疫针,使她明辨真伪,内心强大,在时光的洪流中成为知性优雅的女子。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;女孩子最重要的是品性,一个健康平和的心态,一种端庄婉约的气质,或许脸面上的颜值是天生注定,但心灵上的颜值却能让一个女子永远秀外慧中。<br />\r\n<br />\r\n&nbsp; &nbsp; 其实,真正意义上的&ldquo;富养女&rdquo;指的并不是财富充足,也不是物质丰盈,而是让女儿 拥有独立的见解,思考能力、判断能力得到充分的锻炼,在见多识广之后留下一个有涵养的丰富人生。</span><br />\r\n', '', '', '113.4.236.188'),
(678, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161222/1-161222100Z4.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 社会在不断进步,但骗子也在与时俱进。移动互联网时代下,一些新型骗术开始浮出水面,让人防不胜防。<br />\r\n&nbsp; &nbsp; 前段时间,张女士在使用二手交易平台闲鱼及支付宝转账过程中,被骗取了 7 万余元。其骗术之高超、技法之新颖,也是前所未有。<br />\r\n事情的经过是: 这位张女士在闲鱼上以 5000 元的价格挂售了一张健身卡,令她没想到的是,几天后一位买家想要以 19600 元的价格购买这张健身卡。网购要求包邮、去零的倒是很常见,但主动要求抬价的却很少。面对这样的要求,张女士也是懵圈了,没想到幸福竟来得如此突然。但也就是这一刻的松懈,让骗子有机可乘。<br />\r\n&nbsp; &nbsp; 这位买家声称抬高价格是&ldquo;需要较高的金额向公司报销&rdquo;,并会先通过支付宝向她转账 19600 元,扣除 20 元手续费,张女士再将 14580 元差价回转给对方。没想到张女士接受了这样的请求。<br />\r\n&nbsp; &nbsp; 十分钟后,她收到了一封发件人为&ldquo;支付宝&rdquo;的邮件,邮件内容为&ldquo;支付宝提示买家已确认收货,因您未开通大额支付,您有笔交易 19600 元将在 2016 年 11 月 13 日晚上 20 点到账您的支付宝&rdquo;。<br />\r\n&nbsp; &nbsp; 在看到这份&ldquo;支付宝官方&rdquo;邮件后,张女士竟然信以为真,并在买家的催促下于十几分钟后将差额打到了对方提供的银行卡账户中。原以为这事就结束了,但买家仍没有停手。并通过微信告诉她,&ldquo;要开通大额支付需要 26000 元的转账凭证,但可以先少转一点,看能否开通&rdquo;,以此再次要求张女士转账。这一次,她转了 18300 元。<br />\r\n&nbsp; &nbsp; 但是交易并没有停止,随后买家多次以&ldquo;开通大额支付需一定数额转账凭证&rdquo;为由让她转账。为了获取信任,这位买家先后向她转账 46459 元。最终,张女士共向对方转账 10 次,扣除对方转入的 4 万余元,她共转出了 74451 元。<br />\r\n&nbsp; &nbsp; 事后,张女士才意识到自己可能被骗了,而给她发邮件的&ldquo;支付宝邮箱&rdquo;也并不是支付宝的官方邮箱账号。<br />\r\n对此支付宝客服作出的回应是支付宝官方一般不会给买卖双方发送邮件买卖信息一般是通过短信通知。若是收到发件人为&ldquo;支付宝&rdquo;的可疑邮件,需看清楚该发件人的邮箱地址,向支付宝官方核实,谨防受骗。<br />\r\n&nbsp; &nbsp; 除了&ldquo;故意抬高价格、骗取差价&rdquo;的技法外,还有一种支付宝骗术是&ldquo;借钱法&rdquo;。<br />\r\n&nbsp; &nbsp; 这种骗局一般发生在人潮涌动的火车站,一些谎称是在校大学生的青年,以丢失钱包为由向行人借现金住宿或吃饭,然后再通过支付宝转账还给对方。这一骗术的整个过程是,嫌疑人在使用支付宝转账过程中,向对方出示的是一张支付宝截图,以证明转账成功,并声称因火车站信号不好,支付宝还款不能及时到账,让对方两个小时后再查收。许多受害者因看到支付宝界面(实际上是支付宝的截图界面)便相信了对方,并且因为急着赶车,也就没有再等下去,但事后才发现,借出去的钱再也没到账了。<br />\r\n&nbsp; &nbsp; 这一骗术的猫腻之处就在于,嫌疑人截下的图仅仅是支付宝的待转账界面,该界面的左上有&ldquo;等待付款字样&rdquo;,下方有&ldquo;立即支付&rdquo;的字样。但嫌疑人把此页面拉大、遮屏,&ldquo;等待付款&rdquo;、&ldquo;立即付款&rdquo;的字样会被遮住。只让对方能够看清截屏中间这一部分页面,而这部分内容的转账金额、支付宝昵称、支付宝账号、转账二字显示都是正确的。受害人在看到整个过程就在自己眼皮下操作,于是就不加思索以为钱已经转过去了。<br />\r\n其实要识破这些骗术并不难以第一个例子来说买家故意抬高价格这本身就是件很可疑的事情并且拿一张健身卡去向公司报销 1 万多元也说不通。再者,在对方转账没有确认收到的前提下,把自己的钱转到对方的银行卡上,这本身也是件欠缺考虑的事情。并且在对方还是陌生人的前提下,又连续几次通过支付宝进行上万元转账,这就更加暴露了这位用户防范意识的薄弱。<br />\r\n&nbsp; &nbsp; 而第二个例子,经常使用支付宝的用户都应该知道,支付宝转账是及时到账的,在确认支付后钱就能及时到达收款人账户,并不存在延时的问题,而网络不好只能导致转账失败。因此,即便是在向陌生人转账或是通过支付宝与他人交易,都能立即收到转账成功的信息,否则就是转账失败。在清楚这一原则后,此类骗术也就不攻自破了。</span><br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 移动互联网的高速发展给我们的生活带来了便利,但同时它也带来了更多的安全隐患,这就给不法分子留下了行骗的空间。不过,虽然骗子的技法在与时俱进,但总体来说还是利用了人们的贪念、善良以及薄弱的防范意识。只要我们有足够的安全防范意识,再高明的骗术也将无计可施。</span>', '', '', '113.4.236.188'),
(679, 11, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp;&nbsp;</span><img alt=\"\" src=\"/uploads/allimg/161223/1-161223131925.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 美国和中国今年陆续发布了新版膳食指南都取消了每天胆固醇摄入300mg的上限许多人惊呼胆固醇&ldquo;沉冤昭雪&rdquo;了,其实不然,取消胆固醇摄入上限,并不意味着可以无限制摄入。<br />\r\n&nbsp; &nbsp; 日前,我国五大权威机构发布了正确认识胆固醇科学声明,专家指出,&ldquo;坏胆固醇&rdquo;增高与心脑血管疾病密切相关。 <br />\r\n&nbsp; &nbsp; 血液中的低密度脂蛋白胆固醇俗称&ldquo;坏胆固醇&rdquo;升高是造成血管&ldquo;堵塞&rdquo;的关键因素。目前我国心脑血管疾病患者人数已经超过2.9亿每2名去世的中国人中就有1人是心脑血管病引起的。60岁以上的中国人动脉粥样硬化患病率高达80%。近年有研究数据显示中国居民冠心病死亡率增加77%是由于血液胆固醇升高所引起。为此专家建议市民蛋类每天40g50g大约1个鸡蛋。吃鸡蛋不必弃蛋黄。动物内脏建议每月食用23次每次25g左右。而脂肪尤其是动物性脂肪动物油、肥肉摄入过量是目前中国人膳食失衡的一大问题建议每天烹调油用植物油摄入量为每人25g30g。但针对已经患有高胆固醇血症人群特别是动脉粥样硬化患者必须强调应严格控制膳食中高胆固醇食物的摄入血脂异常防治建议每天胆固醇摄入量小于300mg。</span><br />\r\n', '', '', '221.207.159.24'),
(680, 11, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161223/1-161223132543.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 正常人吃钙片,会降低身体自动吸收钙的能力。钙能否被人体顺利吸收,还需要其他营养素的帮忙。一些家常菜才是真正的补钙高手,这些菜正是因为搭配科学,才得以发挥很好的补钙效果。<br />\r\n  <br />\r\n<strong>&nbsp; &nbsp; 1豆腐炖鱼</strong><br />\r\n&nbsp; &nbsp; 豆腐是大家熟知的高钙食物只要吃200g北豆腐就可以满足一日钙需要量的1/3比喝半斤奶还要多。而鱼肉中丰富的维生素D能加强人体对钙的吸收。因此豆腐炖鱼不仅味道鲜美更是补钙健骨的绝配。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 2芝麻酱拌菠菜</strong><br />\r\n&nbsp; &nbsp; 芝麻酱是钙的&ldquo;宝库&rdquo;每100g含钙870mg高于豆类和蔬菜。而菠菜中富含的维生素K是骨钙的形成要素如果在补充钙的同时增加维生素K可以大大提高补钙的效果促进钙沉积在骨骼当中。芝麻酱拌菠菜香而不腻是完美的补钙凉菜。<br />\r\n<br />\r\n<strong> 3紫菜腐竹汤</strong><br />\r\n&nbsp; &nbsp; 钙与镁就像一对双胞胎总是成双成对地出现当钙与镁的比例为21时最利于钙的吸收利用。腐竹是富含钙的豆制品之一而紫菜被称为&ldquo;镁元素的宝库&rdquo;,两者一起煲汤,可谓补钙健骨的完美搭配。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 4醋溜小油菜</strong><br />\r\n&nbsp; &nbsp; 不少绿叶菜在补钙效果上并不逊色其中小油菜的钙含量超过同样重量的牛奶。而醋有利于钙从不溶状态变成可溶状态促进钙的吸收利用。此外小油菜中还含有大量有助于钙吸收的矿物质和维生素K。<br />\r\n<br />\r\n<strong>  5青椒炒鸡蛋</strong><br />\r\n  鸡蛋含有优质蛋白其钙含量也较高而青椒中富含维生素C两者一块炒不但色泽美观还能提高钙的吸收率。<br />\r\n<br />\r\n<strong>  6黄豆炖猪蹄</strong><br />\r\n  黄豆钙含量丰富,猪蹄中含有丰富的胶原蛋白,可以作为钙沉积的骨架,从而更有利于黄豆中钙的吸收。需要提醒的是,猪蹄中饱和脂肪含量较高,不宜常吃。</span>', '', '', '221.207.159.24'),
(681, 11, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161223/1-161223133327.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 说起冷,我们总会说&ldquo;冷得耳朵都快冻掉了!&rdquo;听起来有点夸张,但是想想确实是这样。每当天气变冷,若没有防护措施,感觉最冷的就是耳朵了,如刀割一般,甚至干脆啥感觉都没了。那是因为耳朵自身除了耳垂部分有脂肪组织能保温外,其余部分只有较薄的皮肤包着软骨,加之其相对表面积大,热量更容易挥发。所以,在人体的各器官中,耳朵是最&ldquo;怕冷&rdquo;的了。<br />\r\n<br />\r\n&nbsp; &nbsp; 那么,如何给耳朵保暖呢?建议你买顶可以遮盖耳朵的帽子,或戴上耳罩,或用围巾遮住耳朵。因为若耳朵暖和的话,整个身体就会舒服很多,还能避免因耳朵冷引起的头痛。当然,若你有长<a href=\"http://ypk.39.net/zcy/zxy/7ef64.html\" target=\"_blank\">头发</a>盖住耳朵,也会好一些。而当你从室外进入温暖的室内时,可以迅速用手搓一下耳朵,让其快速回暖。耳朵受冻后,不宜热水热物敷贴,否则会导致症状加重。<br />\r\n<br />\r\n&nbsp; &nbsp;&nbsp;若你发现耳朵边缘出现了红肿,并伴有奇痒难忍和<a href=\"http://jbk.39.net/yxmc/shengwuyixue/fr\" target=\"_blank\">发热</a>,有时皮肤发亮并出现<a href=\"http://jbk.39.net/sd/\" target=\"_blank\">水疱</a>,严重的还会出现皮肤溃疡,这就是常说的&ldquo;冻耳朵&rdquo;了。更严重的是,耳朵<a href=\"http://jbk.39.net/ds/\" target=\"_blank\">冻伤</a>后,由于长期缺血、缺氧,还会导致皮肉坏死。另外,因为我们的耳朵里面非常敏感,有很多神经连结到头部和全身,若耳朵太冷或当冷风灌进耳朵里就会引起<a href=\"http://zzk.39.net/zz/toubu/tou/503cc.html\" target=\"_blank\">头痛</a>,甚至会造成<a href=\"http://jbk.39.net/sf/\" target=\"_blank\">伤风</a><a href=\"http://jbk.39.net/gm/\" target=\"_blank\">感冒</a>等等症状。所以,给耳朵做好保暖工作很重要!</span>', '', '', '221.207.159.24'),
(682, 11, '<img alt=\"\" src=\"/uploads/allimg/161223/1-161223134022.jpg\" /><br />\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 枣对身体有很多补益作用,因此民间流传着&ldquo;一日吃仨枣,一辈子不显老&rdquo;的说法。中医认为大枣性味甘温能补中益气、养血安神。但下列4类人最好少吃或不吃大枣<br />\r\n<strong>&nbsp; &nbsp; 一、痰湿偏盛者</strong><br />\r\n&nbsp; &nbsp; 这类人常表现为舌苔厚腻、口甜或口中发腻、食欲不振,平时常感觉胃部胀满,严重者会伴有头晕、恶心、<a href=\"http://jbk.39.net/ot/\" target=\"_blank\">呕吐</a>、眼睑及<a href=\"http://hzpk.39.net/hz/qita/65f54.html\" target=\"_blank\">面部</a>浮肿等症状。大枣的滋腻之性容易助湿,使得痰湿停留在体内难以清除,进而加重上述不适。这种体质的人更适合吃薏仁、<a href=\"http://ypk.39.net/c516582/\" target=\"_blank\">红小豆</a>、<a href=\"http://fitness.39.net/food/2129.html\" target=\"_blank\">山药</a>、丝瓜等健脾利湿的食物。<br />\r\n<strong>&nbsp; &nbsp; 二、爱上火的人</strong><br />\r\n&nbsp; &nbsp; 这类人体质偏热,经常出现<a href=\"http://jbk.39.net/bm/\" target=\"_blank\">便秘</a>、<a href=\"http://jbk.39.net/kc1/\" target=\"_blank\">口臭</a>、咽喉牙龈肿痛等上火症状,而大枣性味甘温,偏于温补,若大量食用,犹如火上浇油。<br />\r\n<strong>&nbsp; &nbsp; 三、</strong><a href=\"http://jbk.39.net/gm/\" target=\"_blank\"><strong>感冒</strong></a><strong>初期患者</strong><br />\r\n&nbsp; &nbsp; 感冒初期,入侵人体的风寒或者风热之邪正盛,若此时食用大枣,其黏腻的性质常常会导致邪气滞留,造成&ldquo;闭门留寇&rdquo;的后果,使得体内的病邪难以驱除,不利于恢复。<br />\r\n<strong>&nbsp; &nbsp; &nbsp;四、</strong><a href=\"http://jbk.39.net/tnb/\" target=\"_blank\"><strong>糖尿病</strong></a><strong>患者</strong><br />\r\n&nbsp; &nbsp; 大枣含糖量较多,会使糖尿病患者血糖增高,病情加重。因此,血糖高的人不宜多吃大枣。<br />\r\n大枣属于药食同源之品有自己独特的药性病后体弱、<a href=\"http://jbk.39.net/px/\" target=\"_blank\">贫血</a>患者及冬季手脚冰凉的女性都可以通过大枣调理身体,但如果不辨体质,一律用大枣进补,有时非但起不到保健作用,甚至还会帮倒忙。</span>', '', '', '221.207.159.24'),
(683, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161229/1-161229102017.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 根据 360 的《2015 年中国互联网安全报告》2015 年猎网平台共收到全国用户提交的网络诈骗举报 24,886 例,举报总金额 1.27 亿余元,人均损失 5,106 元。与 2014 年相比,虽然网络诈骗的举报数量只增长了 7.96%,但人均损失却增长了 146.67%,将近 1.5 倍。<br />\r\n<br />\r\n<strong>你的数据是如何被泄露的?</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 腾讯、网易、阿里巴巴、京东等国内顶尖的互联网公司都在最近几年爆出用户个人信息泄露的事件,小编分析这些数据泄露的过程可能有以下三种:<br />\r\n安全维护不及时。平台为了节约成本等原因使用相似的源代码进行更改以至于网站的数据管理模式落后或存在缺陷。这些使用相同的源代码的网站中有一个网站被爆出系统漏洞作案者就可利用该系统漏洞来获取到其他网站的相关数据。<br />\r\n&nbsp; &nbsp; 黑客进行撞库很多网民隐私意识或数据安全意识不强,总爱使用同一组用户名和密码,这些数据在一个网站被泄漏后,不法分子便可以通过这些公开的数据对另一个网站上的数据进行撞库,很容易就可以获取到用户的大量隐私数据。<br />\r\n&nbsp; &nbsp; 人为倒卖。服务商们为了针对用户做定制化服务,往往需要在 APP、软件、网站服务的各个环节获取用户的个人信息。这些数据信息经公司内部人员收集之后倒卖出去。<br />\r\n<br />\r\n<strong>能做的有限,但你可以这样保护自己</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 对大多数普通用户来说,并没有能力去制止网站的泄密行为,但在我们的能力范围内,是可以采取一些措施保护我们的个人数据、尽可能地降低损失,下面是一些可靠的建议:<br />\r\n&nbsp; &nbsp; 手机要设置数字密码,现在的智能手机很多都标配了指纹识别,解锁还是很方便的(图形密码太简单,容易被陌生人瞄到)。<br />\r\n&nbsp; &nbsp; 重要网站、APP 的密码要独立设置不要设置简单的数字和单词密码Password 或者 123456 这种密码是最容易被黑客破解。与其信任你的记忆,不如信任一个复杂组合密码能提升的安全性。普通网站为了记忆方便可以简单有规律,如果你记忆好,那可以都不一样,或者用 1Password 这样的密码管理软件来帮你记忆。<br />\r\n&nbsp; &nbsp; 不要在连接公共无线网络时登录账号,账号隐私(如 Cookies会存在被监听盗取的可能性。这时有个技巧:用浏览器的隐身模式上网即可。<br />\r\n&nbsp; &nbsp; 设置二次验证,不管是邮箱还是社交账号都能够绑定手机号进行二次验证,比如我们最常用的 QQ、微信。这样即便服务商出现漏洞黑客也无法通过获取的账户信息登录你的账号。</span>', '', '', '1.62.246.158'),
(684, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/161229/1-161229102923.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 2016年12月上旬中国财政科学研究院发布了一现最新的调研报告报告显示地方经济运行存在财政收入下滑基层财政压力较大地方债务风险等问题。此外财政收支矛盾突出东北等地养老保险甚至收不抵支。<br />\r\n&nbsp; &nbsp; 以2015年黑龙江某市为例报告显示缴费人数为26.8万人领取待遇人数却达到29.7万人当年基金运行缺口为36.6亿。<br />\r\n&nbsp; &nbsp; 随着我国老龄化进程的加快,养老已经成为一项严峻的社会问题,仅凭社会养老保险基金已经无法满足老年人所需要的保障,而且不少地方养老金缺口较大,未来又该拿什么来养老呢?<br />\r\n&nbsp; &nbsp; 其实,单纯的依靠社会养老保险来养老是不现实的,完善的养老体系包括多个方面,社会养老保险只是最基础的保障,最重要的还是要补充商业养老保险。<br />\r\n<br />\r\n<strong>商业养老保险如何有效保障养老?</strong><br />\r\n&nbsp; &nbsp; 商业养老保险相比于社会养老保险有很大的不同,不过,二者都是用现在的钱来准备将来的养老。<br />\r\n&nbsp; &nbsp; 商业养老保险缴费更自由在购买商业养老保险时可以根据自身的情况选择每年交多少钱交多少年而不像社会养老保险必须要最低缴纳15年才能领取养老金。<br />\r\n&nbsp; &nbsp; 商业养老保险领取更自由在投保时就能够设定什么时候领取养老金以什么方式领取也由自己决定比如一次性领完、15年领完、领取到终身等。<br />\r\n&nbsp; &nbsp; 商业养老保险能够增值,一般来说,商业养老保险可以分为分红型、万能型、投连险等,这些种类的保险都具有一定的收益功能,能够在一定程度上抵御通胀带来的影响。<br />\r\n&nbsp; &nbsp; 在购买商业养老保险时,一定要趁早,越早购买越好,一则是费用低,二则是收益高。<br />\r\n&nbsp; &nbsp; 一般来说,商业养老保险采取的是复利计息,越早缴纳,所获得的收益也就越多,相对应的,保险公司也会降低一定的保费,保险公司可以用来投资理财获得收益,交的早,保险公司能够操作的时间也就越长,收益也会越高。<br />\r\n&nbsp; &nbsp; 但是需要注意的是,商业养老保险最重要的还是能够保障老年生活,所以,在购买时,要根据自身所能承受的风险的能力,来选择合适的产品,因为有些保险产品虽然具有养老的功能,但是其风险较大,其实并不适合养老。<br />\r\n&nbsp; &nbsp; 总之,在社会养老保险明显无法保障养老的情况下,购买商业养老保险是必不可少的,而且要趁早购买。</span>', '', '', '1.62.246.158'),
(686, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170104/1-1F104091433.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 自闭症可能不只是大脑疾病。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国《细胞》杂志近日发表的一项研究提出,一些自闭症症状与四肢、皮肤等人体外周神经系统的缺陷有关。<br />\r\n自闭症一般被认为是一种大脑疾病通常表现为沟通技巧和社会互动中的重复行为和缺陷。但大多数自闭症患者还拥有被改变了的触觉&mdash;&mdash;他们通常对轻触高度敏感,并且对于某些手感不知所措。<br />\r\n<br />\r\n&nbsp; &nbsp; 自闭症也称孤独症是一类多发于青少年的精神疾病患者症状包括社交障碍、重复性刻板动作、焦虑、抑郁等约95%的患者会出现感官知觉异常,最常见的例子是听觉和触觉比一般人敏感,他们会捂住耳朵避免吵闹,不喜欢被触碰。<br />\r\n<br />\r\n&nbsp; &nbsp; 负责这项研究的哈佛大学医学院教授David Ginty在一份声明中说:&ldquo;有关自闭症的一个潜在假设是它仅仅是一种大脑疾病,但我们发现情况并不总是这样。<br />\r\n&rdquo;<br />\r\n&nbsp; &nbsp; 研究人员提出,自闭症相关基因突变导致小鼠外周感觉神经细胞的&ldquo;音量开关&rdquo;出现重大缺陷,就好比&ldquo;音量&rdquo;被调得很高,导致小鼠的触感被放大,最终造成小鼠的行为异常。这种作用机制可能同样适用于人类,因此下一步他们将研究怎么通过基因或药物手段把上述&ldquo;音量开关&rdquo;调回正常水平。</span><br />\r\n', '', '', '1.62.200.182'),
(687, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170104/1-1F104092024.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 人们常说女性比男性更长寿。美国亚拉巴马大学伯明翰分校的科学家最新研究结果说,这种由性别导致的寿命差异或许是人类在生物学上独一无二的特征。<br />\r\n<br />\r\n&nbsp; &nbsp; 该校的史蒂文&middot;奥斯塔德博士和凯瑟琳&middot;费希尔博士发表论文说,女性普遍比男性更具生存优势,即活得更长久,这在已知的所有物种中是独一无二的。其他物种,不论是研究中常用的蛔虫、果蝇、还是其他哺乳动物,一旦食物、交配模式或者生存环境发生变化,生存优势常常就会在雌雄两性间发生转换。唯独人类,女性通常比男性活得长久。<br />\r\n<br />\r\n&nbsp; &nbsp; &ldquo;我们并不清楚为什么女性更长寿,&rdquo;奥斯塔德博士说,&ldquo;有意思的是,人类至今也未从生物学上就此展开大规模研究。&rdquo;<br />\r\n虽然女性更长寿的原因不明但科学家们倒是找到了支撑这一观点的确凿证据。人类死亡率数据库完整记录了来自38个国家的男女寿命历史数据每一年的数据都显示女性的预期寿命都超过男性。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外在一个人的各个年龄段不论是5岁还是50岁女性都比男性更具生存优势这也解释了为什么百岁寿星女性居多。美国加利福尼亚大学洛杉矶分校的老人医学研究团体专门负责记录世界最长寿人群。该机构的数据显示全世界110岁及以上的寿星中女性占了90%。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员还以冰岛这样一个面积较小、人口基因库相对单一的国家为例,说明女性较男性更具生存能力。冰岛历史上曾多次遭受饥荒、洪水、火山喷发以及传染病等灾害,结果发现,不论食物是否充沛、是否发生瘟疫等,冰岛女性无论老幼都比男性更具生存能力。<br />\r\n<br />\r\n&nbsp; &nbsp; 此外,研究还发现,女性抵御死亡的能力也比男性强。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员说,女性虽然比男性长寿,但成年女性的健康状况往往不如成年男性,例如,成年女性更易患关节炎、骨质疏松等,这也是生物学上比较令人费解的人类性别差异之一。</span>', '', '', '1.62.200.182'),
(689, 49, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 在《自然》杂志一篇以小鼠为模型的微生物学论文中,科学家报告了肠道菌群在结束节食后体重反弹中可能发挥的作用。要想了解这一发现是否适用于人类还需进一步研究,但这项研究已经表明了肠道菌群是长期体重控制方案中一个极具潜力的目标。<br />\r\n<br />\r\n&nbsp; &nbsp; 许多通过节食减重的人都无法长期维持体重,而是出现了周期性的减重与反弹。但这一现象通常被称为&ldquo;溜溜球效应&rdquo;,可惜其背后的机制一直不为人所知。<br />\r\n<br />\r\n&nbsp; &nbsp; 此次,以色列魏茨曼科学研究院的埃兰&middot;艾林纳夫及其同事使用反复超重的小鼠模型,让它们交替摄入高脂肪与普通的饮食,结果发现其肠道微生物组发生了改变。当这些小鼠重新摄入引发超重的饮食后,这种变化会导致小鼠体重加速反弹。若将改变后的微生物组移植到没有采用交替饮食的小鼠体内,这些小鼠的体重增加也会加快。<br />\r\n<br />\r\n&nbsp; &nbsp; 由此,研究团队开发了一种机器学习算法,能利用来自小鼠个体的微生物组组成数据,精确预测某只小鼠在结束节食后会增重多少。另外,改变后的微生物组会导致肠道中一种名叫类黄酮的植物化合物减少,并降低能量消耗水平。在小鼠中,一种基于类黄酮的&ldquo;益生菌产物&rdquo;疗法有助于抑制结束节食后的体重反弹。<br />\r\n<br />\r\n&nbsp; &nbsp; 但研究人员表示,未来的研究还需进一步探索类黄酮的临床用途,以及其他生物活性代谢产物作为有效的长期体重控制疗法的潜力。</span>', '', '', '1.58.161.195'),
(695, 52, '<span style=\"font-size: 14px\">&nbsp; &nbsp; 江湖是什么,不知道。江湖在哪里,也不知道。或许有人的地方,就是江湖。金庸笔下的武侠世界风云变幻,有武林争霸,也有国家危亡的千钧一发。写到最后,江湖留下了他的侠骨柔情,他的侠肝义胆和他的名字&mdash;&mdash;金庸。</span>\r\n<div style=\"text-align: center\">\r\n <img alt=\"\" src=\"/uploads/allimg/170109/1-1F109133311.jpg\" /></div>\r\n<div>\r\n <span style=\"font-size: 14px\"><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong></span><strong style=\"text-align: center; font-size: 14px\">江湖中,最多的便是恩怨情仇</strong></div>\r\n<span style=\"font-size: 14px\">&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; 金庸原名查良镛于1924年出生在浙江一个显赫的书香世家。他因工作原因结识了自己的第一位妻子&mdash;&mdash;杜冶芬。双方家长对这桩看上去门当户对的婚事非常满意。然而,金庸却不安于那种富足而平庸的生活,他和妻子的关系越来越冷淡。<br />\r\n<br />\r\n&nbsp; &nbsp; 他后来沉痛地对友人说了这么一段揪心的话:&ldquo;你爱一个人,要一生一世爱她,但往往做不到。不是你不想做到,是你没法做到。世事难料,当初再好的夫妻,日后说不定也会分手&hellip;&hellip;&rdquo;经过这番沉重打击,金庸突然领悟到自己在情感世界竟那样贫穷。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 半年后,金庸邂逅了一位让他一生难以忘怀的女子&mdash;&mdash;夏梦。夏梦主演的《绝代佳人》、《午夜琴声》、《有女怀春》等电影剧本都是金庸完成的,他们的合作非常成功。<br />\r\n<br />\r\n&nbsp; &nbsp; 然而,金庸对夏梦的爱注定只能是柏拉图式的,因为夏梦已名花有主,只把他视作知己。他在一篇散文中写道:&ldquo;其实跟一个人交往感觉很深刻。也不一定要天长地久虽说爱情重恩义但闪电式的爱情也有很惊心动魄的二三天也可抵20年。&rdquo;<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 他怀着失恋的痛苦完成了武侠名著《神雕侠侣》。其实,金庸在&ldquo;小龙女&rdquo;身上寄托了自己对理想爱情的渴望和期待:梦中的&ldquo;她&rdquo;应该是那种兰心慧质而又能琴瑟和鸣的女子。可是,理想的佳人又在何方呢?金庸不禁叹道:&ldquo;念枉求美眷,良缘安在?&rdquo;<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 1956年金庸再次走进了婚姻与第二任太太朱玫合作创办了《明报》他们的四个孩子相继出世日子虽然很艰苦金庸却常常感到自己很幸福。<br />\r\n<br />\r\n&nbsp; &nbsp; 到1970年金庸已经写完14部长、短篇武侠小说他将作品名称的首字连成一副对联&ldquo;飞雪连天射白鹿,笑书神侠倚碧鸳。&rdquo;他的武侠小说在华人世界风靡一时,但两人因为对事业发展方向的看法不同常常争吵,很快便由意见不合发展到感情伤害。金庸想尽办法补救婚姻,但是,他人生中最痛苦的事情发生了:长子查传侠自杀!金庸与朱玫都觉得对方应为孩子的死负责,两人之间的隔阂已无从化解。至此,一波三折,再出&ldquo;围城&rdquo;。<br />\r\n&nbsp;</span>\r\n<div>\r\n <span style=\"font-size: 14px\"><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;江湖,总能邂逅爱情</strong></span></div>\r\n<span style=\"font-size: 14px\">&nbsp;<br />\r\n&nbsp; &nbsp; 金庸觉得自己写了那么多缠绵悱恻的爱情故事,却未能经营好自己的婚姻,他感到,完美的受情只是自己追求的一个虚幻的梦,现在梦醒了,尽管很痛苦,但他终于踩在了真实的土地上。<br />\r\n<br />\r\n&nbsp; &nbsp; 不过,江湖中的一个转身,金庸遇到了红颜知己&mdash;&mdash;林乐怡。金庸迷们背后称她为&ldquo;小龙女&rdquo;,情感之路上漂泊了大半生的金庸终于找到了最好的归宿。&ldquo;神雕侠侣今重现,跨世遨游好河山。一慕修道增粉色,千里相从减朱颜。&rdquo;从金庸先生的诗句中我们不难领悟出他在经历无数风雨后,终于觅到生命里真正的&ldquo;小龙女&rdquo;那份喜悦与安宁。<br />\r\n<br />\r\n&nbsp; &nbsp; 云淡风清的爱像桃花一样开在和煦的春风中,将伴随这对神侠碧鸳走过漫漫人生路。在这乱世之中,多少儿女演绎侠骨柔肠,是仗剑天涯的潇洒不羁,是武艺冠江湖的王者霸气,更是缠绵悱恻的儿女情长。</span><br />\r\n', '', '', '122.159.5.162'),
(692, 49, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170109/1-1F109104135.jpg\" /><span style=\"font-size:14px;\">&nbsp;</span></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 一个国际科研团队日前在学术刊物《柳叶刀&middot;神经学》发表报告说2013年全球约三分之一的中风疾病所致寿命损失与空气污染相关空气污染成为中风的一个重要风险因素。<br />\r\n<br />\r\n&nbsp; &nbsp; 来自新西兰、美国、瑞典和英国的研究人员基于此前&ldquo;全球疾病负担研究&rdquo;所收集的数据对1990年至2013年间100多个国家的中风疾病情况进行评估分析了17个风险因素其中既包括与个人有关的饮食和运动情况也包括空气污染等环境因素。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 研究人员发现在环境因素中空气污染的影响很大。2013年全球约三分之一中风疾病所致寿命损失与空气污染相关。这里的空气污染包括室外和室内两种室外空气污染主要指细颗粒物PM2.5污染室内空气污染主要指燃烧固体燃料引起的污染。在发展中国家空气污染对中风的影响尤其明显相关寿命损失比例达到33.7%。<br />\r\n除了空气污染排在前列的与中风相关的风险因素还包括:高血压、饮食中缺乏蔬菜和水果、身体质量指数过高、饮食中钠含量过高、吸烟、高血糖等。<br />\r\n<br />\r\n&nbsp; &nbsp; 专家称,空气污染因素对中风疾病影响的比重如此之高确实&ldquo;让人意想不到&rdquo;,特别是在发展中国家;另一方面,吸烟、不健康饮食以及缺少运动仍是全球范围内这一疾病的重要风险因素,这也说明,中风主要还是受生活方式影响。</span>', '', '', '1.58.161.195'),
(693, 49, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170109/1-1F109104G2.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 据英国《独立报》近日报道美国南加州大学的最新研究表明每天喝少量咖啡或能大大降低罹患肠癌的风险比如一天只需要饮用一到两杯咖啡就能将罹患肠癌的风险降低26%。而且,如果饮用的是黑咖啡,抗癌效果可能更显著。<br />\r\n<br />\r\n&nbsp; &nbsp; 在最新研究中科学家们对5100多名已被诊断罹患肠癌的病人和4000名没有此种疾病病史的研究对象饮用咖啡的习惯进行了记录。同时研究人员也详细记录了这些研究对象日常饮用其他饮料的细节和其他影响因素比如家族疾病史、饮食习惯、锻炼习惯以及是否抽烟喝酒等从而得出了最新研究结论。<br />\r\n<br />\r\n&nbsp; &nbsp; 而且,研究还表明,并非只有咖啡内含的咖啡因给人提供保护,有咖啡因和去咖啡因的咖啡都产生了同样的效果。科学家们认为,抗氧化剂和其他化学物质,有些甚至来自烘焙过程,可能是&ldquo;幕后功臣&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 尽管该研究的第一作者史蒂芬&middot;格鲁伯说,他会&ldquo;鼓励咖啡爱好者相信,他们的每日饮用能降低得肠癌的风险&rdquo;,但他并不推荐那些想保护自己免患癌症的人增加咖啡因的摄入。他说:&ldquo;在支持饮用咖啡因作为一种预防肠癌的手段之前,还需要进一步的研究。</span>&rdquo;', '', '', '1.58.161.195'),
(694, 49, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170109/1-1F109105429.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 帕金森氏症,全世界伟大的物理学家霍金所得的疾病,看过电影《万物理论》的朋友可能对这种疾病的症状有更为清晰的理解:肌肉僵硬、行动迟缓、手脚震颤等,从这些特征来看,其很有可能与大脑或是神经方面的病变有关。但最新研究发现,肠道中微生物的变化可能是导致这一疾病的原因,那么,这一研究结果可信吗?<br />\r\n<br />\r\n&nbsp; &nbsp; 帕金森氏症常常被认为是一种大脑疾病,但美国研究人员在新一期《细胞》杂志上发表的动物研究显示,这种常见的神经退行性疾病可能与肠道里的微生物变化有关。这一发现可能带来全新的帕金森氏症治疗策略。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国加州理工学院的研究人员先培育出了两组过多生成阿尔法&mdash;突触核蛋白的实验鼠,这种蛋白被认为是帕金森氏症的&ldquo;罪魁祸首&rdquo;之一。两组实验鼠的唯一区别是一组拥有完整的肠道菌群,另一组是无菌实验鼠。结果发现,无菌实验鼠不仅没有表现出帕金森氏症症状,而且在跑步、爬杆等运动机能测试中的表现要明显好得多。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员随后给一部分无菌实验鼠喂食由肠道菌群分解食物纤维时产生的短链脂肪酸,并为另一部分无菌实验鼠移植从帕金森氏症患者粪便中获得的肠道菌群,结果这些实验鼠都出现了帕金森氏症症状。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员由此得出结论,肠道微生物组是帕金森氏症的重要推手。肠道菌群的组成变化或者肠道细菌本身的变化,可能促使甚至导致运动机能恶化,而运动机能恶化是帕金森氏症的主要症状。</span>', '', '', '1.58.161.195');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(698, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZS422.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 德国马克斯-普朗克新陈代谢研究所发布公报说,最新研究发现高脂饮食会对实验鼠大脑产生影响,让大脑因无法获得充足的葡萄糖而&ldquo;挨饿&rdquo;,长期持续可能会导致糖尿病。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员发现,被喂食高脂肪食物后,实验鼠血脑屏障处的葡萄糖转运蛋白GLUT1很快减少,大脑出现了缺糖的情况,特别是在控制新陈代谢的下丘脑和负责学习和记忆的大脑皮层处。<br />\r\n<br />\r\n&nbsp; &nbsp; 能量的大脑会对此做出反应:血管内皮生长因子VEGF开始促进GLUT1形成,并将GLUT1直接释放在血脑屏障处,使其更好地为大脑运送葡萄糖。<br />\r\n<br />\r\n&nbsp; &nbsp; 研究人员介绍,短期来看,高脂饮食会在很短时间内对大脑造成影响,大脑也会迅速做出反应。但如果长期摄入高脂肪食物,&ldquo;自私&rdquo;的大脑则可能因为&ldquo;饥饿&rdquo;而不择手段。有理论认为,大脑为了夺糖会刺激对甜食的食欲并阻止肌肉细胞和脂肪细胞获取葡萄糖,让它们抵抗促进糖进入细胞的胰岛素。长此以往,很可能导致糖尿病。</span><br />\r\n', '', '', '113.4.101.188'),
(699, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZSP4.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 精子遗传给后代的不仅是DNA。研究首次发现被称为&ldquo;表观遗传标记&rdquo;的精子基因组的化学开关也能够对下一代产生影响。这一发现可以解释父亲的经历随后如何影响其后代的基因活性,该研究在提高健康和生育方面迈出了重要一步。<br />\r\n<br />\r\n&nbsp; &nbsp; 在人的一生中人们的生活环境会改变基因的活性不用改变DNA就能使其打开或关闭这一过程主要通过表观遗传学实现。吸烟与饮食都能以这种方式改变基因标记表观遗传变化也与癌症有关联。<br />\r\n<br />\r\n&nbsp; &nbsp; 在过去十年间,若干研究表明父母经历的环境压力也会影响子代乃至孙代的健康。一项有争议的小鼠实验表明,即便是对一种气味的害怕也会在表观遗传上传递给下一代。<br />\r\n<br />\r\n&nbsp; &nbsp; 当精细胞发育为成熟的精子后,它们就会失去一些表观遗传标签,具体说就是那些打开基因的开关。但是另一种抑制基因活性的标签依然存在。为了了解这是否会对下一代造成影响,该团队决定清除它们。<br />\r\n<br />\r\n&nbsp; &nbsp; 通过去除不同的标签组合,研究人员发现那些通常保留在精子中的标签对于胚胎发育非常重要。去除它们会导致胚胎基因的表达异常,产生发育问题。<br />\r\n<br />\r\n&nbsp; &nbsp; 这项研究告诉人们,父亲的生活经验最终会影响到精子细胞的表观遗传方面并会传递给后代,影响他们的基因组发育和性格。精子基因组发生的表观遗传变化对接下来的胚胎发育会产生重要影响。</span>', '', '', '113.4.101.188'),
(700, 53, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZT137.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 英国《自然》杂志上的一则神经科学研究显示,大脑有控制冒险行为的&ldquo;开关&rdquo;。人们会谨慎行事,还是会为追求高回报而涉足高风险事项,这一决策过程很大程度上取决于我们大脑深处的一小束细胞。<br />\r\n<br />\r\n&nbsp; &nbsp; 对于整个社会和物种来说,个体在风险偏好以及实时风险决策上存在较大差异。一些人会倾向于冒险,他们通常更爱涉足高风险事项,其中包括一些金融和经济决策,也包括一些只属于&ldquo;勇敢者的游戏&rdquo;的极限运动,后者在冒险行为中挑战自我,也在与生命进行着博弈。我们已经知道多巴胺这种化学物质,在人类追求冒险行为中起着重要作用。此前的研究认为,那些拥有较少多巴胺受体的人们,或许需要更多的刺激才能达到那些有较多多巴胺受体的人们的感受水平。<br />\r\n<br />\r\n&nbsp; &nbsp; 美国斯坦福大学生物工程学部的凯利&middot;萨洛库斯基及其团队在一项新的研究中发现治疗帕金森症使用的多巴胺药物会搞乱D2细胞的活跃性可能导致嗜赌问题的风险增加。<br />\r\n<br />\r\n&nbsp; &nbsp; 此项研究对于人类冒险行为的差异,提供了一个神经科学方面的解释,有助于更深入地精确定义细胞群、大脑区域,并将其与人们选择、支持冒险的行为模式连接起来。与此同时,其也可能给出了一个针对赌博成瘾疗法的新研究目标。</span><br />\r\n', '', '', '113.4.101.188'),
(702, 40, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZZ159.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 中山<br />\r\n&nbsp; &nbsp; 第六:中山位于珠江三角洲中部偏南的西、北江下游出海处,素有华侨之乡,光照充足,气候温暖。中山的城市街道非常干净,风光幽美,钟灵毓秀。<br />\r\n以优雅的城市风貌获得&ldquo;国家卫生城市&rdquo;、&ldquo;全国园林城市&rdquo;、&ldquo;国家环境保护城市&rdquo;等称号,荣获联合国授予的&ldquo;人类居住环境最佳范例奖&rdquo;。</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZZ223.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 湛江<br />\r\n&nbsp; &nbsp; 第五:湛江位于中国大陆最南端雷州半岛上,地处粤桂琼三省交汇处。湛江是粤西和北部湾经济圈的经济中心,是中国大陆通往东南亚、欧洲、非洲和大洋洲航程最短的港口城市。<br />\r\n是中国重要的糖蔗、水果、蔬菜和最大的桉树、剑麻等热带作物生产基地著名的菠萝、香蕉、芒果、红橙之乡。</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZZ238.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 扬州<br />\r\n&nbsp; &nbsp; 第四位:扬州古称广陵、江都、维扬等,中国首批历史文化名城,地处江苏省中部,东与盐城市、泰州市毗邻;扬州有&ldquo;天然氧吧&rdquo;之称,空气质量十分好。</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZZ332.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 威海<br />\r\n&nbsp; &nbsp; 第三位:威海是中国的&ldquo;一线旅游城市&rdquo;全国综合经济实力50强城市全国投资硬环境40优城市中国第一个国家卫生城市中国北方第一个绿化达标城市。</span><br />\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 成山头、桑沟湾、石岛、槎山四大风景区绚丽多姿,各具特色,构成千里海岸旅游线,每年都吸引着大批国内外客人游览观光。</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZZ441.jpg\" /></div>\r\n<br />\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 烟台<br />\r\n&nbsp; &nbsp; 第二位:烟台是国家历史文化名城,中国人居环境奖城市,最佳中国魅力城市,全国文明城市,也是山东省最大的渔港。烟台旅游资源丰富,优美的自然风光和人文景观,每年吸引着大批中外游客前来观光旅游。</span><br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11ZZ526.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 如皋<br />\r\n&nbsp; &nbsp; 第一位如皋市隶属江苏省南通市地处长江三角洲北翼被国际自然医学会评为世界六大长寿乡之一。如皋百岁老人高达270多人总数位居中国县之首此外90岁以上的老人有4000多人80岁以上的老人有40000多人第一当之无愧</span><br />\r\n', '', '', '113.4.101.188'),
(703, 52, '<span style=\"font-size:14px;\">&nbsp; &nbsp;&nbsp;<strong>杨绛的文学人生:最贤的妻,最才的女</strong><br />\r\n<br />\r\n&nbsp; &nbsp; 2016年一代文学大师杨绛先生在北京逝世享年105岁。多年前钱钟书便给了她一个最高的评价&ldquo;最贤的妻,最才的女&rdquo;,现在,她是这个喧嚣躁动的时代一个温润的慰藉,让人看到,&ldquo;活着真有希望,可以那么好。&rdquo;</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11Z91314.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp;<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; 不看书,&ldquo;一星期都白活了&rdquo;</strong><br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 杨家世居无锡,是当地一个有名的知识分子家庭。杨绛的父亲杨荫杭学养深厚,早年留日,后成为江浙闻名的大律师,做过浙江省高等审判厅厅长。杨绛在北京出生,父亲为她取名季康。<br />\r\n<br />\r\n&nbsp;&nbsp;&nbsp; 在父亲的引导下,她开始迷恋书里的世界,中英文的都拿来啃,读书迅速成为她最大的爱好。一次父亲问她:&ldquo;阿季,三天不让你看书,你怎么样?&rdquo;她说:&ldquo;不好过。&rdquo;&ldquo;一星期不让你看呢?&rdquo;她答:&ldquo;一星期都白活了。&rdquo;说完父女会心对笑。<br />\r\n<br />\r\n<strong>&nbsp; &nbsp; &ldquo;最贤的妻&rdquo;,《围城》名句背后的最美婚姻</strong></span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\">&nbsp;</span><img alt=\"\" src=\"/uploads/allimg/170119/1-1F11Z91455.jpg\" /></div>\r\n<br />\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp; 1935 年春天,钱钟书教书已快满两年,他报名参加了中英庚款留英考试。在此次考试中分数最高,成为唯一的英国文学专业录取生。<br />\r\n<br />\r\n&nbsp; &nbsp; 钱钟书第一时间将这个喜讯告诉了杨绛,并透露了想和她一起出国的愿望。<br />\r\n<br />\r\n&nbsp; &nbsp; 杨绛当时在清华大学研究院尚未毕业,但是她考虑到钱钟书生活自理能力差,有自己陪同的话可以照顾他,便毫不犹豫地办理了休学。她当时没有任何国外学校的奖学金,所有费用只能自理。<br />\r\n<br />\r\n&nbsp; &nbsp; 其实,没能完成清华研究院的学业,杨绛终生都有些遗憾,因为提前休学,她总是被称为&ldquo;清华肄业生&rdquo;,而不是毕业生。但她自从和钱钟书定了终身,总是把他的事情放在第一位,自己的事一律靠后。<br />\r\n<br />\r\n&nbsp; &nbsp; 1937年上海沦陷第二年两人携女回国。1945年的一天日本人突然上门杨绛泰然周旋第一时间藏好钱先生的手稿。<br />\r\n<br />\r\n&nbsp; &nbsp; 他们的婚姻延续了60多年这60多年间她事事都以他为先心甘情愿一如最初。唯一放心不下的是渐已年老的父母。<br />\r\n<br />\r\n&nbsp; &nbsp; 世人提起钱杨联姻,总说他们珠联璧合、门当户对。杨绛自己晚年却说:&ldquo;其实我们两家,门不当,户不对。他家是旧式人家,重男轻女。女儿虽宝贝,却不如男儿重要。女儿闺中待字,知书识礼就行。我家是新式人家,男女并重,女儿和男儿一般培养,婚姻自主,职业自主。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 嫁入钱家之后,杨绛侍奉公婆,善待家人。公公赞她能&ldquo;安贫乐道&rdquo;,还问婆婆,在自己去世后她愿跟谁同住,婆婆答:&ldquo;季康。&rdquo;杨绛觉得,这是婆婆给予她的莫大荣誉。<br />\r\n<br />\r\n&nbsp; &nbsp; 钱钟书在《围城》中将婚姻比作围城,城外的人想进来,城里的人想出去。可他和杨绛却是例外,有一次,杨绛读到英国传记作家概括的最理想的婚姻:&ldquo;我见到她之前,从未想到要结婚;我娶了她几十年,从未后悔娶她;也未想过要娶别的女人。&rdquo;<br />\r\n<br />\r\n&nbsp; &nbsp; 她把这段话念给钱钟书听,钱当即表示:&ldquo;我和他一样。&rdquo;杨绛答:&ldquo;我也一样。&rdquo;<br />\r\n关于爱情这是最朴素却又最动人的表白。<br />\r\n&nbsp;<br />\r\n<strong>&nbsp; &nbsp; &ldquo;最才的女&rdquo;,创作翻译双高峰</strong><br />\r\n<br />\r\n&nbsp;</span>\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170119/1-1F11Z91517.jpg\" /></div>\r\n<span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 求学时老师给杨绛的批语是&ldquo;仙童好静&rdquo;,她还喜欢音乐,能弹月琴,善吹箫,工昆曲。大学期间,自修法文。<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; 求学清华时,一贯爱好文学的杨绛开始自己创作,备受任课教师朱自清的欣赏。虽然杨绛在清华没能拿到硕士学位,陪钱钟书西方游学,也未攻读任何学位,但她一路旁听,一路自修,坐拥书城,遍读乔叟以降的英国文学,还不时和丈夫展开读书竞赛。两人回到家中无事,便对坐读书,还常常一同背诗玩儿。<br />\r\n<br />\r\n&nbsp; &nbsp; 杨绛创作了喜剧《弄真成假》、《游戏人间》和悲剧《风絮》,讽刺幽默,流畅俏皮,颇有英式戏剧的风格。<br />\r\n<br />\r\n&nbsp; &nbsp; 杨绛的翻译生涯最早追溯到清华读研时而后走上了翻译的道路。她翻译的47万字的法国小说《吉尔&middot;布拉斯》,受到朱光潜的高度称赞。<br />\r\n<br />\r\n&nbsp; &nbsp; 1958年47岁的杨绛利用间隙开始自学西班牙语从原文翻译《堂吉诃德》。<br />\r\n<br />\r\n&nbsp; &nbsp; 1980年的《洗澡》是杨绛迄今为止惟一一部长篇小说。这部18万字的小说被施蛰存誉为&ldquo;半部《红楼梦》加上半部《儒林外史》&rdquo;。<br />\r\n<br />\r\n&nbsp; &nbsp; 钱钟书去世后,杨绛以全家三人的名义,将高达八百多万元的稿费和版税全部捐赠给母校清华大学,设立了&ldquo;好读书&rdquo;奖学金。她早就借翻译英国诗人兰德那首著名的诗,写下自己无声的心语:&ldquo;我和谁都不争、和谁争我都不屑;我爱大自然,其次就是艺术;我双手烤着生命之火取暖;火萎了,我也准备走了。&rdquo;</span>', '', '', '122.159.5.162'),
(704, 11, '<span style=\"font-size:14px;\">&nbsp;<br />\r\n&nbsp; &nbsp; 中医认为感冒有风寒、风热之分。中医专家说,并不是所有的感冒都适宜用喝姜汤发汗来防治。对于<a href=\"http://jbk.39.net/frgm/\" target=\"_blank\">风热感冒</a>,人体本来已经感受了风热,或者寒邪入里化热,如果这时再服用生姜类<a href=\"http://jbk.39.net/keshi/zxy/zhongyi/bca5c.html\" target=\"_blank\">温热</a>药,就如同火上浇油,会加重<a href=\"http://jbk.39.net/keshi/zxy/zhongyi/ba533.html\" target=\"_blank\">内热</a>。<br />\r\n&nbsp; &nbsp; 那么感冒如何区分风寒、风热呢?<br />\r\n&nbsp; &nbsp; 首先要看病因,风热感冒的临床表现为<a href=\"http://zzk.39.net/zz/quanshen/4ff9b.html\" target=\"_blank\">发热</a>,轻度恶寒,咳嗽,鼻子、咽喉发干,有点<a href=\"http://zzk.39.net/zz/toubu/tou/503cc.html\" target=\"_blank\">头痛</a>,舌苔也发干,脉象摸起来是浮脉,好像木头漂在水上一样。起因多为急躁或<a href=\"http://jbk.39.net/bm/\" target=\"_blank\">便秘</a>,很多属阳明经症。这种感冒多见于春季。<br />\r\n&nbsp; &nbsp;&nbsp;<a href=\"http://jbk.39.net/fhgm/\" target=\"_blank\">风寒感冒</a>表现为身感发冷较重、发热轻、头痛<a href=\"http://jbk.39.net/keshi/neike/shenjing/9d013.html\" target=\"_blank\">无汗</a>、四肢疼痛、鼻塞声重、流清涕、咳嗽、痰白清稀,口不渴、舌苔白。其起因通常是劳累,没休息好,再加上吹风或受凉。通常秋冬发生比较多。此类患者可选用辛凉的药物如菊花、金银花、板蓝根等泡水喝,或者吃些银翘解毒颗粒等中成药,对症施治。<br />\r\n&nbsp; &nbsp; 是不是冬天的感冒就是风寒感冒,夏天的就是风热感冒呢?否。就是在同一季节,同一天,同一环境里,甲乙二人的感冒还会有寒性与热性之别。这与个人的体质有密切关系。大凡阴虚体质的人,感受外邪,多从热化,呈现热感冒;阳虚体质的人,感受外邪,多从寒化,呈现风寒感冒。或者说,风热感冒多是流行性感冒,而风寒感冒多是一般感冒。</span><br />\r\n&nbsp;&nbsp;', '', '', '1.190.179.110'),
(705, 11, '<span style=\"font-size:14px;\"><strong>&nbsp; &nbsp; 有出血性疾病和出血倾向者不适合食用鱼油或鱼油类产品</strong><br />\r\n&nbsp; &nbsp; 对于人体来说DHA不可缺少。那补充DHA应该吃鱼还是吃&ldquo;鱼油&rdquo;呢解放军第117医院营养科主任尤祥妹介绍DHA学名二十二碳六烯酸。是大脑皮质、中枢神经系统和视网膜的重要构成成分。DHA在体内水平的高低会直接影响脑细胞的增殖、神经传导、突触的生长和发育。<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp;&nbsp;<strong>人体不可缺少</strong><strong>DHA</strong><br />\r\n&nbsp; &nbsp; 如果孕妇在怀孕时缺乏DHA将影响胎儿脑细胞成长和视网膜发育可能会导致反应迟钝产生弱智、弱视、失明胎儿无法正常进行自身中枢系统控制的代谢可能引起畸形、胎死腹中导致早产、流产等会影响胎儿大脑及神经系统的正常发育。<br />\r\n&nbsp; &nbsp; 如果婴幼儿在成长阶段缺乏DHA会导致婴幼儿和视网膜发育过程迟缓或受阻造成智力低下视力障碍儿童的学习能力下降同时患神经系统疾病的几率也较高。<br />\r\n  <br />\r\n<strong>&nbsp; &nbsp; 鱼油与鱼油产品各有优势</strong><br />\r\n&nbsp; &nbsp; 关于DHA的补充目前有两种比较热门的观点一种是直接吃鱼或鱼类脂肪另一种是吃鱼油类产品。究竟哪种方法更好DHA含量高的鱼类有鲔鱼、沙丁鱼、金枪鱼、黄花鱼、秋刀鱼、鳝鱼、带鱼、花鲫鱼等等每100克鱼中JDHA含量可达1000毫克以上。不过有些地区的鱼类会受到汞、铅等重金属或砷等有害物的污染安全性低。而且鱼油中EPA二十碳五烯酸的含量太高可使DHA所占的比例过低与母乳相差较大不十分符合生理要求。<br />\r\n&nbsp; &nbsp; DHA制品市场上有两种一种是从深海鱼油中提取另一种是从藻类中提取。相比从鱼油中提取藻类的优势突出。从人工培育的海洋微藻中提取未经食物链传递是比较纯净、安全的DHA来源。值得一提的是DHA藻油的DHA浓度远高于鱼油提取物纯度高稳定性强、不易被氧化且无臭、无味特别适合用于胎儿、婴幼儿。美国医学研究所推荐各人群DHA每日适宜摄入量分别是4岁~18岁每天90毫克~160毫克成年人每天160毫克孕妇每天200毫克。不过有出血性疾病和出血倾向者不适合食用鱼油或鱼油类产品。<br />\r\n  <br />\r\n<strong>&nbsp; &nbsp; 多吃深海鱼可补充</strong><br />\r\n&nbsp; &nbsp; 补充DHA有间接获取和直接获取两种途径。<br />\r\n&nbsp; &nbsp; 间接获取:人体必需脂肪酸&mdash;&mdash;a-亚麻酸可以在体内转化成这两种物质因此多摄入富含a-亚麻酸的物质可以增加体内DHA和EPA的数量如一些植物油亚麻籽油、胡麻油、紫苏油等。<br />\r\n&nbsp; &nbsp; 直接获取深海鱼富含DHA和EPA所以多吃深海鱼可补充。另外婴和、儿童可食用含有鱼油或含有DHA与EPA的强化食品至于婴幼儿奶粉中的DHA含量要求目前各国的标准是有上限而无下限。</span>', '', '', '1.190.179.110'),
(706, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; 全身脏腑器官在足部均有特定的反射部位,足浴后对相关部位进行刮拭,不仅能调和阴阳、舒筋通络、活血化瘀,而且对于预防和治疗多种常见病、改善亚健康状态有独到之处。如刮拭脚底涌泉穴至足跟,可清退虚火,改善咽痛、口舌生疮、心烦失眠等症状;刮拭小腿内侧可强健脾胃,调理消化不良等脾胃病;刮拭小腿外侧可疏肝利胆,非常适合更年期女性。<br />\r\n&nbsp; &nbsp; 常用的刮痧工具有牛角类、玉石类和木竹类刮痧板先在皮肤上涂抹刮痧油、橄榄油或润肤霜等以方便刮拭。用刮板的1/3边缘接触皮肤刮板向刮拭的方向倾斜45度左右利用腕力向同一方向多次刮拭。刮痧后由于体质与病情不同皮肤表面的出痧可呈现鲜红、暗红、紫色及青黑色痧的形态有散在、密集或斑块状出痧局部皮肤有明显的发热感一般57天即可消退。<br />\r\n&nbsp; &nbsp; 刮痧之后应休息片刻,喝一杯温水或红茶、普洱茶等,短时间内避免冷水刺激,切忌吹凉风受寒。局部有痈疮、溃烂、传染性皮肤病、静脉曲张和骨折部位以及皮下不明原因包块等情况,不宜刮痧。此外,有出血倾向疾病、醉酒、过饱或过饥、过度疲劳、痧斑未退的部位也不宜刮痧。</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><img alt=\"\" src=\"/uploads/170315/1-1F3150T9304C.jpg\" style=\"width: 400px; height: 299px;\" /></span></div>\r\n', '', '', '113.9.201.178'),
(707, 11, '<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/170315/1-1F3150Z429212.jpg\" style=\"width: 575px; height: 500px;\" /></div>\r\n<div>\r\n &nbsp; &nbsp; 最近朋友圈疯传的一条消息,让宝宝的父母们开始紧张。&ldquo;家里有宝贝的要注意了新一轮病毒感染来了疱疹性咽峡炎得了以后发高烧40℃都不退嘴里全是疱疹疼得无法进食。不要亲吻孩子孩子抵抗力太低这次病毒是大人通过亲吻唾液飞沫传染的孩子还小尽量保护吧。&rdquo;这条好心的微信提醒内容持续刷屏,那到底什么是疱疹性咽峡炎?一旦感染疱疹性咽峡炎又怎么正确护理呢?疱疹性咽峡炎真的是大人亲吻孩子传染的吗?<br />\r\n &nbsp; &nbsp;&nbsp;<strong>大多病症类似感冒</strong><br />\r\n &nbsp; &nbsp;&nbsp;北京儿童医院急诊科主任王荃教授在接受科技日报社记者采访时表示,疱疹性咽峡炎不是什么新型病毒,只是一种特殊类型的上呼吸道感染,在各个季节都会发生,秋冬季尤著,其特点为发热、咽痛、咽部疱疹或小溃疡,常见于婴幼儿,也可见于学龄前和学龄儿童。<br />\r\n &nbsp; &nbsp;&nbsp;&ldquo;疱疹性咽峡炎一般起病比较急主要是由肠道病毒引起包括柯萨奇病毒、埃可病毒及肠病毒70型等。可以通过粪口传播、呼吸道飞沫传染。&rdquo;王荃主任解释说,家长跟孩子之间的亲吻一般不会传染该病,因为家长很少得这种病,并不像传闻中说的那么让人恐慌。但是无论怎样,家长亲吻孩子应尽量不要口对口亲吻,尤其是家长本人患病时。<br />\r\n &nbsp; &nbsp;&nbsp;&ldquo;疱疹性咽峡炎是一个急性、感染性、热性疾病,来势很快,而且热程较长。孩子主要表现为骤起高热伴有咽痛、牙龈红肿、头痛,而且由于咽痛明显,孩子可能出现拒食和流涎。&rdquo;王荃主任进一步解释到,&ldquo;这种病起病急孩子得病后体温迅速升高而且发热时间一般是4&mdash;6天长的可以达到一周所以家长在加强护理和观察病情的同时还应该有一定的耐心但是也应该观察孩子的病情如果孩子精神萎靡、面色欠佳一定要及时到医院就诊。&rdquo;<br />\r\n &nbsp; &nbsp;&nbsp;<strong>发烧咽部起疱才能确诊</strong><br />\r\n &nbsp; &nbsp;&nbsp;疱疹性咽峡炎早期表现是发烧,只有等到咽部起疱了才能确诊。为此,王荃主任建议家长,孩子刚开始发烧时,如果精神反应尚好,可以在家先观察,如果孩子精神不好,面色难看,出现呕吐、头痛、惊跳或是惊厥等,应及时到医院就诊。如果孩子血象正常,暂时先在家观察,可多喂点水给孩子喝。<br />\r\n &nbsp; &nbsp;&nbsp;由于疱疹性咽峡炎的主要症状表现在咽部,初起时咽部充血,咽峡部(扁桃体、软腭及悬雍垂上)可见散在的约小米粒大小的灰白色疱疹周围绕有红晕2&mdash;3天后逐渐扩大后破溃形成溃疡孩子会更加难受常常哭闹不止异常烦躁。&ldquo;对于小朋友来说,疱疹性咽峡炎的确非常难受,孩子可能连水都不愿意喝。&rdquo;每天和病患儿童打交道的王荃主任说,孩子烧退了之后,口腔里的疱疹溃疡可能仍未痊愈,这个阶段,最重要的护理就是预防感染。&ldquo;这个时候要鼓励孩子多喝水食品和水的温度都不要太高以免加重孩子的疼痛另外主要给孩子吃一些软食或半流食。目前对于疱疹性咽峡炎没有特效治疗主要还是对症治疗。局部喷点开喉剑喷剂等一般7&mdash;10天左右可以痊愈。&rdquo;<br />\r\n &nbsp; &nbsp;&nbsp;<strong>疱疹性咽峡炎可自愈</strong><br />\r\n &nbsp; &nbsp;&nbsp;疱疹性咽峡炎和手足口病其实是&ldquo;表兄弟&rdquo;,都是肠道病毒引起的。那么,如何把两者区分开呢?<br />\r\n &nbsp; &nbsp;&nbsp;王荃主任说,疱疹性咽峡炎和手足口病最大的区别起疱疹的位置不同,疱疹性咽峡炎的疱疹仅仅出现在口腔内,而患手足口病的孩子处理咽部有疱疹,常常手、足、臀部都可以出现皮疹,皮疹形态多样,多数为小米粒或绿豆大小,周围有发红的灰白色小疱疹或红色丘疹,不痛、不痒、不结痂。<br />\r\n &nbsp; &nbsp;&nbsp;极少数因肠道病毒EV71引起的手足口病患儿可以出现肺水肿、脑干脑炎等严重并发症个别重症患儿可能会死亡。&ldquo;虽然疱疹性咽峡炎来势凶猛但这其实是一种自愈性疾病一般病程4&mdash;6日重者可至7&mdash;10天。&rdquo;王荃主任表示,疱疹性咽峡炎的治疗并不复杂,主要是对症治疗,如果没有合并细菌感染,不需要使用抗生素。护理时主要是在病毒感染时期控制体温,另外父母要鼓励孩子多饮水,多给孩子吃一些富含维生素的青菜、水果等,尽可能少吃煎、炸的油腻食品,要注意不吃过热和刺激性的食品,以免加重孩子的疼痛。</div>\r\n', '', '', '113.9.201.178'),
(708, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 漫步人生旅途,不在乎其目的,繁华的街道,人潮汹涌。品一壶花草茶,闻着淡淡的花香,那种给心找到的寄托的感觉,简直是太安逸了!初夏到了,小编身边的朋友,火气也一天比一天大。来一壶茶,不仅能降火,还能提醒神脑!但是呢,初夏喝茶,也是有讲究的,喝不对既不能品尝到好茶的美好,也不能起到养生的作用。那初夏应该怎么喝茶?<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/DG0KMP.jpg\" height=\"286\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"494\" /><br />\r\n<strong>【夏天喝茶有讲究,你喝对茶了吗】</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">总体来说,喝茶和体质有关,喝对了有助于养生,喝错了容易伤身。中医认为,人的体质分为燥热、虚寒两种,燥热体质的人喝凉性茶,虚寒体质者喝温性茶。对于现代都市人两种体质兼有的,要以主要体质表征为准,处于亚健康的都市人多喝中性和温性茶。像你这样寒性体质、胃不好又有燥热体征者,还是不宜喝凉茶。<br />\r\n<strong><img alt=\"http://img.cnys.com/upload/picture/2017/05-12/5ogO4w.jpg\" height=\"330\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"496\" /></strong><br />\r\n<strong>1</strong><strong>、胃不好的人多喝红茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">红茶是一种发酵茶,比绿茶含有更多的咖啡碱,提神利尿的功效也较绿茶要好。一般认为,红茶是&ldquo;热性&rdquo;的,特别适合肠胃较弱的人喝。<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/DyDUkz.jpg\" height=\"317\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"503\" /><br />\r\n<strong>2</strong><strong>、女性适合喝花茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">花茶较适宜女性饮用。它有疏肝解郁、理气调经的功效。如茉莉花茶有助于产妇顺利分娩;女性在经期前后和更年期,性情烦躁,饮用花茶可减缓这些症状。<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/YrR3NE.jpg\" height=\"340\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"509\" /><br />\r\n<strong>3</strong><strong>、经常熬夜喝绿茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">熬夜需要提神,提神则主要依靠茶叶中的咖啡碱含量。发酵茶类经历了发酵过程,咖啡碱含量会略有下降,而绿茶制作工艺中没有发酵环节,营养成分比较多,可以提神、抗辐射、增强机体免疫力。普洱生茶也有同样效果。<br />\r\n温馨提醒绿茶、普洱生茶虽然帮助熬夜但毕竟熬夜不好还是少熬夜哦!<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/JzK9ll.jpg\" height=\"288\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"471\" /><br />\r\n<strong>4</strong><strong>、</strong><strong>&ldquo;</strong><strong>肉食者</strong><strong>&rdquo;</strong><strong>多喝黑茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">黑茶加工中因经过后发酵工序,茶性更温润,去油腻、去脂肪、降血脂功效更显著。平时饮食结构以肉制品为主的消费者可选择黑茶。<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n<strong>【适宜初夏的四款茶</strong> <strong>降火凝神去口气】</strong><br />\r\n<strong><img alt=\"http://img.cnys.com/upload/picture/2017/05-12/QIuLhx.jpg\" height=\"341\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"493\" /></strong><br />\r\n<strong>1</strong><strong>、玫瑰消暑茶</strong><br />\r\n适用对象情绪郁闷型体质易口燥、郁闷、失眠及疲劳。<br />\r\n作用可安定情绪清肝降火理气解郁。<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/A8JD9C.jpg\" height=\"309\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"487\" /><br />\r\n<strong>2</strong><strong>、薄荷退火茶</strong><br />\r\n适用对象无便秘火热型体质易口渴、失眠、小便黄浊。<br />\r\n作用可清热解毒补脾益气镇静安眠。<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/my4Rzd.jpg\" height=\"292\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"484\" /><br />\r\n<strong>3</strong><strong>、小麦茉莉茶</strong><br />\r\n适用对象阴虚型体质易口燥、失眠、胃胀气。<br />\r\n作用可解压、养心安神、补血复脉。<br />\r\n<img alt=\"http://img.cnys.com/upload/picture/2017/05-12/GttT6q.jpg\" height=\"308\" src=\"file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"463\" /><br />\r\n<strong>4</strong><strong>、麦冬菊花茶</strong><br />\r\n适用对象不分体质。<br />\r\n作用可疏风清热、补气滋润、益气健脾。<br />\r\n在这个人头攒动、惜时如金的社会相信你一定会很忙。不妨为自己泡一壶茶慢慢享受生活!何乐而不为呢?</span><br />\r\n', '', '', '113.4.101.71'),
(709, 11, '<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">漫步人生旅途,不在乎其目的,繁华的街道,人潮汹涌。品一壶花草茶,闻着淡淡的花香,那种给心找到的寄托的感觉,简直是太安逸了!初夏到了,小编身边的朋友,火气也一天比一天大。来一壶茶,不仅能降火,还能提醒神脑!但是呢,初夏喝茶,也是有讲究的,喝不对既不能品尝到好茶的美好,也不能起到养生的作用。那初夏应该怎么喝茶?<br />\r\n&nbsp;<br />\r\n<strong>【夏天喝茶有讲究,你喝对茶了吗】</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">总体来说,喝茶和体质有关,喝对了有助于养生,喝错了容易伤身。中医认为,人的体质分为燥热、虚寒两种,燥热体质的人喝凉性茶,虚寒体质者喝温性茶。对于现代都市人两种体质兼有的,要以主要体质表征为准,处于亚健康的都市人多喝中性和温性茶。像你这样寒性体质、胃不好又有燥热体征者,还是不宜喝凉茶。<br />\r\n&nbsp;<br />\r\n<strong>1</strong><strong>、胃不好的人多喝红茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">红茶是一种发酵茶,比绿茶含有更多的咖啡碱,提神利尿的功效也较绿茶要好。一般认为,红茶是&ldquo;热性&rdquo;的,特别适合肠胃较弱的人喝。<br />\r\n&nbsp;<br />\r\n<strong>2</strong><strong>、女性适合喝花茶</strong><br />\r\n&nbsp; &nbsp; 花茶较适宜女性饮用。它有疏肝解郁、理气调经的功效。如茉莉花茶有助于产妇顺利分娩;女性在经期前后和更年期,性情烦躁,饮用花茶可减缓这些症状。<br />\r\n&nbsp;<br />\r\n<strong>3</strong><strong>、经常熬夜喝绿茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">熬夜需要提神,提神则主要依靠茶叶中的咖啡碱含量。发酵茶类经历了发酵过程,咖啡碱含量会略有下降,而绿茶制作工艺中没有发酵环节,营养成分比较多,可以提神、抗辐射、增强机体免疫力。普洱生茶也有同样效果。<br />\r\n温馨提醒绿茶、普洱生茶虽然帮助熬夜但毕竟熬夜不好还是少熬夜哦!<br />\r\n&nbsp;<br />\r\n<strong>4</strong><strong>、</strong><strong>&ldquo;</strong><strong>肉食者</strong><strong>&rdquo;</strong><strong>多喝黑茶</strong></span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">黑茶加工中因经过后发酵工序,茶性更温润,去油腻、去脂肪、降血脂功效更显著。平时饮食结构以肉制品为主的消费者可选择黑茶。<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n<strong>【适宜初夏的四款茶</strong> <strong>降火凝神去口气】</strong><br />\r\n&nbsp;<br />\r\n<strong>1</strong><strong>、玫瑰消暑茶</strong></span><br />\r\n<span style=\"font-size:14px;\">适用对象:情绪郁闷型体质,易口燥、郁闷、失眠及疲劳。<br />\r\n作用可安定情绪清肝降火理气解郁。<br />\r\n&nbsp;<br />\r\n<strong>2</strong><strong>、薄荷退火茶</strong><br />\r\n适用对象无便秘火热型体质易口渴、失眠、小便黄浊。<br />\r\n作用可清热解毒补脾益气镇静安眠。<br />\r\n&nbsp;<br />\r\n<strong>3</strong><strong>、小麦茉莉茶</strong><br />\r\n适用对象阴虚型体质易口燥、失眠、胃胀气。<br />\r\n作用可解压、养心安神、补血复脉。<br />\r\n&nbsp;<br />\r\n<strong>4</strong><strong>、麦冬菊花茶</strong><br />\r\n适用对象不分体质。<br />\r\n作用可疏风清热、补气滋润、益气健脾。<br />\r\n在这个人头攒动、惜时如金的社会相信你一定会很忙。不妨为自己泡一壶茶慢慢享受生活!何乐而不为呢?</span><br />\r\n<br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"都说初夏喝茶降火 你真的喝对茶了吗\" src=\"/uploads/170613/1-1F613150H4954.jpg\" /></div>\r\n<br />\r\n<br />\r\n<br />\r\n', '', '', '113.4.101.159'),
(710, 11, '&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">炎热的夏季清淡爽口的芹菜是不少人的最爱。芹菜营养十分丰富据测定100克芹菜中含蛋白质2.2克钙8.5毫克磷61毫克铁8.5毫克其中的蛋白质含量比一般瓜果蔬菜高1倍铁含量为西红柿的20倍左右能补充妇女经血的损失是缺铁性贫血患者的佳蔬。常吃芹菜能避免皮肤苍白、干燥、面色无华而且可使目光有神、头发黑亮。芹菜中还含丰富的胡萝卜素和多种维生素等对人体健康十分有益。</span><br />\r\n&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">医学研究还表明芹菜能防治多种疾病如高血压、糖尿病、高血糖等。营养专家建议经常吃鲜奶煮芹菜可以中和尿酸及体内的酸性物质对治疗痛风有较好效果。如果用150克连根芹菜同250克糯米煮稀粥每天早晚食用对治疗冠心病、神经衰弱及失眠头晕均有很大的帮助。</span><br />\r\n<div style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/allimg/170616/1-1F6160Z133.jpg\" /><br />\r\n <br />\r\n &nbsp;</div>\r\n&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">但是不少家庭吃芹菜时只吃茎不吃叶这样的饮食习惯其实不科学。芹菜的叶子比茎更有营养是不错的凉拌菜肴食之可消暑去湿补充多种营养。营养学家曾对芹菜的茎和叶片进行过13项营养成分的测试发现芹菜叶片中有10项指标超过了茎。其中叶中胡萝卜素含量是茎的88倍维生素C含量是茎的13倍维生素B1是茎的17倍蛋白质是茎的11倍钙超过茎2倍。芹菜能降血压主要是因为其中含有&ldquo;芹菜素&rdquo;黄酮类物质和3-n-丁基-邻苯二甲酰内酯在众多蔬菜水果中芹菜素的含量属芹菜最高而芹菜叶中所含芹菜素336.2毫克/100克是芹菜茎含芹菜素162.7毫克/100克的2倍多。芹菜叶茎还含有挥发性的甘露醇有独特的芳香可以增强食欲、开胃健脾、抗菌消炎。另外芹菜叶对癌细胞还具有一定的抑制作用。所以吃芹菜不要丢弃芹菜叶。</span><br />\r\n&nbsp; &nbsp;&nbsp;<span style=\"font-size:14px;\">中医认为,芹菜叶性凉、味甘、无毒,具有散热、祛风利湿、健胃凉血、清肠利便、润肺止咳、降低血压、健脑镇静的作用。特别是夏季天气闷热,是心血管病的高发期,芹菜叶有平肝降压的作用,其中一种碱性成分,对人体有安神作用,有利于稳定情绪,消除烦躁,但是低血压的患者不宜多吃。</span><br />\r\n', '', '', '113.4.101.159'),
(716, 11, '<span style=\"color: rgb(51, 51, 51); font-family: &quot;Microsoft Yahei&quot;; font-size: 16px;\"> 原以为熬过了寒风萧瑟的冬天,便能迎接温暖明媚的春天,可万万没想到,又湿又冷的倒春寒又让人&ldquo;一秒入冬&rdquo;。不少人的都还没来得及脱下秋裤,就又得套上毛裤了。那么,在乍暖还寒的初春,要怎样才能不受春寒威胁,保护身体健康呢?</span><br />\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">&ldquo;倒春寒&rdquo;常见4类疾病</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px; text-align: center;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  <img alt=\"\" src=\"/uploads/180301/1-1P301093P6115.jpg\" style=\"width: 300px; height: 225px;\" /></strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">&nbsp; &nbsp; &nbsp; 1&nbsp;心血管疾病</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   初春时节,早晚气候温差大,容易引发或加重心肌梗死、冠心病等心血管疾病。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   因为温度骤降,突然变化的寒冷会给人体带来强烈的刺激,引起冠状动脉痉挛,造成急性的心肌缺血,引发心绞痛甚至心肌梗死。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   同时,由于在天气寒冷时,血管容易收缩,血压飙升,会出现心肌缺血。而且,由于户外活动减少,导致血液的粘稠度提高,容易形成血栓症状,进而引发心梗。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   建议心血管疾病患者要注意保暖,坚持服药,有效控制血压水平。若出现心脏隐痛、胸闷或心慌等症状,一定要提高警惕,严重者要及时到医院就诊。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  2&nbsp;呼吸道疾病</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   倒春寒容易引发感冒、哮喘等呼吸道疾病,尤其是免疫力较低的小孩、老人要多加防护。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   气温骤降,冷空气的突然袭击,会直接影响呼吸系统,造成气道额免疫力下降,损害其机能,进而使得气道的反应性提高,引起胸闷、感冒咳嗽甚至哮喘等呼吸道疾病。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   建议哮喘或慢性支气管炎患者以及体质较弱的人在寒冷时节,要减少外出的时间,有必要出门时,要适当地增加衣物,注重头部、胸部以及脚部的保暖,避免受凉。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  3&nbsp;胃肠道疾病</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   寒冷的气候是胃肠道疾病的高发时期。由于气温较低会刺激毛细血管,使其收缩,进而影响胃酸的分泌以及胃部的血液循环,造成肠胃炎、胃痉挛甚至胃溃疡等胃肠道疾病。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   建议胃病患者要重视身体保暖,尤其是腹部,依据气温变化适当地增减衣服。饮食上要多喝热水,多吃养胃暖胃的食物。进行适当的锻炼,增强身体抵抗力。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  4&nbsp;脑梗</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   早晚温差大,又湿又冷的气候,刺激人体内控制血管活动的神经,导致小动脉血管发生急性的持续的痉挛,引致人体血压骤然升高,最终造成中风现象。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   建议要及时保暖,如果出现说话不清、口角歪斜、头晕等症状,要注意提高警惕,及时到医院就诊。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   &ldquo;倒春寒&rdquo;的冷虽然不及寒冬刺骨。但稍不注意也会诱发严重疾病。那么,要怎样才能预防疾病侵袭身体呢?</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n  <strong style=\"margin: 0px; padding: 0px;\"> 护好三处防&ldquo;春寒&rdquo;侵袭</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  1&nbsp;颈部</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   颈部是连接身体与头部的过度,人体很多经脉都经过颈部。颈部一旦受凉,便会导致血管收缩,引致大脑供血不足,出现头晕目眩等症状。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   因此,要重视颈部的保暖,尽量减少颈部暴露在冷空气当中,减少外出,外出时要传高龄的衣服或戴上围巾,保护颈部。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  2&nbsp;腰部</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   中医认为,腰为肾之府。如果腰部受到冷空气侵袭,容易导致血瘀、气滞等症状,引发腰部疼痛等现象。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   因此,初春时节要做好腰部保暖,可以多做腰部<a href=\"http://fitness.39.net/exercise/1.html\" keycmd=\"null\" style=\"margin: 0px; padding: 0px; color: rgb(0, 150, 165); text-decoration: none; border-bottom: 1px dashed rgb(0, 150, 165);\" target=\"_blank\">按摩</a>或者用护腰来加强保暖。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  3&nbsp;脚部</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n 脚部的皮下脂肪层较薄,而且其离人体心脏最远,血液循环较差,导致脚部的保暖性能较差,容易受凉。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   因此,建议要重视脚部保暖,坚持锻炼,保证脚部血液循环。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   初春时节,容易出现倒春寒的现象,要注重身体保暖,才能更好地预防春寒对人体健康的影响。</p>\r\n', '', '', '221.208.133.126'),
(717, 11, '<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n &nbsp; &nbsp; &nbsp; 中医认为,肝为&ldquo;将军之官&rdquo;,主怒,所以古人早就有了春季&ldquo;戒忿&rdquo;的说法。人在发怒时,走的是&ldquo;肝经&rdquo;路线,不利于肝脏健康。因此春天要特别注意控制情绪,防止肝气郁结。下面我们一起来学习一下春季养肝护肝秘诀吧!</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   <strong style=\"margin: 0px; padding: 0px;\">春季养护护肝有什么秘诀呢?</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n <strong style=\"margin: 0px; padding: 0px;\">  喝养肝茶</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   <a href=\"http://fitness.39.net/food/2080.html\" keycmd=\"null\" style=\"margin: 0px; padding: 0px; color: rgb(0, 150, 165); text-decoration: none; border-bottom: 1px dashed rgb(0, 150, 165);\" target=\"_blank\">菊花</a>枸杞茶将菊花以热水冲泡加入枸杞静待1分钟即可饮用。菊花对治疗眼睛疲劳有很好的效果可以清肝明目。而枸杞是一种补肝益肾的中药不但能促进造血功能还能抗衰老、抗肿瘤等。春季喝此茶适合那些经常头晕目涩、腰膝酸软的人。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px; text-align: center;\">\r\n <img alt=\"\" src=\"/uploads/180301/1-1P301094333A3.jpg\" style=\"text-align: center; width: 640px; height: 400px;\" /></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   <strong style=\"margin: 0px; padding: 0px;\">压护肝穴</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   春天如果你因肝火太旺而牙痛、口腔溃疡等说明此时火已经从肝经进入到心经。按压在足背侧第一、二趾间缝上的行间穴可泄心火、舒畅机体。或者也可以按压大脚趾缝往脚背上4厘米处的太冲穴。太冲穴是人体足厥阴肝经上的重要穴道之一是肝经的原穴<a href=\"http://fitness.39.net/exercise/1.html\" keycmd=\"null\" style=\"margin: 0px; padding: 0px; color: rgb(0, 150, 165); text-decoration: none; border-bottom: 1px dashed rgb(0, 150, 165);\" target=\"_blank\">按摩</a>刺激太冲穴,能很好地调动肝经的元气,使肝脏功能正常。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   <strong style=\"margin: 0px; padding: 0px;\">卧姿养肝</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n 春季宜晚睡早起此时的晚睡并非熬夜而是11点最佳。早起也不是四五点钟起床而是7点为宜。睡觉最好能头朝东脚朝西而睡。因为春天是一个讲究生发的季节自古以来我国的风水、五行等都遵循东方可促动生气、带来富贵的定理。</p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   <strong style=\"margin: 0px; padding: 0px;\">晒眼养肝</strong></p>\r\n<p style=\"margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-family: &quot;Microsoft Yahei&quot;; color: rgb(51, 51, 51); font-size: 16px;\">\r\n   《黄帝内经》曰:&ldquo;东方生风,风生木,木生酸,酸生肝,肝生筋,筋生心,肝主目。&rdquo;所以有肝病的人往往容易觉得眼睛干涩模糊;反之,养好眼也能护肝。春天的阳光温暖却不强烈,大家可以面对太阳、放松全身,让温热的阳光透进眼球。</p>\r\n', '', '', '221.208.133.126'),
(718, 54, '<strong>高管团队薪酬差距、代理成本与企业过度投资</strong><br />\r\n<strong>Senior management team salary gap, agency costs</strong><br />\r\n<strong>and over-investment of enterprises</strong><br />\r\n张晴<br />\r\n河南财经政法大学郑州 450046<br />\r\n摘要<br />\r\n企业投资效率是公司财务领域备受关注的热点之一。作为具有专业管理才能的职业经理人直接负责包括融资、投资、定价及多元化在内的整个企业一系列经营管理决策。如何使管理层投资决策效率最大化一直是学者们关注的问题。<br />\r\n本文基于代理成本视角运用锦标赛理论和行为理论研究高管团队薪酬差距对企业过度投资的影响并分析代理成本在二者关系中发挥的中介作用。实证结果表明代理成本加剧了企业过度投资水平高管内部薪酬差距与代理成本呈U型关系即一定范围内高管薪酬差距能降低代理成本然而超出一定水平后薪酬差距增大反而增加代理成本高管内部薪酬差距与企业过度投资水平同样呈U型关系适度的高管薪酬差距能抑制企业过度投资但是过大的薪酬差距反而引起过度投资现象恶化代理成本在高管内部薪酬差距与企业过度投资间起到部分中介传导作用。<br />\r\n阅读全文http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ201723004&amp;dbname=CJFDLAST2018<br />\r\n', '', '', '218.9.113.250'),
(719, 40, '<strong>高管团队薪酬差距、代理成本与企业过度投资</strong><br />\r\n<strong>Senior management team salary gap, agency costs</strong><br />\r\n<strong>and over-investment of enterprises</strong><br />\r\n张晴<br />\r\n河南财经政法大学郑州 450046<br />\r\n摘要<br />\r\n企业投资效率是公司财务领域备受关注的热点之一。作为具有专业管理才能的职业经理人直接负责包括融资、投资、定价及多元化在内的整个企业一系列经营管理决策。如何使管理层投资决策效率最大化一直是学者们关注的问题。<br />\r\n本文基于代理成本视角运用锦标赛理论和行为理论研究高管团队薪酬差距对企业过度投资的影响并分析代理成本在二者关系中发挥的中介作用。实证结果表明代理成本加剧了企业过度投资水平高管内部薪酬差距与代理成本呈U型关系即一定范围内高管薪酬差距能降低代理成本然而超出一定水平后薪酬差距增大反而增加代理成本高管内部薪酬差距与企业过度投资水平同样呈U型关系适度的高管薪酬差距能抑制企业过度投资但是过大的薪酬差距反而引起过度投资现象恶化代理成本在高管内部薪酬差距与企业过度投资间起到部分中介传导作用。<br />\r\n阅读全文http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ201723004&amp;dbname=CJFDLAST2018<br />\r\n', '', '', '218.9.113.250'),
(720, 30, '<br />\r\n<span style=\"font-size:16px;\">王玉江<sup>1</sup>,姜宏宇<sup>2</sup>,沙长青<sup>3</sup><br />\r\n<br />\r\n1.黑龙江省科学院微生物研究所,哈尔滨 1500102.黑龙江省科学院科技孵化中心,哈尔滨 1500903.黑龙江省科学院,哈尔滨 150001<br />\r\n<br />\r\n摘要<br />\r\n随着食用菌需求量的增加对食用菌栽培技术的研究方兴未艾。<br />\r\n食用菌以其丰富的营养和独特风味成为人们餐桌上常见的食材。木耳、香菇、猴头菇等食用菌营养价值高且味道鲜美。我国食用菌种类繁多相关产业发展也较为成熟市场潜力巨大。<br />\r\n对食用菌栽培来说培养料的选择和配制是极为重要的环节。传统的栽培方法中主要采用棉籽壳、木屑、秸秆、甘蔗渣等作为培养原料其优势在于便于就地取材、来源广泛、技术成熟。但由于这些原料在其他领域的应用也较为广泛用量较多对食用菌生产成本的控制极为不利。<br />\r\n食用菌培养料要求具备足够的碳、氮、维生素和矿物质其中含碳量高的原材料用量占比较多而含氮量高的原料则用量较少。通过添加辅料来调整培养料中的碳氮比使培养料更适宜食用菌的生长。常见辅料包括大豆粉、米糠、麦麸等。<br />\r\n本文对食用菌栽培中使用的培养料研究现状进行了总结分别从主料、辅料两个方面进行阐述并指出当前研究过程中存在的问题提出自己的见解对新型培养料栽培食用菌技术进行了展望。<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801034.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801034.htm</a></span>', '', '', '42.100.17.34'),
(721, 30, '<strong>工业大麻叶中大麻二酚含量分析研究</strong><br />\r\n<strong>Study on the Content of Cannabidiol in Hemp Leaves</strong><br />\r\n高宝昌孙宇峰张旭石雨田媛崔宝玉<br />\r\n黑龙江省科学院大庆分院黑龙江 大庆 163319<br />\r\n摘要<br />\r\n大麻Cannabis sativa是一种非常有前途的药用植物其治疗各种疾病的有效性已经有很多研究成果报道<sup>[1]</sup>。其中大麻酚类化合物中药用价值最高的活性成分为四氢大麻酚和大麻二酚CBD两者虽然为同分异构体但是活性作用有很大的差异性。研究表明大麻二酚具有重要的临床应用前景如对于多种癌症、癫痫、阿尔茨海默病、亨廷顿病、糖尿病和抽动秽语综合征等具有一定的疗效<sup>[2-6]</sup>。虽然郭孟璧等人发表的工业大麻酚类化合物HPLC 分析前处理工艺的研究<sup>[7]</sup>、翟晚枫等人发表的高效液相色谱检测大麻中&Delta;<sup>9</sup>-四氢大麻酚的分析方法研究<sup>[8]</sup>,但是这些研究的测试方法还不够完善。<br />\r\n本文建立了工业大麻叶中大麻二酚的提取方法适用于工业大麻叶中大麻二酚的定性定量分析。 &nbsp;<br />\r\n建立大麻二酚含量的分析方法采用Inertsoil ODS-3 (150 mm&times;4.6 mm5 &mu;m色谱柱甲醇--水7822VV为流动相流速1.0 mL&middot;min<sup>-1</sup>检测波长220 nm柱温30℃的液相色谱方法。考察了提取溶剂种类、提取时间、提取次数、料液比因素对提取效率的影响最终确定无水甲醇作为提取试剂、超声震荡15 min、料液比为120、提取次数3次的实验方法该方法简单高效提取充分适用于工业大麻叶中大麻二酚成分的定性定量分析。<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801024.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801024.htm</a><br />\r\n', '', '', '218.9.113.250'),
(722, 49, '<strong>海上风电安装船用纠偏式抱桩器液压系统的设计</strong><br />\r\n<strong>Design of the hydraulic system of rectifying type hold pile machine</strong><br />\r\n<strong>&nbsp;in the offshore wind power installed marine</strong><br />\r\n刘冬一宋豫<br />\r\n上海振华重工集团股份有限公司上海 200125<br />\r\n摘要<br />\r\n风能是取之不尽用之不竭的清洁能源。风力发电较其他新型可再生能源发电相比的优势在于技术相对成熟、单位发电功率成本低、单机发电功率高。与传统的火力发电相比大幅减少了有害气体的排放降低了环境污染。<br />\r\n中国海岸线绵长具有开发大功率海上风电的天然优势其中东部沿海地区风力资源丰富其风能总量约是陆上的3倍具有广阔的发展前景<sup>[1-9]</sup>。<br />\r\n&nbsp;<br />\r\n本研究提出了海上风电安装船用纠偏式抱桩器液压系统的设计方法提供了纠偏式抱桩器机械结构方案与液压系统方案介绍了液压系统各组成部分的性能与作用并且基于海上风电安装工艺详细阐述了纠偏式抱桩器液压系统的工作流程实现了抱桩器的对中、抱桩、纠偏、导向功能。该产品的研究与开发提高了抱桩器产品的综合性能促进了我国风电安装装备的发展。<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801006.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801006.htm</a><br />\r\n', '', '', '218.9.113.250'),
(723, 49, '<br />\r\n<span style=\"font-size:16px;\">徐军<sup>1</sup>,章正阳<sup>1</sup>,张乃正<sup>1</sup>,陆元明<sup>1</sup>,高月锁<sup>1</sup>,江继波<sup>1</sup>,王青华<sup>2</sup>,李冬冬<sup>2</sup>,许凯<sup>3</sup>,许黎明<sup>3</sup><br />\r\n<br />\r\n1.上电新能源发展有限公司,上海 200010<br />\r\n&nbsp; &nbsp; 2.上海明华电力技术工程有限公司,上海 200090<br />\r\n&nbsp; &nbsp; 3.上海交通大学机械与动力工程学院,上海 200240<br />\r\n<br />\r\n摘要<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 随着国内外对环境治理力度的加大和对大气污染物排放标准的提高,风电设备已成为能源生产的重要装备。<br />\r\n永磁直驱风电机组变桨轴承与轮毂联接部位是风机运行机械故障率较高的区域。针对某永磁直驱风电机组变桨轴承与轮毂联接螺栓的受力问题建立了完整的轮毂、变桨轴承及联接螺栓模型基于GL规范分析了静态有限元分析法的边界条件加载方法并讨论了采用动态有限元仿真方法预测螺栓的疲劳寿命的可行性提出了变桨轴承与轮毂联接螺栓受力的试验研究方法为后续实验<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801004.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801004.htm</a></span><br />\r\n', '', '', '42.100.17.34'),
(724, 49, 'TBM滚刀作用下岩石破坏过程数值模拟<br />\r\nNumerical simulation of process of rock breaking by TBM cutter<br />\r\n张忠成<sup>1</sup>,付佳星<sup>2</sup>,李守巨<sup>2</sup><br />\r\n1.满洲里出入境检验检疫局,内蒙古 满洲里 021400<br />\r\n2.大连理工大学工业装备结构分析国家重点实验室,辽宁 大连 116024<br />\r\n摘要<br />\r\n全断面岩石隧道掘进机Full face rock tunnel boring machine简写为TBM是铁路、公路、水电、矿山和城市地铁等领域地下隧道施工的关键设备。<br />\r\n根据岩石Drucker-Prager塑性屈服准则和岩石的力学特性利用ABAQUS软件建立了全断面岩石隧道掘进机(TBM)滚刀破岩的仿真模型,并对滚刀的破岩过程进行了仿真。<br />\r\n模拟结果表明岩石内聚力和内摩擦角的选取对滚刀破岩过程中法向力的影响较大。法向力随着岩石内聚力和内摩擦角的增大而增大。在岩石破坏前法向力随着滚刀下压深度的增加而增加。对于所选定的岩石力学参数当yz方向剪应变达到0.183时,岩石出现破碎。这对改进刀盘参数的设计、提高掘进效率具有一定的指导意义。<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801005.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801005.htm</a><br />\r\n', '', '', '125.211.44.67'),
(725, 49, '<br />\r\n<span style=\"font-size:16px;\">张博文<sup>1</sup>,王志宏<sup>1</sup>,牛新立<sup>1</sup>,闫福军<sup>1</sup>,张晓峰<sup>2</sup><br />\r\n<br />\r\n1.黑龙江新诺机器人自动化有限公司,哈尔滨 150000 <br />\r\n<br />\r\n&nbsp; &nbsp; 2.中国核工业二三建设有限公司,北京&nbsp; 101300<br />\r\n<strong>摘要:</strong><br />\r\n管道内部狭小空间一直是大型管道施工过程中制约其内壁施工工艺的难点问题之一。<br />\r\n管道内壁焊缝打磨及无损检测广泛应用在油气输送、核电等重大工程领域<sup>[1-2]</sup>。以往对管道内壁焊缝打磨和无损检测时,由于管径较小,内部走向复杂且操作平面往往距管道施工端口较远,工人基本采用现场取材来辅助完成<sup>[3-4]</sup>,尤其在进行无损检测时,由于现场条件制约不能很好的将放射源头置于管道内部径向的中心位置<sup>[5]</sup>,只能选择耗时长的双壁单影透照方式,而不能采用耗时短的多中心透照方式,工作量大、效率低、效果差,成为工程中制约管道安装、维护进度的瓶颈<sup>[6-7]</sup>。<br />\r\n本文所研究对象为在核设施建造、安装过程中对焊接后管道内壁上焊缝进行打磨和无损检测的一种机器人控制系统。该控制系统采用有线拖缆的方式传输信号和电源。控制系统分为两部分遥控部分用于管道外操作人员操作主控制系统用于机器人本体的控制和信号的传输。控制系统全部采用基于ARM的嵌入式系统开发能够可靠地实现系统对机器人各种动作的控制要求在试验环境下验证了该套机器人控制系统的可行性。<br />\r\n<br />\r\n阅读原文http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801071.htm</span><br />\r\n<br />\r\n<br />\r\n', '', '', '42.100.17.34'),
(726, 40, '基于层次分析法的物流中心选址研究<br />\r\nStudy on logistics center location based on analytic hierarchy process<br />\r\n王纪丹任佳玲布和额尔敦<br />\r\n内蒙古工业大学呼和浩特&nbsp; 010000<br />\r\n<strong>摘要:</strong><br />\r\n发达国家物流建设已进入稳定发展时期且已覆盖乡村。中国物流相对较晚但发展速度较快。建设合理的物流配送中心是降低综合成本、提高整体效益的关键所在。在考虑成本因素、政策因素、交通因素和自然因素的情况下对沙良物流园区、邮政物流配送中心、通达金川仓储物流以及成本最优势点&ldquo;登金呼热&rdquo;进行分析,确定一个具有综合优势的点,来达到减少运输成本、缩短运输时间、提高运输效率的目的。<br />\r\n本文在计算出成本最优势点&ldquo;登金呼热&rdquo;的基础上,运用层次分析法对呼和浩特地区的仓储物流进行物流中心选址方案评价,经过分析得出一个具有综合优势的物流中心点,以供企业参考。<br />\r\n阅读全文http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801037.htm<br />\r\n<br />\r\n', '', '', '42.100.17.34'),
(733, 30, '水基石墨润滑剂制备及其应用<br />\r\nPreparation and application of<br />\r\nwater based graphite lubricants<br />\r\n&nbsp;<br />\r\n王明伟周通张广明余涛周国江龚亮<br />\r\n(黑龙江科技大学 环境与化工学院,哈尔滨&nbsp; 150022<br />\r\n摘要:<br />\r\n随着铝型材热轧、压铸技术的广泛应用水基石墨润滑剂的润滑作用越来越重要。<br />\r\n水基石墨润滑剂广泛应用于工业生产中在铝及铝合金热轧工艺中有着重要作用能够有效解决铝金属在压力铸造中脱模、热轧中粘辊等问题<sup>[</sup><a href=\"#_ENREF_1\" title=\"曾周亮, 2016 #162\"><sup>1-3</sup></a><sup>]</sup>。水基石墨润滑剂是以水和石墨为基础,添加适量的添加剂(如:悬浮分散剂、增黏剂等),将石墨粉均匀分散到水中石墨中的碳原子P<sub>z</sub>轨道形成的离域&pi;键使得石墨难以与水相互作用,因此石墨在水中稳定分散性很差,所制备的润滑剂难以应用<sup>[</sup><a href=\"#_ENREF_4\" title=\"Mondal, 2016 #183\"><sup>4</sup></a><sup>]</sup>。<br />\r\n本文重点概述了制备水基石墨润滑剂中分散石墨的研究进展并对其未来发展和应用前景进行了展望。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801021.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801021.htm</a><br />\r\n', '', '', '42.100.17.34'),
(734, 30, '气相脱合金法制备Pt-Co合金催化剂及性能研究<br />\r\n<strong>Preparation of Pt - Co alloy catalysts by gas phase deposition and study its electrochemical activity</strong><br />\r\n巩昭谞<sup>1</sup>,刘阳<sup>2</sup>,王芳辉<sup>2</sup><br />\r\n1.山西省朔州市朔城区一中,山西 朔州0360302.北京化工大学,北京 100029 <br />\r\n摘要<br />\r\n燃料电池Pt催化剂的高成本是阻碍其商业化的主要原因之一。开发低铂催化剂为解决途径。Strasser团队是将脱合金Pt<sub>x</sub>M<sub>y</sub>催化剂应用于燃料电池ORR的先驱课题组之一取得了一系列理论和实验成果<sup>[1-4]</sup>。根据Gasteiger提供的数据<sup>[5]</sup>此类催化剂的转换频率因子高达160 e<sup>&minus;</sup>/s而铂纳米颗粒则只有25 e<sup>&minus;</sup>/s。Strasser提出的解释机理为晶格常数较纯Pt小的CuPt合金会使外壳的Pt层发生晶格收缩该现象会降低催化剂表面与含氧基团的结合能从而提高脱合金催化剂的ORR活性<sup>[6]</sup>。该晶格收缩现象亦得到了理论计算和实验结果的证实<sup>[7]</sup>。然而由于电化学装置的复杂性和技术限制,通过电化学脱合金的方式很难实现大批量的制备以满足实际应用的需要。该组最近的工作是采用酸腐蚀的方式对合金催化剂前驱体进行化学脱合金处理,可实现脱合金催化剂较大批量的制备<sup>[18]</sup>。由于液相脱合金法存在分离困难的问题,本文尝试开发了气相脱合金法。<br />\r\n为了降低质子交换膜燃料电池催化剂的Pt用量使用气相脱合金法制备Pt-Co脱合金催化剂并使用XRD、TEM、ICP和电化学工作站对所制备催化剂的结构和性能进行表征。结果显示气相脱合金能够有效去除合金催化剂表面的非铂金属Pt与Co的原子比能够从1:3.37升高到1:0.67脱合金后的电化学活性增加Pt-Co气相脱合金后较脱合金前的半波电位右移了0.05ev。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801017.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801017.htm</a><br />\r\n', '', '', '42.100.17.34'),
(735, 30, '液相脱合金法制备PtCo合金低铂催化剂及性能研究<br />\r\n<strong>Preparation of PtCo alloy low platinum catalyst by liquid-phase de-alloying and its properties</strong><br />\r\n李心成<sup>1</sup>,刘阳<sup>2</sup>,王芳辉<sup>2</sup><br />\r\n1.临县高级中学,山西 吕梁 0332002.北京化工大学 理学院 有机化学系,北京 100029<br />\r\n摘要<br />\r\n国内外研究人员在铂基及非铂材料时常采用分步还原法制备核壳型催化剂加入形貌控制剂制备特殊形貌的催化剂加入过渡金属制备二元、三元合金催化剂。前两类催化剂在制备过程中需要精密的实验条件控制工艺复杂难以实现催化剂的批量生产及商业化应用。合金催化剂在提高催化活性的同时也更易于实现批量化生产但是催化剂长期处于酸性条件下表层的非铂金属易流失扩散到质子交换膜中会催化聚合的分解、加速膜的老化。因此对此类催化剂进行适度表层脱合金有利于燃料电池的长效使用。<br />\r\n为了提高Pt的利用率采用液相脱合金法将Pt-Co合金进行脱合金处理然后对脱合金后的催化剂进行煅烧。采用XRD、EDS、TEM以及CV和LSV对催化剂的结构和电化学性能进行表征和测试。结果显示液相脱合金可有效去除PtCo合金表层的非铂金属经煅烧后可形成以PtCo合金为核Pt为壳的核壳型催化剂催化剂煅烧后的电化学性能明显提高。通过液相脱合金对催化剂进行结构优化可减少催化剂中非贵金属离子在酸性电解质溶液中的流失及流失金属离子对膜材料的损伤提高催化剂的稳定性延长电池整体寿命。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801018.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801018.htm</a><br />\r\n&nbsp;<br />\r\n', '', '', '42.100.17.34'),
(736, 50, '<strong>&ldquo;互联网+时代&rdquo;背景下</strong><br />\r\n<strong>人力资源管理的新趋势及对策</strong><br />\r\n<strong>New trends and countermeasures of human resource management under the background of </strong><strong>&ldquo;Internet+&rdquo; era</strong><br />\r\n刘 磊<br />\r\n北京大学深圳研究生院广东 深圳&nbsp; 518000<br />\r\n摘要<br />\r\n&ldquo;互联网+时代&rdquo;既倡导跨界合作,又鼓励创新和多元化合作,这些都为人力资源管理提出新的要求。现代人力资源管理者要紧跟时代的发展步伐,建立&ldquo;互联网+时代&rdquo;的思维,科学运用不同的互联网平台,提升人力资源的管理效率,促进企业发展。本文研讨&ldquo;互联网+时代&rdquo;中人力资源管理的特点,预测人力资源管理在&ldquo;互联网+时代&rdquo;的新趋势,并提供了一系列方法和对策,对人力资源管理更加适应&ldquo;互联网+时代&rdquo;做出深入思考。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723013.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723013.htm</a><br />\r\n', '', '', '113.9.201.11'),
(737, 40, '消费者组织促进经济发展的对策<br />\r\n<strong>Research on consumers&rsquo; organization to promote economic development</strong><br />\r\n李春禄<br />\r\n黑龙江省消费者协会哈尔滨 150010<br />\r\n摘要<br />\r\n消费者运动始于19世纪末20世纪初在20世纪60年代迅速发展1891年成立了世界上第一个以保护消费者权益为宗旨的组织。纵观国际消费者保护运动的历程消费者运动的领域不断增大并从一国向国际化发展。1960年成立了国际消费者组织联盟迈出了消费者运动国际化重要的一步。1985年联合国通过了《保护消费者准则》消费者运动逐渐成为国际性的社会运动。3月15日是国际消费者权益日在每年的这一天世界各地的消费者组织一般都要举办各样的活动。我国消费者权益的保护工作始于80年代初1984年成立了中国消费者协会这之后形成了包括中国消费者协会、地方各级消费者协会为保护消费者的合法权益做出了很多贡献。从国际消费者权益保护合作及更好地保护消费者权益的角度我国成立消费者协会等消费者组织并且逐渐完善和发展消费者组织是十分必要的。<br />\r\n本文从研究消费维权和经济发展之间存在的联系论述消费者协会和其他消费者组织在经济发展中的作用并提出促进经济健康有序发展的建议。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723011.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723011.htm</a><br />\r\n', '', '', '42.100.17.34'),
(738, 40, '海绵城市建设的问题与对策研究<br />\r\nStudy on problems and countermeasures of sponge city construction<br />\r\n曾瑶曹志荣<br />\r\n江西环境工程职业学院江西 赣州 341000<br />\r\n摘要<br />\r\n雨水可一种有效的资源。大力收集和存储雨水可减少大量降水对城市的影响又实现了水资源的再次利用。<br />\r\n城市建设经过数年的发展面貌发生了翻天覆地的变化。我们在享受城市给我们带来便利的同时也要不断提升城市的发展质量和生态水平。近年来随着降水的增多城市内涝愈发严重我国城市不得不面对水灾。为了应对这种局面我们要建设海绵城市缓解城市的内涝提升城市的生存环境。但海绵城市建设毕竟才刚刚起步人们对海绵城市的建设还不够了解因此在建设中会遇到很多问题。怎样解决这些问题提出应对对策是至关重要的只有解决好这些问题才能为我国的城市发展做出更大的贡献。<br />\r\n随着我国对海绵城市建设的重视越来越多的城市开始实施海绵城市规划建设但在建设海绵城市的过程中也发现了很多问题。本文分析海绵城市建设问题并找到解决的方法。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723010.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723010.htm</a><br />\r\n', '', '', '113.9.201.11'),
(739, 40, '24小时自助图书馆运行初期中存在的问题与对策<br />\r\n&mdash;&mdash;以泗阳县24小时自助图书馆为例<br />\r\n<strong>Problems and countermeasures in the initial operation of 24-hour self-service library</strong><br />\r\n<strong>&mdash;&mdash;taking Siyang county 24 hours self-service library as an example</strong><br />\r\n倪晓丽<br />\r\n泗阳县图书馆江苏 泗阳 223700<br />\r\n摘要<br />\r\n以泗阳县24小时自助图书馆为例从实际操作的角度深入探讨了24小时自助图书馆初期运行中存在的问题与原因并提出了解决对策对于各地建设24小时自助图书馆具有较强的借鉴意义。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723008.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723008.htm</a><br />\r\n', '', '', '113.9.201.11'),
(740, 40, '<strong>我国老年教育发展存在的问题及对策</strong><br />\r\n<strong>Problems and solutions to the development of Chinese aged education</strong><br />\r\n王光丽<br />\r\n山东广播电视大学济南 250000<br />\r\n摘要<br />\r\n老年教育是当前社会关注的热点。我国的老年教育面临着体制机制不健全、教育教学资源匮乏、教学质量无保障、教育目标难以实现等问题。老年教育应以满足老年人的精神文化生活需求为目的保障老年人享有终身教育的权利以促进老年群体的全面发展。老年教育是人口老龄化背景下老龄服务事业和产业的重要载体。人口老龄化问题的解决需要老年教育事业的协调配合。我国老年教育具备文化养老、知识养老、精神养老的功能对教育养老的积极探索成为我国养老保障体系中的重要一环。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723012.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723012.htm</a><br />\r\n', '', '', '113.9.201.11'),
(741, 40, '河北省贫困地区精准扶贫现状调查<br />\r\n<strong>Accurate poverty alleviation in poor areas in Hebei province</strong><br />\r\n王建忠孙蕊<br />\r\n河北农业大学河北 保定 071001<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n摘要<br />\r\n河北省扶贫开发工作近些年来已经取得了很大成就但依然面临着诸多问题。基于河北省的扶贫开发工作以保定、张家口、承德三地为主要调查区域通过调查看到河北省贫困地区的基本现状分析贫困地区致贫主因及发现精准扶贫过程中存在的问题并从扶贫制度的制定、贫困地区基础设施建设和科技创新等方面提出相应对策及建议。<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723006.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723006.htm</a><br />\r\n', '', '', '113.9.201.11'),
(742, 50, '大学生手机依赖问题研究<br />\r\n<strong>Research on college students&rsquo; cell phone dependency</strong><br />\r\n杨赞琦解熙迎李莹赵珂刘艳<br />\r\n黑龙工程学院哈尔滨 150001<br />\r\n摘要<br />\r\n作为手机使用的主流群体大学生在享受手机便捷的同时出现了对手机过度依赖的现象。<br />\r\n采用问卷调查形式综合两次调查结果显示样本中黑龙江工程学院接近73%的学生存在手机依赖现象接近22%的学生甚至出现重度手机依赖问题。不同年级的学生对手机有着不同的依赖程度,但性别和专业对手机依赖度差异影响不大。第二次调查覆盖参加第一次参加调查的人员。<br />\r\n这些手机依赖现象在当代青年人中尤为突出。针对手机依赖情况对大学生的影响本文提出解决方法以解决手机依赖问题。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723007.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723007.htm</a><br />\r\n', '', '', '113.9.201.11'),
(743, 40, '基于蒙古族文化视角下的吉林省特色城镇发展分析<br />\r\n<strong>The research on the development of urbanization with characteristics in Jilin province from the perspective of Mongolian culture</strong><br />\r\n李博<br />\r\n吉林省社会科学院民族研究所长春 130033<br />\r\n摘要<br />\r\n城镇化建设最大的影响是原农牧业人口转变为城镇人口。新城镇人面临着心理转变与新生活环境的双重挑战。尤其是少数民族群众语言环境、风俗习惯、旧有环境的改变乃至民族身份的淡化使得其融入城镇化的问题会较为突出。如何促进&ldquo;新城镇人口&rdquo;从物质和精神两个层面实现自我革新,突破&ldquo;人口城镇化&rdquo;,实现&ldquo;人的城镇化&rdquo;,是目前的当务之急。<br />\r\n新型城镇化在加快地区现代化进程的同时还赋予了城镇民族文化内涵。吉林省在有序推进城镇化过程中在人口融入、特色文化城镇建设、民族文化保护与传承等方面存在一定的拓展空间探索蒙古族文化在特色城镇建设中的路径是从传统中汲取创新有利于吉林省特色城镇的长远发展和竞争力提升。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723009.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723009.htm</a><br />\r\n', '', '', '113.9.201.11'),
(744, 40, '新形势下师范大学生素质培养路径研究<br />\r\n&mdash;&mdash;基于对农村民族地区师资需求与学生就业困境的反思<br />\r\n<strong>Research on the way of cultivating students&rsquo; quality</strong><br />\r\n<strong>in new situation</strong><br />\r\n<strong>&mdash;&mdash;reflections on the demand for teaching staff in rural ethnic minority areas and the plight of students&rsquo; employment</strong><br />\r\n张晓玲<br />\r\n乐山师范学院四川 乐山 614000<br />\r\n摘要<br />\r\n20世纪末高校实行大规模扩招师范大学生的数量成倍增加大学生就业难已经成为一个社会性问题师范大学生就业亦如此。在部分条件好的地方教育局组织的教师招考中甚至出现了上百名大学生争取一个岗位的现象。同时在一些农村民族地区中小学教师仍然严重缺编。在对四川省农村民族地区教育局领导和中小学校长的访谈中发现当地最缺的是英语、数理化、计算机和艺体专业的教师。现有的矛盾一方面是农村民族地区师资缺乏特别是优秀师范大学生需求量大。另一方面大学生就业竞争激烈就业困难。要解决这方面的问题除了教育主管部门与市场存在招生专业与就业岗位之间的结构性矛盾之外高校在培养学生素质、促进学生就业竞争力方面还存在不足。高等师范院校应瞄准农村民族地区师资数量与质量这一缺口积极扩大学生就业岗位提高学生素质提升其就业竞争力解决农村民族地区师资问题与高校大学生就业困境。<br />\r\n本文基于对农村民族地区师资需求与大学生就业困境的反思对新形势下师范大学生综合素质不足的问题做出了分析包括吃苦精神不够敬业能力不足乡土文化缺乏民族多元意识不足师范专业素养不够科研能力不强实践能力和社会适应性有待提高等等。同时对大学生素质培养提出了培养路径。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723005.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201723005.htm</a><br />\r\n', '', '', '113.9.201.11');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(745, 30, '不同品种黑木耳利用玉米秸秆生长能力初探<br />\r\nStudy on the growth ability of different kinds of black fungus by using corn straw<br />\r\n刘佳宁<sup>12</sup>,宋瑞清<sup>1</sup><br />\r\n1.东北林业大学,哈尔滨 150040<br />\r\n2.黑龙江省科学院微生物研究所,哈尔滨 150010<br />\r\n&nbsp;<br />\r\n摘要<br />\r\n黑木耳是我国北方地区主要的食用菌栽培品种。我国黑木耳年产量占全球总量的90%而黑龙江省黑木耳产量占全国的50%以上,部分地区食用菌产业已经成为当地农业的支柱产业。<br />\r\n黑木耳的人工栽培料中木屑占80%左右,因此大规模栽培黑木耳需要消耗大量的木屑资源<sup>[2]</sup>。<br />\r\n&nbsp;&nbsp;&nbsp; 农作物秸秆是地球上最丰富的可再生生物资源。近年来,玉米秸秆的高效利用成为我国农业废弃物利用的研究热点,其中通过栽培黑木耳对秸秆实现生物转化是一条可取的途径。黑木耳为担子菌,在生长过程中可通过分泌一些特定的酶(漆酶、过氧化物酶、纤维素酶等)将秸秆中大分子聚合物分解为小分子的碳水化合物<sup>[3]</sup>这种生物方法可将秸秆转化为高蛋白有营养的黑木耳子实体在获得可观经济价值的同时减少环境污染。本文选用不同黑木耳品种进行利用玉米秸秆生长能力测定优选具有较强秸秆利用能力的黑木耳品种为运用分子生物学方法改良黑木耳的秸秆降解能力筛选优质黑木耳品种。通过比较10种黑木耳菌丝体利用秸秆生长的能力发现10个品种均可以在秸秆培养基中存活并生长。通过栽培实验发现<strong>&ldquo;</strong>黑29<strong>&rdquo;</strong>秸秆利用能力好于其他9个品种。<br />\r\n<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801022.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801022.htm</a><br />\r\n', '', '', '113.9.201.11'),
(746, 30, '天然锰矿与铁氧化菌协同除砷性能研究<br />\r\n<strong>Study on the removal performance of natural manganese ore </strong><br />\r\n<strong>and iron-oxidizing bacteria on the arsenic</strong><br />\r\n邓灿<a href=\"#_ftn1\" name=\"_ftnref1\" title=\"\">[1]</a>,牛晨雨<sup>2</sup>,黄永炳<sup>2</sup><br />\r\n1.中电建水环境治理技术有限公司,广东 深圳518100<br />\r\n2.武汉理工大学资源与环境工程学院,武汉 430070<br />\r\n摘要<br />\r\n地下水砷污染已成为一个全球性的问题<sup>[1]</sup>,全世界超过两亿的人口受到高砷饮用水问题的困扰<sup>[2]</sup>。<br />\r\n采用铁氧化菌改性天然锰矿利用微生物对天然锰矿的侵蚀作用改善其比表面积等物理性质从而有效提高对砷的吸附效率并对制备出的侵蚀锰矿进行除砷性能研究包括除砷等温线、吸附动力学及影响因素。采用XRF、FTIR、XRD、SEM四种测试方法对侵蚀锰矿进行表征探讨其除砷机理。<br />\r\n阅读全文<a href=\"http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801001.htm\">http://www.cnki.com.cn/Article/CJFDTotal-HELJ201801001.htm</a><br />\r\n<div>\r\n <br clear=\"all\" />\r\n <hr align=\"left\" size=\"1\" width=\"33%\" />\r\n <div id=\"ftn1\">\r\n &nbsp;</div>\r\n</div>\r\n<br />\r\n', '', '', '113.9.201.11'),
(747, 13, '的装修风格的冯小刚', '', '', '222.32.4.178'),
(748, 13, '闲得发慌注定是法国复合弓再重新分工', '', '', '222.32.4.178'),
(749, 13, 'ASEDGVI咋说的风格', '', '', '222.32.4.178'),
(750, 11, '<span style=\"font-size:14px;\">&nbsp; &nbsp; 众所周知钙是骨矿物质中最主要的成分缺钙容易导致骨质疏松和骨折。而我国居民每天从饮食中摄入的钙仅为400毫克左右不到日需要量8001200毫克的一半。</span><br />\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">研究显示,与钙片、钙口服液等钙剂相比,<strong>以牛奶为代表的膳食来源的钙更容易被吸收,并且使骨密度的增加更为持久</strong>。因此,补钙应从食物中来,以食补为基础,合理充分地从食物中摄取钙,是防治骨质疏松的基本措施。日常膳食中含钙丰富的食物有以下三类。<br />\r\n<br />\r\n<strong>1.牛奶及奶制品</strong></span>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><img alt=\"\" src=\"/uploads/180323/1-1P3231452295E.jpg\" style=\"width: 600px; height: 384px;\" /></span></div>\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">牛奶不仅含钙高每100克牛奶约含钙102毫克吸收利用率也高是膳食优质钙的主要来源。因为牛奶中1/3的钙是以游离态存在的可以被人体直接吸收另外2/3的钙与牛奶中的酪蛋白结合这部分钙会随着酪蛋白的消化而被释放出来也容易被人体吸收。<br />\r\n<br />\r\n<strong>2.深色蔬菜</strong></span>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><img alt=\"\" src=\"/uploads/180323/1-1P323145300V5.jpg\" style=\"width: 700px; height: 389px;\" /></span></div>\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">含钙较高的蔬菜主要是深色蔬菜包括芥菜、油菜、小白菜、芹菜和秋葵等每百克含钙150毫克左右。这些蔬菜不仅含钙量较高而且人体对其吸收率也不低是钙的重要来源之一。另外有些蔬菜如空心菜、菠菜、苋菜等含草酸高易与钙形成不溶解的草酸钙影响人体的吸收烹饪这些蔬菜时应用沸水先焯一下以去除草酸减少钙的浪费。<br />\r\n<br />\r\n<strong>3.大豆及豆制品</strong></span>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\"><img alt=\"\" src=\"/uploads/180323/1-1P323145341A1.jpg\" style=\"width: 484px; height: 300px;\" /></span></div>\r\n<span style=\"font-size: 14px;\">&nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">大豆含钙丰富每百克含钙367毫克但是大豆中含有多种抗营养成分特别是草酸、植酸和单宁它们能与钙结合而阻碍钙的吸收。做成豆腐之后去掉了一部分抗营养因素所以豆腐可作为补钙的辅助饮食之一。</span><br />\r\n', '', '', '1.189.106.81'),
(751, 13, '<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" height=\"483\" width=\"278\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <strong><span style=\"font-size: 18px;\">EDITORIAL BOARD</span></strong>\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"font-size: 18px;\">编 委 会</span></strong><br />\r\n &nbsp;</p>\r\n <p>\r\n <strong><span style=\"font-size: 18px;\">主 &nbsp; &nbsp;任:郭春景</span></strong><br />\r\n &nbsp;</p>\r\n <p>\r\n <strong><span style=\"font-size: 18px;\">副主任:沙长青、赵立涛&nbsp;</span></strong><br />\r\n &nbsp;</p>\r\n <p>\r\n <strong><span style=\"font-size: 18px;\">专家委员:以姓氏笔画为序</span></strong><br />\r\n &nbsp;</p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:16px;\"><strong>丁国怀 王阳 王伟东</strong><br />\r\n <br />\r\n <strong>王春生 王傲雪 王锡山</strong>&nbsp;<br />\r\n <br />\r\n <strong>费洪新 白雪峰 曲春艳</strong><br />\r\n <br />\r\n <strong>刘玫 刘北东 刘春燕</strong><br />\r\n <br />\r\n <strong>刘晓辉 孙宇峰 苏志强</strong><br />\r\n <br />\r\n <strong>李志高 杨谦 吴冈</strong><br />\r\n <br />\r\n <strong>郝冰玉 宋艳 张兴</strong><br />\r\n <br />\r\n <strong>张斌 张介驰 张成信</strong><br />\r\n <br />\r\n <strong>张伟君 谷安鑫 陈伯林</strong><br />\r\n <br />\r\n <strong>郑福贵 岳欢 尚杰</strong><br />\r\n <br />\r\n <strong>侯跃新 赵弘韬 夏虹</strong><br />\r\n <br />\r\n <strong>倪红伟 倪靖滨 徐晓秋</strong><br />\r\n <br />\r\n <strong>张晓臣 曹彦 谢振华</strong><br />\r\n <br />\r\n <strong>郭长虹</strong><br />\r\n &nbsp;<br />\r\n &nbsp;</span><br />\r\n &nbsp;</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<br />\r\n', '', '', '42.100.17.34'),
(752, 11, '<span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\"><span style=\"letter-spacing: 1px;\">&nbsp; &nbsp; &nbsp; &nbsp;近年来欧美国家十分推崇向我国学习喝茶因为多项研究证实喝茶有益健康比如最新研究指出每天喝3杯甘菊茶利于改善血糖水平。其实除了绿茶、红茶、花茶我国传统医学还讲究喝养生茶。</span></span></span></span><br />\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <br />\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\"><img alt=\"\" src=\"/uploads/180524/1-1P5241351394b.jpg\" style=\"width: 550px; height: 314px;\" /><br />\r\n <br />\r\n <strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;三花茶</strong></span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp;饮法三七花1克、玫瑰花2克、杭菊花3克、龙井茶4克沸水泡两次代茶饮。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp;功效:三七花有活血化瘀、降脂补益的作用;玫瑰花能舒肝解郁、调节情绪;杭菊花可清肝明目、醒脑降压。三花茶有活血降压、舒肝解郁的功效。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp;注意事项:三花茶适宜中老年人,以及患</span><a href=\"http://health.sina.com.cn/disease/ku/00015/\" style=\"text-decoration-line: none; outline: 0px; color: rgb(238, 32, 27);\" target=\"_blank\"><span style=\"color:#000000;\">高血压</span></a><span style=\"color:#000000;\">、</span><a href=\"http://health.sina.com.cn/disease/ku/00165/\" style=\"text-decoration-line: none; outline: 0px; color: rgb(238, 32, 27);\" target=\"_blank\"><span style=\"color:#000000;\">冠心病</span></a><span style=\"color:#000000;\">的人群而孕妇不宜茶叶可根据个人喜好除了龙井红茶、花茶、普洱茶均可茶叶别放太多每天2~4克为宜服用西药时别用茶水送服。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">&nbsp; &nbsp; &nbsp; &nbsp; 蜂蜜柠檬茶</span></span></span></strong></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  饮法切鲜柠檬2~3片约1/3只用温水冲泡可加适量蜂蜜调味。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  功效柠檬性微寒能生津止渴、化痰止咳主治暑热烦渴、胃热伤津、痰热咳嗽等症。从营养学角度看柠檬富含维生素C、柠檬酸、苹果酸、枸橼酸、橙皮苷等营养物质。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  注意事项:老少皆宜,秋冬适量喝有助养阴;鲜柠檬比干柠檬更好;如大便偏干就多加点蜂蜜,大便不成形就多加两片柠檬,利于收敛、止泻。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  桑菊蚕茧饮</span></span></span></strong></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  饮法菊花3~5朵干桑叶一小撮蚕茧两个开水冲泡后饮用。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  功效:菊花可平肝明目、散风清热,能清肺热、胃火。桑叶味甘苦寒,能疏散风热、清肺润燥。桑菊饮是清代医家吴鞠通《温病条辨》中的经典名方,是缓解咳嗽、体热等症的佳品。蚕茧具有助眠作用,还含丝胶蛋白等有益物质,利于滋养皮肤、美容祛斑。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  注意事项四季皆宜春、秋、冬三季干燥此茶能清咽润喉夏季炎热可解暑热菊花种类不限杭菊、贡菊、雪菊皆可桑叶可到药店买但最好在每年春天桑树抽芽时去野外采些桑叶尖晒干后收藏备用如有咽喉不适等症可增加1~2朵菊花或多放点桑叶如大便稀溏就减少1~2朵菊花老人可加10~20粒枸杞能补肝肾、明目增加保健功效。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  丝瓜茶汤</span></span></span></strong></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  饮法将一根丝瓜去皮、切成薄片连同一根葱、适量盐放入锅中煮软后加入5克绿茶浸泡入味即可。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  功效:丝瓜味甘性凉,有消热化痰、解暑除烦、通便润肤等功效,主治痰喘咳嗽、痔疮</span><a href=\"http://health.sina.com.cn/disease/ku/01149/\" style=\"text-decoration-line: none; outline: 0px; color: rgb(238, 32, 27);\" target=\"_blank\"><span style=\"color:#000000;\">便血</span></a><span style=\"color:#000000;\">等症。研究发现,丝瓜含大量维生素、矿物质、木糖胶等,有抗炎、镇痛、利尿作用。绿茶含茶多酚、茶氨酸等,可提神清心、清热解暑。常饮此茶能加速排出尿酸,是</span><a href=\"http://health.sina.com.cn/disease/ku/02744/\" style=\"text-decoration-line: none; outline: 0px; color: rgb(238, 32, 27);\" target=\"_blank\"><span style=\"color:#000000;\">痛风</span></a><span style=\"color:#000000;\">患者的辅助药膳。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  山楂红糖茶</span></span></span></strong></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  饮法山楂8~10枚洗净、去核、掰碎用开水冲泡或煮20分钟加入红糖调匀。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  功效:山楂是常用药材,生山楂善于活血化瘀,炒山楂善于健胃消食,焦山楂善于止血。药理研究表明,山楂有辅助降压的作用,对防治高脂血症、动脉硬化等心脑血管疾病有益。红糖性温,可益气补血、活血化淤,适合月经不调的女性以及年老体弱者。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  注意事项:过于劳累的白领女性常有</span><a href=\"http://health.sina.com.cn/disease/ku/00649/\" style=\"text-decoration-line: none; outline: 0px; color: rgb(238, 32, 27);\" target=\"_blank\"><span style=\"color:#000000;\">痛经</span></a><span style=\"color:#000000;\">、肤色晦暗、颈肩腰腿疼痛等症,适宜常喝。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  花椒红茶</span></span></span></strong></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  饮法取花椒10粒与适量红茶一起冲泡。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  功效:花椒味辛性温,能祛湿醒神、温中止痛、除湿止泻。南方潮湿,用些花椒,春夏可祛湿,冬季能御寒。红茶属全发酵茶,有消食提神、清热降火等功效。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\">  注意事项:花椒属热性食物,经常上火的人和孕妇忌服。</span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  姜盐豆子茶</span></span></span></strong></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  饮法熟黄豆或黑豆5~10粒生姜末、熟芝麻、绿茶适量食盐少许。先将茶叶放进瓦罐里用开水泡开然后将盐、生姜末倒入罐内混匀倒入茶杯抓把炒熟的豆子或芝麻撒在杯里。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  功效:夏能清暑解热,冬可祛寒去风、健脾开胃。茶性寒,姜性热,一寒一热,正好调平阴阳。</span></span></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><span style=\"color:#000000;\">  注意事项:豆子、芝麻可补充能量,姜能活血通络、发散寒气,特别适合体力劳动者饮用。</span></span></span></p>\r\n', '', '', '113.4.206.10'),
(753, 11, '<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; 夏日的脚步越走越近,不少人身上的赘肉也快藏不住了,减肥尤为迫切。为大家推荐了一套低强度运动计划,每日活动方法各不相同,但只要坚持四周,就会有不错的瘦身效果。</span></p>\r\n<div class=\"img_wrapper\" style=\"text-align: center; color: rgb(0, 0, 0); font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; font-size: 18px; letter-spacing: 1px;\">\r\n &nbsp;</div>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px; text-align: center;\">\r\n <span style=\"font-size:14px;\">  <img alt=\"\" src=\"/uploads/180524/1-1P524140631341.jpg\" style=\"width: 335px; height: 365px;\" /></span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <br />\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周一:座椅蹲起。背对椅子,保持一步距离,双脚分开与肩同宽;身体缓慢下蹲,臀部一碰到椅子,就再次站直身体。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周二:站立式平板支撑。面对墙壁站立,双手撑墙;然后,双手前臂平放在墙上,肘部支撑身体;再换单臂支撑,最后回到起始姿势。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周三:弯腰摸地。站立,上身缓慢下俯,用手指或手掌触碰地面。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周四:左右跨跳。双脚分开与肩同宽,向右跨跳一步,同时抬起右臂,然后回位;再向左跨跳一步,同时抬起左臂。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周五:仰卧卷腹。平躺,膝盖弯曲,双脚平放在地板上,双手放在大腿上,眼看<a href=\"http://health.sina.com.cn/disease/ku/00458/\" style=\"text-decoration-line: none; outline: 0px; color: rgb(238, 32, 27);\" target=\"_blank\">天花</a>板腹部用力双肩缓缓向上抬起约5厘米双手滑向膝盖然后再缓慢躺下。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周六:侧卧抬腿。侧卧,腰肩放松,一腿伸直,另一腿上抬;然后换另一面运动另一条腿。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">周日:仰卧抬臀。平躺,双手平放于身体两侧;双膝弯曲,扭动身体左右抬臀。</span></p>\r\n<p style=\"margin: 0px 0px 30px; padding: 0px; font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; color: rgb(0, 0, 0); font-size: 18px; letter-spacing: 1px;\">\r\n <span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"font-size:14px;\">该运动第一周每天运动10分钟第二三周增加到15~20分钟第四周运动40分钟。</span></p>\r\n<div>\r\n &nbsp;</div>\r\n<div style=\"color: rgb(0, 0, 0); font-family: &quot;Hiragino Sans GB&quot;, &quot;Microsoft Yahei&quot;, 微软雅黑, Simsun, 宋体, Arial; font-size: 18px; letter-spacing: 1px; margin-top: 30px; text-align: center;\">\r\n &nbsp;</div>\r\n', '', '', '113.4.206.10'),
(754, 11, '<p style=\"border: 0px; margin: 0.63em 0px 1.8em; padding: 0px; font-size: 16px; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; color: rgb(25, 25, 25); font-family: &quot;PingFang SC&quot;, Arial, 微软雅黑, 宋体, simsun, sans-serif;\">\r\n 国家一级公共营养师 李晓丽</p>\r\n<p style=\"border: 0px; margin: 0.63em 0px 1.8em; padding: 0px; font-size: 16px; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; color: rgb(25, 25, 25); font-family: &quot;PingFang SC&quot;, Arial, 微软雅黑, 宋体, simsun, sans-serif;\">\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;蛋白质含量是反映牛奶质量的一个重要指标。对于无任何添加的生牛乳来说,蛋白质含量越高,说明牛奶的质量越好。</p>\r\n<p class=\"ql-align-center\" style=\"border: 0px; margin: 0.63em 0px 1.8em; padding: 0px; font-size: 16px; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; text-align: center; color: rgb(25, 25, 25); font-family: &quot;PingFang SC&quot;, Arial, 微软雅黑, 宋体, simsun, sans-serif;\">\r\n <img max-width=\"600\" src=\"http://5b0988e595225.cdn.sohucs.com/images/20180905/6df367c8d1124e74a604a58368b05c9d.jpeg\" style=\"border: 0px; margin: 10px auto 0px; padding: 0px; display: block; max-width: 100%; height: auto;\" /></p>\r\n<p style=\"border: 0px; margin: 0.63em 0px 1.8em; padding: 0px; font-size: 16px; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; color: rgb(25, 25, 25); font-family: &quot;PingFang SC&quot;, Arial, 微软雅黑, 宋体, simsun, sans-serif;\">\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;国家出台的新标准牛奶蛋白质含量每100毫升应不低于2.8毫克含量在3.0毫克的牛奶当属优质奶了。</p>\r\n<p style=\"border: 0px; margin: 0.63em 0px 1.8em; padding: 0px; font-size: 16px; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; color: rgb(25, 25, 25); font-family: &quot;PingFang SC&quot;, Arial, 微软雅黑, 宋体, simsun, sans-serif;\">\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;能做成酸奶的牛奶蛋白质含量一般在3.0毫克或以上。用劣质的牛奶(如蛋白质含量低,抗生素含量高),是做不出酸奶的,因为蛋白质含量低,牛奶的凝固度就变差,而抗生素的存在会杀死乳酸菌。</p>\r\n<p style=\"border: 0px; margin: 0.63em 0px 1.8em; padding: 0px; font-size: 16px; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; color: rgb(25, 25, 25); font-family: &quot;PingFang SC&quot;, Arial, 微软雅黑, 宋体, simsun, sans-serif;\">\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;因此一般从超市买来的正品酸奶之所以能做成酸奶证明所用牛奶应为好牛奶。如果自己在家做酸奶记得要选用蛋白质含量在3.0mg/100克的优质奶这样做出的酸奶凝固度、口感才好。<br />\r\n <br />\r\n <span style=\"color:#d3d3d3;\"><span style=\"font-size:11px;\">选自搜狐健康http://www.sohu.com/a/252079891_240654</span></span></p>\r\n', '', '', '122.159.5.158'),
(755, 11, '<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n &nbsp;</p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px; text-align: center;\">\r\n <span style=\"font-size:14px;\"><img alt=\"\" src=\"/uploads/181022/1-1Q02209262E19.jpg\" style=\"width: 600px; height: 308px;\" /></span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &nbsp;<br />\r\n &nbsp; &nbsp; &nbsp; 肤、胃、肺,三个字连读起来很拗口,不过,它们却是深秋最易受伤的三个部位,应注意食疗养护。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\"> &nbsp; &nbsp;护肤补水:梨皮梨肉煮汤喝。广东省中医院治未病中心主任林嬿钊指出,从中医角度来说秋季应肺,而肺主皮毛,所以皮肤的干燥与肺燥有关系。皮肤本身有问题的患者此时还容易出现一些皮疹。梨是润肺最好的选择。一般人生吃就行,小孩或是脾胃弱、体质虚寒的人最好蒸熟后吃,也可以把梨皮削下来与梨肉一起放到锅里煮水喝,吃梨肉、喝汤即可。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\">  此外,老人皮肤瘙痒还多因气血亏虚,致血虚风燥、肤失濡养所致。安徽省中医院针灸科主任医师朱庆军表示,老年人在食疗上可适当选些补气血的食物,比如大枣、枸杞等。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\">  护脾养胃:空腹吃几片醋泡姜。深秋常听很多肠胃功能不佳的人抱怨,胃酸、胃胀、胃痛发作频繁了。朱庆军称,夏季阳气较盛,虚证患者可以借助外界的阳气来补充体内阳气不足,而天气转凉后,外界阳气不够了,虚证的表现就越发明显了,从而造成病情反复。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\">  最好的办法就是祛寒气。把新鲜的生姜切成片找个小瓶子用醋把它泡上,每天早上空腹的时候吃两三片就可以了。特别是有吐酸水、大便溏泻、手脚怕冷的人,用这个办法很有效。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\">  护肺保阴:干山药打粉泡水喝。中医讲秋天五行属金,金与肺相应,所以肺气较弱的人在秋天就容易发生一些肺系疾病,如感冒、咳嗽、哮喘等。林嬿钊说,肺为金,金属白色,可以多吃点白色食物,尤其是山药。可以到药店买了干山药打成粉,用温水冲成糊糊喝,也可以蒸熟了蘸着白糖吃,或者是熬粥、做菜。山药对治疗肺病来说是最好的,既可以补脾也可以补肺。</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px;\">\r\n <span style=\"font-size:14px;\">  此外,这个时节每天在背部的风门与肺俞两个穴位处做做艾灸也有温通气血,调整阴阳的作用。特别是刚感冒时,赶紧灸一灸风门穴,可以一鼓作气把风邪赶出去。(明文)</span></p>\r\n<p style=\"margin: 0px; padding: 0px; font-family: &quot;Microsoft YaHei&quot;; font-size: 18px; text-align: right;\">\r\n <br />\r\n <br />\r\n <span style=\"font-size:14px;\"><span class=\"liability\" style=\"margin: 0px; padding: 0px;\"><span style=\"color:#d3d3d3;\">[责编:王卓] 来源:光明网</span></span></span></p>\r\n', '', '', '113.4.233.75'),
(762, 40, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:14px;\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span></div>\r\n<div>\r\n <span style=\"font-size:16px;\">孙月月 &nbsp;袁云 &nbsp;鄢子铃 &nbsp;李文惠<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(湖北经济学院外国语学院)</span></div>\r\n<br />\r\n<span style=\"font-size:16px;\">基金2018年湖北省大学生创新创业训练计划校级项目&ldquo;一湖风景缘堤扬&mdash;&mdash;武汉东湖绿道&lsquo;大湖+&rsquo;绿色生态主题功能发展的调查与研究&rdquo;研究成果(2018014)<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 东湖绿道是顺应新时代发展理念而生,拥有得天独厚的历史景观及深厚的历史底蕴,各项公共娱乐设施丰富,交通便利,但其中也存在着宣传力度不够、宣传效果不佳、部分景点缺乏人文气息、对荆楚文化推动作用不够等问题。针对此,通过实地调查走访、发放问卷等形式进行了深入研究,提出东湖绿道进一步发展完善的建议。应深入挖掘东湖绿道水资源潜力,适量增添地域文化主题,增强湖泊文化内涵。&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 阅读全文 <a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003058&amp;dbname=CJFDAUTO\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003058&amp;dbname=CJFDAUTO</a></span><br />\r\n', '', '', '42.100.17.34'),
(763, 30, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:16px;\">&nbsp; &nbsp; &nbsp; &nbsp;尹一凡<br />\r\n <br />\r\n &nbsp; &nbsp; &nbsp;(北京航空航天大学自动化科学与电气工程学院)</span></div>\r\n<br />\r\n<span style=\"font-size:16px;\">&nbsp; &nbsp; &nbsp; &nbsp; 对水轮在悬浮状态下进行多向分析,判断其与水柱的相对位置关系,确定冲击点的位置。通过三种受力假设对水轮的平衡现象进行定量分析,并在合理假设参量的条件下求出其满足平衡条件的动力学方程,同时再利用冲量定理对水轮与水的平衡条件进行补充性定性分析。在抗微扰分析上,通过假设各种外部干扰进行定性分析,以判断系统的稳定性,最后再对本研究做出的条件假设进行误差校准与细致推算。&nbsp;<br />\r\n<br />\r\n<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002001&amp;dbname=CJFDLAST2020\">&nbsp; &nbsp;&nbsp;<span style=\"color: rgb(102, 102, 102); font-family: 宋体;\">阅读全文&nbsp;</span>&nbsp; &nbsp;http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002001&amp;dbname=CJFDLAST2020</a></span>', '', '', '42.100.17.34'),
(764, 49, '<div>\r\n <br />\r\n <span style=\"font-size:16px;\">王焕男<br />\r\n <br />\r\n 三亚学院理工学院</span><br />\r\n &nbsp;</div>\r\n<span style=\"font-size:16px;\">基金:三亚学院科学研究项目&ldquo;带延误时间的排序问题研究&rdquo;(USY18SK063)<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;主要研究带精确时间延迟的两台机流水作业问题。每个工件J<sub>j</sub>j=1,2,&hellip;,n有两道工序a<sub>j</sub>、b<sub>j</sub>,第一道工序先于第二道工序加工,第一道工序的完工时间c<sub>aj</sub>与第二道工序的开始时间s<sub>bj</sub>之间存在一个精确时间延迟exact l<sub>j</sub>,即s<sub>bj</sub>=c<sub>aj</sub>+l<sub>j</sub>。所有工序操作时间都相等a<sub>j</sub>=b<sub>j</sub>=aj=1,2,&hellip;,n,且精确时间延迟是工序操作时间的整数倍l<sub>j</sub>=kak&isin;N<sup>+</sup>)。第一道工序在第一台机器上执行,第二道工序在第二台机器上执行,分别以极小化加权总完工时间、最大延误时间和总延误数为目标函数设计了最优算法。&nbsp;<br />\r\n<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 阅读全文 &nbsp;&nbsp;<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002002&amp;dbname=CJFDLAST2020\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002002&amp;dbname=CJFDLAST2020</a></span>', '', '', '42.100.17.34'),
(765, 50, '<div style=\"text-align: center;\">\r\n <br />\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">傅蓉&nbsp; 温舒艺&nbsp; 甄凤&nbsp; 邓子璇<br />\r\n &nbsp;<br />\r\n 武汉大学哲学学院 五邑大学政法学院<br />\r\n <br />\r\n 五邑大学心理健康教育中心 江西中医药大学人文学院</span></div>\r\n<span style=\"font-size:16px;\">&nbsp;<br />\r\n基金2017年广东省教学改革项目&ldquo;基于应用型社工人才培养的《心理咨询实务》适应性改革&rdquo;(GDJX2017013)&nbsp;2017年五邑大学教学改革项目&ldquo;《心理咨询实务》课程改革&rdquo;(JX2017004)&nbsp;2016年五邑大学青年科研基金项目&ldquo;文化冲突视角下的大学生人际交往障碍研究&rdquo;(2016sk06)<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;社会工作专业中的心理咨询课程存在课程定位不清、教学目标模糊等问题。为制订明确、合意的教学目标,有效指导课程教学与考核,以五邑大学为例,分析了心理咨询课程存在的问题,明晰了该课程在社会工作专业人才培养体系中的定位,确定了教学内容。在此基础上,遵循教学目标设置原则设置了三级教学目标,分别为课程总目标、知识模块目标以及知识点目标,形成了一个完整的课程教学目标体系,为跨专业课程的教学目标设置提供了参考。&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 阅读全文 &nbsp;&nbsp;<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001001&amp;dbname=CJFDLAST2020\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001001&amp;dbname=CJFDLAST2020</a></span><br />\r\n', '', '', '42.100.17.34'),
(766, 40, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">叶忠康 &nbsp;秦趣 &nbsp;吴启会<br />\r\n &nbsp;<br />\r\n 六盘水师范学院 旅游与历史文化学院</span></div>\r\n<div>\r\n <span style=\"font-size:16px;\">&nbsp;</span></div>\r\n<span style=\"font-size:16px;\">基金:<br />\r\n贵州省教育厅创新群体重大研究项目(黔教合KY字[2016]056号)&nbsp;<br />\r\n贵州省科技计划项目(黔科合基础[2017]1506)&nbsp;<br />\r\n贵州省科技合作计划项目(黔科合LH字[2015]7625号)&nbsp;<br />\r\n贵州省本科教学内容和课程体系改革项目(2017520092)&nbsp;<br />\r\n六盘水市科技计划项目(52020-2018-03-08)&nbsp;<br />\r\n六盘水师范学院重点学科建设项目(LPSSYZDXK201701)&nbsp;<br />\r\n六盘水师范学院科技创新团队项目(LPSSYKJTD201604)&nbsp;<br />\r\n六盘水师范学院教学团队建设项目(LPSSYjxtd201806)&nbsp;<br />\r\n六盘水师范学院大学生科研项目(lpssydxs18102,LPSSYDXS18105)&nbsp;<br />\r\n六盘水师范学院教学内容和课程体系改革项目(LPSSYjg201701)&nbsp;<br />\r\n六盘水师范学院财务管理课程考核方式改革项目.<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 以北京中奥马哥孛罗大酒店为典型对象,从酒店管理制度、酒店管理采取的方式方法、人文管理3个方面进行了数据采集、整理、分析。引进马斯洛理论,科学地解读了星级酒店职工认同感的影响因素。提出了提高酒店员工职业认同感的建议:物质鼓励,满足员工生理需要;加强各种福利,保障满足员工安全需要;营造良好的工作氛围,满足员工社交需要;公开奖励和表扬,满足员工尊重需要;拓宽晋升渠道,满足员工自我实现需要。&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;阅读全文 &nbsp;<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003063&amp;dbname=CJFDAUTO\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003063&amp;dbname=CJFDAUTO</a></span><br />\r\n', '', '', '42.100.17.34'),
(767, 30, '<div>\r\n <br />\r\n <span style=\"font-size:16px;\">史利利&nbsp;&nbsp; 胡永玲<br />\r\n &nbsp;<br />\r\n 黑龙江省科学院石油化学研究院&nbsp;&nbsp; 黑龙江省科学院高技术研究院</span></div>\r\n<span style=\"font-size:16px;\">&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;通过溶液聚合法,以丙烯酸丁酯为软单体,丙烯腈为硬单体,2-甲基-2-丙烯酸-2-异氰酸基乙酯和环氧树脂E-03生成物作为官能单体,合成了用于改性环氧树脂的丙烯酸酯低聚物。讨论了低聚物用量对体系性能的影响。结果表明:低聚物用量为20%时,改性体系的综合性能比较好,剥离强度、常温剪切强度和断裂伸长率分别比未改性体系提高了350%、19. 5%和74%。&nbsp;<br />\r\n<br />\r\n<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002003&amp;dbname=CJFDLAST2020\">&nbsp; &nbsp; &nbsp; &nbsp;阅读全文 &nbsp;http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002003&amp;dbname=CJFDLAST2020</a></span>', '', '', '42.100.17.34'),
(768, 52, '1111111111111111111111111111111111', '', '', '42.100.17.34'),
(769, 51, '222222222222222222222', '', '', '42.100.17.34'),
(770, 53, '333333333333333', '', '', '42.100.17.34'),
(771, 11, '666666666666666666', '', '', '42.100.17.34'),
(772, 11, '<br />\r\n<div style=\"text-align: center;\">\r\n <br />\r\n <span style=\"font-size:14px;\"><strong>骨质疏松症类型</strong><br />\r\n <br />\r\n 郭立新、胡欣</span></div>\r\n<span style=\"font-size:14px;\">&nbsp;<br />\r\n根据病因主要分为三型<br />\r\n<br />\r\n<strong>原发性骨质疏松症</strong>:随着年龄的增加,逐渐发生生理性退行性改变而造成,即骨骼的&ldquo;衰老&rdquo;。<br />\r\n<br />\r\n<strong>继发性骨质疏松症</strong>:引起继发性骨质疏松症的病因很多,临床上以内分泌代谢疾病、结缔组织疾病、肾脏疾病、消化道疾病和药物所致者多见。<br />\r\n<br />\r\n<strong>特发性骨质疏松症</strong>多见于8~14岁的青少年以及成人这类人群多伴有遗传型家族史女性多于男性。妇女妊娠及哺乳期所发生的骨质疏松也可列入特发性骨质疏松。</span><br />\r\n<br />\r\n<br />\r\n', '', '', '1.190.203.218'),
(773, 22, '', '', '', '42.100.17.34'),
(785, 11, '<br />\r\n郭立新等<br />\r\n<strong>骨质疏松症 类型</strong><br />\r\n<strong>骨质疏松症类型</strong><br />\r\n郭立新、胡欣<br />\r\n&nbsp;<br />\r\n根据病因主要分为三型<br />\r\n<strong>原发性骨质疏松症</strong>:随着年龄的增加,逐渐发生生理性退行性改变而造成,即骨骼的&ldquo;衰老&rdquo;。<br />\r\n<strong>继发性骨质疏松症</strong>:引起继发性骨质疏松症的病因很多,临床上以内分泌代谢疾病、结缔组织疾病、肾脏疾病、消化道疾病和药物所致者多见。<br />\r\n<strong>特发性骨质疏松症</strong>多见于8~14岁的青少年和成人多伴有遗传型家族史女性多于男性。妇女妊娠及哺乳期所发生的骨质疏松也可列入特发性骨质疏松。<br />\r\n', '', '', '42.100.17.34'),
(786, 11, '<br />\r\n<div style=\"text-align: center;\">\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n <br />\r\n &nbsp;</div>\r\n<div>\r\n 郭立新、胡欣</div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\">&nbsp;</span></div>\r\n<span style=\"font-size:16px;\">根据病因主要分为三型:<br />\r\n<br />\r\n<strong>原发性骨质疏松症</strong>:随着年龄的增加,逐渐发生生理性退行性改变而造成,即骨骼的&ldquo;衰老&rdquo;。<br />\r\n<br />\r\n<strong>继发性骨质疏松症</strong>:引起继发性骨质疏松症的病因很多,临床上以内分泌代谢疾病、结缔组织疾病、肾脏疾病、消化道疾病和药物所致者多见。<br />\r\n<br />\r\n<strong>特发性骨质疏松症</strong>多见于8~14岁的青少年以及成人多伴有遗传型家族史女性多于男性。妇女妊娠及哺乳期所发生的骨质疏松也可列入特发性骨质疏松。</span><br />\r\n', '', '', '42.100.17.34'),
(787, 51, '<br />\r\n<span style=\"font-size:16px;\">&nbsp;<br />\r\n张瑞平 &nbsp; &nbsp;黄飞文 &nbsp; 蔡舟波<br />\r\n<br />\r\n广东省江门市五邑中医院影像科<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;选择我院急诊溶栓治疗的20例急性大面积脑梗塞患者,所有患者均于溶栓前发病,10 h内行常规MRI平扫、扩散加权成像(DWI)和3D-ASL检查,溶栓后1周内复查常规MRI平扫、DWI和3D-ASL检查。测量溶栓术前及术后脑梗塞区与正常对照区的脑血流量(CBF)值发现20例患者DWI检查均可见弥散受限高信号区,表观扩散系数(ADC)值降低; 3D-ASL检查均发现CBF值降低的脑组织低灌注区,与临床表现符合。低灌注区域的体积大于弥散加权(DWI)显示范围。20例患者经急诊进行溶栓治疗后,其中低灌注区范围出现不同程度缩小者发生18例,低灌注区范围扩大者发生2例;显示局部高灌注改变者发生10例。在溶栓治疗后出现脑灌注情况明显改善病例,与溶栓治疗前情况相比,缺血区前后CBF值差异有统计学意义(P &lt;0. 05)。说明3D-ASL作为一项无创性、无须外源性对比剂的磁共振灌注成像新技术,能够显示急性脑梗塞溶栓术前术后低灌注向高灌注的转换过程,为评价急性脑梗塞患者的溶栓疗效提供重要依据。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;阅读全文:&nbsp;<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002037&amp;dbname=CJFDLAST2020\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002037&amp;dbname=CJFDLAST2020</a></span><br />\r\n', '', '', '42.100.17.34'),
(788, 49, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">黄臻<br />\r\n <br />\r\n 上海振华重工(集团)股份有限公司</span></div>\r\n<br />\r\n<span style=\"font-size: 16px;\">基金:上海市科学技术委员会带头项目(16XD1424000)</span><br />\r\n<span style=\"font-size:16px;\">&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 介绍了钻井船套管机械手工作原理及其结构,分析了液压系统中压力损失主要因素,给出了根据设备参数进行液压系统设计计算方法。<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 阅读全文:<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002005&amp;dbname=CJFDLAST2020\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002005&amp;dbname=CJFDLAST2020</a></span><br />\r\n&nbsp;<br />\r\n', '', '', '42.100.17.34'),
(789, 50, '<div>\r\n <br />\r\n <span style=\"font-size:16px;\">傅蓉&nbsp; 温舒艺&nbsp; 甄凤&nbsp; 邓子璇<br />\r\n &nbsp;<br />\r\n 武汉大学哲学学院 &nbsp; &nbsp; &nbsp;五邑大学政法学院<br />\r\n <br />\r\n 五邑大学心理健康教育中心 &nbsp;江西中医药大学人文学院</span></div>\r\n<div>\r\n <span style=\"font-size:16px;\">&nbsp;</span></div>\r\n<span style=\"font-size:16px;\">&nbsp; &nbsp; &nbsp; 基金:<br />\r\n&nbsp; &nbsp; &nbsp; 2017年广东省教学改革项目&ldquo;基于应用型社工人才培养的《心理咨询实务》适应性改革&rdquo;(GDJX2017013)&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; 2017年五邑大学教学改革项目&ldquo;《心理咨询实务》课程改革&rdquo;(JX2017004)&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; 2016年五邑大学青年科研基金项目&ldquo;文化冲突视角下的大学生人际交往障碍研究&rdquo;(2016sk06)<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; 社会工作专业中的心理咨询课程存在课程定位不清、教学目标模糊等问题。为制订明确、合意的教学目标,有效指导课程教学与考核,以五邑大学为例,分析了心理咨询课程存在的问题,明晰了该课程在社会工作专业人才培养体系中的定位,确定了教学内容。在此基础上,遵循教学目标设置原则设置了三级教学目标,分别为课程总目标、知识模块目标以及知识点目标,形成了一个完整的课程教学目标体系,为跨专业课程的教学目标设置提供了参考。&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; 阅读全文:<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001001&amp;dbname=CJFDLAST2020\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001001&amp;dbname=CJFDLAST2020</a></span><br />\r\n', '', '', '42.100.17.34'),
(790, 50, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">&nbsp;<br />\r\n 黄佳彦 &nbsp; &nbsp; 肖天龙<br />\r\n <br />\r\n 湖南农业大学</span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size: 16px;\">&nbsp; &nbsp; &nbsp; &nbsp;基金:</span></div>\r\n<span style=\"font-size: 16px;\">&nbsp; &nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;2017年度湖南省教育厅科学研究一般项目&ldquo;高校创新创业教育能力建设研究&rdquo;(17C0787)<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;湖南农业大学2017年度就业创业指导与教学研究课题&ldquo;农业高校创新创业教育能力建设研究&rdquo;</span><br />\r\n<br />\r\n<span style=\"font-size:16px;\">&nbsp; &nbsp; &nbsp; &nbsp;创新创业教育是培养新时代创新创业高素质人才的重要途径,是深化高等教育改革的迫切要求。介绍了创新创业教育的内涵,以教育为主体构建了创新创业教育满意度评价指标体系,并运用模糊层次分析法(AHP)对其进行了分析,并对提高我国创新创业教育满意度提出了建议,即转变教育理念,改革培养模式,重建课程结构,突出能力培养,完善师资队伍与激励机制,提升成果转化率,进而提高创新创业满意度,完善创新创业教育体系建设,不断开创高校创新创业教育新局面。&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;阅读全文:<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001003&amp;dbname=CJFDLAST2020\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202001003&amp;dbname=CJFDLAST2020</a><br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;</span><br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n', '', '', '42.100.17.34'),
(791, 50, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">夏虹&nbsp; 刘正&nbsp; 马福秋&nbsp;&nbsp; 田凯<br />\r\n <br />\r\n 哈尔滨工程大学核科学与技术学院</span></div>\r\n<br />\r\n<span style=\"font-size:16px;\">基金:<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;黑龙江省2017年高等教育教学改革研究项目&ldquo;基于卓越工程师培养的企业培养方案的探索、构建与实施&rdquo;(SJGY20170528)&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;哈尔滨工程大学2019年本科教学改革研究项目&ldquo;基于校企合作背景下毕业设计实践环节中特色教学模式的改革研究&rdquo;(JG2019B36)的研究成果之一;<br />\r\n&nbsp; &nbsp;<br />\r\n&nbsp; &nbsp; &nbsp;介绍了&quot;订单+联合&quot;校企协同大核电人才培养体系。针对核电人才培养在理论教学中存在的问题,提出了解决方法。该体系以企业需求为导向,通过创新教育理念,完善专业课程体系,加强师资队伍建设,用精准高效的方法对学生进行核专业知识的传授,使其系统学习,以满足核电企业对入行者的专业知识要求。&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; 阅读全文:<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003003&amp;dbname=CJFDAUTO\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003003&amp;dbname=CJFDAUTO</a><br />\r\n&nbsp;</span><br />\r\n', '', '', '42.100.17.34'),
(792, 50, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">&nbsp;<br />\r\n 陈文剑&nbsp; 张揽月&nbsp;&nbsp; 孙辉<br />\r\n <br />\r\n 哈尔滨工程大学水声工程学院</span></div>\r\n<br />\r\n<span style=\"font-size:16px;\">&nbsp; &nbsp; &nbsp;基金:<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;哈尔滨工程大学教学改革研究项目&ldquo;可视化技术在振动与声基础教学中的应用&rdquo;(JG2016BZD13)<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp;哈尔滨工程大学教学改革研究项目&ldquo;振动与声可视化教学软件的设计开发与应用&rdquo;(JG2017B22)<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; 设计了振动与声课程可视化教学平台,包含了振动问题、声场问题和特殊函数三个模块,每个模块包含了若干具体可视化内容的子模块。具有友好人机交互界面的可视化教学平台,把抽象的振动与声的物理规律和现象进行形象化演示。以&quot;单自由度阻尼振动系统受迫振动&quot;、&quot;组合声源辐射声场&quot;、&quot;柱函数&quot;三个子模块为例,介绍了动态和静态的可视化结果。&nbsp;<br />\r\n<br />\r\n<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003005&amp;dbname=CJFDAUTO\">&nbsp; &nbsp; &nbsp; &nbsp;阅读全文http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003005&amp;dbname=CJFDAUTO</a></span><br />\r\n', '', '', '42.100.17.34'),
(793, 40, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">金航婷&nbsp;&nbsp;&nbsp; 金望潮<br />\r\n <br />\r\n 嘉兴学院</span></div>\r\n<br />\r\n<span style=\"font-size:16px;\">基金:<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;国家级大学生创新创业训练计划&ldquo;&lsquo;精准扶贫&rsquo;视阈下自闭症患儿家庭帮扶对策研究&rdquo;(201910354003)项目成果<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 我国自闭症患儿人数众多,家庭需求表现在多个层面,即从经济需求到心理需求,从直接帮扶到间接协助,从个体发展到社会接纳等。目前我国针对自闭症的社会保障体系仍未完善,自闭症家庭仍面临巨大困难。采用计量经济模型,分析患儿家庭对政府、企业、康复机构、患儿家庭互助会各方帮扶措施的满意度,根据需求将自闭症患儿家庭进行分类,在&quot;精准扶贫&quot;视域下,针对不同类别家庭提出帮扶对策,改善自闭症患儿家庭的困境。&nbsp;<br />\r\n<br />\r\n<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003056&amp;dbname=CJFDAUTO\">&nbsp; &nbsp; &nbsp; &nbsp; 阅读全文http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003056&amp;dbname=CJFDAUTO</a><br />\r\n&nbsp;</span><br />\r\n', '', '', '42.100.17.34'),
(794, 40, '<div style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-size:22px;\">&nbsp;</span></span></div>\r\n<div>\r\n <br />\r\n <span style=\"font-size:16px;\">刁露 &nbsp; &nbsp; &nbsp; 杨晓芳<br />\r\n <br />\r\n 成都师范学院数学学院</span></div>\r\n<span style=\"font-size:16px;\">基金:<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;成都师范学院2018年国家级创新创业项目&ldquo;&lsquo;单独二孩&rsquo;背景下的中国人口预测&rdquo;(201814389018)&ldquo;&lsquo;共享经济&rsquo;背景下城市共享单车&rdquo;(201814389061)&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;成都师范学院2019年国家级创新创业项目&ldquo;基于Logistic-Leslie模型的中国空巢老人人口预测&rdquo;(S201914389090)&ldquo;房住不炒背景下中国房价的定量研究&rdquo;(S201914389040)<br />\r\n&nbsp;<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp;自2016年城市共享单车推行后,共享单车行业发展迅速崛起。经过近三年的行业发展,大量的共享单车品牌在经历市场急剧膨胀后纷纷退出市场,而少数继续坚持发展的城市共享单车品牌也面临着区域投放数量分布不均衡、车辆违规停放影响社会秩序等问题。本课题以成都市红星桥C口共享单车停放数量以及违规停放现状为例,分析目前的城市共享单车违规停放、发展问题。&nbsp;<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; 阅读全文:<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003057&amp;dbname=CJFDAUTO\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202003057&amp;dbname=CJFDAUTO</a></span>', '', '', '42.100.17.34'),
(796, 51, '<div style=\"text-align: center;\">\r\n &nbsp;</div>\r\n<div>\r\n <span style=\"font-size:16px;\">&nbsp;<br />\r\n 魏宁颐 &nbsp; &nbsp;杜玲玉珊 &nbsp; &nbsp; 杨梅<br />\r\n <br />\r\n 云南中医学院</span></div>\r\n<br />\r\n<span style=\"font-size:16px;\">基金:<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;国家自然科学基金项目-地区科学基金项目&ldquo;云南春燥环境下小鼠动物模型的评价与研究&rdquo;(81760826)<br />\r\n<br />\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;云南省科技计划项目中医联合面上项目&ldquo;基于宏观表征与微观指标变化探讨云南春燥发病机制的实验研究&rdquo;(2017FF117)<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n摘要云南春燥证小鼠模型已经建立完成。为进一步研究云南春燥证的机体内在生理病理变化,解释中医学中邪气入侵、正气奋起抗邪的变化过程,课题组对云南春燥证临床表现中的干咳、鼻干进行分析,并结合与其相关的指标进行讨论,最终确认了云南春燥证动物模型的评价指标。&nbsp;<br />\r\n<br />\r\n&nbsp;<br />\r\n阅读全文<a href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202006013&amp;dbname=CJFDAUTO\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202006013&amp;dbname=CJFDAUTO</a></span><br />\r\n', '', '', '42.100.17.34'),
(797, 51, '<div class=\"wxTitle\" style=\"margin: 0px; padding: 18px 0px 0px; border-bottom: 1px dotted rgb(198, 198, 198); position: relative; text-align: center; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <br />\r\n <div class=\"author\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: justify;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">吴化勇</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">计仁军</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">谢瑞红</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">闫冬</a></span></div>\r\n <div class=\"orgn\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: justify;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">黑龙江农垦职业学院</a></span></div>\r\n <div class=\"link\" style=\"margin: 0px; padding: 0px; z-index: 1000; float: none; position: relative; text-align: right; line-height: 18px;\">\r\n &nbsp;</div>\r\n</div>\r\n<div id=\"datapupart\" style=\"margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n &nbsp;</div>\r\n<div class=\"wxInfo\" style=\"margin: 0px; padding: 20px 0px 0px; overflow: visible; font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <div class=\"wxBaseinfo\" style=\"margin: 0px; padding: 0px; position: relative; float: left; width: 760px; z-index: 999;\">\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n <span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"margin: 0px; padding: 0px;\"><font color=\"#666666\">&nbsp; &nbsp; &nbsp; &nbsp;摘要:</font><font color=\"#333333\">以探究运动疗法联合臭氧治疗膝关节前交叉韧带损伤的临床效果为目的。选择2017年4月2019年4月来我校合作医院接受治疗的172例膝关节前交叉韧带损伤患者为研究对象。在恢复期内,对照组接受臭氧注射治疗。观察组在此基础上接受运动康复治疗。相较于对照组,观察组患者干预后IDKC、Tegner以及Lysholm分数的改善情况明显更好。对照组治疗有效率为72. 1%,观察组为88. 4%,两组相比,P &lt;0. 05。对前交叉韧带损伤患者应用臭氧联合运动康复治疗能够取得满意成效,此法安全性强,有效性高,值得进一步推广。&nbsp;<br />\r\n &nbsp; &nbsp; &nbsp; 阅读全文:</font></span><span style=\"font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif; font-size: 12px;\">http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202006015&amp;dbname=CJFDAUTO</span></p>\r\n </div>\r\n</div>\r\n<br />\r\n', '', '', '42.100.17.34');
INSERT INTO `dede_addonarticles` (`aid`, `typeid`, `body`, `redirecturl`, `templet`, `userip`) VALUES
(798, 51, '<div class=\"wxTitle\" style=\"margin: 0px; padding: 18px 0px 0px; border-bottom: 1px dotted rgb(198, 198, 198); position: relative; text-align: center; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <div class=\"author\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: left;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">张鑫</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">王佳乐</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">薛钦予</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">岳超颖</a></span><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">李鑫鑫</a></span></div>\r\n <div class=\"orgn\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: left;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">牡丹江医学院</a></span></div>\r\n <div class=\"link\" style=\"margin: 0px; padding: 0px; z-index: 1000; float: none; position: relative; text-align: right; line-height: 18px;\">\r\n &nbsp;</div>\r\n</div>\r\n<div id=\"datapupart\" style=\"margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n &nbsp;</div>\r\n<div class=\"wxInfo\" style=\"margin: 0px; padding: 20px 0px 0px; overflow: visible; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <div class=\"wxBaseinfo\" style=\"margin: 0px; padding: 0px; position: relative; float: left; width: 760px; z-index: 999;\">\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n <label id=\"catalog_FUND\" style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102);\">基金:</label><br />\r\n <a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none;\">&nbsp; &nbsp; &nbsp; &nbsp; 黑龙江省2018年立项大学生创新创业训练计划项目(201810229010)&nbsp;</a><br />\r\n <a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none;\">&nbsp; &nbsp; &nbsp; &nbsp; 黑龙江省2019年立项大学生创新创业训练计划项目(201810229022)&nbsp;</a><br />\r\n <a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none;\">&nbsp; &nbsp; &nbsp; &nbsp; VTA区BDNF表达与酒精依赖戒断症状相关性研究&nbsp;</a><br />\r\n <a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;牡丹江医学院2019年大学生科研立项(201921)</a></p>\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n <br />\r\n <span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"margin: 0px; padding: 0px;\">&nbsp; &nbsp; &nbsp; &nbsp; 介绍了酒精依赖的生物学定性和医学定性,分析了酒精依赖与酗酒的区别。酒精依赖的危害主要包括躯体危害、心理危害、社会危害,治疗主要通过药物治疗和心理治疗两方面来进行。&nbsp;<br />\r\n &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;阅读全文:<br />\r\n http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202006016&amp;dbname=CJFDAUTO</span></p>\r\n </div>\r\n</div>\r\n&nbsp; &nbsp;', '', '', '42.100.17.34'),
(803, 51, '<div class=\"wxTitle\" style=\"margin: 0px; padding: 18px 0px 0px; border-bottom: 1px dotted rgb(198, 198, 198); position: relative; text-align: center; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <br />\r\n <div style=\"text-align: justify;\">\r\n &nbsp;</div>\r\n <div class=\"author\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: justify;\">\r\n <span style=\"font-size:16px;\"><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">林荣荣</a></span></span></div>\r\n <div class=\"orgn\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: justify;\">\r\n <span style=\"font-size:16px;\"><span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">苍南县人民医院</a></span></span></div>\r\n <div class=\"link\" style=\"margin: 0px; padding: 0px; z-index: 1000; float: none; position: relative; text-align: right; line-height: 18px;\">\r\n <a class=\"icon icon-output\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\">导出/参考文献</a><span class=\"shareBoard\" style=\"margin: 0px; padding: 1px 1px 0px; position: relative; display: inline-block; color: rgb(124, 124, 124);\"><a class=\"icon icon-share\" href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002038&amp;dbname=CJFDLAST2020#\" style=\"margin: 0px 0px 0px 5px; padding: 0px; color: rgb(51, 51, 51); text-decoration: none; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\">分享</a></span><a class=\"icon icon-track\" id=\"RefTrack\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\"><label style=\"margin: 0px; padding: 0px; cursor: pointer;\">创建引文跟踪</label></a><a class=\"icon icon-favor\" id=\"addfavtokpc\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\"><label style=\"margin: 0px; padding: 0px; cursor: pointer;\">收藏</label></a><a class=\"icon icon-print\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\">打印</a></div>\r\n</div>\r\n<div id=\"datapupart\" style=\"margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n &nbsp;</div>\r\n<div class=\"wxInfo\" style=\"margin: 0px; padding: 20px 0px 0px; overflow: visible; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <div class=\"wxBaseinfo\" style=\"margin: 0px; padding: 0px; position: relative; float: left; width: 760px; z-index: 999;\">\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n <label id=\"catalog_ABSTRACT\" style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102);\">摘要:</label><span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"margin: 0px; padding: 0px;\">探讨奥美拉唑联合铝碳酸镁治疗胃溃疡合并胃出血的临床效果。选择2017年10月2018年10月期间苍南县人民医院收治的68例胃溃疡合并胃出血患者,将其随机分为对照组和观察组,每组各34例。两组患者均给予止血处理,并口服果胶铋和抗菌药。对照组采用奥美拉唑治疗,观察组在对照组的基础上增加铝碳酸镁进行治疗,对比两组患者止血、住院和溃疡愈合时间,并观察两组患者的幽门螺杆菌根除效果和不良反应。观察组彻底止血时间(3. 03&plusmn;1. 03) d、住院时间(6. 03&plusmn;1. 14) d和溃疡愈合时间(24. 38&plusmn;3. 36) d均显著低于对照组(5. 58&plusmn;0. 96) d、(8. 57&plusmn;1. 69) d、(28. 39&plusmn;4. 68) d,差异具有统计学意义(P &lt;0. 05)。观察组及对照组的不良反应率分别为8. 82%、11. 76%,对照组不良反应率明显高于观察组,差异具有统计学意义(P&gt; 0. 05)。疗程结束后的复查结果显示:观察组幽门螺杆菌根除者为27例(79. 41%),对照组为21例(61. 76%),差异具有统计学意义(P &lt;0. 05)。胃溃疡合并胃出血患者常规质...&nbsp;</span><span style=\"margin: 0px; padding: 0px;\"><a id=\"ChDivSummaryMore\" style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none;\">更多</a></span></p>\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n 阅读全文:<br />\r\n http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202002038&amp;dbname=CJFDLAST2020</p>\r\n </div>\r\n</div>\r\n<br />\r\n', '', '', '112.103.91.185'),
(804, 51, '<div class=\"wxTitle\" style=\"margin: 0px; padding: 18px 0px 0px; border-bottom: 1px dotted rgb(198, 198, 198); position: relative; text-align: center; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <br />\r\n <a class=\"btn-note\" href=\"http://x.cnki.net/search/common/testlunbo?dbcode=CJFD&amp;tablename=CJFDLAST2020&amp;filename=helj202004019&amp;filesourcetype=1\" style=\"margin: 0px; padding: 0px; color: rgb(95, 95, 95); text-decoration: none; cursor: pointer; background-color: transparent; outline: none; position: absolute; right: 0px; top: 32px; width: 110px;\" target=\"_blank\"><img src=\"/uploads/allimg/200513/14441a463-0.gif\" style=\"margin: 0px; padding: 0px; border: none; width: 110px;\" /></a>\r\n <div class=\"author\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: justify;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">李斯斯</a></span></div>\r\n <div class=\"orgn\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: justify;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">吉林大学第二医院</a></span></div>\r\n <div class=\"link\" style=\"margin: 0px; padding: 0px; z-index: 1000; float: none; position: relative; text-align: right; line-height: 18px;\">\r\n <a class=\"icon icon-output\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\">导出/参考文献</a><span class=\"shareBoard\" style=\"margin: 0px; padding: 1px 1px 0px; position: relative; display: inline-block; color: rgb(124, 124, 124);\"><a class=\"icon icon-share\" href=\"http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202004019&amp;dbname=CJFDLAST2020#\" style=\"margin: 0px 0px 0px 5px; padding: 0px; color: rgb(51, 51, 51); text-decoration: none; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\">分享</a></span><a class=\"icon icon-track\" id=\"RefTrack\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\"><label style=\"margin: 0px; padding: 0px; cursor: pointer;\">创建引文跟踪</label></a><a class=\"icon icon-favor\" id=\"addfavtokpc\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\"><label style=\"margin: 0px; padding: 0px; cursor: pointer;\">收藏</label></a><a class=\"icon icon-print\" style=\"margin: 0px 0px 0px 5px; padding: 0px; cursor: pointer; background-color: transparent; outline: none; display: inline-block;\">打印</a></div>\r\n</div>\r\n<div id=\"datapupart\" style=\"margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n &nbsp;</div>\r\n<div class=\"wxInfo\" style=\"margin: 0px; padding: 20px 0px 0px; overflow: visible; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <div class=\"wxBaseinfo\" style=\"margin: 0px; padding: 0px; position: relative; float: left; width: 760px; z-index: 999;\">\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n <label id=\"catalog_ABSTRACT\" style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102);\">摘要:</label><span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"margin: 0px; padding: 0px;\">评价拇外翻合并小趾内翻畸形患者在进行微创截骨矫正术治疗后,对其VAS(疼痛)评分改善、生活质量(SF-36)提升的影响。选择我院2018年5月&mdash;2019年5月收治的48例拇外翻合并小趾内翻患者为研究对象,所有患者均选取微创截骨矫正术治疗。依据视觉模糊评分法对患者的疼痛感进行评估,对其生活质量进行记录,结果均以分数显示,统计各组康复优良率。相比较治疗前VAS评分,治疗后分数更低(P &lt;0. 05);相比较治疗前生活质量评分,治疗后分数更高(P &lt;0. 05)。48例患者中,24例显示优(50. 00%),23例显示良(47. 92%),1例显示差(2. 08%),总计优良率为97. 92%(47例)。说明选择微创截骨矫正术对拇外翻合并小趾内翻的患者进行治疗,可以减少患者的疼痛感,并促进其生活质量提升<br />\r\n <br />\r\n 阅读全文:<br />\r\n http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202004019&amp;dbname=CJFDLAST2020</span></p>\r\n </div>\r\n</div>\r\n<br />\r\n', '', '', '112.103.91.185'),
(806, 51, '<div class=\"wxTitle\" style=\"margin: 0px; padding: 18px 0px 0px; border-bottom: 1px dotted rgb(198, 198, 198); position: relative; text-align: center; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <br />\r\n <div class=\"author\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: left;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体; position: relative;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">崔晓燕</a></span></div>\r\n <div class=\"orgn\" style=\"margin: 8px auto; padding: 0px; width: 760px; word-break: break-all; text-align: left;\">\r\n <span style=\"margin: 0px 0.5em; padding: 0px; color: rgb(124, 124, 124); font-stretch: normal; font-size: 14px; line-height: 1.4; font-family: Arial, &quot;Microsoft Yahei&quot;, 宋体;\"><a style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102); cursor: pointer; background-color: transparent; outline: none; font-stretch: normal; line-height: 1.4;\">定西市第二人民医院</a></span></div>\r\n <div class=\"link\" style=\"margin: 0px; padding: 0px; z-index: 1000; float: none; position: relative; text-align: right; line-height: 18px;\">\r\n &nbsp;</div>\r\n</div>\r\n<div id=\"datapupart\" style=\"margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n &nbsp;</div>\r\n<div class=\"wxInfo\" style=\"margin: 0px; padding: 20px 0px 0px; overflow: visible; color: rgb(51, 51, 51); font-family: Arial, &quot;Microsoft YaHei&quot;, 宋体, serif;\">\r\n <div class=\"wxBaseinfo\" style=\"margin: 0px; padding: 0px; position: relative; float: left; width: 760px; z-index: 999;\">\r\n <p style=\"margin: 0px; padding: 0px; font-stretch: normal; font-size: 16px; line-height: 2; font-family: &quot;Microsoft Yahei&quot;; text-align: justify;\">\r\n <label id=\"catalog_ABSTRACT\" style=\"margin: 0px; padding: 0px; color: rgb(102, 102, 102);\">摘要:</label><span id=\"ChDivSummary\" name=\"ChDivSummary\" style=\"margin: 0px; padding: 0px;\">以观察孟鲁司特钠治疗小儿咳嗽变异性哮喘的临床疗效及安全性为目的。将62例小儿咳嗽变异性哮喘患儿作为研究对象,并按照是否应用孟鲁司特钠治疗将患儿分为对照组31例,实验组31例,比较两组患儿的临床疗效。实验组患儿治疗1周后的相关炎症因子优于对照组、持续用药2个疗程后总有效率(93. 55%)高于对照组,组间数据差异明显(P &lt;0. 05)。实验组患儿治疗期间的不良反应发生率(12. 90%)高于对照组(9. 68%),组间数据差异不明显(P&gt; 0. 05)。对此类患儿应用孟鲁司特钠可显著提升治疗效果,有效改善气道炎症,安全性高,具有较高的临床应用价值。<br />\r\n <br />\r\n 阅读全文:<br />\r\n http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&amp;filename=HELJ202008009&amp;dbname=CJFDAUTO</span></p>\r\n </div>\r\n</div>\r\n<br />\r\n', '', '', '112.103.91.185');
-- --------------------------------------------------------
--
-- 表的结构 `dede_archives`
--
CREATE TABLE `dede_archives` (
`id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`typeid` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`typeid2` varchar(90) NOT NULL DEFAULT '0',
`sortrank` int(10) UNSIGNED NOT NULL DEFAULT '0',
`flag` set('c','h','p','f','s','j','a','b','d','e','g','i','l','k') DEFAULT NULL,
`ismake` smallint(6) NOT NULL DEFAULT '0',
`channel` smallint(6) NOT NULL DEFAULT '1',
`arcrank` smallint(6) NOT NULL DEFAULT '0',
`click` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`money` smallint(6) NOT NULL DEFAULT '0',
`title` char(255) NOT NULL,
`shorttitle` char(36) NOT NULL DEFAULT '',
`color` char(7) NOT NULL DEFAULT '',
`writer` char(20) NOT NULL DEFAULT '',
`source` char(30) NOT NULL DEFAULT '',
`litpic` char(100) NOT NULL DEFAULT '',
`pubdate` int(10) UNSIGNED NOT NULL DEFAULT '0',
`senddate` int(10) UNSIGNED NOT NULL DEFAULT '0',
`mid` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`keywords` char(30) NOT NULL DEFAULT '',
`lastpost` int(10) UNSIGNED NOT NULL DEFAULT '0',
`scores` mediumint(8) NOT NULL DEFAULT '0',
`goodpost` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`badpost` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`voteid` mediumint(8) NOT NULL,
`notpost` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
`description` varchar(255) NOT NULL DEFAULT '',
`filename` varchar(40) NOT NULL DEFAULT '',
`dutyadmin` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`tackid` int(10) NOT NULL DEFAULT '0',
`mtype` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
`weight` int(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- 转存表中的数据 `dede_archives`
--
INSERT INTO `dede_archives` (`id`, `typeid`, `typeid2`, `sortrank`, `flag`, `ismake`, `channel`, `arcrank`, `click`, `money`, `title`, `shorttitle`, `color`, `writer`, `source`, `litpic`, `pubdate`, `senddate`, `mid`, `keywords`, `lastpost`, `scores`, `goodpost`, `badpost`, `voteid`, `notpost`, `description`, `filename`, `dutyadmin`, `tackid`, `mtype`, `weight`) VALUES
(17, 11, '0', 1372659700, 'p', 1, 1, 0, 182, 0, '睡眠中开夜灯或引发抑郁', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G05012617.jpg', 1372659700, 1370570113, 1, '睡眠中,开夜,灯,或,引发,抑郁,很多人,喜欢,在,', 1372818960, 2, 1, 0, 0, 0, '很多人喜欢在床头、门厅、走廊等处的墙壁或柱子上安装精美漂亮的夜灯,用作辅助性的照明和装饰。柔和的灯光,可以在黑暗中起到指引照明的作用,所以深受人们的喜欢,但殊不知', '', 1, 0, 0, 14),
(15, 14, '0', 1372679656, 'p', 1, 2, 0, 167, 0, '藏在云海之中的世外桃园——元阳', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130606/1-130606144949.jpg', 1372679656, 1370502172, 1, '', 1372816781, 4, 2, 0, 0, 0, '藏在云海之中的世外桃园元阳 元阳的美,很难用言语去描绘它,去过的人,说得最多就是:元阳的美无法形容!这里,同一时刻,几里以外天不同;同一地方,五分钟前后天不同。这里', '', 1, 0, 0, 13),
(18, 11, '0', 1372659713, 'p', 1, 1, 0, 132, 0, '最新发现:吃石榴保护前列腺', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/shiliu.jpg', 1372659713, 1370570786, 1, '最,新发现,吃,石榴,保护,前列腺,中国人,视,', 1372834102, 2, 1, 0, 0, 0, '中国人视石榴为 吉祥物 ,是多子多福的象征。古人称石榴千房同膜,千子如一。民间婚嫁之时,常于新房案头或他处置放切开果皮、露出浆果的石榴,亦有以石榴相赠祝吉者。而石榴', '', 1, 0, 0, 15),
(19, 11, '0', 1372659685, 'p', 1, 1, 0, 156, 0, '8种神效食物能杀死癌细胞', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/8zhongshiwu.jpg', 1372659685, 1370571113, 1, '8种,神效,食物,能,杀死,癌细胞,饮食,与,癌症,', 1372835986, 6, 3, 0, 0, 0, '饮食与癌症有着千丝万缕的关系,吃错了会引爆癌症的导火索,吃对了则能起到防癌的功效 癌症的死亡率一直居高不下,因而大家谈癌色变,抗癌也就成为大家十分关注的话题了。那么', '', 1, 0, 0, 16),
(20, 11, '0', 1372659673, 'p', 1, 1, 0, 123, 0, '樟脑丸长期使用有致癌风险', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130621/1-130621105644Y7.jpg', 1372659673, 1370571323, 1, '樟脑丸,长期,使用,有,致癌,风险,樟脑丸,被,', 1372834485, 2, 1, 0, 0, 0, '樟脑丸被多数家庭所使用,通过其挥发产生味道可以驱虫,而樟脑丸本身就有毒性。一颗小小的樟脑丸究竟会有多大的毒副作用呢? 关于樟脑丸的成分,有天然和非天然之分。天然的樟', '', 1, 0, 0, 17),
(21, 11, '0', 1372659648, 'p', 1, 1, 0, 151, 0, '“坏女人”为何不易得癌?', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/huainvren.jpg', 1372659648, 1370572038, 1, '“,坏女人,”,为,何不,易得,癌,癌症,被,现代,', 1372834836, 2, 1, 0, 0, 0, '癌症,被现代医学认为是最难治愈的疾病之一。有很多因素可以导致癌症的发病,可为什么癌症却偏偏恋上了好女人,却很少依附坏女人呢? 癌症是由控制 细胞生长 增殖机制失常而引', '', 1, 0, 0, 18),
(70, 9, '0', 1372659343, 'p', 1, 1, 0, 180, 0, '伤不起的海洋在呼救!', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130619/1-13061Z926415B.jpg', 1372659343, 1371605225, 1, '伤,不起,的,海洋,在,呼救,海洋,是,生命,的,', 1372838319, 2, 1, 0, 0, 0, '海洋是生命的摇篮,还大海一份清洁是我们美好的愿望。但是,一艘艘油船泄漏,一枚枚核弹爆炸,一次次对生物资源的狂捕滥捞人类对海洋的污染、破坏触目惊心。 越来越酸的海洋', '', 1, 0, 0, 48),
(23, 11, '0', 1372659632, 'p', 1, 1, 0, 143, 0, '“下班沉默症”成严重心理问题', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/chenmo.jpg', 1372659632, 1370572397, 1, '“,下班沉默症,”,成,严重,心理问题,忙碌,的,', 1372834934, 52, 26, 0, 0, 0, '忙碌的工作使得八成上班族下班后不愿意说话,下班沉默症你有木有?下班沉默症患者,对正常的情感交流避之不及,甚至拒绝亲友的抚慰,进入了交际怪圈。 上班时侃侃而谈,回到家', '', 1, 0, 0, 19),
(24, 19, '0', 1372662920, '', 1, 1, 0, 106, 0, '词汇语义变化的转喻研究', '', '', '李春晖 ,王丹', '东北林业大学外国语学院', '', 1372662920, 1370572508, 1, '转喻,词汇语义,变化,认知', 0, 0, 0, 0, 0, 0, '摘 要: 本研究从认知语言学视角,探讨词汇语义变化的方式和过程。运用转喻认知模式,依据认知心理学和认知语言学理论解释词汇语义变化。研究结果表明,转喻是词汇语义变化的重', '', 1, 0, 0, 21),
(25, 11, '0', 1372659614, 'p', 1, 1, 0, 185, 0, '吃晚餐要警惕 3种晚餐方式等于“自杀”', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/wancan.jpg', 1372659614, 1370572513, 1, '吃,晚餐,要,警惕,3种,方式,等于,“,自杀,”,', 0, 0, 0, 0, 0, 0, '随着人们的生活节奏越来越快,很多人都是早、午餐吃得较随便,晚餐往往会吃得很丰盛,其实这是非常不正确的,这样做会严重损害人体健康。 吃晚餐常见3种误区如果你想让你的', '', 1, 0, 0, 21),
(26, 19, '0', 1372662894, '', 1, 1, 0, 113, 0, '新时期高校工会建设的问题与对策研究', '', '', '王永崇', '重庆邮电大学思政教研部', '', 1372662894, 1370572679, 1, '高校,工会建设,问题,对策', 0, 0, 0, 0, 0, 0, '摘 要 :新时期高校工会承担着推进和谐校园建设,为高校体制机制改革提供服务的重要任务,而由于种种原因,在高校工会自身建设中在工会队伍建设、组织建设、工会科研工作、工', '', 1, 0, 0, 23),
(28, 19, '0', 1372662852, '', 1, 1, 0, 166, 0, '考古学思想史背景下环境考古学的产生与发展', '', '', '彭博', '吉林大学 文学院', '', 1372662852, 1370572952, 1, '考古学思想史,环境考古学,中国', 0, 0, 0, 0, 0, 0, '摘 要:面对中国环境考古学发展的滞后,笔者认为我们需要站在考古学发展的宏观框架下重新认识环境考古学的学科定位和作用意义。《考古学思想史》一书为我们提供了一个新的思路', '', 1, 0, 0, 25),
(29, 53, '0', 1372652384, 'p', 1, 1, 0, 144, 0, '牙补丁', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/yabuding.jpg', 1372652384, 1370573234, 1, '牙,补丁,牙疼,不算,病,疼起,来就,要命,。,', 0, 0, 0, 0, 0, 0, '牙疼不算病,疼起来就要命。这句话我们从小就说。每个人都有牙疼的经历,只是早晚的问题。现在,这一问题有望得到解决,因为有人发明了牙补丁。 据报道:日本近畿大学和大阪牙', '', 1, 0, 0, 26),
(30, 53, '0', 1372652299, 'p', 1, 1, 0, 66, 0, '尿液成功制造脑细胞', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/niaoye.jpg', 1372652299, 1370573320, 1, '尿液,成功,制造,脑细胞,制造,万能,的,干细胞,', 0, 0, 0, 0, 0, 0, '制造万能的干细胞,众多学者此前研究的方法都有一些隐患,中国科学家已经成功创造出利用尿液制造人体脑细胞的方法,使干细胞的提取更加简单安全。 干 细胞 是一类具有自我复制', '', 1, 0, 0, 14),
(31, 53, '0', 1372658690, 'p', 1, 1, 0, 110, 0, '癌细胞可通过休眠躲避化疗', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/aixibao.jpg', 1372658690, 1370573410, 1, '癌细胞,可通过,休眠,躲避,化疗,驱动,肿瘤,生,', 1372902156, 4, 2, 0, 0, 0, '驱动肿瘤生长的某些细胞,会通过休眠方式躲避常用的化疗药物,然后它会在治疗结束后醒来,重新引发疾病 加拿大多伦多大学分子遗传学家、著名的干细胞科学家约翰迪克称,新发现', '', 1, 0, 0, 15),
(32, 53, '0', 1372658664, 'p', 1, 1, 0, 62, 0, '同性恋始于子宫', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/hljkx/tongxinglian.jpg', 1372658664, 1370573501, 1, '同性恋,始于,子宫,长久以来,人们,一直,认为,', 1372901725, 2, 1, 0, 0, 0, '长久以来,人们一直认为同性恋是后天形成的,如果告诉你,同性恋在母体子宫里就已经形成了,你信吗? 同性恋是指一个人在心理、性爱、情感上的兴趣主要对象均为同性别的人,无', '', 1, 0, 0, 16),
(33, 8, '0', 1372659308, 'p', 1, 1, 0, 112, 0, '纳米材料“肌肉”力量达人类肌肉的85倍', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q53100400.jpg', 1372659308, 1370573610, 1, '纳米材料,“,肌肉,”,力量,达,人类,的,85倍,', 1372837942, 2, 1, 0, 0, 0, '人造肌肉采用纳米纱和固体石蜡打造其中纳米纱由碳纳米管构成。承重能力达到自身重量的10万倍所产生的力量是人类肌肉的85倍。这种纳米材料是一种无缝中空圆柱体所用石墨与', '', 1, 0, 0, 17),
(35, 53, '0', 1372652232, 'p', 1, 1, 0, 113, 0, '提高记忆力的新发现——PKR抑制剂', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q455522D-lp.jpg', 1372652232, 1370574581, 1, '提高,记忆力,的,新发现,—,PKR,抑制剂,据说,', 1372834562, 4, 2, 0, 0, 0, '据说人的大脑的记忆能力相当于1 500亿台电脑平均每台存储80G的存储量。人们在漫长的社会生活与学习中需要依靠记忆来学习和工作但人的记忆却因个体差异的不同其记忆', '', 1, 0, 0, 19),
(36, 53, '0', 1372658482, 'p', 1, 1, 0, 104, 0, '大脑扫描可解码梦中所见', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130621/1-130621110U2448.jpg', 1372658482, 1370574717, 1, '大脑,扫描,可,解码,梦中,所见,在,睡眠,过程中,', 1372901835, 4, 2, 0, 0, 0, '在睡眠过程中,有一段时间脑电波频率变快,振幅变低,同时还表现出心率加快、血压升高、肌肉松弛,最奇怪的是眼球会不停地左右摆动。为此,科学家们把这一阶段的睡眠称为快速', '', 1, 0, 0, 20),
(38, 10, '0', 1372659562, 'p,f', 1, 1, 0, 92, 0, '祭扫的意义', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G603292c.jpg', 1372659562, 1370577644, 1, '祭扫,的,意义,那些,逝,去的,人,他们的,温暖,', 0, 0, 0, 0, 0, 0, '那些逝去的人,他们的温暖或严肃我们再也触碰不到,对他们的敬与不敬也只能单靠我们的灵魂。忙碌不是忘记他们的理由,即使我们无法拜倒在他们的坟头,甚至看不到他们的生前照', '', 1, 0, 0, 22),
(492, 27, '0', 1421648580, 'p', 1, 2, 0, 147, 0, '冰糖葫芦——哈尔滨街头的靓丽风景', '', '', 'admin', '未知', '/uploads/150119/1-150119142316163.jpg', 1421648580, 1421648562, 1, '', 0, 0, 0, 0, 0, 0, '哈尔滨冬天街头最特色、最靓丽的一道风景就是冰糖葫芦,好吃又好看。哈尔滨的冰糖葫与别的地方可不一样,冰冻的冬天它却外脆里嫩,甜酸有度。除此之外,品种也很齐全,山楂、', '', 1, 0, 0, 391),
(493, 55, '0', 1425018291, 'c,p', 1, 1, 0, 64, 0, '新视野号给冥王星送去神秘货物', '', '', 'admin', '果壳网', '/uploads/150120/1-150120110A2241.jpg', 1425018291, 1421723546, 1, '新视野,号,给,冥王星,送去,神秘,货物,美国,', 0, 0, 0, 0, 0, 0, '美国航空航天局NASA的新视野号探测器自2006的1月19日发射升空以来已经孤独地在太空中飞行了近9年时间。再过不到6个月也就是2015年7月14日新视野号就将从曾经的九大行星', '', 1, 0, 0, 392),
(41, 53, '0', 1372658462, 'p', 1, 1, 0, 66, 0, '激光微喷射系统 实现无痛注射', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G42P3146.jpg', 1372658462, 1370585208, 1, '激光,微,喷射,系统,实现,无痛,注射,韩国,首尔,', 1372901844, 6, 3, 0, 0, 0, '韩国首尔国立大学的科学家开发出一种以激光驱动的微喷射注射系统,能以适当的力道快速推动微细的药物流精准直达皮下目的地,实现无痛注射。 该校机械与航空工程系的科学家表示', '', 1, 0, 0, 24),
(42, 53, '0', 1372658324, 'p', 1, 1, 0, 62, 0, '古希腊人智商情商都比现代人高 人类真的越来越笨?', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G51254649.jpg', 1372658324, 1370589302, 1, '古,希腊人,智商,情商,都比,现代,人高,人类,', 0, 0, 0, 0, 0, 0, '如果古希腊哲学家苏格拉底穿越回来,遇到被称为在世的最伟大的科学家霍金;古希腊运动员穿越回来,遇到飞人博尔特,他们谁比谁更聪明,谁比谁跑得更快呢? 美国科学家克拉伯特', '', 1, 0, 0, 25),
(43, 21, '0', 1372316088, '', 1, 1, 0, 135, 0, '2013年6期', '', '', '黑龙江科学杂志', '未知', '', 1372316088, 1370589318, 1, '2013年,6期,声音,照相机,软件,让,盲人,听声,', 0, 0, 0, 0, 0, 0, '+ 声音照相机软件让盲人听声辨物 + 美研制出可反复愈合的触敏塑料皮肤 + 用自身血液提纯的干细胞治疗皱纹 + 通过对人面部温度进行测量对比 可快速找出醉酒者 + 研究称 车内吸烟即使', '', 1, 0, 0, 25),
(44, 11, '0', 1372659603, 'p', 1, 1, 0, 54, 0, '一瓶饮料的热量等于14块方糖', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G51H15F.jpg', 1372659603, 1370589545, 1, '一瓶,饮料,的,热量,等于,14块,方糖,近期,网上,', 1372837873, 4, 2, 0, 0, 0, '近期网上的一段微博内容引发热议称喝下一瓶饮料等于吃下14块方糖消耗掉它需要爬几千级台阶。这是危言耸听还是确有其事 一块方糖4.54g饮料均以500ml计算统一冰糖雪梨、', '', 1, 0, 0, 27),
(45, 11, '0', 1372659592, 'p', 1, 1, 0, 103, 0, '电子香烟安全性遭质疑', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G525214J.jpg', 1372659592, 1370590016, 1, '电子,香烟,安全性,遭,质疑,电子,香烟,的,问世,', 0, 0, 0, 0, 0, 0, '电子香烟的问世,最初是应国外的要求,因为国外有很多法律法规禁止在公共场所吸烟,而且外国人的生活水准普遍较高,对生活质量要求严格。当时在国内也有一些品牌,但价格非常', '', 1, 0, 0, 28),
(46, 11, '0', 1372659576, 'p', 1, 1, 0, 160, 0, '清晨起床千万不能喝的4种致命水', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G53423125.jpg', 1372659576, 1370590319, 1, '清晨,起床,千万,不能,喝,的,4种,致命,水,人们,', 0, 0, 0, 0, 0, 0, '人们经过一夜睡眠消耗了大量的水分和营养起床后处于一种生理性缺水状态。如果只进食常规早餐远远不能补充生理性缺水。因此早上起来不要急于吃早餐而应立即饮500', '', 1, 0, 0, 29),
(47, 8, '0', 1372659293, 'p', 1, 1, 0, 140, 0, '新材料可将水油快速分离', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G53S54U.jpg', 1372659293, 1370590801, 1, '新材料,可将,水油,快速,分离,水,和,油虽,不能,', 0, 0, 0, 0, 0, 0, '水和油虽不能相溶,但一旦两者相遇,便会像两个打架的人一样难解难分。众多科研人员一直致力于水油分离的研究,但实际应用效果并不理想。近期,在德国的《应用化学国际版》上公', '', 1, 0, 0, 30),
(48, 10, '0', 1372659551, 'p,f', 1, 1, 0, 100, 0, '当治病简单成“按类下药”……', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130607/1-13060G604344B.jpg', 1372659551, 1370591947, 1, '当,治病,简单,成,“,按类下药,”,…,前不久,', 0, 0, 0, 0, 0, 0, '前不久患耳疾前去医院治疗,看了三家三甲医院,发现一个共性问题,那就是他们的治疗方案是一样的按类下药。我所见到的所有耳聋耳鸣患者,治疗方法一致,但我询问每个患者他们', '', 1, 0, 0, 31),
(501, 50, '0', 1422254037, '', 1, 1, -2, 140, 0, '中医药适宜技术进入社区存在的问题和对策', '', '', 'admin', '未知', '', 1422254037, 1422254114, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 贾洪涛 赵楠 任俊娇 王朦 佟子林 【Author】 JIA Hong-tao;ZHAO Nan;REN Jun-jiao;WANG Meng;TONG Zi-lin;Heilongjiang University of Chinese Medicine 【机构】 黑龙江中医药大学 【摘要】 中医', '', 1, 0, 0, 400),
(53, 9, '0', 1372659365, 'p', 1, 1, 0, 103, 0, '微信撞地球 革了谁的命?', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130621/1-130621110013Z3.jpg', 1372659365, 1370593801, 1, '微信,撞,地球,革,了,谁的,命,如果说,在,', 1372833913, 2, 1, 0, 0, 0, '如果说在PC互联网时代人人网、开心网等传统实名社交网络尚可偏安一隅那么在移动互联时代微信的出现改变了这一切。 著名天使投资人李开复在2012年底开通微信公众号时曾', '', 1, 0, 0, 36),
(491, 11, '0', 1421304509, 'p', 1, 1, 0, 187, 0, '久坐会死,椅子要命?', '', '', 'admin', '未知', '/uploads/150115/1-150115144T32c.jpg', 1421304509, 1421304498, 1, '久坐,会死,椅子,要命,椅子,是,我们,每天,坐着,', 0, 0, 0, 0, 0, 0, '椅子是我们每天坐着工作、购物、吃饭以及约会的地方。大部分人清醒时都处于坐着的状态平均每天约13小时但你可曾想过椅子可能会要了你的命。 这个惊悚的结论可能会让你', '', 1, 0, 0, 415),
(56, 14, '0', 1372679630, 'p', 1, 2, 0, 106, 0, '大美——峡谷瀑布凤凰山', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130617/1-13061FU4530-L.jpg', 1372679630, 1371430775, 1, '', 0, 0, 0, 0, 0, 0, '无论如何我也没能想到,在东北广袤的平原之地,竟有一块独特之域峡谷瀑布,旖旎出奇,这就是大美凤凰山。 2012年8月5日、9日几日之内我竟两游凤凰山大峡谷但仍却流连忘返', '', 1, 0, 0, 39),
(57, 14, '0', 1372679619, 'p', 1, 2, 0, 177, 0, '库尔滨雾凇', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130617/1-13061FZ137-lp.jpg', 1372679619, 1371431030, 1, '', 0, 0, 0, 0, 0, 0, '库尔滨水库位于黑龙江省逊克县境内,主要由库尔滨河、克林河、霍集河、龙湾河、乌鲁木河、嘟鲁河等河流汇集而成,属高山堰塞湖,是垂钓、荡舟休闲的好去处。在那里,可品尝纯', '', 1, 0, 0, 40),
(58, 14, '0', 1372818304, 'p', 1, 2, 0, 12, 0, '五大连池 清波翠峦相辉映', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130624/1-130624093931230.jpg', 1372818304, 1371431285, 1, '', 1372830611, 2, 1, 0, 0, 0, '经过几百万年的复杂演化,五大连池形成了独特的火山地貌山秀、水幽、泉奇、石怪、洞异,这不仅在生态科学和地球发展史方面对人类有着重大意义,在自然美学和环境医学方面更具', '', 1, 0, 0, 41),
(59, 14, '0', 1573697447, 'p', 1, 2, 0, 181, 0, '神境—张家界', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130617/1-13061F94317-lp.jpg', 1573697447, 1371433510, 1, '', 0, 0, 0, 0, 0, 0, '一提张家界,地球人都知道。 我也觉得:张家界太熟悉了。但当我身临其境的时候,我才真的感觉到,这里完全出乎你的想象,它太奇妙了,和常规的山完全不同。泰山之雄、华山之险', '', 1, 0, 0, 42),
(60, 14, '0', 1372679575, 'p', 1, 2, 0, 169, 0, '西北第一村——白哈巴', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q32139544.jpg', 1372679575, 1371433664, 1, '', 1372816517, 4, 2, 0, 0, 0, '白哈巴村被誉为中国最美的八个小镇之一以图瓦人为主位于距喀纳斯湖18公里的中哈交界处。这里地处阿尔泰山西南麓的山谷平地上与 哈萨克斯坦 的大山遥遥相望,阿尔泰山上密', '', 1, 0, 0, 43),
(494, 27, '0', 1421806866, 'p', 1, 2, 0, 66, 0, '日本富士山顶出现奇特环绕云', '', '', 'admin', '未知', '/uploads/150121/1-150121102119464.jpg', 1421806866, 1421806827, 1, '', 0, 0, 0, 0, 0, 0, '1月19日日本富士山在晴朗的一天神奇的云层在富士山山顶形成了一个奇特的环绕云团好象富士山头戴上一顶帽子。', '', 1, 0, 0, 393),
(495, 27, '0', 1421977474, 'p', 1, 2, 0, 82, 0, '彗星近日点,千年等一回', '', '', 'admin', '未知', '/uploads/150123/1-15012309505cH.jpg', 1421977474, 1421977864, 1, '', 0, 0, 0, 0, 0, 0, '爱喜彗星C/2014 Q2彗尾因为受到复杂而且多变的太阳风的影响再加上从彗核排出的气体喷流强度亦有变化因而造就了所见的构造。彗尾的泛蓝色调主要来自与电子复合的一氧化碳分子', '', 1, 0, 0, 394),
(496, 52, '0', 1422253835, '', 1, 1, -2, 87, 0, '新媒体环境下校园微电影的实践与研究', '', '', 'admin', '未知', '', 1422253835, 1422251531, 1, '新媒体,新,媒体,环境,下,校园,微,电影,的,【,', 0, 0, 0, 0, 0, 0, '【作者】 王翔宇 于延 朱玥玓 闫欢 【Author】 WANG Xiang-yu;YU Yan;ZHU Yue-di;YAN Huan;Computer Science and Information Engineering College of Harbin Normal University; 【机构】 哈尔滨师范大学计算机', '', 1, 0, 0, 395),
(497, 52, '0', 1422252483, 'h', 1, 1, -2, 153, 0, '核科学与技术实验教学中心管理机制研究', '', '', 'admin', '未知', '', 1422252483, 1422252300, 1, '核,科学,与,技术,实验教学,中心,管理,机制,【,', 0, 0, 0, 0, 0, 0, '【作者】 李金阳 高璞珍 张国文 刘永阔 崔媛 【Author】 LI Jin-yang;GAO Pu-zhen;ZHANG Guo-wen;LIU Yong-kuo;CUI Yuan;Nuclear Science and Technology College of Harbin Engineering University; 【机构】 哈', '', 1, 0, 0, 396),
(498, 52, '0', 1422253126, '', 1, 1, -2, 56, 0, '地质探矿工程相关问题探讨', '', '', 'admin', '未知', '', 1422253126, 1422252992, 1, '地质,探矿,工程,相关,问题,探讨,【,作者,】,', 0, 0, 0, 0, 0, 0, '【作者】 冯海权 【Author】 FENG Hai-quan;706 Team of Heilongjiang Nonferrous Metal Geological Exploration; 【机构】 黑龙江省有色金属地质勘查七○六队 【摘要】 随着我国经济发展速度的加快,对', '', 1, 0, 0, 397),
(65, 14, '0', 1372735301, 'p', 1, 2, 0, 124, 0, '雨中凤凰', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130619/1-130619103S61U.jpg', 1372735301, 1371534171, 1, '', 0, 0, 0, 0, 0, 0, '来到凤凰是在一个阴雨霏霏的日子,烟波浩渺间若隐若现的小城又平添了几分神秘的色彩,于是忽然记起沈从文的一番描述:若从一百年前某种较旧一点的地图上寻找,当可有黔北、川', '', 1, 0, 0, 48),
(66, 53, '0', 1372658198, 'p', 1, 1, 0, 191, 0, ' 研究称2亿年前小行星撞地球 致恐龙时代出现', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q42343205.jpg', 1372658198, 1371536694, 1, '研究,称,2亿,年前,小行星,撞,地球,致,恐龙,', 0, 0, 0, 0, 0, 0, '侏罗纪是恐龙的鼎盛时期,在 三叠纪 出现并开始发展的恐龙已迅速成为 地球 的 统治者 。美国哥伦比亚大学的古生物学家保罗奥尔森和地质学家丹尼斯肯特一直在寻找导致三叠纪-侏', '', 1, 0, 0, 49),
(67, 8, '0', 1372659274, 'p', 1, 1, 0, 166, 0, '神奇“头发丝”可监测煤矿火灾', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q5144Dc-lp.jpg', 1372659274, 1371539820, 1, '神奇,“,头发丝,”,可,监测,煤矿,火灾,矿井,', 0, 0, 0, 0, 0, 0, '矿井火灾是煤矿的主要灾害之一,矿井火灾发生在煤矿井下巷道、工作面、硐室、采空区等地点,以及能够波及和威胁井下安全的地面火灾。矿井火灾常导致人员伤亡、设备损失、矿井', '', 1, 0, 0, 50),
(68, 8, '0', 1372659100, 'p', 1, 1, 0, 107, 0, '活细胞: 未来的数据处理“大军”', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q54033W1-lp.jpg', 1372659100, 1371541260, 1, '活,细胞,未来,的,数据处理,“,大军,”,科学家,', 1372838313, 2, 1, 0, 0, 0, '科学家们正尝试着为计算机开辟新的领域:将活细胞、动物以及其他活体有机物囊括进来。这些科学家正在进行各种实验,有些实验的理论性非常强,而有些实验则朝着生物计算机迈出了', '', 1, 0, 0, 51),
(318, 43, '0', 1409195884, '', 1, 1, 0, 129, 0, '桥梁施工技术简述', '', '', 'admin', '未知', '', 1409195884, 1409195922, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 彭海东 【机构】 东北林业大学工程咨询设计研究院有限公司 【摘要】 随着我国国民经济的快速发展,社会主义市场经济不断完善,桥梁工程建设得到了飞速发展,但是,在快速发', '', 1, 0, 0, 243),
(242, 27, '0', 1385699673, 'p', 1, 2, 0, 129, 0, '哈尔滨出现首场雾凇', '', '', 'admin', '未知', '/uploads/131129/1-13112912353aJ.jpg', 1385699673, 1385699513, 1, '', 0, 0, 0, 0, 0, 0, '冰城迎来久违的雾凇美景 ,城市的树木、花草挂满了晶莹剔透的雾凇, 冰城变瞬间成了美丽的童话世界。', '', 1, 0, 0, 176),
(239, 22, '0', 1385102029, 'p,g', 1, 1, -2, 106, 0, '汉麻', '', '', 'admin', '未知', '/uploads/allimg/131122/1-1311221430030-L.jpg', 1385102029, 1385101808, 1, '汉麻,汉麻,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 173),
(240, 22, '0', 1385102018, 'p,g', 1, 1, -2, 133, 0, '黑蒜2', '', '', 'admin', '未知', '/uploads/allimg/131122/1-1311221430240-L.jpg', 1385102018, 1385101828, 1, '黑蒜,黑蒜,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 174),
(241, 11, '0', 1385690455, 'p', 1, 1, 0, 138, 0, ' 盘点你身边8大“深藏不露”的毒素', '', '', 'admin', '未知', '/uploads/131129/1-13112Z95QX40.jpg', 1385690455, 1385690322, 1, '盘点,你,身边,大,“,深藏不露,”,的,毒素,一,', 0, 0, 0, 0, 0, 0, '一、牙膏中的氟化物 牙膏或多或少都含有氟化物,它能起到预防蛀牙的功效。但氟化物也是一种潜在的毒药,即使只摄入极小的量,也会对健康造成不利影响,甚至引起中毒,且毒性可', '', 1, 0, 0, 175),
(238, 22, '0', 1385710339, 'p,e', 1, 1, -2, 55, 0, '火山泥化妆品', '', '', 'admin', '未知', '/uploads/allimg/131122/1-1311221420200-L.jpg', 1385710339, 1385101226, 1, '火山,泥,化妆品,火山,泥,化妆品,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 172),
(237, 11, '0', 1384489395, 'p', 1, 1, 0, 162, 0, ' 豆浆PK牛奶 豆浆完胜的5大营养优势', '', '', 'admin', '未知', '/uploads/131115/1-131115122326253.jpg', 1384489395, 1384489366, 1, '豆浆,牛奶,完胜,的,大,营养,优势,豆浆,是,', 0, 0, 0, 0, 0, 0, '豆浆是中国人比较喜爱的一种饮品,又是一种老少皆宜的营养食品,在欧美享有植物奶的美誉。豆浆营养非常丰富,且易于消化吸收。豆浆含有丰富的植物蛋白和磷脂,还含有维生素', '', 1, 0, 0, 171),
(233, 21, '0', 1384482752, '', 1, 1, 0, 197, 0, '2013年11期导读', '', '', 'admin', '未知', '', 1384482752, 1384482685, 1, '2013年,11期,导读,细菌,DNA,序列,可作,信息,', 0, 0, 0, 0, 0, 0, ' 细菌DNA序列可作信息存储器 触摸即可发光的电子皮肤问世 科学家在血液中发现嗅觉感受器 人类濒死灵魂出窍只是脑电活动在作怪 记忆力衰退或可逆 老人可再拥有年轻大', '', 1, 0, 0, 167),
(234, 27, '0', 1384483396, 'p', 1, 2, 0, 192, 0, '哈尔滨迎来今冬第一场雪', '', '', 'admin', '未知', '/uploads/131115/1-131115104P5553.jpg', 1384483396, 1384483693, 1, '', 0, 0, 0, 0, 0, 0, '强冷空气不仅让今年立冬日成为5年同期最冷更是在8日创造了-9℃的入冬以来最低温伴随着强冷空气的进入哈尔滨迎来了今冬的第一场雪。 部分地区的雪花没有落地即化,为路面', '', 1, 0, 0, 168),
(235, 11, '0', 1384485583, 'p', 1, 1, 0, 58, 0, '指甲出现这十种现象 需要马上求医', '', '', 'admin', '未知', '/uploads/131115/1-1311151142022W.jpg', 1384485583, 1384486933, 1, '', 0, 0, 0, 0, 0, 0, '多数人都听说过指甲根部的小月牙。如果你有十个小月牙,那就说明你的甲状腺很健康,每缺一个就表示有一处的甲状腺健康堪忧。美国福罗里达州克利夫兰医学中心的皮肤科医生塔玛', '', 1, 0, 0, 169),
(236, 10, '0', 1384488545, 'p', 1, 1, 0, 95, 0, '医疗改革 便民就好', '', '', 'admin', '未知', '/uploads/131115/1-13111512134KG.jpg', 1384488545, 1384488889, 1, '', 0, 0, 0, 0, 0, 0, '在医改方面,政府每年都有一些新的举措,但百姓还是不满意。因为从不看病,对此便没有切身感触。前不久,因耳疾需要治疗,方切身体验了一次。 我因耳鸣就医,医生告诉我,如果', '', 1, 0, 0, 170),
(92, 19, '0', 1372661789, '', 1, 1, 0, 91, 0, '水驱规律曲线数学理论推导', '', '', '黑龙江科学杂志', '未知', '', 1372661789, 1371710516, 1, '水驱,规律,曲线,数学,理论,推导,《,', 0, 0, 0, 0, 0, 0, '《黑龙江科学》2013年 第1期 陆春光1 李宏伟2 1.大庆市第二十七中学,黑龙江 大庆163318 2.东北石油大学,黑龙江 大庆163318 摘要:主要对由累积产水量和累积产油量组成的半对数线性', '', 1, 0, 0, 70),
(317, 45, '0', 1409195729, '', 1, 1, 0, 186, 0, '对配电变压器运行及故障检修技术的探究', '', '', 'admin', '未知', '', 1409195729, 1409195780, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 王本刚 【机构】 国家电网七台河供电公司 【摘要】 加强对配电变压器运行及故障检修的分析和探究具有重要的现实意义。作为新时期背景下的电力工作人员,必须致力于自身', '', 1, 0, 0, 242),
(231, 30, '0', 1382596172, '', 1, 1, 0, 199, 0, '浅析底部框架砌体结构之房屋抗震结构设计', '', '', 'admin', '未知', '', 1382596172, 1382597736, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 李菲菲; 【机构】 哈尔滨宇洋建筑设计有限公司; 【摘要】 上刚下柔是底部框架多层砌体结构房屋的最大特点,从多次地震的倒塌和破坏的房屋看来,这类结构在房屋结构设计', '', 1, 0, 0, 183),
(232, 30, '0', 0, '', -1, 1, 0, 109, 0, '中国3G移动通信业务行业应用浅析', '', '', 'admin', '未知', '', 1382595986, 1382603775, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 张秋影 刘忠吉 【机构】 中国电信股份有限公司黑龙江分公司 中国联合网络通信有限公司黑龙江省分公司 【摘要】 随着科技的发展与进步,3G移动通信应运而生,', '', 1, 0, 0, 181),
(316, 41, '0', 1409195635, '', 1, 1, 0, 177, 0, '对混凝土冻融破坏的研究', '', '', 'admin', '未知', '', 1409195635, 1409195711, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 慈慧强 【机构】 秦皇岛秦星工程项目管理有限公司 【摘要】 近年来,随着我国经济发展速度的不断加快,居民对现代工民建筑施工质量的要求不断提高,凸显出混凝土质量的重', '', 1, 0, 0, 241),
(315, 39, '0', 1409195561, '', 1, 1, 0, 128, 0, '浅析科技管理模式优化的保障机制', '', '', 'admin', '未知', '', 1409195561, 1409195614, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 章力 【机构】 黑龙江省科学院 【摘要】 科技管理模式是科技管理的基础,新时期应该加强科技管理模式的优化工作,通过保障机制的建立推进科技管理模式的完善与持续发展。', '', 1, 0, 0, 240),
(100, 19, '0', 1372735469, '', 1, 1, 0, 64, 0, '词汇语义变化的转喻研究', '', '', '黑龙江科学杂志', '未知', '', 1372735469, 1371711676, 1, '词汇,语义,变化,的,转喻,研究,《,黑龙江科学,', 0, 0, 0, 0, 0, 0, '《黑龙江科学》2013年 第2期 李春晖 ,王丹 东北林业大学外国语学院, 哈尔滨 150040 摘 要:本研究从认知语言学视角,探讨词汇语义变化的方式和过程。运用转喻认知模式,依据认知心理', '', 1, 0, 0, 78),
(311, 40, '0', 1409194931, '', 1, 1, -2, 151, 0, '中西医结合社区综合干预对171例糖尿病的管理效果分析', '', '', 'admin', '未知', '', 1409194931, 1409194781, 1, '中,西医结合,社区,综合,干预,对,171例,糖尿,【,', 0, 0, 0, 0, 0, 0, '【作者】 王传学 杨林 【机构】 广州市白云区三元里街社区卫生服务中心 【摘要】 目的:探讨至少一名家属参与的健康教育配合足底反射区按摩的中西医结合社区综合干预对糖尿病', '', 1, 0, 0, 236),
(312, 44, '0', 1409194800, '', 1, 1, 0, 151, 0, '对光纤通信系统日常维护技术的研究', '', '', 'admin', '未知', '', 1409194800, 1409194908, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 高亮 【机构】 国家电网黑龙江省电力有限公司哈尔滨供电公司 【摘要】 本研究在介绍了光纤通信定义和特点的基础上,说明了光纤通信系统的结构和功能,并结合光纤通信系统', '', 1, 0, 0, 237),
(104, 19, '0', 1372660458, '', 1, 1, 0, 170, 0, '“主体间性”理论在中学思想政治教育过程中的运用', '', '', '黑龙江科学杂志', '未知', '', 1372660458, 1371712121, 1, '“,主体间性,”,理论,在,中学,思想政治,教育,', 0, 0, 0, 0, 0, 0, '卢艳芹,方世川 摘要: 长期以来,在人才培养的体制模式、思想政治教育的目标与方法上面存在着一系列问题,这导致了中学的思想政治教育陷入困境。现代西方哲学从主体性到主体间', '', 1, 0, 0, 82),
(309, 53, '0', 1409188982, 'p', 1, 1, 0, 200, 0, '人类记忆本质由回忆构建', '', '', 'admin', '黑龙江科学杂志', '/uploads/140828/1-140RP92541M8.gif', 1409188982, 1409189204, 1, '', 0, 0, 0, 0, 0, 0, '传统的认知观点认为,我们至今所有的每个思想或认知变量,是一个具体而明确的值,但这一观点遭到很多人质疑。研究人员提出了认知的量子概率论,即在每个时刻,我们的思想、决', '', 1, 0, 0, 241),
(107, 19, '0', 1372660175, '', 1, 1, 0, 191, 0, '对少年儿童素质教育的探讨', '', '', '黑龙江科学杂志', '未知', '', 1372660175, 1371721123, 1, '对,少年儿童,素质教育,的,探讨,《,', 0, 0, 0, 0, 0, 0, '《黑龙江科学》2013年 第4期 石研 哈尔滨市儿童少年活动中心, 哈尔滨 150020 摘要 :少年儿童的素质教育受到越来越多的关注。研究介绍了少年儿童素质教育的内涵,指出了素质教育与', '', 1, 0, 0, 85),
(109, 19, '0', 1372660150, 'h', 1, 1, 0, 122, 0, '论中学英语教学中跨文化交际能力的培养', '', '', '黑龙江科学杂志', '未知', '', 1372660150, 1371721227, 1, '论,中学,英语教学,中,跨文化,交际,能力,的,《,', 1409273779, 2, 1, 0, 0, 0, '《黑龙江科学》2013年 第4期 东北师范大学 郭冰洁 摘要: 英语教学的根本目的是培养学生英语语言的能力和素质,而现阶段的中学英语教学却过分注重培养学生的语言知识技能,忽略了', '', 1, 0, 0, 87),
(307, 27, '0', 1409271780, 'p', 1, 2, 0, 174, 0, '“姜你军”再度汹涌来袭', '', '', 'admin', '未知', '/uploads/140828/1-140RPZ625321.jpg', 1409271780, 1409187316, 1, '', 0, 0, 0, 0, 0, 0, '据哈市物价部门统计数据显示眼下全市生姜的均价已经高达12元/斤最高价甚至到了15元/斤,创历年最高。', '', 1, 0, 0, 239),
(308, 53, '0', 1409188385, 'p', 1, 1, 0, 105, 0, ' 手机新程序让“低头族”不“撞树”', '', '', 'admin', '未知', '/uploads/140828/1-140RP915034B.jpg', 1409188385, 1409188866, 1, '', 0, 0, 0, 0, 0, 0, '快节奏生活、大城市通勤路线拉长等,客观上令私人时间碎片化,属于自己的整块时间越来越少,但一个人吃饭、赶路的时间却在增多,导致不少年轻人只能抓紧 碎片时间 ,通过数字', '', 1, 0, 0, 240),
(229, 30, '0', 1382595986, '', 1, 1, 0, 86, 0, '中国3G移动通信业务行业应用浅析', '', '', 'admin', '未知', '', 1382595986, 1382595964, 1, '中国,移动通信,业务,行业应用,浅析,【,作者,', 0, 0, 0, 0, 0, 0, '【作者】 张秋影 刘忠吉 【机构】 中国电信股份有限公司黑龙江分公司 中国联合网络通信有限公司黑龙江省分公司 【摘要】 随着科技的发展与进步,3G移动通信应运而生,', '', 1, 0, 0, 181),
(119, 19, '0', 1372659922, '', 1, 1, 0, 196, 0, '高职学生思想道德存在问题分析与对策', '', '', '黑龙江科学杂志', '未知', '', 1372659922, 1371722237, 1, '高职,学生,思想道德,存在,问题,分析,与,对策,', 0, 0, 0, 0, 0, 0, '《黑龙江科学》2013年 第5期 丁鹤鸣 沈阳职业技术学院,沈阳 110045 摘要: 长期以来,不少学校将德育的价值取向和德育教育过程混为一谈,认为教师只要把有关政治知识灌输给学生,', '', 1, 0, 0, 97),
(314, 39, '0', 1409195288, '', 1, 1, 0, 161, 0, '现代图书馆管理存在的问题及对策研究', '', '', 'admin', '未知', '', 1409195288, 1409195324, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 许鑫鑫 【机构】 哈尔滨船科物业管理有限公司 【摘要】 图书馆一直处于知识信息集散与传播的关键位置,它为社会的发展进步发挥着重要的作用。随着信息技术的发展,人们获', '', 1, 0, 0, 239),
(313, 39, '0', 1409194948, '', 1, 1, 0, 116, 0, '通信工程技术传输的有效管理策略', '', '', 'admin', '未知', '', 1409194948, 1409195045, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 张长波 马永宏 【机构】 哈尔滨物业供热集团有限责任公司 哈尔滨市住宅新区物业管理总公司 【摘要】 本研究列举了管理通信工程技术传输中,技术水平、安全性、质量', '', 1, 0, 0, 238),
(122, 10, '0', 1372659540, 'p,f', 1, 1, 0, 56, 0, '老了,咋办?', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130625/1-130625111332156.jpg', 1372659540, 1372035622, 1, '老了,咋办,中国,已经,迈入,了,老年,社,会的,', 0, 0, 0, 0, 0, 0, '中国已经迈入了老年社会的行列,老了咋办这个问题谁也回避不了。 自古以来,我们国家都是依靠子女养老。但如今,独生子女政策造就的四二一式的家庭结构,注定了这种方式难以为', '', 1, 0, 0, 31),
(499, 51, '0', 1422253651, '', 1, 1, -2, 186, 0, '黑龙江省旅游资源开发研究', '', '', 'admin', '未知', '', 1422253651, 1422253729, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 何长红 【Author】 HE Chang-hong;Economics and Management School of Suihua 【机构】 绥化学院经济管理学院 【摘要】 黑龙江省地处北国边陲,具有丰富的旅游资源,其中包括传统的冰雪旅游、', '', 1, 0, 0, 398),
(500, 51, '0', 1422253760, '', 1, 1, -2, 97, 0, '中俄双边贸易的主要特点', '', '', 'admin', '未知', '', 1422253760, 1422253817, 1, '', 1481010550, 2, 1, 0, 0, 0, '【作者】 周宇琪 【Author】 ZHOU Yu-qi;Foreign Languages Institute of Suihua College 【机构】 绥化学院外国语学院 【摘要】 基于近年来中俄关系的不断发展,中俄双边贸易在进出口货品的种类、数量', '', 1, 0, 0, 399),
(129, 22, '0', 1372141629, 'p,e', 1, 1, -2, 146, 0, '天然矿泉水含气', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130625/1-130625142I00-L.jpg', 1372141629, 1372141654, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 103),
(130, 22, '0', 1372141656, 'p,e', 1, 1, -2, 108, 0, '仙池特供苏打水', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130625/1-130625142Q30-L.jpg', 1372141656, 1372141697, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 104),
(131, 22, '0', 1372141699, 'p,e', 1, 1, -2, 91, 0, '天然矿泉水含气2', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130625/1-130625142T20-L.jpg', 1372141699, 1372141733, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 105),
(132, 22, '0', 1372141797, 'p,e', 1, 1, -2, 84, 0, '白花蛇草', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130625/1-1306251430090-L.jpg', 1372141797, 1372141812, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 106),
(133, 22, '0', 1372149293, 'p,g', 1, 1, -2, 123, 0, '黑蒜', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130625/1-1306251635450-L.jpg', 1372149293, 1372149349, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 107),
(134, 22, '0', 1444717830, 'p,i', 1, 1, -2, 145, 0, '雪夜', '', '', '黑龙江科学杂志', '未知', '/uploads/151013/1-151013142Z32X.jpg', 1444717830, 1372149429, 1, '仙池,龙酒,仙池,龙酒,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 108),
(135, 22, '0', 1444717634, 'p,i', 1, 1, -2, 53, 0, '雾凇2', '', '', '黑龙江科学杂志', '未知', '/uploads/151013/1-151013142Q4415.jpg', 1444717634, 1372149470, 1, '黑木耳,黑木耳,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 109),
(136, 53, '0', 1372659081, 'p', 1, 1, 0, 55, 0, '做梦有助减轻痛苦记忆', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P9230VM.jpg', 1372659081, 1372300929, 1, '做梦,有助,减轻,痛苦,记忆,梦,是,人,在,睡眠,', 1372834575, 2, 1, 0, 0, 0, '梦是人在睡眠时产生想象的影像、声音、思考或感觉。梦的整个过程是一种被动体验,而非主动体验过程 梦是一种神经行为,也有解释是人的潜意识突显。做梦与快速动眼睡眠有关,发', '', 1, 0, 0, 110),
(137, 53, '0', 1372659060, 'p', 1, 1, 0, 146, 0, '研究称5亿年前生物DNA错误复制促成人类', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P92211554.jpg', 1372659060, 1372301746, 1, '研究,称,5亿,年前,生物,DNA,错误,复制,促成,', 0, 0, 0, 0, 0, 0, '一项最新研究向我们讲述了这样一个故事:大约5亿年前在海底有一条无脊椎生物经历了两次成功的DNA复制这是一次程序错误但是这一个错误却意外地触发了其他生物包括人类的最', '', 1, 0, 0, 111),
(138, 53, '0', 1372733265, 'p', 1, 1, 0, 144, 0, '科学家成功将一本书的内容写进DNA序列', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P9214Q36.gif', 1372733265, 1372302348, 1, '科学家,成功,将,一,本书,的,内容,写进,DNA,', 1372833908, 4, 2, 0, 0, 0, '提到DNA这个话题我们首先想到的是生物的遗传、变异和延续。众多与生命有关的机理似乎都离不开DNA的作用。然而你能想象得到将一本书的内容写进DNA序列中吗 哈佛大学的研究团', '', 1, 0, 0, 112),
(139, 53, '0', 1372659030, 'p', 1, 1, 0, 177, 0, '拥有“三万岁”基因 “夏娃”后裔现身英国', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P92125402.jpg', 1372659030, 1372302611, 1, '拥有,“,三万岁,”,基因,夏娃,后裔,现身,英国,', 0, 0, 0, 0, 0, 0, '地球上第一位女性夏娃是人类共同的母亲她生活在距今19万年的非洲。虽然当时还有其他女性但只有她的线粒体DNA得以遗传了下去。亚当则生活在大约距今14万年的非洲中部靠他的', '', 1, 0, 0, 113),
(140, 53, '0', 1372659006, 'p', 1, 1, 0, 88, 0, '人死后到底有没有灵魂?', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P92052291.jpg', 1372659006, 1372302822, 1, '人,死后,到底,有,没,有灵魂,灵魂,一直,被,', 0, 0, 0, 0, 0, 0, '灵魂一直被认为是宗教的产物,到底有没有颇受争议。不久前,科学家用量子力学解释了灵魂的存在。最新研究揭晓了濒死体验之谜,人类死亡之后,他们的量子灵魂从身体中释放,重', '', 1, 0, 0, 114),
(141, 53, '0', 1372658977, 'p', 1, 1, 0, 197, 0, '研究发现猪拥有与人类非常相似基因特征', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P91954592.jpg', 1372658977, 1372303073, 1, '研究,发现,猪,拥有,与,人类,非常,相似,基因,', 0, 0, 0, 0, 0, 0, '新的基因研究发现,猪在感官知觉等很多方面与人类相似。也就是说,猪除了可以食用外,也可能协助人类对付疾病。 据国外媒体报道,美国和欧洲的研究团队已完成猪的基因图谱,通', '', 1, 0, 0, 115),
(142, 53, '0', 1372658954, 'p', 1, 1, 0, 148, 0, '吸血鬼恒星吸食伴侣星物质', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P9191B94.jpg', 1372658954, 1372321834, 1, '吸血鬼,恒星,吸食,伴侣,星,物质,早在,2009年底,', 1372839016, 2, 1, 0, 0, 0, '早在2009年底天文学家就借助欧洲南方天文台甚大望远镜首次对宇宙空间一颗吸血鬼恒星的炮弹状喷射物进行了仔细观测。这颗吸血鬼恒星不断吞噬伴星的物质2000年11月发生过猛烈', '', 1, 0, 0, 116),
(143, 53, '0', 1372658908, 'p', 1, 1, 0, 135, 0, '科学家发现地球有个“孪生兄弟”可能存在液态水', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P91S0549.jpg', 1372658908, 1372321936, 1, '科学家,发现,地球,有个,“,孪生兄弟,”,可能,', 0, 0, 0, 0, 0, 0, '到目前为止科学家已经发现了五个最有可能适合人类居住的系外行星世界,其中就包括一颗名为 Gliese 581g的系外行星该行星是类地行星中最佳的候选者。 人类对地球以外其他星球探索', '', 1, 0, 0, 117),
(144, 53, '0', 1372658831, 'p', 1, 1, 0, 114, 0, '火星微生物或隐藏地下 与地球生命有相似DNA', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P91GJY.jpg', 1372658831, 1372322115, 1, '火星,微生物,或,隐藏,地下,与,地球,生命,有,', 0, 0, 0, 0, 0, 0, '人类对火星的探测从未间断过,关于对火星环境是否适合地球上的人类居住以及是否存在生命都做了大量的探索工作,各国的太空之旅也为人类对火星的探索做出巨大的贡献 火星和地球', '', 1, 0, 0, 118),
(145, 53, '0', 1372658784, 'p', 1, 1, 0, 194, 0, '地球素颜照,长满“青春痘”', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P91A5628.jpg', 1372658784, 1372322260, 1, '地球,素颜,照,长满,“,青春痘,”,地球,究竟,', 1372836488, 6, 3, 0, 0, 0, '地球究竟长啥模样?地球并不是一个标准的球体,长相有些怪。但究竟有多怪呢? 从太空看地球是一个美丽的球体,但是由于地心引力的作用,它并不是一个完美的圆球。事实上,地球', '', 1, 0, 0, 119),
(146, 53, '0', 1372658770, 'p', 1, 1, 0, 93, 0, '新技术可将数据保存3亿年', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P916322E.jpg', 1372658770, 1372322389, 1, '新技术,可将,数据,保存,3亿年,考古学,一直,在,', 0, 0, 0, 0, 0, 0, '考古学一直在探究和揣测曾经发生了什么?如果有一种办法可以长久记录和存储,那么未来岂不活得更明白和容易? 人们常用的磁盘等磁存储介质和光盘等光存储介质,理想情况下,只', '', 1, 0, 0, 120),
(147, 53, '0', 1372658757, 'p', 1, 1, 0, 124, 0, '与人类交谈的机器人3年内可望成为现实', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P91509525.jpg', 1372658757, 1372322446, 1, '与,人类,交,谈的,机器人,年内,可望,成为,现实,', 0, 0, 0, 0, 0, 0, '据报道英国阿伯丁大学启动了一项新的研究计划计划称将在3年内研发出能够与人类进行交谈的机器人。 什么是机器人?有大脑尽管它们的外表可能有所不同。 智能机器人就是具', '', 1, 0, 0, 121),
(148, 53, '0', 1372658744, 'p', 1, 1, 0, 101, 0, '未来智能手机将成为人类的永恒伴侣、助手和监护人', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130628/1-13062P9141J08.jpg', 1372658744, 1372322653, 1, '未来,智能,手机,将,成为,人类,的,永恒,伴侣,', 0, 0, 0, 0, 0, 0, '随着智能手机的快速发展,人们对手机越来越依赖,由此出现了一群手机控,甚至还出现了全宅手机控。现在,就让我们一起来眺望未来的手机人生现在的智能手机可以实现控制灯光系', '', 1, 0, 0, 122),
(150, 9, '0', 1372659323, 'p', 1, 1, 0, 115, 0, '汉麻的开发及前景', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130618/1-13061Q411154Z.jpg', 1372659323, 1372400568, 1, '汉麻,的,开发,及,前景,汉麻,一种,神奇,的,', 1372838288, 2, 1, 0, 0, 0, '汉麻,一种神奇的植物,素有天然纤维之王的美誉,但随着棉花种植的推广以及工业合成纤维的出现,古老的汉麻便渐渐淡出了人们的视野。但近年,随着需求的增加,汉麻的地位凸显', '', 1, 0, 0, 124),
(502, 50, '0', 1422254126, '', 1, 1, -2, 56, 0, '基于服务能力的物流供应链协同运作研究', '', '', 'admin', '未知', '', 1422254126, 1422254369, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 付新宇 【Author】 FU Xin-yu;Inner Mongolia University of Technology 【机构】 内蒙古工业大学 【摘要】 物流服务的本质就是一种供应链,而这种供应链以服务能力为合作的前提,其中核心的', '', 1, 0, 0, 401),
(503, 50, '0', 1422254126, '', 1, 1, -2, 56, 0, '基于服务能力的物流供应链协同运作研究', '', '', 'admin', '未知', '', 1422254126, 1422254369, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 付新宇 【Author】 FU Xin-yu;Inner Mongolia University of Technology 【机构】 内蒙古工业大学 【摘要】 物流服务的本质就是一种供应链,而这种供应链以服务能力为合作的前提,其中核心的', '', 1, 0, 0, 401),
(504, 49, '0', 1422254427, '', 1, 1, -2, 149, 0, '地理信息系统相关问题分析', '', '', 'admin', '未知', '', 1422254427, 1422254562, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 刘伟 【Author】 LIU Wei;706 Team of Heilongjiang Nonferrous Metal Geological Exploration 【机构】 黑龙江省有色金属地质勘查706队 【摘要】 近年来,地理信息系统得到快速的发展,无论是其内涵', '', 1, 0, 0, 403),
(157, 27, '0', 1372744480, 'p', 1, 2, 0, 133, 0, ' 关东古巷——古巷一天 穿越百年', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F116111GT.jpg', 1372744480, 1372663922, 1, '', 0, 0, 0, 0, 0, 0, '哈尔滨群力南岸文化广场中的关东古巷,清砖黛瓦,白灰勾缝,雕花围檐,回廊连环。这条古巷凝聚着哈尔滨人的关东情结,走进古巷,仿佛进入时光隧道,从古到今,尽览哈尔滨文化', '', 1, 0, 0, 131),
(158, 27, '0', 1372679748, 'p', 1, 2, 0, 218, 0, '别以为这是停车场,堵车呢!', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F1160K5348.jpg', 1372679748, 1372663952, 1, '', 0, 0, 0, 0, 0, 0, '堵车已成为现代社会尤其是发展中国家的通病,严重影响了人们的工作效率和社会发展。图为哈尔滨市南岗区二环桥下堵车场面。', '', 1, 0, 0, 132),
(159, 27, '0', 1372732894, 'p', 1, 2, 0, 250, 0, '情迷“中华巴洛克”', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F210095D52.jpg', 1372732894, 1372663983, 1, '', 0, 0, 0, 0, 0, 0, '20世纪初随着民族工商业的繁荣与外来文化的渗透哈尔滨人民运用自己的聪明才智把巴洛克建筑流派的风格融汇在民族传统之中创造了独具特色的中西合壁建筑中华巴洛克。如', '', 1, 0, 0, 133),
(160, 21, '0', 1373333415, '', 1, 1, 0, 164, 0, '2013年7期预告', '', '', '黑龙江科学杂志', '未知', '', 1373333415, 1372664265, 1, '2013年,7期,调控,记忆,开关,的,关键,分子,得到,', 0, 0, 0, 0, 0, 0, '调控记忆开关的关键分子得到确认 仿生眼泪液体材料问世 潜在功能超乎想象 特有基因变异让东亚人更容易出汗 抑郁症可以通过仪器诊断吗? 孕妇体内自然杀伤细胞可被重新唤醒 研究', '', 1, 0, 0, 134),
(162, 27, '0', 1372732525, 'p', 1, 2, 0, 173, 0, '哈洽会圆满落幕', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F1163K0540.jpg', 1372732525, 1372667130, 1, '', 0, 0, 0, 0, 0, 0, '各个展馆吸引了大批中外客商和参观者琳琅满目的展品让人流连忘返。共有来自75个国家和地区的1.26万名国内外客商全国31个省、市、自治区的10万名客商参会参展。', '', 1, 0, 0, 135),
(163, 27, '0', 1372680384, 'p', 1, 2, 0, 119, 0, '冰城神秘酒窖', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F11642304O.jpg', 1372680384, 1372668204, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 137),
(164, 27, '0', 1372730082, 'p', 1, 2, 0, 328, 0, '盛放的鲜花', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130701/1-130F1164959-lp.jpg', 1372730082, 1372668667, 1, '', 0, 0, 0, 0, 0, 0, '在这个生机勃勃的季节中,鲜花犹如生命一般怒放,有形、有色、有味,可以看得到,听得到,感受得到!', '', 1, 0, 0, 138),
(165, 27, '0', 1372680644, 'p', 1, 2, 0, 191, 0, '与云伴行', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F1194149610.jpg', 1372680644, 1372669079, 1, '', 0, 0, 0, 0, 0, 0, '万里高空之上的云海,这一刻只想看云、看天,想云、想天,为之陶醉,于是也成了瞬间的神仙。', '', 1, 0, 0, 139),
(166, 27, '0', 1372744462, 'p', 1, 2, 0, 233, 0, '咖啡文化悄然兴起', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/allimg/130701/1-130F11F347-lp.jpg', 1372744462, 1372669737, 1, '', 0, 0, 0, 0, 0, 0, '半日浮生若梦,一场心灵之约。咖啡文化逐渐在年轻人中兴起,浪漫情调的咖啡馆也雨后春笋般出现。独具匠心的木质元素与大块玻璃的结合运用展现出冰城复古的灵动风貌。空气中氤', '', 1, 0, 0, 140),
(167, 27, '0', 1372732346, 'p', 1, 2, 0, 191, 0, '果戈理大街 夜色迷人', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F11I556432.jpg', 1372732346, 1372671279, 1, '', 0, 0, 0, 0, 0, 0, '欧式建筑、精美路灯、楼体霓虹,夜幕下的果戈里大街迷醉人心。', '', 1, 0, 0, 141),
(168, 15, '0', 1372678523, 'p', 1, 2, 0, 73, 0, '布拉格之美', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F1193601225.jpg', 1372678523, 1372677946, 1, '', 0, 0, 0, 0, 0, 0, '当我来到布拉格的时候,简直不敢相信自己的眼睛,这里就是古老与现代完美结合的城郭? 从老城广场到查理桥必须经过一条历史名街皇帝街。顺着坡路下行,长长的街道弯弯曲曲,街', '', 1, 0, 0, 142),
(169, 15, '0', 1372679865, 'p', 1, 2, 0, 87, 0, '走进瑞士最诗情画意的小镇——“宝石小镇”施泰因', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F1195P0b1.jpg', 1372679865, 1372678035, 1, '', 0, 0, 0, 0, 0, 0, '施泰因位于瑞士的东北部靠近德国和奥地利边境全名是Stein am rhein如果意译的话应该叫做莱茵河畔的宝石。 这是一座古老的小镇距今已1 000多年很袖珍它长400多米宽只', '', 1, 0, 0, 143),
(170, 15, '0', 1372678584, 'p', 1, 2, 0, 127, 0, '东方古城堡——土楼', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F1193A4506.jpg', 1372678584, 1372678226, 1, '', 1372821721, 2, 1, 0, 0, 0, '土楼之所以被誉为东方古城堡,是因为它是世上独一无二的、神话般的山区建筑模式。 土楼属集体性建筑,最大特点在于造型大,无论从远处还是走到跟前,土楼都以其庞大的单体式建', '', 1, 0, 0, 144),
(171, 15, '0', 1372679520, 'p', 1, 2, 0, 162, 0, '塞万提斯笔下的永恒小城——西班牙托莱多古城', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F119401U02.jpg', 1372679520, 1372678679, 1, '', 0, 0, 0, 0, 0, 0, '在西班牙卡斯蒂利亚蓝得刺眼的天空下,仿佛闪耀着金光的托莱多古城格外耀眼,它就是塞万提斯笔下的永恒小城,深邃的泰加斯河三面环绕,宛若碧玉丝绦,缠绕在古城的腰间,而整', '', 1, 0, 0, 145),
(172, 15, '0', 1372679503, 'p', 1, 2, 0, 131, 0, '西班牙神圣家族教堂', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130701/1-130F11949311S.jpg', 1372679503, 1372679162, 1, '', 0, 0, 0, 0, 0, 0, '这是一座象征主义建筑,分为三组。东方描绘基督诞生、基督受难,而西方却描述死亡,南方则象征上帝的荣耀。四座尖塔代表了十二位基督圣徒,圆顶覆盖的后半部则象征圣母玛利亚', '', 1, 0, 0, 146),
(173, 27, '0', 1372744440, 'p', 1, 2, 0, 144, 0, '南湾猴岛', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F212220Q37.jpg', 1372744440, 1372738946, 1, '', 0, 0, 0, 0, 0, 0, '南湾猴岛位于海南省陵水县南约14公里的南湾半岛是世界上唯一的热带岛屿型猕猴自然保护区。它依山傍水三面环海总面积为10.2平方公里。岛上森林覆盖率达95%,大小岩洞无数,', '', 1, 0, 0, 147),
(174, 27, '0', 1372744452, 'p', 1, 2, 0, 194, 0, '海角之城—— 桌山', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F21233035c.jpg', 1372744452, 1372739594, 1, '', 0, 0, 0, 0, 0, 0, '桌山山顶是一座很大的平台,绵延平展、气势巍然,宛如一张平铺的大长桌。在它平坦的平台上,到处是灰褐色的石头,石缝中顽强地生长着一些叫不出名的植物和花草。沙土、白色石', '', 1, 0, 0, 148),
(175, 27, '0', 1372739981, 'p', 1, 2, 0, 198, 0, '大岛的花', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F2123SY59.jpg', 1372739981, 1372739833, 1, '', 0, 0, 0, 0, 0, 0, '大岛是俄罗斯当地人对贝加尔湖的奥利洪岛的俗称。贝加尔湖的22个岛中最大的是奥利洪岛730平方公里。如果说贝加尔湖是西伯利亚的明珠那奥利洪岛就是这颗明珠的心脏。', '', 1, 0, 0, 149),
(176, 53, '0', 1372742692, 'p', 1, 1, 0, 165, 0, '全球首款家庭服务机器人诞生', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F2131024449.jpg', 1372742692, 1372741838, 1, '全球,首款,家庭服务,机器人,诞生,就,像,', 1372901732, 8, 4, 0, 0, 0, '就像机器人一词最早诞生于科幻小说之中一样,人们对机器人充满了幻想。也许正是由于对机器人定义的模糊,才给了人们无限的想象和创造空间。机器人的各种功能和其具有的许多特', '', 1, 0, 0, 150),
(177, 10, '0', 1372742724, 'p', 1, 1, 0, 194, 0, '中国贫富差距有多大?', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F213304I60.jpg', 1372742724, 1372743083, 1, '', 1372839734, 6, 3, 0, 0, 0, '11月中国青年报社会调查中心通过题客调查网和民意中国网以你看好未来10年中国的发展吗为题对全国31个省、市、自治区的11 405名网友实施的在线即时调查显示在公众眼中', '', 1, 0, 0, 151),
(178, 27, '0', 1372744490, 'p', 1, 2, 0, 160, 0, '午后的烘焙时光', '', '', '黑龙江科学杂志', '未知', '/hljkx/uploads/130702/1-130F21350001C.jpg', 1372744490, 1372744161, 1, '', 0, 0, 0, 0, 0, 0, '幸福,也许是味蕾与醇香的迷人邂逅;也许是舌尖上甜蜜的轻舞;也许是一个茶香氤氲的安静午后;也许是初遇时一瞬的凝眸', '', 1, 0, 0, 152),
(180, 27, '0', 1375257283, 'p', 1, 2, 0, 198, 0, '龙门大厦——哈尔滨的记忆', '', '', 'admin', '未知', '/uploads/allimg/130731/1-130I1154J7-lp.jpg', 1375257283, 1375257238, 1, '', 0, 0, 0, 0, 0, 0, '掩映在高楼大厦之间的龙门大厦,安然矗立在那里,这个百年前的沙俄驻哈尔滨领事馆低沉的诉说着哈尔滨的历史', '', 1, 0, 0, 153),
(181, 27, '0', 1375681960, 'p', 1, 2, 0, 201, 0, '鳐鱼爱跳“二人转”', '', '', 'admin', '未知', '/uploads/130731/1-130I1162H0R2.jpg', 1375681960, 1375258050, 1, '', 0, 0, 0, 0, 0, 0, '炎热的夏季,哈尔滨极地馆自然成为市民休闲娱乐的首选。图为哈尔滨极地馆斥巨资打造的世界唯一双鳐冰海秀。', '', 1, 0, 0, 154),
(182, 27, '0', 1375672229, 'p', 1, 2, 0, 109, 0, '红专街43号——犹太医院旧址', '', '', 'admin', '未知', '/uploads/130805/1-130P5134F62L.jpg', 1375672229, 1375681642, 1, '', 0, 0, 0, 0, 0, 0, '红专街43号这座建造于1931年的历史建筑曾经被犹太医生罗森达里买下作为私人医院。整个建筑端庄、严谨且不失大气。如今这里成了一家很有特色的咖啡厅在繁华的中央大街一旁', '', 1, 0, 0, 155),
(183, 21, '0', 1375682852, '', 1, 1, 0, 189, 0, '2013年8期预告', '', '', 'admin', '未知', '', 1375682852, 1375682747, 1, '2013年,8期,预告,钛合金,替身,人造,骨,为,哪般,', 0, 0, 0, 0, 0, 0, '+钛合金替身人造骨为哪般? +我国科学家发现天然免疫识别与调控新机制 人体最没用的10大器官 眼睛能暴露出你体内14种隐疾 小心12种有毒蔬菜 多吃会致命 +水果要挑时间吃', '', 1, 0, 0, 156),
(184, 53, '0', 1375683987, 'p', 1, 1, 0, 59, 0, '用自身血液提纯的干细胞治疗皱纹', '', '', 'admin', '未知', '/uploads/130805/1-130P5144549161.jpg', 1375683987, 1375685283, 1, '', 1375685342, 2, 1, 0, 0, 0, '人体自身皮肤干细胞来进行除皱除疤痕美容的技术刚刚起步,且有效性、安全性都有待检验,所以,眼下不要被蒙蔽而成为试验品。 每个人都希望摆脱自身的皱纹,很多人也会依赖美容', '', 1, 0, 0, 157),
(185, 53, '0', 1375685362, 'p', 1, 1, 0, 50, 0, '美研制出可反复愈合的触敏塑料“皮肤”', '', '', 'admin', '未知', '/uploads/130805/1-130P5145005307.jpg', 1375685362, 1375685481, 1, '', 0, 0, 0, 0, 0, 0, '首个具有敏锐触感且在室温下能迅速、反复愈合的人工合成材料已研制出,此进展或将导致更智能假肢或更有弹性的可自我修复个人电子产品的出现。 人类皮肤是一种特殊的材料:它需', '', 1, 0, 0, 158),
(186, 53, '0', 1375685885, 'p', 1, 1, 0, 172, 0, '“声音照相机”软件让盲人听声辨物', '', '', 'admin', '未知', '/uploads/130805/1-130P5145302395.jpg', 1375685885, 1375685695, 1, '“,声音照相机,”,软件,让,盲人,听声,辨物,生,', 0, 0, 0, 0, 0, 0, '生活在黑暗中的人们无法用视觉去感知这个世界,这也让他们的生活失去了很多的色彩。现在可以不再需要用眼睛去看这个世界了,以色列希伯莱大学的埃米尔阿马迪耶和他的同事们开', '', 1, 0, 0, 159),
(187, 53, '0', 1375685708, 'p', 1, 1, 0, 63, 0, '通过对人面部温度进行测量对比 可快速找出醉酒者', '', '', 'admin', '未知', '/uploads/130805/1-130P5145550419.jpg', 1375685708, 1375685839, 1, '', 0, 0, 0, 0, 0, 0, '过度饮酒不但会损害自身健康,引发很多疾病,也会危害公共安全。当醉酒者出现在飞机上或是其他公共场所时也是如此,而酒驾已成为醉酒者带来的最大的影响和危害。 国内目前采用', '', 1, 0, 0, 160),
(188, 11, '0', 1375756603, 'p', 1, 1, 0, 157, 0, '车内吸烟即使开窗有害物质也超标', '', '', 'admin', '未知', '/uploads/130806/1-130P61039394A.jpg', 1375756603, 1375756803, 1, '', 0, 0, 0, 0, 0, 0, '有些人常在开车时吸烟,以为只要打开车窗或空调通风就不会影响车内的其他人。但英国一项研究显示,即使开窗通风,车内吸烟也会造成有害物质超标。吸烟产生的烟雾中含有大量细', '', 1, 0, 0, 161),
(189, 53, '0', 1375757221, 'p', 1, 1, 0, 108, 0, ' 地球也有“脉搏”', '', '', 'admin', '未知', '/uploads/130806/1-130P6105022X8.jpg', 1375757221, 1375757434, 1, '', 0, 0, 0, 0, 0, 0, '在很多人眼里地球有一颗由毫无生命、温度高达6 880C炙热岩浆核心做成的心但这个看似没有生命的心却能像所有生物一样拥有脉搏。寂静悬立在宇宙中的太阳系从内到外第三', '', 1, 0, 0, 162),
(190, 53, '0', 1375767080, 'p', 1, 1, 0, 76, 0, '科学家绘制宇宙时空结构 探索冷暗物质之谜', '', '', 'admin', '未知', '/uploads/130806/1-130P613314CS.jpg', 1375767080, 1375767076, 1, '科学家,绘制,宇宙,时空,结构,探索,冷暗,物质,', 0, 0, 0, 0, 0, 0, '构成宇宙5% 的是正常物质其次的23%是不可见的暗物质。除此之外宇宙中72%由神秘的暗能量构成。 德国天文学家开发了一种新的人工智能算法,凭借前所未有的精确度来绘制和解释环', '', 1, 0, 0, 163),
(191, 10, '0', 1375767372, 'p', 1, 1, 0, 179, 0, ' 治霾和减排呼唤地球“清道夫”——谁来帮生物天然气走出“深闺”', '', '', 'admin', '未知', '/uploads/130806/1-130P6133640241.jpg', 1375767372, 1375767653, 1, '', 0, 0, 0, 0, 0, 0, '全球资源日渐紧缺、环境状况日益恶化使能源领域正悄无声息地进行一场气体能源革命,可再生能源有望迎来发展的黄金时期。 ■ 科技专论 所谓生物天然气指的是通过厌氧发酵或气化', '', 1, 0, 0, 164),
(192, 11, '0', 1375767894, 'p', 1, 1, 0, 80, 0, '白领养生 警惕办公室九大杀手', '', '', 'admin', '未知', '/uploads/130806/1-130P6134534925.jpg', 1375767894, 1375768046, 1, '', 0, 0, 0, 0, 0, 0, '1、睡眠不足 长期缺觉会增加患心血管疾病、抑郁症以及肥胖的风险,缺觉还会损害认知功能、记忆力以及免疫系统。睡眠不足还会改变新陈代谢的节奏,导致食量增大、饮食带来的满', '', 1, 0, 0, 165),
(193, 11, '0', 1375770432, 'p', 1, 1, 0, 58, 0, '8种难吃食物最营养最养人', '', '', 'admin', '未知', '/uploads/130806/1-130P6135AD37.jpg', 1375770432, 1375768627, 1, '8种,难吃,食物,最,营养,养人,人们,都,喜欢,吃,', 1376007220, 2, 1, 0, 0, 0, '人们都喜欢吃味道鲜美甜腻的食物,而对那些苦涩、粗糙的食物却避而远之,殊不知这些食物里面却蕴藏着不为人知的养生功效。 大多数人都会对一些难吃的食物很不喜欢,然而,这些', '', 1, 0, 0, 166),
(194, 11, '0', 1375770160, 'p', 1, 1, 0, 172, 0, '警惕不健康的四种减肥法', '', '', 'admin', '未知', '/uploads/130806/1-130P6142456219.jpg', 1375770160, 1375770345, 1, '', 0, 0, 0, 0, 0, 0, '你在减肥吗?你的减肥方法正确吗?以下几种减肥方法,虽然能起到很好的瘦身作用,但却对身体有一定的伤害。在这里给你一一道来,让你在减肥的同时也关注健康的问题。 灌肠减肥', '', 1, 0, 0, 167),
(195, 27, '0', 1376532050, 'p', 1, 2, 0, 151, 0, '山水书城——不一样的体验式书城', '', '', 'admin', '未知', '/uploads/allimg/130815/1-130Q5095624-lp.jpg', 1376532050, 1376532034, 1, '', 0, 0, 0, 0, 0, 0, '山水书城位于群力第五大道,是东北三省最大的体验式书城。该书城以图书阅读、销售、新书发布等功能为主,同时配有咖啡厅、品牌餐厅、自习区等其他服务设施,使消费者在书城内', '', 1, 0, 0, 168),
(196, 11, '0', 1376532803, 'p', 1, 1, 0, 191, 0, '揭秘人体最藏污纳垢的五大部位', '', '', 'admin', '未知', '/uploads/130815/1-130Q5101342548.jpg', 1376532803, 1376532985, 1, '', 0, 0, 0, 0, 0, 0, '我们虽然是人,但叫细菌可能更恰当一些。这句话听起来就像科幻故事里的荒诞说法,但它是事实,在人体内发现的数百万个细菌,可以填满一个容量是半加仑的水壶,每个人的身体其', '', 1, 0, 0, 169),
(197, 21, '0', 1377133274, '', 1, 1, 0, 97, 0, '2013年9月导读', '', '', 'admin', '未知', '', 1377133274, 1377133263, 1, '2013年,9月,导读,科学家,找到,秘密,武器,用于,', 0, 0, 0, 0, 0, 0, '+ 科学家找到秘密武器用于清除癌细胞帮凶 + 科学家提高了时间斗篷让数据隐形的时长 + 银河系中发现太阳孪生兄弟 + 低热量饮食延缓衰老机理揭开 + 掉进黑洞会怎样? + 科学家发现细', '', 1, 0, 0, 170),
(198, 15, '0', 1377136288, 'p', 1, 2, 0, 201, 0, '马德里——灵魂漫舞的城市', '', '', 'admin', '未知', '/uploads/allimg/130822/1-130R2095940-lp.jpg', 1377136288, 1377140416, 1, '', 0, 0, 0, 0, 0, 0, '马德里是欧洲数一数二的艺术中心,每年都吸引来大批的观光客。以太阳门为中心,道路由此成放射状展开,便利的地铁和公交系统,交通四通八达,悠闲的步道,提醒你身处于西班牙', '', 1, 0, 0, 171),
(199, 27, '0', 1378272903, 'p', 1, 2, 0, 147, 0, '洪峰前峰顺利通过哈尔滨城区段', '', '', 'admin', '未知', '/uploads/130904/1-130Z4111233C6.jpg', 1378272903, 1378264268, 1, '', 0, 0, 0, 0, 0, 0, '洪峰前锋顺利通过哈尔滨区段,防汛工作取得成效。洪峰过境后的松花江面,显得格外宁静。', '', 1, 0, 0, 172),
(200, 14, '0', 1378273625, 'p', 1, 2, 0, 102, 0, '马尔代夫,上帝抛向人间的项链', '', '', 'admin', '未知', '/uploads/130904/1-130Z4134012D4.jpg', 1378273625, 1378273473, 1, '', 1383872315, 2, 1, 0, 0, 0, '马尔代夫共和国 位于南亚, 是印度洋上的一个岛国 由1 200余个小珊瑚岛屿组成 面积300平方公里是亚洲最小的国家。 当你乘坐飞机冲出云层的一瞬间,耀眼的白沙岛和绿宝石般的', '', 1, 0, 0, 173),
(201, 53, '0', 1378350349, 'p', 1, 1, 0, 75, 0, '调控记忆开关的关键分子得到确认', '', '', 'admin', '未知', '/uploads/130905/1-130Z511061V13.jpg', 1378350349, 1378350545, 1, '', 0, 0, 0, 0, 0, 0, '英国布里斯托大学研究人员在《神经回路前沿》期刊上发表论文称,他们确认了一种关键分子,可以诱发大脑中记忆形成的化学过程,其对大脑分子记忆开关的控制是形成记忆的一个关', '', 1, 0, 0, 174),
(202, 53, '0', 1378350812, 'p', 1, 1, 0, 68, 0, '孕妇体内自然杀伤细胞可被重新唤醒', '', '', 'admin', '未知', '/uploads/130905/1-130Z511134a04.jpg', 1378350812, 1378351119, 1, '', 0, 0, 0, 0, 0, 0, '法国图卢兹普尔潘病理生理研究中心的科研团队研究发现,人类母胎中的某些免疫细胞可以阻止病毒感染胎儿。相关研究结果发表在医学期刊《公共科学图书馆病原体》上。 自然杀伤细', '', 1, 0, 0, 175),
(203, 15, '0', 1378689335, 'p', 1, 2, 0, 130, 0, '从历史中流淌出的城市——卢塞恩', '', '', 'admin', '未知', '/uploads/130905/1-130Z5140420612.jpg', 1378689335, 1378361321, 1, '', 0, 0, 0, 0, 0, 0, '瑞士中部高原的卢塞恩(Luzern)是个湖光山色相互映衬的美丽城市,瑞士最大的夏季避暑胜地之一。早在罗马时期,它还只是一个没有几户人家的渔村,后来,为了给过往的船只导航而修', '', 1, 0, 0, 176),
(206, 11, '0', 1378363942, 'p', 1, 1, 0, 89, 0, '豆类对人体有6大神奇功效 哪种吃法最营养', '', '', 'admin', '未知', '/uploads/130905/1-130Z514542X13.jpg', 1378363942, 1378364176, 1, '', 0, 0, 0, 0, 0, 0, '豆类被加工制作成各种美食摆上我们的餐桌,究竟有什么营养价值让大家如此挚爱呢? 一、 豆类的营养: 1、豆类中的碳水化合物以膳食纤维和低聚糖为主能促进肠道益生菌的繁殖', '', 1, 0, 0, 179),
(207, 27, '0', 1378966313, 'p', 1, 2, 0, 165, 0, '黑龙江第十届菊花展在哈尔滨香坊区尚志公园拉开大幕', '', '', 'admin', '未知', '/uploads/allimg/130912/1-130912140619-lp.jpg', 1378966313, 1378966153, 1, '', 0, 0, 0, 0, 0, 0, '为期27天的中国黑龙江第十届菊花展在香坊区尚志公园开展展览汇集了300个菊花品种、7万盆菊花、400盆菊花盆景大小菊花造型150组为游客营造喜迎中秋的节日喜庆氛围。 菊展期间', '', 1, 0, 0, 180),
(208, 53, '0', 1379382231, 'p', 1, 1, 0, 129, 0, '绿化垃圾变肥料成现实', '', '', 'admin', '未知', '/uploads/130917/1-13091F94412306.jpg', 1379382231, 1379382406, 1, '', 0, 0, 0, 0, 0, 0, '落红不是无情物,化作春泥更护花然而,让落花和枯枝败叶快速变为肥料并实现循环利用并非易事。 城市绿化管理中产生的有机类废弃物就是绿化垃圾,包括公园、林带产生的残枝落叶', '', 1, 0, 0, 181),
(209, 53, '0', 1379390741, 'p', 1, 1, 0, 62, 0, '特有基因变异让东亚人更容易出汗', '', '', 'admin', '未知', '/uploads/130917/1-13091G15554126.jpg', 1379390741, 1379390528, 1, '特有,基因,变异,让,东亚,人,更容易,出汗,变异,', 0, 0, 0, 0, 0, 0, '变异出现在3万多年前的东亚并且改变了东亚人祖先的汗腺和毛发的密度、毛发粗细及牙齿特征 在所有的动物里,人类是最会出汗的。哈佛大学和复旦大学的研究者合作发现,东亚人', '', 1, 0, 0, 182),
(210, 53, '0', 1379390992, 'p', 1, 1, 0, 71, 0, '新发现:黑洞质量达太阳170亿倍', '', '', 'admin', '未知', '/uploads/130917/1-13091G21022617.jpg', 1379390992, 1379391178, 1, '', 0, 0, 0, 0, 0, 0, '据物理学家组织网报道科学家们表示他们在距离地球大约2.5亿光年的一个小型星系内部发现了一个可能是迄今已知质量最大的黑洞。这个超级黑洞的质量大约相当于170亿倍太阳质量', '', 1, 0, 0, 183),
(211, 11, '0', 1379391504, 'p', 1, 1, 0, 66, 0, '国人嗜好“重口味”带来健康隐忧', '', '', 'admin', '未知', '/uploads/130917/1-13091G220243C.jpg', 1379391504, 1379392176, 1, '', 0, 0, 0, 0, 0, 0, '各种聚餐或日常烹饪时,菜式繁多的大鱼大肉让很多人大呼过瘾,而因此常常会引发多种健康问题 调查显示,在吃的问题上,重视口味的人最多。而在口味方面,国人舌尖最爱辣。排行', '', 1, 0, 0, 184),
(212, 27, '0', 1380244107, 'p', 1, 2, 0, 141, 0, '趣味拼体魄,青春九月红', '', '', 'admin', '未知', '/uploads/130927/1-13092FZKRJ.jpg', 1380244107, 1380175705, 1, '', 0, 0, 0, 0, 0, 0, '9月22日黑龙江省科学院团委组织了一场以趣味拼体魄、青春九月红为主题的青年趣味运动会。使同志们在紧张工作之余放松身心感受到了集体的力量与温暖加强了相互的沟通与了', '', 1, 0, 0, 185),
(213, 53, '0', 1380179657, 'p', 1, 1, 0, 182, 0, '睡眠不足6小时会导致700个基因活动改变', '', '', 'admin', '未知', '/uploads/130926/1-13092615143SX.jpg', 1380179657, 1380179722, 1, '', 0, 0, 0, 0, 0, 0, '英国研究人员发现连续缺觉一周扰乱700多个对健康至关重要的基因从而影响人体生物钟、新陈代谢、免疫反应、抗压能力等这些基因还可以决定心脏病、糖尿病、肥胖等疾病这', '', 1, 0, 0, 186),
(214, 53, '0', 1380179799, 'p', 1, 1, 0, 114, 0, ' 抑郁症可以通过仪器诊断吗?', '', '', 'admin', '未知', '/uploads/130926/1-130926151AII.jpg', 1380179799, 1380179892, 1, '', 0, 0, 0, 0, 0, 0, '随着现代社会的发展,人们的生活节奏越来越快,竞争越来越激烈,压力也越来越大,精神健康的问题就会不可避免地出现,而抑郁症就是其中之一。抑郁症是一种常见的心境障碍,可', '', 1, 0, 0, 187),
(215, 11, '0', 1380181495, 'p', 1, 1, 0, 86, 0, '吃完鸡蛋不能立即做这些事 小心丧命', '', '', 'admin', '未知', '/uploads/130926/1-130926154520S5.jpg', 1380181495, 1380181619, 1, '', 0, 0, 0, 0, 0, 0, '鸡蛋是很好的营养品之一,富含多种人体必需的物质,但是在中医学理论中,任何食物都相生相克,鸡蛋也不例外。吃完鸡蛋后,有些事情不能立即做,否则会严重影响身体健康。以下', '', 1, 0, 0, 188),
(217, 11, '0', 1380181643, 'p', 1, 1, 0, 95, 0, '“冰箱食物中毒”成最易被忽视的杀手', '', '', 'admin', '未知', '/uploads/130926/1-130926154K2P8.jpg', 1380181643, 1380181840, 1, '', 0, 0, 0, 0, 0, 0, '通常人们都会把家里的食物准备得多些,各类果蔬、肉类等全部都会放进冰箱里储存。很多人都以为食物放进冰箱就会 安全,不会变味儿、不会变质。实际上,冰箱只是通过降温的方式', '', 1, 0, 0, 189),
(218, 14, '0', 1380243920, 'p', 1, 2, 0, 185, 0, '帕劳群岛——蓝绿色的潜水胜地', '', '', 'admin', '未知', '/uploads/130927/1-13092FTJ03X.png', 1380243920, 1380243783, 1, '', 0, 0, 0, 0, 0, 0, '帕劳大大小小340个火山岛和珊瑚岛中只有8个岛有常住居民群岛分布在南北长640公里的海面上。到这里来的外国人多数是为了领略热带海洋风光摇曳的棕榈树温和的海风银白的沙', '', 1, 0, 0, 191),
(219, 27, '0', 1380245798, 'p', 1, 2, 0, 173, 0, '哈尔滨地铁1号线正式运营全新亮相更畅通', '', '', 'admin', '未知', '/uploads/allimg/130927/1-13092F93I5-lp.jpg', 1380245798, 1380246025, 1, '', 0, 0, 0, 0, 0, 0, '9月26日哈尔滨地铁1号线正式运营全城34分钟18.8公里东西轴线景观大道全新亮相,市民出行将会更加便利,畅通。', '', 1, 0, 0, 192),
(220, 9, '0', 1380246590, 'p', 1, 1, 0, 156, 0, '从二次创新到自主创新,我们还有多长的路要走?', '', '', 'admin', '未知', '/uploads/130927/1-13092F94621B3.jpg', 1380246590, 1380246521, 1, '从,二次,创,新到,自主,创新,我们,还,有多,近,', 0, 0, 0, 0, 0, 0, '近20年来中国经济一直保持高速增长。然而高速增长的背后也存在隐忧大量引进国外技术、处于全球产业价值链低端是中国未来发展需要解决的重要问题。对于那些坚信开发先进', '', 1, 0, 0, 193),
(221, 8, '0', 1380248032, 'p', 1, 1, 0, 153, 0, '“仿生眼泪”液体材料问世 潜在功能超乎想象', '', '', 'admin', '未知', '/uploads/130927/1-13092G0140G33.gif', 1380248032, 1380248132, 1, '', 0, 0, 0, 0, 0, 0, '对于眼泪,我们了解得有多少呢?眼泪是人在伤心难过或者过于激动高兴时从眼睛里流出的液体,味道略咸。正常时泪腺所分泌的少量透明含盐溶液,是一种弱酸性的透明的无色液体,', '', 1, 0, 0, 194),
(222, 8, '0', 1380248308, 'p', 1, 1, 0, 157, 0, ' 钛合金替身“人造骨”为哪般?', '', '', 'admin', '未知', '/uploads/130927/1-13092G01GN62.jpg', 1380248308, 1380248306, 1, '钛合金,替身,“,人造骨,”,为,哪般,随着,第,', 0, 0, 0, 0, 0, 0, '随着第四代3D打印机被引进国内一些医院它能打出钛合金物件有望直接用作骨科材料植入人体。 那么,钛是什么?是一种矿岩?是工业材料?还是会让你想到网络热词钛合金眼?尽', '', 1, 0, 0, 195),
(223, 21, '0', 1381289281, '', 1, 1, 0, 137, 0, '2013年10期导读', '', '', 'admin', '未知', '', 1381289281, 1381289186, 1, '2013年,10期,导读,英,开发出,用,尿液,发电,的,', 0, 0, 0, 0, 0, 0, ' 英开发出用尿液发电的燃料电池 +用动物活组织也可培育出人耳 +大脑中也存在一个垃圾清理系统 +人类能否创造意识呢? +化学风化作用能为变暖地球降温 +脑部微电击可提高', '', 1, 0, 0, 196),
(224, 27, '0', 1382590876, 'p', 1, 2, 0, 79, 0, '哈尔滨 遭遇雾霾天气', '', '', 'admin', '未知', '/uploads/131024/1-131024130G93B.jpg', 1382590876, 1382591250, 1, '', 0, 0, 0, 0, 0, 0, '10月21日清晨哈尔滨市发生重度雾霾天气PM2.5指数持续爆表一些市区能见度已不足50米全市中小学停课部分公交线路暂时停止运营多条高速公路全线封闭。', '', 1, 0, 0, 197),
(225, 27, '0', 1382592562, 'p', 1, 2, 0, 103, 0, '树洞画 修补残缺 温暖城市', '', '', 'admin', '未知', '/uploads/131024/1-1310241335503Y.jpg', 1382592562, 1382592961, 1, '', 0, 0, 0, 0, 0, 0, '哈尔滨松花江畔斯大林公园 内,不少垂柳的树洞和断枝上,出现了一幅幅栩栩如生的图画。这种树洞画 为冰城带来一抹惊艳,也为城市增添了一丝温暖。', '', 1, 0, 0, 198),
(226, 11, '0', 1382593400, 'p', 1, 1, 0, 93, 0, '绿叶蔬菜有益肠道免疫细胞群', '', '', 'admin', '未知', '/uploads/131024/1-1310241342362R.png', 1382593400, 1382593369, 1, '绿叶,蔬菜,有益,肠道,免疫,细胞,群,吃,绿色,', 0, 0, 0, 0, 0, 0, '吃绿色蔬菜也许要比我们之前认为的更重要,最新研究发现,对于肠道健康至关重要的免疫细胞群受饮食中的绿叶蔬菜控制。研究成果发表在《自然免疫学》杂志上。 在消化系统内壁新', '', 1, 0, 0, 199),
(227, 53, '0', 1382593874, 'p', 1, 1, 0, 71, 0, '“仿生眼泪”液体材料问世 潜在功能超乎想象', '', '', 'admin', '未知', '/uploads/131024/1-131024135312435.jpg', 1382593874, 1382594019, 1, '', 0, 0, 0, 0, 0, 0, '对于眼泪,我们了解得有多少呢?眼泪是人在伤心难过或者过于激动高兴时从眼睛里流出的液体,味道略咸。正常时泪腺所分泌的少量透明含盐溶液,是一种弱酸性的透明的无色液体,', '', 1, 0, 0, 200),
(228, 19, '0', 1409274451, 'h', 1, 1, 0, 156, 0, '条件格式和函数在学生成绩统计与查询中的应用', '', '', 'admin', '未知', '', 1409274451, 1382595441, 1, '条件,格式,和,函数,在,学生,成绩,统计,与,【,', 0, 0, 0, 0, 0, 0, '【作者】 黎菁华 【Author】 LI Jing-hua Business School of Central South University,Changsha 410083,China) 【机构】 中南大学商学院 【摘要】 学生成绩的统计是学生管理工作中一项非常重要的工作', '', 1, 0, 0, 201),
(243, 27, '0', 1385700090, 'p', 1, 2, 0, 151, 0, '童话中的城堡', '', '', 'admin', '未知', '/uploads/allimg/131129/1-131129124236-lp.jpg', 1385700090, 1385700216, 1, '', 0, 0, 0, 0, 0, 0, '一场不期而遇的大雪,让索菲亚教堂更像童话中的城堡。', '', 1, 0, 0, 177),
(244, 22, '0', 1385710309, 'p,e', 1, 1, -2, 194, 0, '袍子粉', '', '', 'admin', '未知', '/uploads/allimg/131129/1-131129152J80-L.jpg', 1385710309, 1385710075, 1, '袍子,粉,袍子,粉,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 178);
INSERT INTO `dede_archives` (`id`, `typeid`, `typeid2`, `sortrank`, `flag`, `ismake`, `channel`, `arcrank`, `click`, `money`, `title`, `shorttitle`, `color`, `writer`, `source`, `litpic`, `pubdate`, `senddate`, `mid`, `keywords`, `lastpost`, `scores`, `goodpost`, `badpost`, `voteid`, `notpost`, `description`, `filename`, `dutyadmin`, `tackid`, `mtype`, `weight`) VALUES
(245, 22, '0', 1385710078, 'p,e', 1, 1, -2, 92, 0, '亚麻粉1', '', '', 'admin', '未知', '/uploads/allimg/131129/1-131129152P70-L.jpg', 1385710078, 1385710090, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 179),
(246, 22, '0', 1385710358, 'p,g', 1, 1, -2, 59, 0, '广告1', '', '', 'admin', '未知', '/uploads/allimg/131129/1-1311291532510-L.jpg', 1385710358, 1385710374, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 180),
(247, 22, '0', 1385710376, 'p,g', 1, 1, -2, 108, 0, '木耳1', '', '', 'admin', '未知', '/uploads/allimg/131129/1-1311291533050-L.jpg', 1385710376, 1385710389, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 181),
(248, 27, '0', 1389752950, 'p', 1, 2, 0, 118, 0, '寒冬中的老街', '', '', 'admin', '未知', '/uploads/140115/1-1401151034261L.jpg', 1389752950, 1389751585, 1, '', 0, 0, 0, 0, 0, 0, '俗话说三九、四九,打骂不走,当你来到哈尔滨中央大街这条百年老街上的时候,这就话就变得毫无意义了。月夜映衬下幽幽的石头路面上,人头攒动、热闹非凡,街上很多冰雕作品尚', '', 1, 0, 0, 182),
(249, 27, '0', 1389764274, 'p', 1, 2, 0, 169, 0, '跟着《爸爸去哪儿》走进中国最美雪乡', '', '', 'admin', '未知', '/uploads/allimg/140115/1-140115103G8-lp.jpg', 1389764274, 1389760448, 1, '', 0, 0, 0, 0, 0, 0, '《爸爸去哪儿》第一季的拍摄日前在东北牡丹江落下帷幕,天寒地冻的天气里,在几对帅爸萌娃心中留下的除了不舍的情谊,便该是惊心动魄的美景了。 牡丹江市境内双峰林场的雪从每', '', 1, 0, 0, 183),
(250, 21, '0', 1392701480, '', 1, 1, 0, 92, 0, '2014年1期导读', '', '', 'admin', '未知', '', 1392701480, 1392701455, 1, '2014年,1期,导读,精神疾病,抛弃,药疗,修改,大,', 0, 0, 0, 0, 0, 0, '+精神疾病抛弃药疗 修改大脑神经回路成研发热点 盘点有毒的11种常见食物 女性身体最需要的5种食物 +最新研究称食物和肠道内的细菌共同影响腰围 我国OLED照明模块能效创同', '', 1, 0, 0, 184),
(251, 21, '0', 1393815979, '', 1, 1, 0, 192, 0, '2014年3期导读', '', '', 'admin', '未知', '', 1393815979, 1393815939, 1, '2014年,3期,导读,射线,眼镜,将使,医护人员,', 0, 0, 0, 0, 0, 0, 'X射线眼镜将使医护人员拥有超级透视眼 +量子通信:绝密的未来通信 +携老年痴呆症基因婴儿大脑发育与众不同 +灵魂出窍是如何产生的?研究称真实存在 +大自然挑战传统理论', '', 1, 0, 0, 185),
(252, 11, '0', 1393816114, 'p', 1, 1, 0, 168, 0, ' 食物不坏,不全是防腐剂之功', '', '', 'admin', '未知', '/uploads/140303/1-14030311292Qc.jpg', 1393816114, 1393817384, 1, '', 0, 0, 0, 0, 0, 0, '英国《每日邮报》近期报道来自美国犹他州的一名男子于1999年在当地一家快餐店买了一个汉堡无意间保存至今。令人吃惊的是现在这个汉堡看起来和14年前没有多大变化。此消息', '', 1, 0, 0, 186),
(253, 27, '0', 1393820419, 'p', 1, 2, 0, 180, 0, '二月二,省博物馆上演民俗大戏', '', '', 'admin', '未知', '/uploads/140303/1-14030312224E00.jpg', 1393820419, 1393819913, 1, '', 0, 0, 0, 0, 0, 0, '为弘扬中华民族民俗文化传统3月2日二月二《春耕大典》在省博物馆举行。省博将二月二与春耕这一传统民俗结合起来形式新颖丰富了群众的民俗生活。', '', 1, 0, 0, 187),
(254, 27, '0', 1395196984, 'p', 1, 2, 0, 187, 0, '春雪洗蓝天,江畔意更浓', '', '', 'admin', '未知', '/uploads/140319/1-140319101T4936.jpg', 1395196984, 1395195706, 1, '', 0, 0, 0, 0, 0, 0, '3月18日哈尔滨市纷纷扬扬的下起了雨夹雪这初春时节的一场雪给很多人带来了惊喜的同时更加净化了空气为初春增添了一丝情趣。', '', 1, 0, 0, 188),
(255, 27, '0', 1395197165, 'p', 1, 2, 0, 72, 0, '黑河影视基地——打造北方影视名城', '', '', 'admin', '未知', '/uploads/140319/1-140319105403230.jpg', 1395197165, 1395197950, 1, '', 0, 0, 0, 0, 0, 0, '黑河影视基地位于距黑河市区10多公里的北安农管局锦河农场是电视连续剧《闯关东》的主要拍摄地现在已成为黑龙江的著名景点之一。', '', 1, 0, 0, 189),
(256, 27, '0', 1395198837, 'p', 1, 2, 0, 93, 0, '哈尔滨食记之意大利餐厅', '', '', 'admin', '未知', '/uploads/140319/1-140319111434J5.jpg', 1395198837, 1395199068, 1, '', 0, 0, 0, 0, 0, 0, '随着人们生活水平的提高对于餐饮的要求也随之提高。这家意大利餐厅在宣传上做足了功夫意大利式的浪漫情怀顶级的食材藏红花拥有16年料理经验的主厨。引得人们都前来尝', '', 1, 0, 0, 190),
(257, 27, '0', 1395285968, 'p', 1, 2, 0, 80, 0, '大美龙江,荷花绽放!', '', '', 'admin', '未知', '/uploads/140320/1-140320112620509.jpg', 1395285968, 1395199431, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 191),
(258, 21, '0', 1395200873, '', 1, 1, 0, 67, 0, '4期导读', '', '', 'admin', '未知', '', 1395200873, 1395200985, 1, '', 0, 0, 0, 0, 0, 0, '+科学家改善智能冰箱系统:自动识别物体 +能修补心脏缺陷万能胶 欲最终取代缝线 +哈工大破解艾滋病病毒感染性因子结构 绝大多数人吃饭的顺序都犯3种错误 +牛奶冷藏切忌超', '', 1, 0, 0, 192),
(259, 53, '0', 1395201838, 'p', 1, 1, 0, 87, 0, ' 清华研发新试剂 测癌只需一滴血', '', '', '', '《黑龙江科学》', '/uploads/140319/1-140319120143329.png', 1395201838, 1395201779, 1, '清华,研发,新试剂,新,试剂,测癌,只需,一,滴血,', 0, 0, 0, 0, 0, 0, '只要一滴血,就能监测癌症患者病情,并评价治疗效果。 清华研发新试剂 测癌只需一滴血 取一滴血液2小时即可获知肺癌患者的治疗效果。一项被称为向攻克癌症这一目标又前进了一', '', 1, 0, 0, 193),
(260, 53, '0', 1395201888, 'p', 1, 1, 0, 169, 0, ' 科学家研制出可使生物隐形的“隐身衣”', '', '', 'admin', '《黑龙江科学》', '/uploads/140319/1-14031912112a40.jpg', 1395201888, 1395202342, 1, '', 0, 0, 0, 0, 0, 0, '当一支铅笔被放入一个装置中时,铅笔的中间部位不见了,但该部位的背景图案仍然可见。制造出能实现完美隐形的隐身衣,是科学家、工程师及科技爱好者梦寐以求的事。我国科学家', '', 1, 0, 0, 194),
(261, 53, '0', 1395202392, 'p', 1, 1, 0, 56, 0, ' 地球生命或诞生于零度环境', '', '', 'admin', '未知', '/uploads/140319/1-140319121403U2.jpg', 1395202392, 1395202502, 1, '', 0, 0, 0, 0, 0, 0, '35亿年前地球上的生命是如何开始的仍是最有趣但知之甚少却备受争议的生物学领域课题。根据达尔文的推测早期生命可能开始于一个温暖的小池塘中但是另外一些科学家则认', '', 1, 0, 0, 195),
(262, 53, '0', 1395205514, 'p', 1, 1, 0, 182, 0, '“智能眼镜”有望将图形信号翻译成语音帮盲人导航', '', '', 'admin', '未知', '/uploads/140319/1-140319130GX93.jpg', 1395205514, 1395205719, 1, '', 0, 0, 0, 0, 0, 0, '大多数盲人其实还残存着一些有限的视觉功能,他们可以觉察到光和运动,但一直未曾有合适的技术来利用并增强这些能力。对于盲人来说,有时盲文指示跟不上他们的需求,能实时帮', '', 1, 0, 0, 196),
(263, 53, '0', 1395206313, 'p', 1, 1, 0, 170, 0, ' 研究称改变基因或能让人类活到500岁', '', '', 'admin', '未知', '/uploads/140319/1-140319131U5c9.jpg', 1395206313, 1395206389, 1, '', 0, 0, 0, 0, 0, 0, '延年益寿一直是人们热衷的话题,科学家也正在往这方面努力,而一项研究发现或许能让这一愿望成为现实。据英国《每日邮报》报道,美国加利福尼亚州的科学家们发现,通过改变秀', '', 1, 0, 0, 197),
(264, 11, '0', 1395286003, 'p', 1, 1, 0, 159, 0, '足浴养生有禁忌 这6类人千万别泡脚', '', '', 'admin', '未知', '/uploads/140320/1-140320112A4108.jpg', 1395286003, 1395206629, 1, '足浴,养,生有,禁忌,这,类人,千万,别泡脚,泡脚,', 0, 0, 0, 0, 0, 0, '泡脚可以促进血气循环、利于睡眠,并可辅助治疗某些疾病,但也有禁忌,否则不仅达不到养生的疗效,反而适得其反。 1.最佳时长2030分钟。泡脚不超过20分钟没有发挥应有的保健效', '', 1, 0, 0, 198),
(265, 11, '0', 1395286223, 'p', 1, 1, 0, 58, 0, ' 生活中最常喝的六种毒水 减寿致命', '', '', 'admin', '未知', '/uploads/140320/1-140320112U0941.jpg', 1395286223, 1395286197, 1, '生活,中最,常喝,的,六种,毒水,减寿,致命,我们,', 0, 0, 0, 0, 0, 0, '我们每个人每天都应该多喝点水,不要等渴了才喝。我们喝水也要注意方式,不要看见水就喝,到最后给身体带来的伤害比不喝水还大,那就得不偿失了。 一、喝千滚水易中毒 有的人', '', 1, 0, 0, 199),
(266, 11, '0', 1395286706, 'p', 1, 1, 0, 147, 0, ' 胡萝卜有7大功效 4种错误吃法让营养尽失', '', '', 'admin', '未知', '/uploads/140320/1-140320114039136.jpg', 1395286706, 1395286915, 1, '', 0, 0, 0, 0, 0, 0, '胡萝卜不仅营养丰富,而且胡萝卜汁还可以 祛斑 美白 。除此之外,胡萝卜还有什么样的功效呢? 1.益肝明目。胡萝卜含有大量胡萝卜素其分子结构相当于2个分子的维生素A在肝脏', '', 1, 0, 0, 200),
(267, 11, '0', 1395287710, 'p', 1, 1, 0, 79, 0, ' 3类人吃蜂蜜反有毒 你可以吃吗?', '', '', 'admin', '未知', '/uploads/140320/1-14032011533T61.jpg', 1395287710, 1395287693, 1, '类人,吃,蜂蜜,反,有毒,你,可以吃,吗,蜂蜜,是,', 0, 0, 0, 0, 0, 0, '蜂蜜是人类最为熟悉的蜂产品含有60多种人体所需的无机物、有机物、葡萄糖、果糖、酶值、蛋白质以及18种氨基酸等。蜂蜜味甜可口、营养丰富常食可起到润泽脸色、解除疲劳、滋', '', 1, 0, 0, 201),
(268, 14, '0', 1395289359, 'p', 1, 2, 0, 196, 0, '东北冰雪王国——雪乡', '', '', 'admin', '未知', '/uploads/140320/1-140320122134492.jpg', 1395289359, 1395288925, 1, '', 0, 0, 0, 0, 0, 0, '雪谷位于林海雪原之北,在 黑龙江 省五常市山河屯林业局东升林场境内,因位于我国最大的高纬度原始森林 长白山 脉内,气旋活动频繁剧烈,冬季降雪量超大。雪乡是国家滑雪队和八', '', 1, 0, 0, 202),
(269, 14, '0', 1395289815, 'p', 1, 2, 0, 107, 0, '桌山揽胜', '', '', 'admin', '未知', '/uploads/140320/1-140320123122X2.jpg', 1395289815, 1395290023, 1, '', 0, 0, 0, 0, 0, 0, '桌山英语Table Mountain阿非利堪斯语Tafelberg意为海角之城它是南非的平顶山 ,可俯瞰 开普敦 市和 桌湾 ,耸立于高而多岩石的 开普半岛 北端。前拥波光粼粼的大西洋海湾,', '', 1, 0, 0, 203),
(270, 14, '0', 1395290204, 'p', 1, 2, 0, 135, 0, '奈良——品位慢慢搁浅的时光', '', '', 'admin', '未知', '/uploads/140320/1-14032012392a23.jpg', 1395290204, 1395290538, 1, '', 0, 0, 0, 0, 0, 0, '奈良作为古老的文化城市,拥有众多的古寺神社和历史文物,享有社寺之都的称号,被日本国民视为精神故乡。这里是日本古代文化发祥地之一,重要的名胜古迹有 平城京遗址 、皇陵', '', 1, 0, 0, 204),
(271, 14, '0', 1395290869, 'p', 1, 2, 0, 100, 0, '吉林蛟河红叶谷', '', '', 'admin', '未知', '/uploads/140320/1-140320124T5622.jpg', 1395290869, 1395291046, 1, '', 0, 0, 0, 0, 0, 0, '红叶谷是长白山余脉老爷岭的一条山谷其位于拉法山国家森林公园的庆岭风景区这里山势俊秀林木茂盛春有绿野夏有飞瀑秋有红叶冬有冰雪山水水绵延100多公里的红叶', '', 1, 0, 0, 205),
(272, 14, '0', 1395291599, 'p', 1, 2, 0, 199, 0, '鹤舞扎龙,魅力湿地', '', '', 'admin', '未知', '/uploads/140320/1-140320130541433.jpg', 1395291599, 1395292169, 1, '', 0, 0, 0, 0, 0, 0, '来扎龙看湿地观鹤舞实在是一件很享受的事。在全世界的丹顶鹤只剩下2 000多只的情况下在扎龙却能看到美丽的丹顶鹤或展翅翱翔在蓝天或在地面上跳着幽雅的舞步在神鸟的陪', '', 1, 0, 0, 206),
(273, 15, '0', 1395292455, 'p', 1, 2, 0, 62, 0, '巴塞罗那港口', '', '', 'admin', '未知', '/uploads/140320/1-140320131443G4.jpg', 1395292455, 1395292631, 1, '', 0, 0, 0, 0, 0, 0, '巴塞罗那不仅是地中海最大的城市,而且是欧洲最灿烂的中心之一。其现代建筑,流行式样,设计水平遥遥领先。该城诞生了现代主义建筑师安东尼奥高迪,艺术大师巴布罗毕加索,胡', '', 1, 0, 0, 207),
(274, 15, '0', 1395292836, 'p', 1, 2, 0, 173, 0, '重庆磁器口,历史的街区', '', '', 'admin', '未知', '/uploads/140320/1-140320132234632.jpg', 1395292836, 1395293032, 1, '', 0, 0, 0, 0, 0, 0, '磁器口位于重庆市沙坪坝区东北部在不足2平方公里的古街区里保存着老重庆的建筑风貌、历史文化和民风民俗这里堪称老重庆的缩影因而被誉为 小重庆 。 据《巴县志》记载,', '', 1, 0, 0, 208),
(275, 15, '0', 1395370455, 'p', 1, 2, 0, 187, 0, '初识温哥华', '', '', 'admin', '未知', '/uploads/140321/1-140321105H61I.jpg', 1395370455, 1395370766, 1, '', 0, 0, 0, 0, 0, 0, '温哥华市, 加拿大 第三大城市2012年名列世界最适宜居住城市第三名。温哥华背靠海岸山脉面向乔治亚海峡虽然纬度较高但因有暖流经过冬季一般不常降雪港口不结冰众', '', 1, 0, 0, 209),
(276, 27, '0', 1395903168, 'p', 1, 2, 0, 147, 0, '哈市水果新成员,丑柑却有内在美', '', '', 'admin', '未知', '/uploads/140327/1-14032G4562H19.jpg', 1395903168, 1395903443, 1, '', 0, 0, 0, 0, 0, 0, '我市水果市场上又来一个新成员丑橘,虽说外表很丑但却凭借优质口感,赢得不少市民的欢心。丑橘,也可称为丑柑,别看其貌不扬,但是其口感却很香甜。在各超市溜达一圈之后,发', '', 1, 0, 0, 210),
(277, 21, '0', 1402370917, '', 1, 1, 0, 112, 0, '2014年第6期导读', '', '', 'admin', '未知', '', 1402370917, 1402370896, 1, '2014年第,6期,导读,手机,新程序,新,程序,让,', 0, 0, 0, 0, 0, 0, '+手机新程序让低头族不撞树 +无电池手势识别系统诞生 +科学家研发尿液检测癌症试纸 +尿液发电技术或可缓解十亿人口用电难题 +科学家复活三万年前巨型病毒 仍具感染性 +恒', '', 1, 0, 0, 211),
(278, 53, '0', 1402458227, 'p', 1, 1, 0, 55, 0, 'DNA研究发现古代人类曾与神秘物种杂交', '', '', 'admin', '未知', '/uploads/140611/1-140611115035Q1.jpg', 1402458227, 1402458681, 1, '', 0, 0, 0, 0, 0, 0, '考古研究发现古代人们热衷于非常频繁地与其他物种之间的杂交。这说明人类与其他物种之间的杂交早在古代就已经存在了。最新的DNA证据分析显示人类的族谱中似乎还包括了一', '', 1, 0, 0, 212),
(279, 53, '0', 1402458782, 'p', 1, 1, 0, 145, 0, '电量提升10倍的“石榴”电池问世', '', '', 'admin', '未知', '/uploads/140611/1-140611115512C1.jpg', 1402458782, 1402458955, 1, '', 0, 0, 0, 0, 0, 0, '智能手机的续航问题由来已久,可以说伴随着智能手机的出现就一直存在着,并愈演愈烈,不过,我们似乎就要摆脱这种局面了。美国斯坦福大学的研究人员取得了突破性的进展,他们', '', 1, 0, 0, 213),
(280, 53, '0', 1402460015, 'p', 1, 1, 0, 174, 0, '科学家发明耐1000℃高温耐火纸:纸里也能包住火', '', '', 'admin', '未知', '/uploads/140611/1-140611121444R3.jpg', 1402460015, 1402460258, 1, '', 0, 0, 0, 0, 0, 0, '纸里包不住火,这个事实一直在人们的心中根深蒂固,大火可以顷刻间让纸质物化为灰烬,损失无法估量。然而,这一切将很快迎来新的转机。中科院上海硅酸盐研究所已成功合成出一', '', 1, 0, 0, 214),
(282, 53, '0', 1402474192, 'p', 1, 1, 0, 164, 0, ' 科学家在猴子身上实现“阿凡达”式异体控制', '', '', 'admin', '未知', '/uploads/140611/1-140611161232162.jpg', 1402474192, 1402474388, 1, '', 0, 0, 0, 0, 0, 0, '电影《阿凡达》讲述了人类通过脑电波控制,可以掌控克隆外星人阿凡达的躯体。科幻往往是科学技术创新和创造的蓝本,哈佛医学院的神经外科医生、神经学家齐夫威廉姆斯就是受到', '', 1, 0, 0, 216),
(283, 53, '0', 1402474437, 'p', 1, 1, 0, 156, 0, '与智力有关的特定基因首次被发现', '', '', 'admin', '未知', '/uploads/140611/1-14061116151OV.jpg', 1402474437, 1402474522, 1, '', 0, 0, 0, 0, 0, 0, '科学家们很早就发现了人的智力差异与特定基因有关,但具体是哪些基因对智力造成影响却一直不清楚。研究人员首次确认了一个特定基因,该基因变异会影响到大脑皮质的厚度,从而', '', 1, 0, 0, 217),
(284, 53, '0', 1402474577, 'p', 1, 1, 0, 63, 0, ' 银河系一“邻居”现慢版旋转木马场景', '', '', 'admin', '未知', '/uploads/140611/1-140611161TT16.jpg', 1402474577, 1402474741, 1, '', 0, 0, 0, 0, 0, 0, '大麦哲伦星系是著名的河外星系之一,是不规则矮星系,它是银河系众多卫星星系中质量最大的一个,大麦哲伦星系里存在丰富的气体和星际物质。这种大量恒星的形成现象可能是因为', '', 1, 0, 0, 218),
(285, 53, '0', 1402474830, 'p', 1, 1, 0, 98, 0, ' 人体器官也能批量生产?', '', '', 'admin', '未知', '/uploads/140611/1-14061116263B15.jpg', 1402474830, 1402475202, 1, '', 0, 0, 0, 0, 0, 0, '现代科学中的器官移植是一个复杂的过程,需要攻克排异、感染等诸多难关,而用各类器官组装活人,只能存在于科幻小说中。科学家们的实验结果,给人体器官移植带来了新希望。', '', 1, 0, 0, 219),
(286, 11, '0', 1402475293, 'p', 1, 1, 0, 104, 0, ' 6种心理暗示易引起失眠', '', '', 'admin', '未知', '/uploads/140611/1-140611163006411.jpg', 1402475293, 1402475422, 1, '', 0, 0, 0, 0, 0, 0, '随着生活水平的逐年提高,人们的吃、穿、住、行改善不少,但失眠的人却愈发增多。其实,多数失眠都是由心理原因引起的。心理暗示是一种强大的力量,如果是不好的暗示会对我们', '', 1, 0, 0, 220),
(287, 27, '0', 1402479143, 'p', 1, 2, 0, 175, 0, '端午节,老道外热闹景象', '', '', 'admin', '未知', '/uploads/140611/1-1406111I2424b.jpg', 1402479143, 1402476773, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 221),
(288, 27, '0', 1402479100, 'p', 1, 2, 0, 192, 0, '湿地节开幕中央大街巡游', '', '', 'admin', '未知', '/uploads/140611/1-1406111I210558.jpg', 1402479100, 1402477927, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 222),
(289, 27, '0', 1402478957, 'p', 1, 2, 0, 161, 0, '“2014迷人的哈尔滨之夏”开幕式花絮', '', '', 'admin', '未知', '/uploads/140611/1-1406111I01Q40.jpg', 1402478957, 1402478879, 1, '', 0, 0, 0, 0, 0, 0, '2014迷人的哈尔滨之夏旅游文化时尚活动启动仪式暨第四届松花江湿地节开幕式在松花江畔的人民广场举行哈尔滨市委、市政府及有关部门领导、各大媒体、学校、市民、文艺团体', '', 1, 0, 0, 223),
(290, 27, '0', 1409625890, 'c,p,a', 1, 2, 0, 130, 0, '中央大街——哈尔滨的城市名片(一)美食篇', '', '', 'admin', '未知', '/uploads/140822/1-140R2091259D2.jpg', 1409625890, 1408670127, 1, '', 0, 0, 0, 0, 0, 0, '哈尔滨中央大街对于哈尔滨来说,就像北京的王府井,不但在这个城市的历史中占有重要的地位,而且一直是繁华的商业中心,各个时期潮流时尚的展示中心。外地人来哈尔滨不上中央', '', 1, 0, 0, 224),
(291, 21, '0', 1408672748, '', 1, 1, 0, 82, 0, '2014年第9期导读', '', '', 'admin', '未知', '', 1408672748, 1408672808, 1, '', 0, 0, 0, 0, 0, 0, '3D互动装置可将影像投射于雾气中 6种食物提神功效强过咖啡 90突变遗传自父亲 常吃黄瓜6大神奇功效 +心理学家首次发现人类可以闻出性别 +研究人员研制出自我反省的量子', '', 1, 0, 0, 225),
(292, 53, '0', 1408676035, 'p', 1, 1, 0, 67, 0, '恒星是如何死亡的?揭新星爆炸不均衡本性', '', '', 'admin', '黑龙江科学杂志', '/uploads/140822/1-140R2105213C4.jpg', 1408676035, 1408675947, 1, '恒星,是,如何,死亡,的,揭,新星,爆炸,不均衡,', 1408676004, 2, 1, 0, 0, 0, '恒星摧毁性的爆炸死亡似乎是不均衡的宇宙爆燃。这项发现是基于美国宇航局X射线绘制的核光谱望远镜阵列太空望远镜收集的数据它或可能提供恒星在以超新星形式爆炸时恒星中央究', '', 1, 0, 0, 226),
(293, 53, '0', 1408676933, 'p', 1, 1, 0, 50, 0, '科学家复活三万年前巨型病毒 仍具感染性', '', '', 'admin', '未知', '/uploads/140822/1-140R2110334935.jpg', 1408676933, 1408676660, 1, '科学家,复活,三,万年前,巨型,病毒,仍具,科研,', 0, 0, 0, 0, 0, 0, '科研人员发现了世界上第三种超大型病毒这种史前病毒已经在俄罗斯西伯利亚地区的冻土层中封存了3万多年。西伯利亚阔口罐病毒生存年代正是史前人类尼安德特人灭绝之时。这种巨', '', 1, 0, 0, 227),
(294, 53, '0', 1408677304, 'p', 1, 1, 0, 181, 0, ' 科学家研发尿液检测癌症试纸', '', '', 'admin', '未知', '/uploads/140822/1-140R2112635416.jpg', 1408677304, 1408678609, 1, '', 0, 0, 0, 0, 0, 0, '癌症和心血管疾病的患病率在发达国家和发展中国家都很高。尽快确诊,的确是及时帮助更多人获得健康的一条重要途径。同艾滋病和结核病等传染病不同,肿瘤蛋白释放的信号不易被', '', 1, 0, 0, 228),
(295, 27, '0', 1409625874, 'p', 1, 2, 0, 166, 0, '中央大街——哈尔滨的城市名片(二)美食篇', '', '', 'admin', '未知', '/uploads/140825/1-140R509225M12.jpg', 1409625874, 1408930625, 1, '', 0, 0, 0, 0, 0, 0, '作为一名哈尔滨人,如果有一段时间没来中央大街走走,就总觉得心里像是缺少了些什么。当然来到这里,除了踏在方砖上感受历史的沧桑,也一定要品尝一下中央大街中的美食。', '', 1, 0, 0, 229),
(296, 11, '0', 1408952632, 'p', 1, 1, 0, 142, 0, ' 15种体味背后隐藏的疾病', '', '', 'admin', '未知', '/uploads/140825/1-140R5154003319.jpg', 1408952632, 1408952617, 1, '15种,体味,背后,隐藏,的,疾病,体味,是,人类,', 0, 0, 0, 0, 0, 0, '体味是人类及其他肢体生物散发出之特殊而天然的气味,体味与人体的健康关系非常密切。在日常生活中,我们常常会闻到各种各样的体味,在这些不同的体味背后往往隐藏着各种各样', '', 1, 0, 0, 230),
(297, 11, '0', 1408952834, 'p', 1, 1, 0, 59, 0, ' 巧克力七个神奇抗病功效', '', '', 'admin', '未知', '/uploads/140825/1-140R5154J5a1.jpg', 1408952834, 1408953098, 1, '', 0, 0, 0, 0, 0, 0, '巧克力不仅好吃又蕴含着很多美好的意义,所以一向受到人们的喜爱。巧克力也是摄生保健的食物,其具有许多鲜为人知的神奇功效。 1.预防感冒 巧克力的香甜气味能够降低患感冒的几', '', 1, 0, 0, 231),
(298, 11, '0', 1408953276, 'p', 1, 1, 0, 200, 0, '观察婴儿注视他人目光有助自闭症预判', '', '', 'admin', '黑龙江科学杂志', '/uploads/140825/1-140R5155452911.jpg', 1408953276, 1408953370, 1, '', 0, 0, 0, 0, 0, 0, '研究人员利用眼球追踪技术发现那些在3岁时确诊患自闭症的孩子相比没有患上自闭症的孩子在襁褓中注视人眼睛的次数较少。这种差异并没有在婴儿出生时显现出来而是在出生', '', 1, 0, 0, 232),
(299, 15, '0', 1409022616, 'p', 1, 2, 0, 161, 0, '哈尔滨物语——圣•尼古拉教堂', '', '', 'admin', '未知', '/uploads/140825/1-140R516154X60.jpg', 1409022616, 1408955684, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 233),
(300, 27, '0', 1409535619, 'c,p', 1, 2, 0, 189, 0, '泥塑——东北传统文化的投影', '', '', 'admin', '未知', '/uploads/140826/1-140R6102424J3.jpg', 1409535619, 1409020193, 1, '', 0, 0, 0, 0, 0, 0, '泥塑作为一种古老的民间手工艺术,闪现着我国古代先民的智慧与技艺。 我国泥塑艺术可上溯到距今1万年前的新石器时期。 2006年5月20日该遗产经国务院批准列入第一批国家级非物质', '', 1, 0, 0, 234),
(301, 14, '0', 1409035318, 'p', 1, 2, 0, 152, 0, '遇见奈良', '', '', 'admin', '未知', '/uploads/140826/1-140R614425J12.jpg', 1409035318, 1409035830, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 235),
(302, 53, '0', 1409036094, 'p', 1, 1, 0, 183, 0, ' 真正有生命的鞋子: 活体细胞合成材料制成', '', '', 'admin', '未知', '/uploads/140826/1-140R6145641203.jpg', 1409036094, 1409036314, 1, '生命;鞋子;活体细胞', 0, 0, 0, 0, 0, 0, '在你的鞋柜里放着各式各样的鞋子你对鞋子已经熟悉得不能再熟悉了可是你见过活的鞋子吗研究人员推出了这么一款独特的运动鞋该鞋子以合成生物细胞为原料利用3D打印', '', 1, 0, 0, 236),
(303, 53, '0', 1409036825, 'p', 1, 1, 0, 113, 0, '美开发生物质燃料低温电池 可将稻草转为电能', '', '', 'admin', '黑龙江科学杂志', '/uploads/140826/1-140R6150341W0.jpg', 1409036825, 1409036805, 1, '稻草;发电;美国', 0, 0, 0, 0, 0, 0, '虽然以甲醇或氢驱动的低温 燃料电池 已经得到充分的研究,但由于 聚合物 材料缺乏有效的 催化剂 体系,现有的低温燃料 电池技术 并不能直接利用生物质作为燃料。美国乔治亚理工', '', 1, 0, 0, 237),
(304, 11, '0', 1409037974, 'p', 1, 1, 0, 99, 0, ' 调理肝脏巧用四种水果', '', '', 'admin', '未知', '/uploads/140826/1-140R6152K3463.jpg', 1409037974, 1409038152, 1, '', 0, 0, 0, 0, 0, 0, '肝脏是最主要的代谢器官,对于来自体内和体外的许多非营养性物质,如:各种药物、毒物以及体内某些代谢产物,具有 生物转化 作用。肝脏通过新陈代谢将它们彻底分解或以原形排出', '', 1, 0, 0, 238),
(305, 30, '0', 1409125450, '', 1, 1, 0, 86, 0, '蝙蝠葛碱对阿尔茨海默病小鼠脑组织形态学的影响', '', '', 'admin', '未知', '', 1409125450, 1409125150, 1, '阿尔茨海默;蝙蝠葛碱;脑组织', 0, 0, 0, 0, 0, 0, '【作者】 张朝颖 费洪新 张英博 贾博宇 韩玉生 杜徽 白云 朴成玉 周忠光 【机构】 哈尔滨医科大学附属第四医院 黑龙江中医药大学 【摘要】 为了探讨', '', 1, 0, 0, 239),
(306, 30, '0', 1409538116, '', 1, 1, 0, 83, 0, '不同温度和光照条件下黑木耳次生菌丝形态的研究', '', '', 'admin', '未知', '', 1409538116, 1409125291, 1, '黑木耳;次生菌丝;光照', 0, 0, 0, 0, 0, 0, '【作者】 刘佳宁 张介驰 马庆芳 张丕奇 马银鹏 【机构】 黑龙江省科学院微生物研究所 【摘要】 本试验研究培养温度和光照对黑木耳次生菌丝生长的影响,设计培养温', '', 1, 0, 0, 240),
(310, 11, '0', 1409189272, 'p', 1, 1, 0, 125, 0, '十字花科蔬菜价值高 科学烹饪更重要', '', '', 'admin', '未知', '/uploads/140828/1-140RP9295C52.jpg', 1409189272, 1409189525, 1, '', 0, 0, 0, 0, 0, 0, '蔬菜是每个人每天都吃的食物,营养丰富,不同的蔬菜可以为身体补充不同的物质,十字花科蔬菜可谓最受人们的青睐,其含有丰富的碱性元素(钙、钾、钠、铁等),属于碱性食物,', '', 1, 0, 0, 242),
(319, 41, '0', 1409195949, '', 1, 1, 0, 52, 0, '降低民用建筑中工程造价的方法和措施', '', '', 'admin', '未知', '', 1409195949, 1409196009, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 刘颖 【机构】 江西省井冈山大学建筑工程学院 【摘要】 现阶段我国建筑产业飞速发展,已成为我国国民经济的支柱产业之一。在建筑工程的施工过程中,通过合理的方法和措施', '', 1, 0, 0, 244),
(320, 42, '0', 1409196033, '', 1, 1, 0, 198, 0, '园林绿化大树夏季移栽的技术要点', '', '', 'admin', '未知', '', 1409196033, 1409196119, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 沈正国 【机构】 黑龙江绿烨市政园林景观工程有限公司 【摘要】 夏季是园林工程建设的黄金时期,这一时期进行大树移栽有利于利用园林工程建设的集中优势,提高大树移栽的', '', 1, 0, 0, 245),
(321, 43, '0', 1409196121, '', 1, 1, 0, 68, 0, '矿产地质勘查的基本特点分析', '', '', 'admin', '未知', '', 1409196121, 1409196194, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 胡中旭 【机构】 黑龙江省齐齐哈尔矿产勘查开发总院 【摘要】 矿产资源是我国工业生产的原材料,因此一定要注意不可以随意开采,以免造成矿产资源的浪费。我国矿产资源分', '', 1, 0, 0, 246),
(322, 39, '0', 1412823813, 'h', 1, 1, 0, 76, 0, '企业会计内控体系的现状分析及建设对策', '', '', 'admin', '未知', '', 1412823813, 1409196255, 1, '企业,会计,内控,体系,的,现状,分析,及,建设,', 1420458284, 2, 1, 0, 0, 0, '【作者】 刘艳君 【机构】 牡丹江垦区兴凯湖电业局兴凯湖供电局 【摘要】 当前企业存在着会计内控体系不完整的通病,这会严重影响企业的经济和管理活动,导致企业财务工作的缺失', '', 1, 0, 0, 247),
(323, 41, '0', 1409203579, '', 1, 1, 0, 170, 0, '高层建筑施工管理中的问题与措施', '', '', 'admin', '未知', '', 1409203579, 1409203607, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 曲家胜 【机构】 七台河市工程质量检测中心 【摘要】 高层建筑是人们居住需求、建筑科学发展、土地资源紧张、社会意识提高等要素相互结合、相互作用、相互协调的产物', '', 1, 0, 0, 248),
(324, 43, '0', 1409538172, 'h', 1, 1, 0, 144, 0, '市政工程道路桥梁施工技术探讨', '', '', 'admin', '未知', '', 1409538172, 1409203660, 1, '市政工程,道路,桥梁,施工技术,探讨,【,作者,', 0, 0, 0, 0, 0, 0, '【作者】 张琦 刘云浩 【机构】 黑龙江华正交通工程监理有限责任公司 东北林业大学土木工程学院 【摘要】 随着我国城市化进程的不断加快,道路桥梁的施工建设规模不断扩大', '', 1, 0, 0, 249),
(325, 45, '0', 1409203669, '', 1, 1, 0, 66, 0, '浅论电火花加工技术在钛合金加工中的新进展', '', '', 'admin', '未知', '', 1409203669, 1409203790, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 苟刚 【机构】 西华大学机械工程与自动化学院 【摘要】 钛合金由于性能优越,在湿法冶金、航天、航空、石化工业、医药行业等许多领域中得到了广泛应用。但钛合金的内部', '', 1, 0, 0, 250),
(326, 44, '0', 1409203867, '', 1, 1, 0, 138, 0, '广播电视系统防雷技术分析', '', '', 'admin', '未知', '', 1409203867, 1409203903, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 程芳 【机构】 依兰广播电视局 【摘要】 随着我国经济建设脚步的加快,各行各业正在以极快的速度发展,有些行业已经走在了世界的前端。广播电视事业从最初的一个电视台发', '', 1, 0, 0, 251),
(327, 44, '0', 1409537992, '', 1, 1, 0, 127, 0, 'GPS技术在工程测绘中的应用分析', '', '', 'admin', '未知', '', 1409537992, 1409203991, 1, 'GPS,技术,在,工程,测绘,中的,应用,分析,【,', 0, 0, 0, 0, 0, 0, '【作者】 陈大勇 郭玉峰 景维程 【机构】 黑龙江第一测绘工程院 【摘要】 本研究以工程测绘GPS技术应用为出发点,对GPS技术的工程测绘使用展开了深入思考,分析了GPS技术在工程', '', 1, 0, 0, 252),
(328, 44, '0', 1409203995, '', 1, 1, 0, 165, 0, '贴片半导体分立器件测试筛选装置设计', '', '', 'admin', '未知', '', 1409203995, 1409204075, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 许宇峰 【机构】 江阴新顺微电子有限公司 【摘要】 随着世界经济的不断发展,半导体分立器件产业自身的竞争逐步由区域竞争走向世界范围内的竞争。半导体分立器件制造商', '', 1, 0, 0, 253),
(329, 42, '0', 1409204102, '', 1, 1, 0, 111, 0, '壳聚糖对水果保鲜作用的研究进展', '', '', 'admin', '未知', '', 1409204102, 1409204171, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 胡溪育 【机构】 漳州科技职业学院 【摘要】 壳聚糖作为一种非常有价值的天然高分子聚合物,具有无毒、安全、环保、易成膜、抗菌等性能,在水果的贮藏保鲜中有着许多优越', '', 1, 0, 0, 254),
(330, 42, '0', 1409204173, '', 1, 1, 0, 96, 0, '生态城市规划标准研究', '', '', 'admin', '未知', '', 1409204173, 1409204223, 1, '', 1456622200, 2, 1, 0, 0, 0, '【作者】 韩苓莉 【机构】 哈尔滨师范大学地理科学学院 【摘要】 生态环境良好的城市往往重视城市绿化和城市公园的建设,以城市公园作为连接城市与自然环境的生态廊道,将动物、植', '', 1, 0, 0, 255),
(331, 42, '0', 1409204225, '', 1, 1, 0, 68, 0, '浅谈现代造林技术', '', '', 'admin', '未知', '', 1409204225, 1409204263, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 周晓波 【机构】 哈尔滨市呼兰区莲花镇林业工作站 【摘要】 人工混交林造林技术可以实现快速造林、减少林业病虫害的发生、改善造林立地条件,从而提高林产品的质量及产', '', 1, 0, 0, 256),
(332, 42, '0', 1409537972, '', 1, 1, 0, 98, 0, '推进城市生态化建设,构建生态文明城市', '', '', 'admin', '未知', '', 1409537972, 1409204308, 1, '推进,城市,生态化,建设,构建,生态,文明,【,', 0, 0, 0, 0, 0, 0, '【作者】 曾继丽 【机构】 黑龙江省鹤岗市城市规划设计院 【摘要】 生态文明城市是人类社会进入后工业化时代的发展方向,在和谐、高效的生态文明城市中,生产和生活都得到了巨大的', '', 1, 0, 0, 257),
(333, 42, '0', 1412823767, 'h', 1, 1, 0, 163, 0, '东北地区生态农业建设研究', '', '', 'admin', '未知', '', 1412823767, 1409204364, 1, '东北地区,生态农业,建设,研究,【,作者,】,', 0, 0, 0, 0, 0, 0, '【作者】 康强 【机构】 吉林省辉南县水土保持工作站 【摘要】 我国是农业大国,东北地区是我国重要的商品粮产地,在东北和全国的国民经济中有着十分重要的战略地位。但是多年粗放', '', 1, 0, 0, 258),
(334, 40, '0', 1409204406, '', 1, 1, -2, 156, 0, '两种三相移相触发主电路的触发特点分析', '', '', 'admin', '未知', '', 1409204406, 1409204443, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 陈庆文 周丽丽 王涛 何艳 【机构】 黑龙江省科学院自动化研究所 【摘要】 在分析三相调压负载电路和单脉冲、双脉冲、宽脉冲的基础上,比较两种三相触发主电路外', '', 1, 0, 0, 259),
(335, 40, '0', 1409204444, '', 1, 1, -2, 133, 0, '生物合成聚-β-羟基丁酸(PHB)的研究现状与应用前景', '', '', 'admin', '未知', '', 1409204444, 1409204493, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 魏茂繁 邵云海 钟卫鸿 【机构】 浙江工业大学 【摘要】 聚--羟基丁酸(poly--hydroxybutyrate,PHB)是许多微生物在碳、氮失衡时合成的,是一种可降解生物塑料。本文主要介绍了', '', 1, 0, 0, 260),
(336, 40, '0', 1409204495, '', 1, 1, -2, 188, 0, '吡拉西坦注射液对丹参注射液在小鼠脑组织分布的影响', '', '', 'admin', '未知', '', 1409204495, 1409204545, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 姜威 王笑庸 李晶 陈静宇 张淑梅 【机构】 黑龙江省科学院微生物研究所 黑龙江省科学院高技术研究院 【摘要】 通过研究吡拉西坦注射液对丹参注射液在小鼠', '', 1, 0, 0, 261),
(337, 40, '0', 1409274484, 'h', 1, 1, -2, 197, 0, '车前子对小鼠急性痛风性关节炎的影响', '', '', 'admin', '未知', '', 1409274484, 1409205008, 1, '车前,子,对,小鼠,急性,痛风,性,关节炎,的,【,', 0, 0, 0, 0, 0, 0, '【作者】 费洪新 韩玉生 廖婷 王金库 杜徽 周忠光 朴成玉 李宝龙 张英博 仲丽丽 孟鑫雨 丑小月 【机构】 黑龙江中医药大学 【摘要】 目的是研究车前', '', 1, 0, 0, 262),
(338, 40, '0', 1409205009, '', 1, 1, -2, 53, 0, '利用木质纤维转化乙醇菌株构建及改良技术', '', '', 'admin', '未知', '', 1409205009, 1409205077, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 单佳玉 徐丹丹 殷博 赵晓龙 马崇敬 原韬 【机构】 黑龙江省科学院微生物研究所 哈尔滨学院 哈尔滨工业大学 城市水资源开发利用(北方)国家工程研究', '', 1, 0, 0, 263),
(339, 45, '0', 1412823793, 'h', 1, 1, 0, 133, 0, '简析110kV变电站电力施工技术', '', '', 'admin', '未知', '', 1412823793, 1409205157, 1, '简析,110kV,变电站,电力,施工技术,【,作者,】,', 0, 0, 0, 0, 0, 0, '【作者】 赵源民 【机构】 国家电网黑龙江省电力有限公司鹤岗供电公司 【摘要】 110kV变电作为电力系统中常见的变电类型在国民经济的建设中发挥着巨大的作用。本研究详细介绍了', '', 1, 0, 0, 264),
(340, 45, '0', 1409205159, '', 1, 1, 0, 71, 0, '分布式能源系统微型电网技术', '', '', 'admin', '未知', '', 1409205159, 1409205189, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 荆辉 【机构】 黑龙江东宁华富风力发电有限责任公司 【摘要】 随着我国电力系统的发展,人们逐渐提高了对供电可靠性和电能质量的要求,对利用分布式能源系统发电方面的需', '', 1, 0, 0, 265),
(341, 45, '0', 1409274514, 'h', 1, 1, 0, 103, 0, '浅谈炼油化工装置检修的安全对策', '', '', 'admin', '未知', '', 1409274514, 1409205239, 1, '浅谈,炼油,化工,装置,检修,的,安全,对策,【,', 0, 0, 0, 0, 0, 0, '【作者】 郇磊 李雷明 【机构】 大庆炼化公司炼油一厂汽油加氢车间 【摘要】 人、机械、操作是工业生产的三个要素,也是产生安全问题的三个方面,炼油化工企业会因为在生产中原', '', 1, 0, 0, 266),
(342, 43, '0', 1409205265, '', 1, 1, 0, 134, 0, '硐室和交岔点施工安全技术措施', '', '', 'admin', '未知', '', 1409205265, 1409205291, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 卜义忠 【机构】 七台河市鹿山优质煤有限责任公司 【摘要】 与一般巷道工程相比,硐室及交叉点管理具有显著特点。本研究主要阐述了硐室交岔点顶板管理和防火措施方法、', '', 1, 0, 0, 267),
(344, 27, '0', 1409535578, 'h,p', 1, 2, 0, 126, 0, '东北民俗——三大怪', '', '', 'admin', '未知', '/uploads/140829/1-140RZS234G2.jpg', 1409535578, 1409272037, 1, '', 0, 0, 0, 0, 0, 0, '都说东北有三怪,窗户纸糊在外、养活孩子吊起来、大姑娘叼烟袋。然而随着时代的变迁和科技的进步,人们的生活水平得到了显著的提高,三大怪现象也只能存在于人们的记忆中,变', '', 1, 0, 0, 269),
(345, 11, '0', 1409272759, 'p', 1, 1, 0, 124, 0, '5种最受欢迎家常菜含毒对应解毒有绝招', '', '', 'admin', '未知', '/uploads/140829/1-140RZS951245.jpg', 1409272759, 1409272955, 1, '', 0, 0, 0, 0, 0, 0, '1 .油条 是不少人早餐的选择,可油条中大多加明矾。这种含铝的无机物,被人体吸收后会对大脑神经细胞产生损害,并且很难被人体排出而逐渐蓄积。如果食用油条时,佐以豆浆,那', '', 1, 0, 0, 270),
(346, 27, '0', 1409533495, 'p', 1, 2, 0, 121, 0, ' 警惕!哈市出现假币', '', '', 'admin', '未知', '/uploads/140901/1-140Z10Z54RV.jpg', 1409533495, 1409533460, 1, '', 0, 0, 0, 0, 0, 0, '近日哈市出现W3M96、W5M96开头高仿百元假币目前已收缴11张假币。警方指出这些冠字号开头的可能是假币C1F9、OX35、M3S7、C5E8、DQ22、YE62、M3W9、PL07。', '', 1, 0, 0, 271),
(347, 53, '0', 1409533588, 'p', 1, 1, 0, 68, 0, ' 人类可以像鸟儿一样翱翔在土卫六的天空', '', '', 'admin', '未知', '/uploads/140901/1-140Z1091004R2.jpg', 1409533588, 1409535552, 1, '', 0, 0, 0, 0, 0, 0, '土卫六(又称为 泰坦星 )是环绕土星运行的一颗 卫星 ,是 土星 卫星中最大的一个,也是 太阳系 第二大的卫星。由于它是太阳系唯一一个拥有浓厚大气层的卫星,它的大气含有足够', '', 1, 0, 0, 272),
(348, 53, '0', 1409537541, 'p', 1, 1, 0, 125, 0, '遥远超大质量黑洞每年吞食333 000个地球', '', '', 'admin', '未知', '/uploads/140901/1-140Z1101241443.jpg', 1409537541, 1409537934, 1, '', 0, 0, 0, 0, 0, 0, '黑洞是由质量足够大的 恒星 在 核聚变反应 的燃料耗尽而死亡后,发生 引力坍缩 产生的。黑洞产生的 引力场 极为强劲,以至于任何物质和 辐射 在进入到黑洞的一个 事件视界 内,便', '', 1, 0, 0, 273),
(349, 19, '0', 1409539351, 'c,h', 1, 1, 0, 74, 0, '大学英语专业学生批判性思维能力培养', '', '', 'admin', '未知', '', 1409539351, 1409539125, 1, '大学英语,专业,学生,批判性,思维能力,培养,', 0, 0, 0, 0, 0, 0, '【作者】 韩琦 【机构】 绥化学院 【摘要】 由于受到我国传统教学方式、方法的影响,现阶段我国大学英语专业学生的批判性思维能力都比较弱。所以,在素质教育背景下,将英语专业教', '', 1, 0, 0, 274),
(350, 45, '0', 1409539543, '', 1, 1, 0, 138, 0, '建筑电气安装中存在的问题与改善办法', '', '', 'admin', '未知', '', 1409539543, 1409539997, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 孙晋城 【机构】 中铁建工集团青岛工程有限公司 【摘要】 由于中国经济的不断进步和人民生活水平的日益提高,人们对建筑电气设备的需求不断增加,对各种建筑电气安装工程', '', 1, 0, 0, 275),
(351, 11, '0', 1409550904, 'p', 1, 1, 0, 109, 0, ' 有特殊气味的果蔬农药残留最少', '', '', 'admin', '未知', '/uploads/140901/1-140Z1135G0M9.jpg', 1409550904, 1409551156, 1, '', 0, 0, 0, 0, 0, 0, '施用农药后一部分农药直接或间接残存于 谷物 、 蔬菜 、 果品 、 畜产品 、 水产品 以及 土壤 和 水体 中。到目前为止世界上化学农药年产量近200万吨约有1 000多种人工合成 化合', '', 1, 0, 0, 276),
(352, 15, '0', 1409553535, 'p', 1, 2, 0, 209, 0, '哈尔滨物语——圣索菲亚大教堂', '', '', 'admin', '未知', '/uploads/140901/1-140Z114391T35.jpg', 1409553535, 1409553393, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 277),
(353, 14, '0', 1409555401, 'p', 1, 2, 0, 61, 0, '勘察加半岛——最原始的美丽', '', '', 'admin', '未知', '/uploads/140901/1-140Z1150523K2.jpg', 1409555401, 1409555070, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 278),
(354, 27, '0', 1409625922, 'h,p,a', 1, 2, 0, 156, 0, '中央大街——哈尔滨的城市名片(三)建筑篇', '', '', 'admin', '未知', '/uploads/140902/1-140Z209105Q02.jpg', 1409625922, 1409620141, 1, '', 0, 0, 0, 0, 0, 0, '中央大街老建筑的颜色多为灰绿色、淡粉色或者淡黄色。这些建筑提体现了西方建筑艺术的精华。它们把中央大街变成了一条现代人品味哈尔滨历史的建筑艺术长廊。', '', 1, 0, 0, 279),
(355, 21, '0', 1409622902, '', 1, 1, 0, 156, 0, '2014年第10期导读', '', '', 'admin', '未知', '', 1409622902, 1409623061, 1, '', 0, 0, 0, 0, 0, 0, '+卷起屏幕:科学家研发超清可弯曲显示器技术 新技术称数秒即可解析DNA +科学家用条状骨骼肌研制生物机器人 +准确率比医生还高 手机测试癌症App出现 +新发现致密中子星 或为', '', 1, 0, 0, 280),
(356, 11, '0', 1409704824, 'p', 1, 1, 0, 199, 0, '饭桌上最常吃的6种鱼 哪种最营养', '', '', 'admin', '未知', '/uploads/140903/1-140Z30T321T3.jpg', 1409704824, 1409705322, 1, '', 0, 0, 0, 0, 0, 0, '鱼类味道鲜美、营养丰富是健康饮食的首选之品。其富含丰富的硫胺素、核黄素、尼克酸、维生素D和一定量的钙、磷、铁等矿物质。鱼肉中脂肪含量虽低但其中的脂肪酸有降糖、护', '', 1, 0, 0, 281),
(357, 27, '0', 1409706084, 'p', 1, 2, 0, 152, 0, '泥塑——东北传统文化的投影(二)', '', '', 'admin', '未知', '/uploads/140903/1-140Z30Z24HD.jpg', 1409706084, 1409706189, 1, '', 0, 0, 0, 0, 0, 0, '摔泥巴、捏泥人,对现如今的孩子来说,已经是陌生而久远的事了。但它却是上了年纪的一代人挥之不去的美好回忆。历史久远的泥塑艺术走到今天,已经打破传统模式,吸收各家所长', '', 1, 0, 0, 282),
(358, 53, '0', 1409708366, 'p', 1, 1, 0, 57, 0, ' 薄膜材料让走路为手机充电不是梦', '', '', 'admin', '未知', '/uploads/140903/1-140Z309394Y22.jpg', 1409708366, 1409708543, 1, '', 0, 0, 0, 0, 0, 0, '相信大多数人使用手机时都有过这样痛苦的经历关键时候手机没电而且又没有地方可以及时充电。于是,如何让手机便捷快速地充电成了很多人研究的对象。研究人员成功研发出摩擦发', '', 1, 0, 0, 283),
(359, 27, '0', 1409795781, 'p', 1, 2, 0, 189, 0, '今年中秋,流行月饼自己做', '', '', 'admin', '未知', '/uploads/140904/1-140Z4095630118.jpg', 1409795781, 1409795764, 1, '', 0, 0, 0, 0, 0, 0, '中秋节在我国是仅次于春节的第二大传统节日,因八月十五恰在秋季的中间,故谓之中秋节。赏月、祭月是中秋的一大传统,而一家人同坐,其乐融融分食月饼也是每年中秋节不可或缺', '', 1, 0, 0, 284),
(360, 11, '0', 1409808705, 'p', 1, 1, 0, 124, 0, '芦荟的7大神奇功效', '', '', 'admin', '未知', '/uploads/140904/1-140Z4133215633.jpg', 1409808705, 1409808874, 1, '', 0, 0, 0, 0, 0, 0, '芦荟这种植物颇受大众喜爱,主要因其易于栽种,为花叶兼备的观赏植物。芦荟可以净化空气中的甲醛、二氧化硫、一氧化碳等有害气体,增加空气中的负离子浓度。对空气中的有害微', '', 1, 0, 0, 285),
(361, 53, '0', 1409809819, 'p', 1, 1, 0, 168, 0, ' 辅助生育技术使“私人定制”婴儿成为现实', '', '', 'admin', '未知', '/uploads/140904/1-140Z4135033410.jpg', 1409809819, 1409809888, 1, '', 0, 0, 0, 0, 0, 0, '辅助生育技术是指对配子、胚胎或者基因物质体内外系统操作而获得新生命的技术。采用辅助生育技术不仅可以治疗 不孕症 ,而且可以通过该技术观察胚胎发育过程,揭示生殖奥秘。', '', 1, 0, 0, 286),
(362, 27, '0', 1410226127, 'p', 1, 2, 0, 203, 0, '中央大街——哈尔滨的城市名片(四)建筑篇', '', '', 'admin', '未知', '/uploads/140909/1-140ZZ94024219.jpg', 1410226127, 1410227206, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 287),
(363, 11, '0', 1410229898, 'p', 1, 1, 0, 192, 0, ' 餐桌上五种食物赛人参', '', '', 'admin', '未知', '/uploads/140909/1-140Z9103225494.jpg', 1410229898, 1410230011, 1, '', 0, 0, 0, 0, 0, 0, '说到滋补,我们会想到那些名贵的中药材,如人参,鹿茸,燕窝等,但是这些都价格不菲。其实,生活中也有很多食物其功效可与人参相媲美,堪称动物人参水中人参地里人参海中人参', '', 1, 0, 0, 288),
(364, 53, '0', 1410230691, 'p', 1, 1, 0, 141, 0, '戴着有色眼镜回忆过去 人们倾向保留积极记忆', '', '', 'admin', '未知', '/uploads/140909/1-140Z910450G24.jpg', 1410230691, 1410230768, 1, '', 0, 0, 0, 0, 0, 0, '回忆是指过去的事物不在面前,人们在头脑中把它重新呈现出来的过程。回忆是恢复过去 经验 的过程,是记忆的第三环节(识记、保持、回忆与再认)。人们常说后见之明是件好事,', '', 1, 0, 0, 289),
(365, 53, '0', 1410231030, 'p', 1, 1, 0, 86, 0, '用DNA链造出纳米机器人 可注入活动物体内', '', '', 'admin', '未知', '/uploads/140909/1-140Z9105052294.jpg', 1410231030, 1410231091, 1, '', 0, 0, 0, 0, 0, 0, '在1987年上映的美国科幻大片《惊异大奇航》中科学家把缩小到几纳米的人和飞船注射进人体血管让这些超微小的参观者直接观看到人体各个器官的组织和运行情况。纳米级的技术在', '', 1, 0, 0, 290),
(366, 15, '0', 1410311308, 'p', 1, 2, 0, 77, 0, '哈尔滨物语——乌克兰教堂', '', '', 'admin', '未知', '/uploads/140910/1-1409100ZTS06.jpg', 1410311308, 1410310129, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 291),
(367, 27, '0', 1410311350, 'p', 1, 2, 0, 160, 0, '哈尔滨之夜——国足战平约旦', '', '', 'admin', '未知', '/uploads/140910/1-1409100Z929453.jpg', 1410311350, 1410311301, 1, '', 0, 0, 0, 0, 0, 0, '2014年9月9日在黑龙江哈尔滨进行了2014国际足球友谊赛中国-约旦。亚洲排名第13位的中国男足同亚洲排名居第4位的约旦展开热身赛。比赛前段约旦的冲击力令中国队承受了较大压', '', 1, 0, 0, 292),
(368, 14, '0', 1410312635, 'p', 1, 2, 0, 96, 0, '气势恢宏的莱茵河瀑布', '', '', 'admin', '未知', '/uploads/allimg/140910/1-140910093249-lp.jpg', 1410312635, 1410313110, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 293),
(369, 11, '0', 1410328652, 'p', 1, 1, 0, 171, 0, ' 6种食物提神功效强过咖啡', '', '', 'admin', '未知', '/uploads/140910/1-1409101402194U.jpg', 1410328652, 1410328945, 1, '', 0, 0, 0, 0, 0, 0, '通宵无眠之后或是疲惫不堪时你是否总会强烈渴望冲一大杯咖啡来帮你缓解疲劳。但是你又是否知道咖啡虽然有提神功效但同时也会影响人的记忆力。以下6种食物提神功效超过', '', 1, 0, 0, 294),
(370, 53, '0', 1410329223, 'p', 1, 1, 0, 158, 0, '90%突变遗传自父亲 年龄越大突变越多', '', '', 'admin', '未知', '/uploads/140910/1-140910140G13a.jpg', 1410329223, 1410329103, 1, '90%,突变,遗传,自,父亲,年龄,越大,越多,我们,', 0, 0, 0, 0, 0, 0, '我们都知道父亲基因决定胎儿性别,当然,我们也知道父亲的基因决定的不仅仅是胎儿性别,研究表明,高龄准爸爸会将更多的基因突变遗传给下一代。研究发现,黑猩猩会从父亲身上', '', 1, 0, 0, 295),
(371, 27, '0', 1410399025, 'p', 1, 2, 0, 221, 0, '东北民俗——烟袋 酒壶 煤油灯', '', '', 'admin', '未知', '/uploads/140911/1-14091109303A24.jpg', 1410399025, 1410399007, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 296),
(372, 27, '0', 1410484858, 'p', 1, 2, 0, 106, 0, '冰城花田', '', '', 'admin', '未知', '/uploads/140912/1-14091209210SG.jpg', 1410484858, 1410484802, 1, '', 0, 0, 0, 0, 0, 0, '金秋的格桑花漫山遍野开得正旺。在哈尔滨松花江畔群力新区的滩涂上,远远望去,各色格桑花汇聚成一片花海,让市民陶醉其中。', '', 1, 0, 0, 297),
(373, 11, '0', 1410485597, 'p', 1, 1, 0, 94, 0, '酱油怎么吃才健康', '', '', 'admin', '未知', '/uploads/140912/1-14091209355c36.jpg', 1410485597, 1410485904, 1, '', 0, 0, 0, 0, 0, 0, '酱油营养极其丰富,主要营养成份包括氨基酸、可溶性蛋白质、糖类、酸类等。氨基酸是酱油中最重要的营养成分,氨基酸含量的高低反映了酱油质量的优劣。氨基酸是蛋白质分解而来', '', 1, 0, 0, 298),
(374, 11, '0', 1410486573, 'p', 1, 1, 0, 60, 0, '查查你的家居污染藏在哪?', '', '', 'admin', '未知', '/uploads/140912/1-140912095105U1.jpg', 1410486573, 1410486814, 1, '', 0, 0, 0, 0, 0, 0, '数据显示每年由室内空气污染引起的死亡人数已达11.1万人平均每天大约死亡304人相当于全国每天因车祸死亡的人数。虽然近年来环境问题已得到极大改善但我们的室内环境质', '', 1, 0, 0, 299),
(375, 27, '0', 1410749577, 'p', 1, 2, 0, 154, 0, '又到菊花盛开时', '', '', 'admin', '未知', '/uploads/140915/1-140915105323429.jpg', 1410749577, 1410749721, 1, '', 0, 0, 0, 0, 0, 0, '哈尔滨第11届菊花展于9月12日至10月5日在香坊尚志公园举行约30万株、300余品种的菊花将与游人见面。 今年花展还减少了五色草裱扎造型及盆花数量,造型多以菊花组合摆放为主,全', '', 1, 0, 0, 300),
(376, 11, '0', 1410764076, 'p', 1, 1, 0, 83, 0, '爱情荷尔蒙让你经常撒谎?', '', '', 'admin', '未知', '/uploads/140915/1-140915105K5947.jpg', 1410764076, 1410749973, 1, '爱情,荷尔蒙,让你,经常,撒谎,很早,以前,', 0, 0, 0, 0, 0, 0, '很早以前,科学家就发现:当人们陶醉在爱情中时,大脑在分泌一种特定的化学物质催产素。因此,它也被称为爱情激素。研究发现,爱情激素还可能导致人们为了爱人或集体的利益而说', '', 1, 0, 0, 301),
(377, 53, '0', 1410750229, 'p', 1, 1, 0, 160, 0, '最新研究首次成功克隆成年人细胞', '', '', 'admin', '未知', '/uploads/140915/1-14091511041a42.jpg', 1410750229, 1410750353, 1, '', 0, 0, 0, 0, 0, 0, '生物科技的发展使得克隆技术日趋完善,科学家们利用动物进行克隆实验,实验很成功。现在,科学家们正在实验克隆人体的细胞,韩国研究小组在世界上率先成功用成年男性组织细胞', '', 1, 0, 0, 302),
(378, 27, '0', 1410833299, 'p', 1, 2, 0, 102, 0, '东北民俗——泥塑', '', '', 'admin', '未知', '/uploads/140916/1-140916100S1D4.jpg', 1410833299, 1410833400, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 303),
(379, 11, '0', 1410833584, 'p', 1, 1, 0, 185, 0, '柚子皮神奇5大功效', '', '', 'admin', '未知', '/uploads/140916/1-14091610143CC.jpg', 1410833584, 1410833682, 1, '', 0, 0, 0, 0, 0, 0, '柚子是我们常吃到的水果,吃柚子的好处有很多,具有健胃、润肺、补血、清肠、利便等功效。柚子营养价值很高,含有非常丰富的蛋白质、有机酸、维生素以及钙、磷、镁、钠等人体', '', 1, 0, 0, 304),
(380, 15, '0', 1410846641, 'p', 1, 2, 0, 167, 0, '哈尔滨物语——德国路德会基督教堂', '', '', 'admin', '未知', '/uploads/140916/1-140916134A3147.jpg', 1410846641, 1410846444, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 305),
(381, 14, '0', 1411524283, 'p', 1, 2, 0, 163, 0, '迷恋奥利洪岛', '', '', 'admin', '未知', '/uploads/140924/1-140924100512X1.jpg', 1411524283, 1410920720, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 306),
(382, 27, '0', 1411002855, 'p', 1, 2, 0, 145, 0, '哈尔滨将实行两年限行,有车的小伙伴,你们还好吗?', '', '', 'admin', '未知', '/uploads/140918/1-14091P9142NC.jpg', 1411002855, 1411002844, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 307),
(383, 11, '0', 1411003126, 'p', 1, 1, 0, 147, 0, '肝好不好 一看五大“征兆”便知', '', '', 'admin', '未知', '/uploads/140918/1-14091P9195Ua.jpg', 1411003126, 1411003248, 1, '', 0, 0, 0, 0, 0, 0, '肝脏是身体内以代谢功能为主的一个器官,并在身体里面起着去氧化,储存肝糖,分泌性 蛋白质 的合成等作用。肝脏也制造 消化系统 中之胆汁。肝脏是人体 消化系统 中最大的 消化腺', '', 1, 0, 0, 308),
(384, 27, '0', 1411437670, 'p', 1, 2, 0, 149, 0, '刘老根会馆外的陶艺长廊', '', '', 'admin', '未知', '/uploads/140923/1-14092310015c24.jpg', 1411437670, 1411437887, 1, '', 0, 0, 0, 0, 0, 0, '赵本山的刘老根大舞台,已经成为中国民间艺术与文化产业的一个著名品牌。他在北京创办的刘老根会馆同样是宣传东北民俗的一个窗口。在会馆外面,紧贴墙壁有延伸近百米的陶艺橱', '', 1, 0, 0, 309),
(385, 11, '0', 1411438271, 'p', 1, 1, 0, 115, 0, ' 红薯怎么吃润肠减肥效果最佳', '', '', 'admin', '未知', '/uploads/140923/1-1409231010105D.jpg', 1411438271, 1411438255, 1, '红薯,怎么,吃,润肠,减肥,效果,最佳,红薯,', 0, 0, 0, 0, 0, 0, '红薯中含有大量的膳食纤维,能够有效刺激肠道蠕动和消化液的分泌,对消除 便秘 很有帮助同时还能降低肠道疾病的发生率。此外红薯还富含钾和维生素C有助改善人体水肿现', '', 1, 0, 0, 310),
(386, 53, '0', 1411439430, 'p', 1, 1, 0, 170, 0, ' 科学家称人类若想移民其他星球则需要改造基因组', '', '', 'admin', '未知', '/uploads/140923/1-140923103054551.jpg', 1411439430, 1411439510, 1, '', 0, 0, 0, 0, 0, 0, '随着科技的发展,其他星球变得离我们越来越近,科学家甚至提出未来人类移民其他星球的梦想。然而,人类目前的身体机能只能在地球上活动,进入宇宙空间后就可能出现各种不适的', '', 1, 0, 0, 311),
(387, 53, '0', 1411439622, 'p', 1, 1, 0, 70, 0, ' 激光也是太空垃圾“清道夫”', '', '', 'admin', '未知', '/uploads/140923/1-14092310335LU.jpg', 1411439622, 1411439686, 1, '', 0, 0, 0, 0, 0, 0, '太空垃圾又称空间碎片或轨道碎片,是宇宙空间中除正在工作着的航天器以外的人造物体,包括运载火箭和航天器在发射过程中产生的碎片与报废的卫星,航天器表面材料的脱落,表面', '', 1, 0, 0, 312),
(388, 15, '0', 1411521662, 'p', 1, 2, 0, 117, 0, '哈尔滨物语——耶稣圣心主教座堂', '', '', 'admin', '未知', '/uploads/140924/1-140924092005459.jpg', 1411521662, 1411521768, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 313),
(389, 27, '0', 1411522511, 'p', 1, 2, 0, 156, 0, '夜幕下的哈尔滨', '', '', 'admin', '未知', '/uploads/140924/1-140924093536438.jpg', 1411522511, 1411522654, 1, '', 0, 0, 0, 0, 0, 0, '夜幕下的哈尔滨,窗外皎洁的月光把天空和大地装饰的分外宁静,星星与远处的万家灯火交相辉映,微微的微风吹拂脸庞,感到那么舒服惬意。', '', 1, 0, 0, 314),
(390, 11, '0', 1411523349, 'p', 1, 1, 0, 154, 0, '枸杞子四季中如何搭配能达到最佳效果', '', '', 'admin', '未知', '/uploads/140924/1-14092409495T27.jpg', 1411523349, 1411523458, 1, '', 0, 0, 0, 0, 0, 0, '枸杞子含有14种 氨基酸 ,并含有甜菜碱、玉蜀黄素、酸 浆果 红素等特殊营养成分,使其具有不同凡响的保健功效。枸杞子含有丰富的 胡萝卜素 、多种 维生素 和钙、铁等健康眼睛所必', '', 1, 0, 0, 315),
(391, 14, '0', 1411525268, 'p', 1, 2, 0, 84, 0, '走进瑞士因特拉肯小镇', '', '', 'admin', '未知', '/uploads/140924/1-140924102131639.jpg', 1411525268, 1411525216, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 316),
(392, 27, '0', 1411614814, 'p', 1, 2, 0, 202, 0, '哈尔滨中国木雕艺术馆', '', '', 'admin', '未知', '/uploads/140925/1-1409251114155T.jpg', 1411614814, 1411615148, 1, '', 0, 0, 0, 0, 0, 0, '中国木雕艺术馆即于志学美术馆位于群力新区景江西路与群力第五大道交口乘坐公交117路到中心广场下车映入眼帘那银灰色的建筑便是中国木雕艺术馆。该馆规模近18000平方米', '', 1, 0, 0, 317),
(393, 11, '0', 1411705356, 'p', 1, 1, 0, 190, 0, '为什么男孩患自闭症的可能性更大', '', '', 'admin', '未知', '/uploads/140926/1-14092612243H58.jpg', 1411705356, 1411705527, 1, '', 0, 0, 0, 0, 0, 0, '在 自闭 症的问题上,也存在着重男轻女的现象。患有 自闭症 的男孩比例约占1.8%女孩占0.2%。科学家认为这是由于两性之间的遗传差异,男孩的大脑更容易遗传缺陷,才会触发自闭症', '', 1, 0, 0, 318),
(394, 27, '0', 1411887027, 'p', 1, 2, 0, 81, 0, '我与国旗和个影', '', '', 'admin', '未知', '/uploads/140928/1-14092Q450404J.jpg', 1411887027, 1411886864, 1, '', 0, 0, 0, 0, 0, 0, '辣椒、稻谷、芸豆,这些日常食物,在江西婺源县农家大妈的手里,竟然变成了美丽的国旗。爱心、圆形、方形,大妈们用晒秋的方式表达她们对祖国的热爱。', '', 1, 0, 0, 319),
(395, 27, '0', 1412823247, 'p', 1, 2, 0, 56, 0, '百年松花江大桥铁路即将完成使命', '', '', 'admin', '未知', '/uploads/141008/1-14100Q4201a33.jpg', 1412823247, 1412748879, 1, '', 0, 0, 0, 0, 0, 0, '走在哈尔滨松花江大桥上,仿佛穿越了历史,江上的汽笛声,江面飞翔的鸟儿,来往的船只尽收眼底。如今,这座用百年时光承载着城市的发展与兴旺的老江桥随着哈齐客运专线松花江', '', 1, 0, 0, 320),
(396, 11, '0', 1412750524, 'p', 1, 1, 0, 84, 0, '苹果作用新发现: 吃苹果可以预防肺癌', '', '', 'admin', '未知', '/uploads/141008/1-14100Q44646394.jpg', 1412750524, 1412750834, 1, '', 0, 0, 0, 0, 0, 0, '肺癌是目前癌症死亡中的第一杀手,但它却是各种癌症中病因最为明确,因而是最可以预防的癌症。肺癌的发病率在我国男性恶性肿瘤发病率中位居榜首,在女性恶性肿瘤发病率排名中', '', 1, 0, 0, 321),
(397, 27, '0', 1412821972, 'p', 1, 2, 0, 175, 0, '东北结婚习俗 彰显东北人的淳朴', '', '', 'admin', '未知', '/uploads/allimg/141009/1-141009105147-lp.jpg', 1412821972, 1412823216, 1, '', 0, 0, 0, 0, 0, 0, '在这个快速发展的信息化社会,民族的传统习俗也在逐渐的弱化,城市里的结婚习俗很难看到传统的东西,但在农村乡下地方的婚俗可以看到一些传统习俗的蛛丝马迹。', '', 1, 0, 0, 322),
(398, 11, '0', 1412823464, 'p', 1, 1, 0, 152, 0, '六种常吃食物竟是祛斑高手', '', '', 'admin', '未知', '/uploads/141009/1-141009105P4207.jpg', 1412823464, 1412823540, 1, '', 0, 0, 0, 0, 0, 0, '我们知道很多美白化妆品的成分都取自天然的植被当中,生活中的很多食物其实都蕴含着丰富的营养成分,多食同样可以起到良好的美白祛斑作用。六种常吃食物竟是祛斑高手。 一、萝', '', 1, 0, 0, 323),
(399, 53, '0', 1412823658, 'p', 1, 1, 0, 127, 0, ' 通过活细胞积木工程把废弃物变成生物燃料', '', '', 'admin', '未知', '/uploads/141009/1-141009110115W8.jpg', 1412823658, 1412823732, 1, '', 0, 0, 0, 0, 0, 0, '大约40年前研究人员曾致力于诱骗大肠杆菌生成一种蛋白质。而目前麻省理工学院的科学家们使用大肠杆菌制造一种生物膜能够吸附在不同纳米微粒表面最终形成的活体混合物', '', 1, 0, 0, 324),
(400, 27, '0', 1413268845, 'p', 1, 2, 0, 129, 0, '东北虎园“四个小伙伴”卖萌啦', '', '', 'admin', '未知', '/uploads/141014/1-141014144342Z0.jpg', 1413268845, 1413269136, 1, '', 0, 0, 0, 0, 0, 0, '9月8日东北虎林园的雪虎顺利产下四千金这次是继去年休整一年后雪虎妈妈和白虎爸爸第三次成功繁育后代后代均为白虎。眼看着小家伙们就要满月了不久将会和游客见面。', '', 1, 0, 0, 325),
(401, 27, '0', 1413271508, 'p', 1, 2, 0, 133, 0, '关东古巷——古巷门 关东情', '', '', 'admin', '未知', '/uploads/141014/1-141014152SK28.jpg', 1413271508, 1413271738, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 326),
(402, 11, '0', 1413272211, 'p', 1, 1, 0, 195, 0, '含氟牙膏致癌?每次刷牙挤多少才健康', '', '', 'admin', '未知', '/uploads/141014/1-141014153P5930.jpg', 1413272211, 1413272289, 1, '', 0, 0, 0, 0, 0, 0, '含氟牙膏是指含有氟化物的牙膏。氟化物能有效预防龋齿如今被添入牙膏中预防龋齿的氟化物有氟化钠和氟化胺类。正常使用安全无害对于儿童特别是6岁以下的儿童由于吞咽反', '', 1, 0, 0, 327),
(403, 14, '0', 1413353761, 'p', 1, 2, 0, 74, 0, '施泰因宝石小镇——莱茵河畔的中古油画', '', '', 'admin', '未知', '/uploads/141015/1-14101514205E34.jpg', 1413353761, 1413354062, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 328),
(404, 53, '0', 1413355203, 'p', 1, 1, 0, 114, 0, '纳米管新用途被发现 可作为沙漠中的集水器', '', '', 'admin', '未知', '/uploads/141015/1-1410151440212S.jpg', 1413355203, 1413355257, 1, '', 0, 0, 0, 0, 0, 0, '水资源的匮乏是全世界面临的难题,水是一种普通的物质,但在维持地球上人类和其他生物生存的过程中,却又弥足珍贵,是生命的源泉。水资源是不可再生资源,地表水中的海水约占', '', 1, 0, 0, 329),
(405, 53, '0', 1413355318, 'p', 1, 1, 0, 60, 0, '科学家用培养皿制造视网膜 有望恢复盲人视力', '', '', 'admin', '未知', '/uploads/141015/1-141015144211131.jpg', 1413355318, 1413355372, 1, '', 0, 0, 0, 0, 0, 0, '科学家利用人类诱导多能干细胞,制造出一个光敏培养皿眼睛。在实验室中培育出具有三维结构、对光敏感的微型视网膜。研究人员通过复制发生在子宫内的过程,在培养皿中培育出了', '', 1, 0, 0, 330),
(406, 11, '0', 1413355559, 'p', 1, 1, 0, 157, 0, ' 天天洗脚胜补药: 晚上几点泡脚最补肾', '', '', 'admin', '未知', '/uploads/141015/1-141015144R4Z9.jpg', 1413355559, 1413355740, 1, '', 0, 0, 0, 0, 0, 0, '脚被称作人体的第二心脏,是人体中离心脏最远的部位且负担最重,因此,这个地方最容易导致血液循环不好。人的双脚上存在着与各脏腑器官相对应的反射区和经络分布。人体脚上有', '', 1, 0, 0, 331),
(407, 27, '0', 1413443125, 'p', 1, 2, 0, 99, 0, '世界粮食日,珍惜每一粒粮食', '', '', 'admin', '未知', '/uploads/141016/1-141016150549346.jpg', 1413443125, 1413443086, 1, '', 0, 0, 0, 0, 0, 0, '今天是第34个世界粮食日本周是第24个全国爱粮节粮宣传周。让我们携手行动节俭养德节约每一粒粮', '', 1, 0, 0, 332),
(408, 11, '0', 1413443388, 'p', 1, 1, 0, 93, 0, ' 咳嗽和喷嚏飞沫到底能飞多远?', '', '', 'admin', '未知', '/uploads/141016/1-141016151005R1.jpg', 1413443388, 1413443443, 1, '', 0, 0, 0, 0, 0, 0, '飞沫传播即空气飞沫传播是空气传播的一种方式。带有病原微生物的飞沫核在空气中短距离1米内移动到易感人群的口、鼻黏膜或眼结膜等导致的传播。病原体由 传染源 通过', '', 1, 0, 0, 333),
(409, 27, '0', 1413791741, 'p', 1, 2, 0, 207, 0, '哈尔滨工程大学看红叶', '', '', 'admin', '未知', '/uploads/141017/1-14101G00236107.jpg', 1413791741, 1413511769, 1, '', 0, 0, 0, 0, 0, 0, '久住城市之中,我们或许早已习惯了城市的车水马龙,习惯了日日忙碌的生活。于是难免厌倦,不如走到哈尔滨工程大学里来感受一下秋日的馈赠,满眼的红叶似一副天然的画卷,讲述', '', 1, 0, 0, 334),
(410, 11, '0', 1413513219, 'p', 1, 1, 0, 129, 0, '研究显示手机放在裤兜损害精子活力', '', '', 'admin', '未知', '/uploads/141017/1-14101G034414E.jpg', 1413513219, 1413513341, 1, '', 0, 0, 0, 0, 0, 0, '随着智能手机的不断普及,人们对手机的依赖性也越来越强,手机的辐射也是众所周知的,但为了携带方便,一般男士仍会把手机放在裤兜里。埃克塞特大学的一项最新研究显示,男性', '', 1, 0, 0, 335),
(411, 53, '0', 1413513789, 'p', 1, 1, 0, 170, 0, ' 心理学家首次发现人类可以“闻”出性别', '', '', 'admin', '未知', '/uploads/141017/1-14101G043224C.jpg', 1413513789, 1413513834, 1, '', 0, 0, 0, 0, 0, 0, '我国科学家近期一项研究成果发现,人类能够闻出他人的性别。这一研究首次为人类性信息素的存在提供了有力证据。众所周知,很多动物行为例如求偶行为,主要依靠信息素来促进,', '', 1, 0, 0, 336),
(412, 27, '0', 1413791694, 'p', 1, 2, 0, 105, 0, '一百万年就一次,慧火相逢不是传说', '', '', 'admin', '未知', '/uploads/141020/1-141020155510303.jpg', 1413791694, 1413791682, 1, '', 0, 0, 0, 0, 0, 0, '北京时间20号凌晨一颗来自太阳系边缘的彗星将与火星近距离接触吸引了全球天文学家和爱好者的关注。 此次与火星近距离接触的是一颗名为赛丁泉的彗星。凌晨2点27分它与火星', '', 1, 0, 0, 337),
(413, 27, '0', 1414377192, 'p', 1, 2, 0, 163, 0, '哈尔滨的初雪', '', '', 'admin', '未知', '/uploads/allimg/141027/1-14102G03333-lp.jpg', 1414377192, 1414377463, 1, '', 0, 0, 0, 0, 0, 0, '昨天,哈尔滨迎来了今年冬季的第一场雪,雪量并不大,落地即化。随着晶莹的雪花落下,影响冰城多日的阴霾一扫不见,相信人们的心情也会随着这场降雪变得明朗、清澈。', '', 1, 0, 0, 338),
(414, 27, '0', 1415152423, 'p', 1, 2, 0, 197, 0, '海南香蕉树冰城结果实', '', '', 'admin', '未知', '/uploads/141105/1-14110509554N91.jpg', 1415152423, 1415152580, 1, '', 0, 0, 0, 0, 0, 0, '王先生托朋友从海南运回一棵香蕉树种在自家的花窖里。经多年培育今年秋天3米高的香蕉树终于结出了40余支弯弯的香 蕉。在哈尔滨能个人养植成功,实属不易,也许未来的日子,', '', 1, 0, 0, 339),
(415, 27, '0', 1415153612, 'p', 1, 2, 0, 103, 0, '翻开崭新一页书写文明向上', '', '', 'admin', '未知', '/uploads/141105/1-141105101354X2.jpg', 1415153612, 1415153576, 1, '', 0, 0, 0, 0, 0, 0, '日前以硕大书籍为外型的中国梦公益广告景观坐落道里区爱建广场这座景观雕塑高达4米、长约6米十分醒目引来诸多行人关注。', '', 1, 0, 0, 340),
(416, 11, '0', 1415154829, 'p', 1, 1, 0, 102, 0, ' 久坐肌肉酸痛 4个简单动作活气血', '', '', 'admin', '未知', '/uploads/141105/1-141105102J3128.jpg', 1415154829, 1415154471, 1, '久坐,肌肉,酸痛,4个,简单,动作,活,气血,久坐,', 0, 0, 0, 0, 0, 0, '久坐不动或长时间维持特定姿势,是现代人普遍的生活常态。缺点是除了身体缺乏运动量外,不当的坐姿还会压迫骨骼、肌肉,长此以往,会出现眼睛干涩、疼痛,颈腰酸痛,腿部麻木', '', 1, 0, 0, 341),
(417, 11, '0', 1415868616, 'p', 1, 1, 0, 140, 0, '哪些食物的皮最好不要扔', '', '', 'admin', '未知', '/uploads/141105/1-14110510332Y37.jpg', 1415868616, 1415154813, 1, '哪些,食物,的,皮,最好,不要,扔,吃,苹果,削皮,', 0, 0, 0, 0, 0, 0, '吃苹果削皮,炒番茄剥皮,吃葡萄吐皮,炖冬瓜去皮,你究竟扔掉了多少果蔬皮?殊不知,在获得好口感的同时,你可能丢掉了很多宝贵的营养。 1 苹果 皮抗 氧 化。苹果皮含丰富的', '', 1, 0, 0, 342),
(418, 21, '0', 1415154889, '', 1, 1, 0, 113, 0, '2014年11期导读', '', '', 'admin', '未知', '', 1415154889, 1415154979, 1, '', 0, 0, 0, 0, 0, 0, '+海绵状聚合物可修复面部畸形:一年重生骨骼 +如何减少大气中的二氧化碳?用海绵吸收 +太空电梯实验:机器人沿绳爬七公里 +空气椅 可穿着走路 蹲下变椅子 +边健身边充电:', '', 1, 0, 0, 343),
(419, 15, '0', 1415155748, 'p', 1, 2, 0, 126, 0, '哈尔滨物语——圣•阿列克谢耶夫教堂', '', '', 'admin', '未知', '/uploads/141105/1-1411051050453a.jpg', 1415155748, 1415155953, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 344),
(420, 27, '0', 1415246321, 'p', 1, 2, 0, 146, 0, '中央大街91岁老电影院复活', '', '', 'admin', '未知', '/uploads/141106/1-1411061156164V.jpg', 1415246321, 1415246304, 1, '', 0, 0, 0, 0, 0, 0, '兆麟电影院 这个91岁的老人终于复活了重新开张的他又重新获得了他最初的名字巴拉斯。巴拉斯就像以为流落多年的俄罗斯公主没有了当初的华贵艳丽却多了一份稳重与成熟。你', '', 1, 0, 0, 345),
(421, 27, '0', 1415584500, 'p', 1, 2, 0, 158, 0, '中央大街再增亮点,瓦西里大街全新亮相', '', '', 'admin', '未知', '/uploads/141110/1-141110095525142.jpg', 1415584500, 1415584490, 1, '', 0, 0, 0, 0, 0, 0, '地处中央大街西11道街地下的瓦西里大街于11月9日全新亮相原来的消费街区变身成为展示、拍卖、创作、洽谈、旅游观光和艺术鉴赏为一体的国际级旅游文化艺术景区。我省为打造这', '', 1, 0, 0, 346),
(422, 11, '0', 1415868638, 'p', 1, 1, 0, 152, 0, '啤酒成健康饮品 可减肥美容防骨质疏松', '', '', 'admin', '未知', '/uploads/141113/1-1411131A434109.jpg', 1415868638, 1415868909, 1, '', 0, 0, 0, 0, 0, 0, '啤酒以 大麦 芽、大米为原料,加入少量酒花,经糖化、低温发酵制成,被称为液体面包,是一种低浓度酒精饮料。啤酒 乙醇 含量最少,少量饮用反而对身体健康有益处。啤酒含有 蛋', '', 1, 0, 0, 347),
(423, 11, '0', 1415869063, 'p', 1, 1, 0, 130, 0, ' 增加肾脏负担 男人吃豆制品需适量', '', '', 'admin', '未知', '/uploads/141113/1-1411131AP0337.jpg', 1415869063, 1415869116, 1, '', 0, 0, 0, 0, 0, 0, '豆制品的食物一直以来都被人们称之为养生保健的佳品,无论是豆浆还是豆腐都颇受欢迎。特别是生活在城市中注重日常保健的人们,更是喜欢在早晨喝一杯豆浆。而豆腐的营养价值高', '', 1, 0, 0, 348),
(424, 11, '0', 1415870668, 'p', 1, 1, 0, 102, 0, '常吃黄瓜的6大神奇功效', '', '', 'admin', '未知', '/uploads/141113/1-1411131G553N4.jpg', 1415870668, 1415870187, 1, '常吃,黄瓜,的,大,神奇,功效,黄瓜,肉质,脆嫩,', 0, 0, 0, 0, 0, 0, '黄瓜肉质脆嫩,汁多味甘,生津解渴,有特殊芳香。黄瓜中含有多种营养物质,含有精氨酸等必需氨基酸;含有碳水化合物的种类较多,有葡萄糖、半乳糖、甘露糖、果糖、木糖。此外', '', 1, 0, 0, 349),
(425, 11, '0', 1415927966, 'p', 1, 1, 0, 79, 0, '四类蔬菜不能拌着生吃', '', '', 'admin', '未知', '/uploads/141114/1-14111409193Y50.jpg', 1415927966, 1415928035, 1, '', 0, 0, 0, 0, 0, 0, '蔬菜含有人体不可缺乏的营养素,多吃蔬菜对身体健康很有帮助,特别是不少人都喜欢通过生吃蔬菜来补充身体所需的营养成分。要想生吃蔬菜,最好选择那些无公害的绿色蔬菜、有机', '', 1, 0, 0, 350),
(426, 53, '0', 1415928370, 'p', 1, 1, 0, 70, 0, ' 无电池手势识别系统诞生', '', '', 'admin', '未知', '/uploads/141114/1-141114092A4K1.jpg', 1415928370, 1415928446, 1, '', 0, 0, 0, 0, 0, 0, '电池的续航与尺寸是限制电子产品高速发展的罪魁祸首,美国华盛顿大学计算机系的研究人员开发出一套无需电池的手势识别系统,其原理异常简单:一个无线信号接收器可检测空气中由', '', 1, 0, 0, 351),
(427, 53, '0', 1415928498, 'p', 1, 1, 0, 122, 0, '“宜居星球”上可能有极光', '', '', 'admin', '未知', '/uploads/141114/1-141114092915931.jpg', 1415928498, 1415928589, 1, '', 0, 0, 0, 0, 0, 0, '如果你生活在开普勒-186f星球上傍晚岸边将看到地平线附近有四颗行星和一颗橙色太阳夜晚绚丽的极光带在空中舞动。研究显示开普勒-186f是迄今发现最小的宜居带内系外行星同', '', 1, 0, 0, 352),
(428, 53, '0', 1415929759, 'p', 1, 1, 0, 140, 0, ' 无线充电系统一次可充40部手机', '', '', 'admin', '未知', '/uploads/141114/1-141114095013110.jpg', 1415929759, 1415929862, 1, '', 0, 0, 0, 0, 0, 0, '无线 充电技术,源于无线电力输送技术。无线充电,又称作感应充电、非接触式感应充电,是利用 近场 感应,也就是 电感耦合 ,由供电设备( 充电器 )将能量传送至用电的装置,该', '', 1, 0, 0, 353),
(429, 53, '0', 1415930107, 'p', 1, 1, 0, 138, 0, '石墨烯可让隐形眼镜具备夜视能力', '', '', 'admin', '未知', '/uploads/141114/1-1411140955515C.jpg', 1415930107, 1415930180, 1, '', 0, 0, 0, 0, 0, 0, '研究人员已经公布一项智能隐形眼镜计划,它能让使用者拥有红外夜视能力。该科研组称,他们通过把石墨烯夹入到两片镜片中间,产生一种能够捕捉从可见光到红外线的任何光的传感', '', 1, 0, 0, 354),
(430, 27, '0', 1415933222, 'p', 1, 2, 0, 191, 0, '冰雪大世界今冬精灵唱主角', '', '', 'admin', '未知', '/uploads/141114/1-141114104Q5430.jpg', 1415933222, 1415933211, 1, '', 0, 0, 0, 0, 0, 0, '今年12月25日前后试开园的冰雪大世界将以冰雪精灵为灵魂兴建主题是雪国胜境冰天大观。30米高的中央主塔精灵塔将成为永久标识。除占地面积有所扩大外冰雪大世界今年还会首', '', 1, 0, 0, 355),
(431, 27, '0', 1416192290, 'p', 1, 2, 0, 104, 0, '黑龙江首次洞穴考古 打开大兴安岭文化“无字史书”', '', '', 'admin', '未知', '/uploads/141117/1-14111G045115Q.jpg', 1416192290, 1416192273, 1, '', 0, 0, 0, 0, 0, 0, '经过70余天的抢救性考古清理考古人员在大兴安岭地区呼中区碧水镇西北7公里处的一个天然岩洞内发现上千件石器、骨器、玉器、陶器、铁器、古玻璃、玛瑙料珠等文物并发掘出', '', 1, 0, 0, 356),
(432, 11, '0', 1416193243, 'p', 1, 1, 0, 79, 0, '你可能用错的4大养胃偏方', '', '', 'admin', '未知', '/uploads/141117/1-14111G1031NC.jpg', 1416193243, 1416193562, 1, '', 0, 0, 0, 0, 0, 0, '现代人对营养健康越来越重视,而对胃肠营养健康问题的认识却非常有限。民间流传着很多养胃、治胃偏方五花八门,多多少少都存在些误区,偏方也要考量,并不是人人皆宜。 一、羊', '', 1, 0, 0, 357),
(433, 53, '0', 1416193938, 'p', 1, 1, 0, 193, 0, ' 黑洞死亡后转化为白洞', '', '', 'admin', '未知', '/uploads/141117/1-14111G1123a25.jpg', 1416193938, 1416194005, 1, '', 0, 0, 0, 0, 0, 0, '新的理论指出,黑洞的死亡方式可能是以转变为白洞的方式进行的。理论上来说,白洞在行为上恰好是黑洞的反面黑洞不断吞噬物质,而白洞则不断向外喷射物质。 这一发现最早是由英', '', 1, 0, 0, 358),
(434, 14, '0', 1416203074, 'p', 1, 2, 0, 77, 0, '问道武当山', '', '', 'admin', '未知', '/uploads/141117/1-14111G3452b21.jpg', 1416203074, 1416203037, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 359),
(435, 27, '0', 1416272434, 'p', 1, 2, 0, 112, 0, '黑龙江4个民族村入选首批中国少数民族特色村寨', '', '', 'admin', '未知', '/uploads/141118/1-14111PZ05B06.jpg', 1416272434, 1416272640, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 360),
(436, 11, '0', 1416274758, 'p', 1, 1, 0, 57, 0, ' 重新认识生物钟:在床上发送电子邮件会致病', '', '', 'admin', '未知', '/uploads/141118/1-14111P93940351.jpg', 1416274758, 1416274844, 1, '', 0, 0, 0, 0, 0, 0, '顶级睡眠学家已经发出警告我们日益增加的24小时社交需求意味着我们经常无视自己的生物钟很多人甚至并未意识到他们睡眠不足。但是如果你在早上需要闹钟才能按时起床', '', 1, 0, 0, 361),
(437, 53, '0', 1416275435, 'p', 1, 1, 0, 178, 0, '研究人员检测到目前为止测量得最小的力', '', '', 'admin', '未知', '/uploads/141118/1-14111P95050b5.jpg', 1416275435, 1416275498, 1, '', 0, 0, 0, 0, 0, 0, '研究人员检测到目前所测量到的最小的力。结合激光和一种独特的光学捕获系统后者能够提供一种超冷原子云研究人员测量到大约42幺牛顿 (1幺牛顿=10 -24 牛顿)的力。 向位于高度精', '', 1, 0, 0, 362),
(438, 27, '0', 1416532799, 'p', 1, 2, 0, 158, 0, '冰城吃出小资情调的浪漫餐厅', '', '', 'admin', '未知', '/uploads/141120/1-1411201544525R.jpg', 1416532799, 1416469427, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 363),
(439, 27, '0', 1416532889, 'p', 1, 2, 0, 85, 0, '哈尔滨将被划为特大城市', '', '', 'admin', '未知', '/uploads/141121/1-141121093Q1E9.jpg', 1416532889, 1416533961, 1, '', 0, 0, 0, 0, 0, 0, '随推进新型城镇化工作会议召开城区人口超过500万的城市将被定义为特大城市严控人口。除北上广外天津、重庆、武汉、成都、西安、哈尔滨等直辖市和省会城市都包括在内。', '', 1, 0, 0, 364),
(440, 11, '0', 1416534095, 'p', 1, 1, 0, 120, 0, ' 8种东西少往床头放 短命10年', '', '', 'admin', '未知', '/uploads/141121/1-141121100334B7.jpg', 1416534095, 1416535489, 1, '', 0, 0, 0, 0, 0, 0, '随着人们生活水平的提高,购买力的增强,为了改善居室环境,让生活更加便利,大多数人会借助一些商品,殊不知,这可能会花钱买污染。近日,美国网络医学博士网站刊文列出了生', '', 1, 0, 0, 365),
(441, 21, '0', 1416876335, 'p', 1, 1, 0, 124, 0, '2014年12期导读', '', '', 'admin', '未知', '/uploads/allimg/141124/1-141124141149247-lp.jpg', 1416876335, 1416797390, 1, '2014年,12期,导读,研究,认为,死后,或,仍,有意识,', 0, 0, 0, 0, 0, 0, '+研究认为死后或仍有意识: 9%受访者灵魂出窍 +未来智能机器人将成为老年人的伴侣 +研究称暗物质缩水 或破解天文界20年难题 +实验发现夜越深梦越奇: 研究者认为可培育梦 +欧洲', '', 1, 0, 0, 366);
INSERT INTO `dede_archives` (`id`, `typeid`, `typeid2`, `sortrank`, `flag`, `ismake`, `channel`, `arcrank`, `click`, `money`, `title`, `shorttitle`, `color`, `writer`, `source`, `litpic`, `pubdate`, `senddate`, `mid`, `keywords`, `lastpost`, `scores`, `goodpost`, `badpost`, `voteid`, `notpost`, `description`, `filename`, `dutyadmin`, `tackid`, `mtype`, `weight`) VALUES
(442, 27, '0', 1416811276, 'p', 1, 2, 0, 123, 0, '岁月——记忆中的东北', '', '', 'admin', '未知', '/uploads/141124/1-14112414412O58.jpg', 1416811276, 1416811189, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 367),
(443, 27, '0', 1416962964, 'p', 1, 2, 0, 156, 0, '索非亚教堂的白鸽', '', '', 'admin', '未知', '/uploads/141126/1-1411260TR0a2.jpg', 1416962964, 1416962947, 1, '', 0, 0, 0, 0, 0, 0, '哈尔滨市建筑艺术广场上的鸽子吸引了很多游客和市民,古老的索非亚教堂被飞翔的白鸽、欢乐的人群包围。', '', 1, 0, 0, 368),
(444, 27, '0', 1416967606, 'p', 1, 2, 0, 68, 0, '岁月——记忆中的东北(二)', '', '', 'admin', '未知', '/uploads/141126/1-1411260U61M14.jpg', 1416967606, 1416963484, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 369),
(445, 11, '0', 1416965642, 'p', 1, 1, 0, 120, 0, '常吃6种食物毁智商', '', '', 'admin', '未知', '/uploads/141126/1-14112609343I20.jpg', 1416965642, 1416965789, 1, '', 0, 0, 0, 0, 0, 0, '吃对食物可提高智力而某些食物则影响警觉度、记忆力、情绪和神经系统危害大脑健康。以下是经研究证实的6种最伤大脑的食物。 1咖啡因。许多人试图通过喝咖啡应对嗜睡等症', '', 1, 0, 0, 370),
(446, 14, '0', 1416966242, 'p', 1, 2, 0, 118, 0, '镜泊湖上的明珠——紫菱湖', '', '', 'admin', '未知', '/uploads/141126/1-141126095033254.jpg', 1416966242, 1416966638, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 371),
(447, 53, '0', 1416969348, 'p', 1, 1, 0, 135, 0, '如何减少大气中的二氧化碳?用海绵吸收', '', '', 'admin', '未知', '/uploads/141126/1-141126103454Z2.jpg', 1416969348, 1416969331, 1, '如何,减少,大气,中的,二氧化碳,用,海绵,吸收,', 0, 0, 0, 0, 0, 0, '英国研究小组最新研制出一种特别的海绵神器,能将排放出的二氧化碳牢牢吸收并对其进行进一步处理。这种海绵一旦被大范围应用,将能很好地解决全球变暖问题。 这种神奇的海绵,', '', 1, 0, 0, 372),
(448, 27, '0', 1417419259, 'p', 1, 2, 0, 123, 0, '“中国10大美食城市”哈尔滨排第8', '', '', 'admin', '未知', '/uploads/allimg/141201/1-141201154502-lp.jpg', 1417419259, 1417419957, 1, '', 0, 0, 0, 0, 0, 0, '日前由北京第二外国语学院旅游管理学院主办的2014年智慧旅游与营销年会上发布了2014年中国优秀旅游城市网络舆情指数排名。哈尔滨入选十大中国美食城市、十大中国最佳友好旅', '', 1, 0, 0, 373),
(449, 27, '0', 1417420046, 'p', 1, 2, 0, 123, 0, '岁月——记忆中的东北(三)', '', '', 'admin', '未知', '/uploads/141201/1-14120115531I52.jpg', 1417420046, 1417420401, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 374),
(450, 27, '0', 1417482748, 'p', 1, 2, 0, 162, 0, '冬季到哈尔滨来看雪', '', '', 'admin', '未知', '/uploads/141202/1-141202091242150.jpg', 1417482748, 1417482730, 1, '', 0, 0, 0, 0, 0, 0, '雪夜中的哈尔滨更加唯美迷人,灯光映衬下的索菲亚教堂犹如童话中的城堡,引得游人纷纷拍照留念。防洪纪念塔下,有情侣牵着手漫步雪中;街路上,晚归的人们迈着匆匆的脚步踏雪', '', 1, 0, 0, 375),
(451, 11, '0', 1417484183, 'p', 1, 1, 0, 190, 0, ' 不想节食又想控制体重 不妨喝点西柚汁', '', '', 'admin', '未知', '/uploads/141202/1-141202093923136.jpg', 1417484183, 1417484369, 1, '', 0, 0, 0, 0, 0, 0, '很多人想控制体重,可既不愿意控制饮食又不愿意运动,这样就给体重控制增加了很大的难度。如果你是个懒鬼,又想控制体重,连切开西柚都嫌麻烦,可以选择饮西柚汁。必须是无糖', '', 1, 0, 0, 376),
(452, 11, '0', 1417574807, 'p', 1, 1, 0, 191, 0, '盘点补钙小能手', '', '', 'admin', '未知', '/uploads/141203/1-141203104F5F1.jpg', 1417574807, 1417574866, 1, '', 0, 0, 0, 0, 0, 0, '人体中99%的钙质存在于骨骼和牙齿中,支持人体的运动和 咀嚼 能力。另外的1%存在于血液和组织器官中称为血钙。钙是人体中不可或缺的元素之一,牛奶和豆制品被认为是补钙最好的食', '', 1, 0, 0, 377),
(453, 53, '0', 1417575139, 'p', 1, 1, 0, 168, 0, ' 靠细菌照明的灯管', '', '', 'admin', '未知', '/uploads/141203/1-141203105232U5.jpg', 1417575139, 1417575189, 1, '', 0, 0, 0, 0, 0, 0, '你家中所有的灯具或许都是以类似的原理工作当你接通电源的时候灯泡就会发出光线。但白炽灯、荧光灯以及LED灯它们都无法与由细菌供能的生物发光类灯具相提并论。荷兰埃因', '', 1, 0, 0, 378),
(454, 14, '0', 1417579946, 'p', 1, 2, 0, 175, 0, '抬头苍山,低头洱海', '', '', 'admin', '未知', '/uploads/allimg/141203/1-141203111Q5-lp.jpg', 1417579946, 1417579206, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 379),
(455, 27, '0', 1417655355, 'p', 1, 2, 0, 122, 0, '哈尔滨天空出现日晕天象 整个过程大约持续1个小时', '', '', 'admin', '未知', '/uploads/141204/1-141204091134401.jpg', 1417655355, 1417655828, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 380),
(456, 27, '0', 1417747637, 'p', 1, 2, 0, 94, 0, '如哈尔滨的雪不停,别哭!你可以这样玩儿!', '', '', 'admin', '未知', '/uploads/141205/1-141205110Z6462.jpg', 1417747637, 1417748972, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 381),
(457, 11, '0', 1417749567, 'p', 1, 1, 0, 101, 0, '缺水问题不用烦 五食物让皮肤“水汪汪”', '', '', 'admin', '未知', '/uploads/141205/1-141205112349603.jpg', 1417749567, 1417749835, 1, '', 0, 0, 0, 0, 0, 0, '天气干燥,皮肤缺水问题也接踵而至,给皮肤补水是每个人每天必须做的事情。那么,在补水的过程中,我们该怎样防止皮肤缺水,使皮肤能够更好地吸收水分呢? 你知道吗?我们日常', '', 1, 0, 0, 382),
(458, 27, '0', 1418091339, 'p', 1, 2, 0, 183, 0, '故宫萌萌哒 Q版公仔照超萌摆拍栩栩如生', '', '', 'admin', '未知', '/uploads/141209/1-141209101352438.jpg', 1418091339, 1418091337, 1, '', 0, 0, 0, 0, 0, 0, '近日一组摄影师在故宫拍摄的Q版公仔照走红网络皇上、皇后、格格、阿哥都变得萌萌哒', '', 1, 0, 0, 383),
(459, 11, '0', 1418091562, 'p', 1, 1, 0, 117, 0, '小病不求人: 厨房里的食物“急救药”', '', '', 'admin', '未知', '/uploads/141209/1-141209102115S3.jpg', 1418091562, 1418091680, 1, '', 0, 0, 0, 0, 0, 0, '遇到意外伤害或不适时,及时处理非常重要。厨房就是一个急救箱,里面有随手可取的急救工具。 洋 葱治疗局部烧伤。烧烫伤后立即将伤口放在冷水下冲洗10分钟左右然后取一个洋', '', 1, 0, 0, 384),
(460, 27, '0', 1418276056, 'p', 1, 2, 0, 187, 0, '风雪上班路', '', '', 'admin', '未知', '/uploads/141211/1-141211133444S8.jpg', 1418276056, 1418276492, 1, '', 0, 0, 0, 0, 0, 0, '2014年12月10日黑龙江省哈尔滨市普降大雪。厚厚的雪铺满了整座城市天地间一片白色如童话般的世界。但同时降雪给城市交通带来了许多麻烦各处路段都出现了严重地堵车。清', '', 1, 0, 0, 385),
(461, 11, '0', 1418277885, 'p', 1, 1, 0, 117, 0, '一荤一素一菇 吃出健康好身体', '', '', 'admin', '未知', '/uploads/141211/1-141211140455Q9.jpg', 1418277885, 1418277873, 1, '一荤,一素,一菇,吃出,健康,好,身体,在,营养,', 0, 0, 0, 0, 0, 0, '在营养界素来有一荤一素一菇的说法,这样的美食搭配被认为是最合理的。这里的菇指的就是蘑菇,蘑菇是高蛋白、低脂肪食品,富含人体必需的氨基酸、维生素和多糖等营养成分。', '', 1, 0, 0, 386),
(462, 11, '0', 1418279499, 'p', 1, 1, 0, 114, 0, '婴儿大脑生长速度惊人每天生长1%', '', '', 'admin', '未知', '/uploads/141211/1-141211143200U0.jpg', 1418279499, 1418279560, 1, '', 0, 0, 0, 0, 0, 0, '从出生到少年期人脑的发育速度从快到慢而反映脑发育程度的脑垂从新生儿的390克经历了1周岁时的900克左右3周岁时约1 080克7岁时1 280克左右孩子大脑的重量这时已经接近', '', 1, 0, 0, 387),
(463, 53, '0', 1418283336, 'p', 1, 1, 0, 103, 0, '“空气椅”可穿着走路 蹲下变椅子', '', '', 'admin', '未知', '/uploads/141211/1-1412111534161G.jpg', 1418283336, 1418283316, 1, '“,空气椅,”,可,穿着,走路,蹲下,变,椅子,', 0, 0, 0, 0, 0, 0, '怎样才叫舒服呢就是能坐着就不站着能躺着就不坐着。Noonee公司要帮你完善这个懒人梦发明了一款可以穿着走的椅子它就像长在体外的骨头只要双膝弯曲做出坐椅子的姿势', '', 1, 0, 0, 388),
(464, 27, '0', 1418882484, 'p', 1, 2, 0, 191, 0, '松花江上的采冰人', '', '', 'admin', '未知', '/uploads/141218/1-14121Q40154427.jpg', 1418882484, 1418882458, 1, '', 0, 0, 0, 0, 0, 0, '12月的东北寒风刺骨。近日哈尔滨的天气更是逼近-30℃市民提前感受到了三九天的威力。冰城哈尔滨的城市名片冰雪节也将在圣诞前后揭开神秘面纱迎八方游客。然而在梦幻的', '', 1, 0, 0, 389),
(465, 27, '0', 1418887749, 'p', 1, 2, 0, 179, 0, '双子座流星雨光临地球壮美镜像', '', '', 'admin', '未知', '/uploads/141218/1-14121Q5311D06.jpg', 1418887749, 1418887736, 1, '', 0, 0, 0, 0, 0, 0, '12月14日全世界的天文观测者冒着严寒在星空下享受双子座流星雨的壮观美景。此次双子座流星雨峰值可以达到每小时百颗流星横跨两个半球。', '', 1, 0, 0, 390),
(466, 27, '0', 1418889244, 'p', 1, 2, 0, 185, 0, '黑龙江边防战士零下30℃站岗谱写当代新华章', '', '', 'admin', '未知', '/uploads/141218/1-14121Q554192H.jpg', 1418889244, 1418889235, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 391),
(467, 11, '0', 1418958996, 'p', 1, 1, 0, 102, 0, '枸杞泡水3大惊人功效', '', '', 'admin', '未知', '/uploads/141219/1-1412191054094M.jpg', 1418958996, 1418957657, 1, '枸杞,泡水,大,惊人,功效,枸杞子,天然,健康,', 0, 0, 0, 0, 0, 0, '枸杞子天然健康,含有多种利于人体的营养成分,可以补肾益精,养肝明目,补血安神,生津止渴,润肺止咳。枸杞子具有多种保健功效,是 药食两用食物 。可以方便地泡水服下,便', '', 1, 0, 0, 392),
(468, 11, '0', 1418957688, 'p', 1, 1, 0, 107, 0, ' 手机辐射加速衰老 抵制手机辐射妙招', '', '', 'admin', '未知', '/uploads/141219/1-14121911004Y64.jpg', 1418957688, 1418958053, 1, '', 0, 0, 0, 0, 0, 0, '现在的人们越来越离不开手机,不管小孩还是老人都不落配备。而随着智能手机的不断发展和普及,手机的功能也越来越强大,用手机玩微博、微信、看视频等已成为我们每天生活的一', '', 1, 0, 0, 393),
(469, 11, '0', 1418958711, 'p', 1, 1, 0, 162, 0, '一天两根香蕉轻松吃出肌肤弹性', '', '', 'admin', '未知', '/uploads/141219/1-141219111350526.jpg', 1418958711, 1418958840, 1, '', 0, 0, 0, 0, 0, 0, '当脸上的皮肤状态不好时,女性们会想拒绝出门,因为差劲的皮肤状态会让女人们的气色和美貌都大打折扣。多数女性的护肤手段多停留于防晒、保湿、美白和确保睡眠时间等方面,而', '', 1, 0, 0, 394),
(470, 53, '0', 1418959771, 'p', 1, 1, 0, 153, 0, '量子隐形传送获实验进展: 传送距离达25公里', '', '', 'admin', '未知', '/uploads/141219/1-141219113206116.jpg', 1418959771, 1418959932, 1, '', 0, 0, 0, 0, 0, 0, '瑞士物理学家成功地将量子态的光子远距离传输到一个晶体在这一过程中把信息从光传到物质距离达到创纪录的25公里。这项在日内瓦大学用光纤开展的实验打破了该小组于2003年创', '', 1, 0, 0, 395),
(471, 27, '0', 1419821449, 'p', 1, 2, 0, 146, 0, '《环球科学》发布2014年十大科技热词', '', '', 'admin', '未知', '/uploads/141225/1-141225101A4394.jpg', 1419821449, 1419473705, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 396),
(472, 21, '0', 1456377586, 'p', 1, 1, 0, 73, 0, '2016年第二期导读', '', '', 'admin', '未知', '/uploads/160225/1-160225132305960.jpg', 1456377586, 1419474239, 1, '2015,年第,一期,导读,沼液,回流,对,牛粪,高温,', 0, 0, 0, 0, 0, 0, '+沼液回流对牛粪高温厌氧发酵产气性能的影响 +秸秆-污泥吸附剂的研究进展 +通天草水提物对阿尔茨海默病小鼠海马白介素-1水平的影响 +丹参素冰片酯合成的工艺过程 +地质探矿', '', 1, 0, 0, 397),
(473, 53, '0', 1419475850, 'p', 1, 1, 0, 89, 0, ' 远程传递“心灵感应”信息', '', '', 'admin', '未知', '/uploads/141225/1-141225105259410.jpg', 1419475850, 1419475984, 1, '', 0, 0, 0, 0, 0, 0, '据报道,脑电波感应设备可以心灵感应控制直升机和电脑游戏中的角色,目前,这项研究得到了进一步发展,身在印度的一个人仅使用脑电波就能将一条信息传送至法国的一位同事。这', '', 1, 0, 0, 398),
(474, 11, '0', 1419477327, 'p', 1, 1, 0, 106, 0, '胡萝卜炒什么最抗癌?', '', '', 'admin', '未知', '/uploads/141225/1-1412251116413A.jpg', 1419477327, 1419477317, 1, '胡萝卜,炒,什么,最,抗癌,胡萝卜,具有,很多,养,', 0, 0, 0, 0, 0, 0, '胡萝卜具有很多养生的功效,如:改善视力、预防癌症、抗衰老、消炎消肿、预防心脏病及中风等功效。那么,胡萝卜怎么吃才能使其强大的功效发挥得淋漓尽致呢?很多人会比较爱生吃', '', 1, 0, 0, 399),
(475, 27, '0', 1419821419, 'p', 1, 2, 0, 100, 0, '东北特色料理——冰糖旱黄瓜', '', '', 'admin', '未知', '/uploads/141229/1-141229105033421.jpg', 1419821419, 1419821409, 1, '', 0, 0, 0, 0, 0, 0, '东北特色黑暗料理冰糖旱黄瓜, 要不要来一根啊?', '', 1, 0, 0, 400),
(476, 27, '0', 1420527840, 'p', 1, 2, 0, 152, 0, '第31届哈尔滨国际冰雪节开幕', '', '', 'admin', '未知', '/uploads/150106/1-150106150525249.jpg', 1420527840, 1420528122, 1, '', 0, 0, 0, 0, 0, 0, '以冰雪五十年魅力哈尔滨为主题的第31届哈尔滨冰雪节在哈尔滨冰雪大世界开幕。本届冰雪节为期3个月将开展冰雪旅游、冰雪文化、冰雪时尚、冰雪经贸、冰雪体育5大类共百余项活', '', 1, 0, 0, 401),
(477, 27, '0', 1420766250, 'p', 1, 2, 0, 163, 0, '中国雪乡旅游爆棚 日接待游客超万人', '', '', 'admin', '未知', '/uploads/150108/1-15010Q33415936.jpg', 1420766250, 1420695281, 1, '', 0, 0, 0, 0, 0, 0, '得天独厚、不可复制的美景,加之文化传媒的助力宣传,诗情画意的中国雪乡已成为休闲度假的首选胜地。今年游客在雪乡的消费也有了多元选择,雪乡大食堂、自助餐、自助烧烤、生', '', 1, 0, 0, 402),
(478, 11, '0', 1420697706, 'p', 1, 1, 0, 112, 0, '火腿不宜放入冰箱低温储存', '', '', 'admin', '未知', '/uploads/150108/1-15010Q41630619.jpg', 1420697706, 1420697795, 1, '', 0, 0, 0, 0, 0, 0, '火腿不宜放入冰箱低温储存,一旦放入冰箱低温储存,其水分就会结冰,脂肪析出,火腿肉就会结块或者是松散,肉质变味,并且更加容易变质,所以小伙伴们,下次买来香香的火腿尽', '', 1, 0, 0, 403),
(479, 11, '0', 1420766690, 'p', 1, 1, 0, 178, 0, '全谷物饮食可能有助延长寿命', '', '', 'admin', '未知', '/uploads/150108/1-15010Q42030M0.png', 1420766690, 1420698035, 1, '全,谷物,饮食,可能,有助,延长,寿命,一项,新的,', 0, 0, 0, 0, 0, 0, '一项新的研究发现食用全谷物饮食可能有助于延长寿命并可以降低心血管疾病相关死亡风险。该研究在线发表于2015年1月5日的《JAMA内科学》杂志上。 全谷物食品和平常意义上的粗', '', 1, 0, 0, 404),
(480, 11, '0', 1420698276, 'p', 1, 1, 0, 65, 0, '假期让你更爱垃圾食品', '', '', 'admin', '未知', '/uploads/150108/1-15010Q42A5Z5.jpg', 1420698276, 1420698423, 1, '', 0, 0, 0, 0, 0, 0, '逢年过节,人们总会倾向于去商场超市大肆采购一番。最近,来自康奈尔大学食品和品牌实验室( Food and Brand Lab )的 研究人员 发现 :假日 季时(从感恩节到新年期间),人们在购买', '', 1, 0, 0, 405),
(481, 27, '0', 1420766080, 'p', 1, 2, 0, 217, 0, '成都退休教师车窗灰尘上手绘仕女图走红', '', '', 'admin', '未知', '/uploads/allimg/150109/1-15010Z91453-lp.jpg', 1420766080, 1420766143, 1, '', 0, 0, 0, 0, 0, 0, '2015年1月8日成都肖相忠老人正在车身上作画。近日一副画在满是尘土的面包车背后的仕女画走红网络它的作者是家住师友路的67岁的肖相忠老人他曾经是中学美术老师爱好', '', 1, 0, 0, 406),
(482, 11, '0', 1420766518, 'p', 1, 1, 0, 199, 0, '单反穷一生,手机毁大脑?', '', '', 'admin', '环球科学', '/uploads/150109/1-15010Z924251N.jpg', 1420766518, 1420766670, 1, '', 0, 0, 0, 0, 0, 0, '玩单反未必能让人穷一辈子,但是触屏手机对大脑的影响却无可置疑。 《当代生物学》杂志报道,当人们用触屏操作智能手机,拇指与大脑的协作方式也发生改变。研究表明,近期的触', '', 1, 0, 0, 407),
(483, 12, '0', 1420770939, 'h', 1, 1, 0, 132, 0, '外引亚麻种质资源特征特性的鉴定与评价', '', '', 'admin', '未知', '', 1420770939, 1420766991, 1, '外引,亚麻,种质,资源,特征,特,性的,鉴定,与,', 0, 0, 0, 0, 0, 0, '【作者】 李秋芝 鲁振家 曹洪勋 宋鑫玲 韩承伟 【Author】 LI Qiu-zhi;LU Zhen-jia;CAO Hong-xun;SONG Xin-ling;HAN Cheng-wei;Daqing Branch of Heilongjiang Academy of Sciences; 【机构】 黑龙江省科学', '', 1, 0, 0, 408),
(484, 12, '0', 1420770877, 'h', 1, 1, 0, 113, 0, '“黑木耳代料栽培培养基软化病”病原菌鉴定', '', '', 'admin', '未知', '', 1420770877, 1420767214, 1, '“,黑木耳,代料,栽培,培养基,软化,病,”,【,', 0, 0, 0, 0, 0, 0, '【作者】 刘佳宁 王玉文 孔祥辉 张介驰 张丕奇 【Author】 LIU Jia-ning;WANG Yu-wen;KONG Xiang-hui;ZHANG Jie-chi;ZHANG Pi-qi;Institute of Microbiology,Heilongjiang Academy of Sciences; 【机构】 黑龙江', '', 1, 0, 0, 409),
(485, 12, '0', 1420770996, 'c,h', 1, 1, 0, 121, 0, '工程造价结算审核工作中常见问题及对策', '', '', 'admin', '未知', '', 1420770996, 1420770652, 1, '工程造价,结算,审核,工作中,常见问题,及,【,', 0, 0, 0, 0, 0, 0, '【作者】 马越岭 【机构】 内蒙古送变电有限责任公司 【摘要】 随着不断发展的市场经济,工程项目投资的利益格局和主体也变得逐渐多元化和多样化。我国工程造价管理中工程', '', 1, 0, 0, 410),
(486, 12, '0', 1420770984, 'c,h', 1, 1, 0, 151, 0, '黑龙江省农业产业化龙头企业自主创新的问题与对策', '', '', 'admin', '未知', '', 1420770984, 1420770815, 1, '黑龙江省,农业,产业化,龙头企业,自,主创,【,', 0, 0, 0, 0, 0, 0, '【作者】 卞纪兰 段冶 【机构】 黑龙江八一农垦大学经济管理学院 东北财经大学工商管理学院 【摘要】 农业产业化龙头企业对促进农民收入持续增长、提升农业科技成果转化率', '', 1, 0, 0, 411),
(487, 14, '0', 1480926102, 'p', 1, 2, 0, 186, 0, '葡萄牙里斯本——寻找欧洲最古老的脉搏', '', '', 'admin', '未知', '/uploads/allimg/150109/1-150109105339-lp.jpg', 1480926102, 1420772277, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 412),
(488, 27, '0', 1421217999, 'p', 1, 2, 0, 189, 0, '冰封美国:冰光环夺目', '', '', 'admin', '未知', '/uploads/150114/1-150114144T14S.jpg', 1421217999, 1421217958, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 413),
(505, 49, '0', 1422254893, '', 1, 1, -2, 172, 0, '心脏性猝死危险因素与护理对策', '', '', 'admin', '未知', '', 1422254893, 1422254960, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 孙秀峰 石静 【Author】 SUN Xiu-feng;SHI Jing;Harbin Emergency Center;Harbin Steam Turbine Plant Hospital 【机构】 哈尔滨市急救中心 哈尔滨汽轮机厂医院 【摘要】 探讨心脏性猝死危险因', '', 1, 0, 0, 404),
(506, 49, '0', 1422255136, '', 1, 1, -2, 99, 0, '森林害虫——天牛的危害和防治', '', '', 'admin', '未知', '', 1422255136, 1422255236, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 周琦 【Author】 ZHOU Qi;Forest Protection Institute of Heilongjiang Province 【机构】 黑龙江省森林保护研究所 【摘要】 森林作为地球上固有的绿色资源之一,有着防范阻挡风沙、净化空气', '', 1, 0, 0, 405),
(507, 49, '0', 1422255335, '', 1, 1, -2, 72, 0, '市政路桥设计中的安全性和耐久性研究', '', '', 'admin', '未知', '', 1422255335, 1422255409, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 曲志严 【Author】 QU Zhi-yan;Changchun Haiwei Engineering Design Co.,Ltd 【机构】 长春市海威市政工程设计有限公司 【摘要】 设计直接关系到路桥的质量问题,很多基础问题不解决,就会影', '', 1, 0, 0, 406),
(508, 49, '0', 1422255457, '', 1, 1, -2, 84, 0, '地铁隧道施工联系测量方法', '', '', 'admin', '未知', '', 1422255457, 1422255528, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 杜晓波 【Author】 DU Xiao-bo;Harbin Railway Professional Technology College 【机构】 哈尔滨铁道职业技术学院 【摘要】 联系测量是地铁隧道施工中常用的一种测量方法,与传统的测量存在', '', 1, 0, 0, 407),
(509, 49, '0', 1422255563, '', 1, 1, -2, 200, 0, '钢筋混凝土结构裂缝产生的原因及控制措施', '', '', 'admin', '未知', '', 1422255563, 1422255689, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 李鑫 【Author】 LI Xin 【摘要】 钢筋混凝土结构是当前建筑领域使用量和应用范围最为大量和最为普遍的建筑结构,钢筋混凝土结构已经成为施工企业的核心项目,并成为企业技术', '', 1, 0, 0, 408),
(510, 49, '0', 1422255719, '', 1, 1, -2, 194, 0, '道路桥梁设计中的隐患及解决措施分析', '', '', 'admin', '未知', '', 1422255719, 1422255787, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 刘一兵 【Author】 LIU Yi-bing;Heilongjiang Land Reclamation Survey and Design Institute 【机构】 黑龙江农垦勘测设计研究院 【摘要】 道路桥梁是重要的基础设施,是公路交通的核心组成部分', '', 1, 0, 0, 409),
(511, 49, '0', 1422256489, '', 1, 1, -2, 71, 0, '变压器常见故障的处理方法及日常维修', '', '', 'admin', '未知', '', 1422256489, 1422256550, 1, '', 0, 0, 0, 0, 0, 0, '【作者】 赵健 【Author】 ZHAO Jian;Xinjiang Meike Chemical Co.,Ltd 【机构】 新疆美克化工股份有限公司 【摘要】 变压器是变电系统中的重要组成部分,在变电运行中主要起到调压和稳压的作用', '', 1, 0, 0, 410),
(512, 11, '0', 1422258010, 'p', 1, 1, 0, 74, 0, '寒冷也可治疗大脑', '', '', 'admin', 'Nature', '/uploads/150126/1-15012615492S93.jpg', 1422258010, 1422258575, 1, '', 0, 0, 0, 0, 0, 0, '利用寒冷来治疗疾病这在过往历史中并不少见像是古希腊医生Claudius Galen就曾利用寒冷治疗发烧还有利用它来治疗严重战场损伤提高手术疗效。在20世纪50年代低温被作为一种', '', 1, 0, 0, 411),
(513, 11, '0', 1422258680, 'p', 1, 1, -2, 156, 0, '紧闭门窗洗温水澡当心“浴室综合症”', '', '', 'admin', '未知', '/uploads/150126/1-150126155556292.jpg', 1422258680, 1422258962, 1, '', 0, 0, 0, 0, 0, 0, '浴室综合症并不是骇人听闻的说法,这种病症常常发生在秋冬季节。在洗澡过程中,会出现头晕、目眩、心悸、胸闷、出汗、口渴、恶心、呕吐、四肢乏力、呼吸急促、心跳加快、眼前', '', 1, 0, 0, 412),
(514, 11, '0', 1422326825, 'p', 1, 1, 0, 176, 0, '腊八养生全攻略', '', '', 'admin', '未知', '/uploads/150127/1-15012G044194I.jpg', 1422326825, 1422326669, 1, '腊八,养生,全攻略,小孩,你别,馋,过了,腊八,', 0, 0, 0, 0, 0, 0, '小孩小孩你别馋,过了腊八就是年!今天是咱中国的传统节日腊八节,大家都准备好做腊八粥的食材了吗?腊八节除了喝腊八粥以外还有哪些传统?喝粥又有什么讲究?腊八饮食养生全', '', 1, 0, 0, 413),
(515, 27, '0', 1423104868, 'p', 1, 2, 0, 69, 0, '早春已至,万象更新', '', '', 'admin', '未知', '/uploads/150205/1-1502051054541S.jpg', 1423104868, 1423104837, 1, '', 0, 0, 0, 0, 0, 0, '立春过后, 大地渐渐从沉睡中苏醒过来。冰雪逐渐融化,草木开始萌发,各种花次第开放。一切都开始欣欣向荣起来,让我们再共同欣赏一下这冬日的美景吧!', '', 1, 0, 0, 414),
(516, 53, '0', 1425022068, 'p', 1, 1, -2, 65, 0, '熟鸡蛋变生?只是个比喻', '', '', 'admin', '未知', '/uploads/150205/1-150205111936492.png', 1425022068, 1423106381, 1, '熟,鸡蛋,变生,只,是个,比喻,最近,一条,科技,', 0, 0, 0, 0, 0, 0, '最近,一条科技新闻在社交媒体上广为传播,科学家将被熟鸡蛋变生的传闻甚嚣尘上。一些人大呼被这种逆天技术刷三观,另一边则有人觉得这是研究人员闲得蛋疼在做无意义的事。然', '', 1, 0, 0, 415),
(517, 11, '0', 1423120829, 'p', 1, 1, 0, 144, 0, '紧闭门窗洗温水澡当心“浴室综合症”', '', '', 'admin', '未知', '/uploads/150205/1-150205152053260.jpg', 1423120829, 1423120945, 1, '', 0, 0, 0, 0, 0, 0, '浴室综合症并不是骇人听闻的说法,这种病症常常发生在秋冬季节。在洗澡过程中,会出现头晕、目眩、心悸、胸闷、出汗、口渴、恶心、呕吐、四肢乏力、呼吸急促、心跳加快、眼前', '', 1, 0, 0, 416),
(518, 11, '0', 1423121159, 'p', 1, 1, 0, 102, 0, ' 胡萝卜炒什么最抗癌?', '', '', 'admin', '未知', '/uploads/150205/1-150205152JD09.jpg', 1423121159, 1423121302, 1, '', 0, 0, 0, 0, 0, 0, '胡萝卜具有很多养生的功效,如:改善视力、预防癌症、抗衰老、消炎消肿、预防心脏病及中风等功效。那么,胡萝卜怎么吃才能使其强大的功效发挥得淋漓尽致呢?很多人会比较爱生吃', '', 1, 0, 0, 417),
(519, 40, '0', 1423186109, 'c,h', 1, 1, -2, 175, 0, '沼液回流对牛粪高温厌氧发酵产气性能的影响', '', '', 'admin', '未知', '', 1423186109, 1423185984, 1, '沼液,回流,对,牛粪,高温,厌氧,发酵,产气,性能,', 1440841451, 2, 1, 0, 0, 0, '【作者】 苏小红 刘伟 王欣 郭广亮 徐晓秋 高德玉 【Author】 SU Xiao-hong;LIU Wei;WANG Xin;GUO Guang-liang;XU Xiao-qiu;GAO De-yu;ST Incubation Centers of Heilongjiang Academy of Sciences 【机构】 黑', '', 1, 0, 0, 418),
(520, 40, '0', 1423191120, 'h,a', 1, 1, -2, 115, 0, '通天草水提物对阿尔茨海默病小鼠海马白介素-1β水平的影响', '', '', 'admin', '未知', '', 1423191120, 1423186933, 1, '通天,草水,提物,对,阿尔,茨海,默病,小鼠,海马,', 0, 0, 0, 0, 0, 0, '【作者】 杜徽 费洪新 张英博 仲丽丽 王晓源 刘斌 韩玉生 李宝龙 孙博 丑小月 周忠光 【Author】 DU Hui;FEI Hong-xin;ZHANG Ying-bo;ZHONG Li-li;WANG Xiao-yuan;LIU Bin;HAN', '', 1, 0, 0, 419),
(521, 40, '0', 1481010842, 'c,h,a', 1, 1, -2, 55, 0, '基于Linux操作系统的虚拟软件平台内存管理设计', '', '', 'admin', '未知', '', 1481010842, 1423187018, 1, '基于,Linux,操作系统,的,虚拟,软件,平台,内存,', 1481010686, 2, 1, 0, 0, 0, '【作者】 殷锡亮 【Author】 YIN Xi-liang;Harbin Qiaohang Communication Equipment Co.Ltd 【机构】 哈尔滨侨航通信设备有限公司 【摘要】 介绍了Linux操作系统的概念应用的场景,基于Linux操作系统以及', '', 1, 0, 0, 420),
(522, 55, '0', 1423189091, '', 1, 1, 0, 120, 0, '果壳网专访Iordan Iordanov谈“透明桌面”', '', '', 'admin', '果壳网', '', 1423189091, 1423188625, 1, '果壳,网,专访,Iordan,Iordanov,谈,“,透明', 0, 0, 0, 0, 0, 0, '2015年1月9日国家自然科学一等奖授予了计算机科学家、中国工程院院士张尧学及其团队。但这一奖项立刻引发了争议许多研究者认为这一项目太偏向工程太过普通 《科学》杂志', '', 1, 0, 0, 421),
(523, 55, '0', 1423189554, 'c', 1, 1, 0, 151, 0, '为什么我们的记忆靠不住?', '', '', 'admin', '未知', '', 1423189554, 1423189085, 1, '为什么,我们,的,记忆,靠不住,丹麦,电影,《,', 0, 0, 0, 0, 0, 0, '丹麦电影《狩猎》中,刚刚离婚的中年男子卢卡斯,在一个小镇的幼儿园上班。他非常喜欢小孩,和他们打成一片。可是不久,他的学生之一、他最好的朋友铁欧的女儿克莱拉向他示爱', '', 1, 0, 0, 422),
(524, 11, '0', 1423447303, 'p', 1, 1, 0, 180, 0, '性格决定成败?研究称:伴侣更重要', '', '', 'admin', '未知', '/uploads/150209/1-15020Z95201530.jpg', 1423447303, 1423446726, 1, '性格,决定,成败,研究,称,伴侣,更,重要,在,', 0, 0, 0, 0, 0, 0, '在我们自己的性格影响我们工作表现的同时,我们另一半的性格也与我们工作上的成功有关。 怎样做才能在办公室里出类拔萃?众所周知,性格影响职业竞争力,高收入人群的性格更倾', '', 1, 0, 0, 423),
(525, 27, '0', 1424998997, 'p', 1, 2, 0, 188, 0, '祖国最北端戍边官兵晒笑脸向家人传递幸福瞬间', '', '', 'admin', '未知', '/uploads/150227/1-15022FT911413.jpg', 1424998997, 1424998267, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 424),
(526, 27, '0', 1425003232, 'p', 1, 2, 0, 187, 0, '中国火箭碎片坠落照亮美国西部天空', '', '', 'admin', '未知', '/uploads/150227/1-15022F9445b08.jpg', 1425003232, 1425002828, 1, '', 0, 0, 0, 0, 0, 0, '在北美大陆的广袤西部从美国亚利桑那州到加拿大至少150多人报告称看到一团奇怪的火球拖带着橙色尾巴快速移动。流星坠落还是飞机失事美国航空航天局(NASA)澄清说,这一火', '', 1, 0, 0, 425),
(527, 11, '0', 1425005261, 'p', 1, 1, 0, 76, 0, '如何挑出最好吃的菠萝', '', '', 'admin', '未知', '/uploads/150227/1-15022G04556459.jpg', 1425005261, 1425005168, 1, '如何,挑出,最,好吃,的,菠萝,菠萝,果实,', 0, 0, 0, 0, 0, 0, '菠萝果实品质优良,营养丰富,含有大量的 果糖 葡萄糖 维生素 B、C 柠檬酸 和 蛋白酶 等物质。菠萝作为鲜食,香味浓郁,甜酸适口,清脆多汁。菠萝具有清暑解渴、消', '', 1, 0, 0, 426),
(528, 11, '0', 1425017965, 'p', 1, 1, 0, 68, 0, '十种食物别放冰箱', '', '', 'admin', '未知', '/uploads/150227/1-15022G41U5517.jpg', 1425017965, 1425017940, 1, '十种,食物,别放,冰箱,冰箱,是,我们,保鲜,、,', 0, 0, 0, 0, 0, 0, '冰箱是我们保鲜、储存食物的首选,但是有的食物放进冰箱,可能会影响食物的品质,结果适得其反。 1.淀粉类食物 馒头、花卷、面包等淀粉类食物不能放进冰箱中,会加快其变干变硬', '', 1, 0, 0, 427),
(529, 11, '0', 1425257143, 'p', 1, 1, 0, 108, 0, '用药后的眩晕,你有吗?', '', '', 'admin', '未知', '/uploads/150302/1-150302091324K2.jpg', 1425257143, 1425258811, 1, '', 0, 0, 0, 0, 0, 0, '头昏和眩晕感是处方药最常见的副作用, 副作用的存在是必然的,而副作用的发生因人而异。困扰的问题是用药危险的不可预见性。我们可以从翻阅家里的药柜中的药物说明书开始,了', '', 1, 0, 0, 428),
(530, 27, '0', 1425449014, 'p', 1, 2, 0, 173, 0, '各地民俗闹元宵', '', '', 'admin', '未知', '/uploads/150304/1-150304140414628.jpg', 1425449014, 1425448830, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 429),
(531, 27, '0', 1425951534, 'p', 1, 2, 0, 117, 0, '哈市新增一处国家级湿地公园', '', '', 'admin', '未知', '/uploads/150310/1-150310091300114.jpg', 1425951534, 1425949986, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 430),
(532, 27, '0', 1425951496, 'p', 1, 2, 0, 200, 0, '冬季极乐寺雪落无声,夕阳映佛塔', '', '', 'admin', '未知', '/uploads/150310/1-150310093SL54.jpg', 1425951496, 1425951486, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 431),
(533, 27, '0', 1426124399, 'p', 1, 2, 0, 95, 0, '全国首家冰雪赛车体验营 落户漠河北极村', '', '', 'admin', '未知', '/uploads/150311/1-150311091019258.jpg', 1426124399, 1426036137, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 432),
(534, 27, '0', 1426123655, 'p', 1, 2, 0, 56, 0, '黑河边防官兵极寒天气赤膊浴雪', '', '', 'admin', '未知', '/uploads/allimg/150312/1-150312093H2-lp.jpg', 1426123655, 1426124315, 1, '', 0, 0, 0, 0, 0, 0, '2月下旬黑河地区突降近十余年来特大降雪该部官兵充分借助驻地春暖花开前这一降温降雪练兵有利时机通过开展严寒条件下赤膊雪浴、托举圆木、负重奔袭等基础性科目训练从', '', 1, 0, 0, 433),
(535, 11, '0', 1426129355, 'p', 1, 1, 0, 82, 0, '长得胖和爱吃肉没关系', '', '', 'admin', '未知', '/uploads/150312/1-15031211002SZ.jpg', 1426129355, 1426129294, 1, '长得,胖,和,爱吃,肉,没关系,吃肉,会,引发,', 0, 0, 0, 0, 0, 0, '吃肉会引发肥胖或脂肪肝等健康问题吗?中国肉类协会技术专家高级工程师张子平表示,肥胖和脂肪肝都是一种代谢病,跟吃肉的关系不大。肉是人的膳食中不可或缺的,但要注意适量', '', 1, 0, 0, 434),
(536, 11, '0', 1426129815, 'p', 1, 1, 0, 159, 0, '葡萄干功效大胜过保健品', '', '', 'admin', '未知', '/uploads/150312/1-150312110T25K.jpg', 1426129815, 1426129798, 1, '葡萄干,功效,大,胜过,保健品,葡萄干,又香,', 0, 0, 0, 0, 0, 0, '葡萄干又香又甜,营养丰富,许多营养还高于葡萄,每天吃一把能很好地改善贫血。 首先,葡萄干含铁丰富。许多女性常有脸色苍白、手脚冰凉的症状,这是轻度贫血的表现,每天一把', '', 1, 0, 0, 435),
(537, 55, '0', 1426575726, '', 1, 1, 0, 174, 0, '何子山:科学足够精彩,无需娱乐吸引眼球', '', '', 'admin', '未知', '', 1426575726, 1426576040, 1, '', 0, 0, 0, 0, 0, 0, '何子山,国际顶尖天体物理学家,黑洞和类星体专家,现任北京大学科维理天文与天体物理研究所所长。 从去年年初的唯美韩剧《来自星星的你》,到年末超级视觉震撼的《星际穿越》', '', 1, 0, 0, 436),
(538, 27, '0', 1426833846, 'p', 1, 2, 0, 196, 0, '今天是国际幸福日,你幸福吗?', '', '', 'admin', '未知', '/uploads/150320/1-1503201424505J.png', 1426833846, 1426816038, 1, '', 0, 0, 0, 0, 0, 0, '幸福的感受是决定在你心的态度,而不是你存在什么地方。林清玄讲学习幸福,第一要用超越平常的心来看世界;第二要有平常的心;第三要有欢喜的心理;第四要有柔和心。只要我们', '', 1, 0, 0, 437),
(539, 27, '0', 1427074345, 'p', 1, 2, 0, 65, 0, '世界首列氢能源有轨电车问世', '', '', 'admin', '未知', '/uploads/allimg/150320/1-150320144119-lp.jpg', 1427074345, 1426833817, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 438),
(583, 11, '0', 1439535922, 'p', 1, 1, 0, 133, 0, '美眉们护肤的常见误区', '', '', 'admin', '未知', '/uploads/150814/1-150Q40Z93K11.jpg', 1439535922, 1439517013, 1, '美眉,们,护肤,的,常见,误区,有些,美眉,总,', 0, 0, 0, 0, 0, 0, '有些美眉总是在抱怨自己的皮肤瑕疵太多,不光滑、不细嫩、不白皙,然而,各种皮肤问题的出现,与美眉们平时的保养不当有着直接的关系。即便你使用再昂贵的护肤品,保养皮肤的', '', 1, 0, 0, 482),
(540, 27, '0', 1427074063, 'p', 1, 2, 0, 136, 0, '中国地沟油飞机 首度载客上天', '', '', 'admin', '未知', '/uploads/150323/1-150323093024259.jpg', 1427074063, 1427074314, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 439),
(541, 11, '0', 1427082415, 'p', 1, 1, 0, 90, 0, '春季上火牙疼可用仙人掌止疼', '', '', 'admin', '未知', '/uploads/150323/1-150323112435414.jpg', 1427082415, 1427081080, 1, '春季,上火,牙疼,可用,仙人掌,止疼,牙,一疼,', 0, 0, 0, 0, 0, 0, '牙一疼起来,想吃不敢吃,想睡也睡不好,影响我们的日常生活和工作。所以大家一定要注意预防牙痛,尤其是秋季体内上火更容易牙痛。这是一种属于身体其他病变导致的合併症性质', '', 1, 0, 0, 440),
(542, 27, '0', 1427244260, 'p', 1, 2, 0, 83, 0, '呼兰河口湿地公园建成东北最大水上乐园', '', '', 'admin', '未知', '/uploads/150325/1-1503250Z102D1.jpg', 1427244260, 1427245365, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 441),
(543, 11, '0', 1427246226, 'p', 1, 1, 0, 117, 0, '母乳喂养时间越长 长大后越成功吗?', '', '', 'admin', '未知', '/uploads/150325/1-150325092001M4.jpg', 1427246226, 1427246411, 1, '', 0, 0, 0, 0, 0, 0, '研究者们对1982年出生在佩罗塔斯的孩子进行了系统的追踪调查研究发现了IQ值教育程度收入与母乳喂养时间呈现正相关的关系。 一项发表在柳叶刀上的文章称:延长母乳喂养的时', '', 1, 0, 0, 442),
(544, 53, '0', 1427248204, 'p', 1, 1, 0, 127, 0, 'Scientific Reports女性比男性更易保持胰岛素敏感性', '', '', 'admin', '未知', '/uploads/150325/1-15032509534MB.jpg', 1427248204, 1427248436, 1, '', 0, 0, 0, 0, 0, 0, '近日,通过研究我们发现,男性肥胖者比女性肥胖者更容易患Ⅱ型糖尿病,麦克马斯特大学的研究人员发现,这种情况可能与不同性别之间肌肉 蛋白质 活动的差异相关。 由于现代生活', '', 1, 0, 0, 443),
(545, 53, '0', 1427249532, 'p', 1, 1, 0, 122, 0, '厦门大学研发的世界首例戊肝疫苗被证实持久有效', '', '', 'admin', '未知', '/uploads/150325/1-15032510134Y34.jpg', 1427249532, 1427249645, 1, '', 0, 0, 0, 0, 0, 0, '2015年3月5日《新英格兰医学杂志》(NEJM)发表一项研究,证实由 厦门大学 生命科学院教授夏宁邵(Ning-Shao Xia)研发的戊型肝炎疫苗能够提供至少4.5年的持久保护。这是世界首例获得批准', '', 1, 0, 0, 444),
(546, 27, '0', 1427699468, 'p', 1, 2, 0, 95, 0, '摄影师实拍沙丁鱼群被捕食壮观景象', '', '', 'admin', '未知', '/uploads/150330/1-150330151244529.jpg', 1427699468, 1427699617, 1, '', 0, 0, 0, 0, 0, 0, '据英国《每日邮报》3月28日报道野生动物摄影师MichaelAw日前在水下拍摄到鲨鱼、海豚等大型哺乳动物掠食沙丁鱼的壮观景象。 这组照片拍摄于南非东海岸900万沙丁鱼团成球状向前游', '', 1, 0, 0, 445),
(547, 11, '0', 1427700630, 'p', 1, 1, 0, 133, 0, '食疗方法治疗颈椎病', '', '', 'admin', '未知', '/uploads/150330/1-150330152959417.jpg', 1427700630, 1427700604, 1, '食疗,方法,治疗,颈椎病,颈椎病,已经,成为,', 0, 0, 0, 0, 0, 0, '颈椎病已经成为现代上班族普遍存在的一种疾病。上班族长期伏案工作,一天工作下来,难免会觉得脖子发僵、发硬、肩部沉重。如何才能缓解这种症状呢?小编为您搜集了一些健康的', '', 1, 0, 0, 446),
(548, 11, '0', 1428992429, 'p', 1, 1, 0, 142, 0, '牛奶真的美白吗?', '', '', 'admin', '未知', '/uploads/150414/1-150414142110554.jpg', 1428992429, 1428992745, 1, '', 0, 0, 0, 0, 0, 0, '随着春季到来,阳光增多,美白再次成为广大爱美女性共同关注的话题。经过一冬寒风摧残,不少女性抱怨自己的脸黯黄憔悴,急于寻找快速见效的偏方达到美白的目的,喝牛奶能不能', '', 1, 0, 0, 447),
(549, 27, '0', 1429152244, 'p', 1, 2, 0, 200, 0, '龙江最美湿地(一):三江国家级自然保护区', '', '', 'admin', '未知', '/uploads/150416/1-150416103949122.jpg', 1429152244, 1429152079, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 448),
(550, 11, '0', 1429252405, 'p', 1, 1, 0, 154, 0, '初春呼吸道疾病高发 四大疾病要预防!', '', '', 'admin', '未知', '/uploads/150416/1-150416105K3E3.jpg', 1429252405, 1429153078, 1, '初春,呼吸道,疾病,高发,四大,要,预防,春天,是,', 0, 0, 0, 0, 0, 0, '春天是万物复苏的季节,春意盎然,四处生机勃勃。然而,当我们在享受春天活力的同时,也要警惕一些呼吸道杀手。他们潜伏在我们的环境里,等你稍不留神,便侵袭你的身体,诱发', '', 1, 0, 0, 449),
(551, 53, '0', 1429154227, 'p', 1, 1, 0, 132, 0, '新型铝电池,一分钟给手机充满电', '', '', 'admin', '环球科学', '/uploads/150416/1-15041611161c10.jpg', 1429154227, 1429154185, 1, '新型,铝,电池,一分钟,给,手机,充满,电,作为,', 0, 0, 0, 0, 0, 0, '作为手机党,手机没电或许是最要命的事。现在普通智能手机使用的锂电池充满电需要一小时。但一个小时还是长了些,笔者就常有手机没电却又必须马上出门的惨痛经历。 现在,一项', '', 1, 0, 0, 450),
(552, 27, '0', 1429250777, 'p', 1, 2, 0, 172, 0, '龙江最美湿地(二):南瓮河国家级自然保护区', '', '', 'admin', '未知', '/uploads/150417/1-15041G35923M7.jpg', 1429250777, 1429250672, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 451),
(553, 11, '0', 1429252227, 'p', 1, 1, 0, 171, 0, '九大喝水习惯最要命!你中了几个?', '', '', 'admin', '未知', '/uploads/150417/1-15041G43056403.jpg', 1429252227, 1429252304, 1, '', 0, 0, 0, 0, 0, 0, '喝水,这件每天都在做的事情,你却未必做得正确。你喝的水到底安不安全?你的体质该喝什么水?三杯救命水有没有被你忽略?饮水习惯和方式不正确的水盲,在现代人中占据很大比', '', 1, 0, 0, 452),
(554, 55, '0', 1429254639, '', 1, 1, 0, 119, 0, '我的基因我知道:基因检测服务走向大众', '', '', 'admin', '未知', '', 1429254639, 1429254715, 1, '', 0, 0, 0, 0, 0, 0, '2014年12月12日美国《科学》杂志集中刊登了八篇鸟类基因组系统演化史项目该项目是华大基因联合全球200多科学家推动鸟类物种全基因组测序的重要步骤。 华大基因研究员张国捷表', '', 1, 0, 0, 453),
(555, 27, '0', 1429686943, 'p', 1, 2, 0, 169, 0, '龙江最美湿地(三):扎龙国家级自然保护区', '', '', 'admin', '未知', '/uploads/150422/1-150422091R5R6.jpg', 1429686943, 1429665589, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 454),
(556, 27, '0', 1429684474, 'p', 1, 2, 0, 71, 0, '河南老人手工打造山寨“直升机”', '', '', 'admin', '未知', '/uploads/150422/1-150422144212948.jpg', 1429684474, 1429684942, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 455),
(557, 27, '0', 1429686718, 'p', 1, 2, 0, 190, 0, '亚洲首家惊奇艺术馆 艾瑞丝惊奇艺术王国登陆哈尔滨', '', '', 'admin', '未知', '/uploads/150422/1-150422151233T4.jpg', 1429686718, 1429686850, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 456),
(558, 27, '0', 1429752923, 'p', 1, 2, 0, 85, 0, '世界阅读日:好书点亮一生', '', '', 'admin', '未知', '/uploads/150423/1-150423091134V8.jpg', 1429752923, 1429752860, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 457),
(559, 27, '0', 1430808799, 'p', 1, 2, 0, 165, 0, '冰城丁香惹人醉', '', '', 'admin', '未知', '/uploads/150505/1-150505144S9114.jpg', 1430808799, 1430808622, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 458),
(560, 11, '0', 1430810689, 'p', 1, 1, 0, 102, 0, '巧食生姜可补肾', '', '', 'admin', '未知', '/uploads/150505/1-150505150450126.jpg', 1430810689, 1430809510, 1, '巧食,生姜,可,补肾,男人,不可,三日,无姜,生姜,', 0, 0, 0, 0, 0, 0, '男人不可三日无姜 生姜是助阳之品自古以来素有男子不可三日无姜之说。宋代诗人苏轼在《东坡杂记》中记述杭州钱塘净慈寺80多岁的老和尚面色童相自言服生姜40年故不老云', '', 1, 0, 0, 459),
(561, 11, '0', 1430810662, 'p', 1, 1, 0, 106, 0, '睡前五件事使人更长寿', '', '', 'admin', '未知', '/uploads/150505/1-1505051519131M.jpg', 1430810662, 1430810376, 1, '睡前,五,件事,使人,更,长寿,睡觉,前有,五,', 0, 0, 0, 0, 0, 0, '睡觉前有五件事是必须做的事情,这五件事看起来虽然烦琐却能让你的全身心得到健康并彻底放松,同时也能提高你的睡眠质量,让你充满精力地工作。 1. 喝杯加蜜牛奶。 古代民间流', '', 1, 0, 0, 460),
(562, 27, '0', 1430881265, 'p', 1, 2, 0, 180, 0, '三棋争霸 乐活五一', '', '', 'admin', '未知', '/uploads/150506/1-150506110155558.jpg', 1430881265, 1430882091, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 461),
(563, 27, '0', 1430960770, 'p', 1, 2, 0, 136, 0, '你好!夏天', '', '', 'admin', '未知', '/uploads/150507/1-15050FZ63U15.jpg', 1430960770, 1430961217, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 462),
(564, 27, '0', 1431045815, 'p', 1, 2, 0, 82, 0, '龙江最美湿地(四):东方红湿地国家级自然保护区', '', '', 'admin', '未知', '/uploads/150508/1-15050PUKWT.jpg', 1431045815, 1431046988, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 463),
(565, 27, '0', 1431049776, 'p', 1, 2, 0, 183, 0, '世界微笑日,请给我一个微笑', '', '', 'admin', '未知', '/uploads/150508/1-15050P9424bB.jpg', 1431049776, 1431049717, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 464),
(566, 53, '0', 1432260939, 'p', 1, 1, 0, 97, 0, '登陆彗星探寻生命源头:人类进取精神的胜利', '', '', 'admin', '未知', '/uploads/150522/1-150522101PU36.jpg', 1432260939, 1432261093, 1, '', 0, 0, 0, 0, 0, 0, '北京时间11月13日零时二分左右一台仅有两立方米的人造物成功地降落在一颗最宽处仅有四公里左右的彗星上。尽管帮助着陆器固定在彗星表面的顶部反推冷气发动机出现故障第二套', '', 1, 0, 0, 465),
(567, 27, '0', 1432261779, 'p', 1, 2, 0, 166, 0, '青岛大妈推出第4代脸基尼 航博会将亮相', '', '', 'admin', '未知', '/uploads/150522/1-15052210294W92.jpg', 1432261779, 1432261698, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 466),
(568, 11, '0', 1432518416, 'p', 1, 1, 0, 153, 0, '又到五月飞絮时,易过敏人群要小心', '', '', 'admin', '未知', '/uploads/150525/1-150525094042307.jpg', 1432518416, 1432518406, 1, '又到,五月,飞絮,时,易过敏,易,过敏,人群,要,', 0, 0, 0, 0, 0, 0, '近来,哈尔滨市的一些医院里常有这样的患者:眼睛又痒又红肿、鼻子痒、流鼻涕、鼻塞、打喷嚏、咳嗽,医生说不是感冒,是过敏症。 在大街小巷,环卫工人抱怨近来作业量明显加大', '', 1, 0, 0, 467),
(569, 27, '0', 1433819630, 'p', 1, 2, 0, 143, 0, '端午将至 各类香包已上市', '', '', 'admin', '未知', '/uploads/150609/1-150609102132c6.jpg', 1433819630, 1433816688, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 468),
(570, 27, '0', 1433817104, 'p', 1, 2, 0, 65, 0, '牡丹花万多,争艳太阳岛', '', '', 'admin', '未知', '/uploads/150609/1-150609103322a3.jpg', 1433817104, 1433817537, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 469),
(571, 27, '0', 1433819348, 'p', 1, 2, 0, 105, 0, '黑龙江工程学院卡通涂鸦井盖 路过请绕行!', '', '', 'admin', '未知', '/uploads/150609/1-150609111022505.jpg', 1433819348, 1433819546, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 470),
(572, 11, '0', 1433834846, 'p', 1, 1, 0, 89, 0, '“端午的味道”DIY自己动手做中草药香包', '', '', 'admin', '未知', '/uploads/150609/1-150609112304924.jpg', 1433834846, 1433820378, 1, '“,端午的味道,”,DIY,自己,动手,做,中草药,', 0, 0, 0, 0, 0, 0, '记得小时候过端午节,大人们都会给小孩子戴上一个中药小香包。今年的端午节你有没有想自己动手缝制中药香包的冲动呢,在这个乐于怀旧的年代,咱们也学学前人,亲自动手做香包', '', 1, 0, 0, 471),
(573, 11, '0', 1433833703, 'p', 1, 1, 0, 163, 0, '劣质牙刷牙膏易引发口腔癌', '', '', 'admin', '未知', '/uploads/150609/1-150609151023259.jpg', 1433833703, 1433833987, 1, '', 0, 0, 0, 0, 0, 0, '口腔癌是发生在口腔的恶性肿瘤之总称,大部分属于鳞状上皮细胞癌,即所谓的黏膜发生变异。在临床实践中口腔癌包括牙龈癌、舌癌、软硬腭癌、颌骨癌、口底癌、口咽癌、涎腺癌、', '', 1, 0, 0, 472),
(574, 11, '0', 1433834048, 'p', 1, 1, 0, 82, 0, '夏日运动小心四大错误方式', '', '', 'admin', '未知', '/uploads/150609/1-1506091514501Q.jpg', 1433834048, 1433834135, 1, '', 0, 0, 0, 0, 0, 0, '维持健康的身体,少不了运动的参与。每天坚持运动,能够增强身体抵抗力,防止病菌入侵身体。但是,如果运动错误,只会适得其反,还有可能会伤害身体。所以说,运动的时候,千', '', 1, 0, 0, 473),
(575, 11, '0', 1433834483, 'p', 1, 1, 0, 141, 0, '缓解颈椎病的四个方法', '', '', 'admin', '未知', '/uploads/150609/1-1506091526222W.jpg', 1433834483, 1433834819, 1, '', 0, 0, 0, 0, 0, 0, '颈椎疼痛是白领常见的毛病他们由于久坐颈椎长时间处于一个固定状态容易影响颈椎健康引发疼痛。如何判断自己的颈椎是否健康呢下面4个信号可能预示你颈椎出问题了。', '', 1, 0, 0, 474),
(576, 27, '0', 1435198652, 'p', 1, 2, 0, 190, 0, '老道外的夏日风情', '', '', 'admin', '未知', '/uploads/150625/1-150625101Z3E1.jpg', 1435198652, 1435199053, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 475),
(577, 11, '0', 1436163333, 'p', 1, 1, 0, 128, 0, '维生素家族的成员,你真的了解吗?', '', '', 'admin', '未知', '/uploads/150625/1-15062511003G05.jpg', 1436163333, 1435201248, 1, '维生素,家族,的,成员,你,真的,了解,吗,', 0, 0, 0, 0, 0, 0, '众所周知婴幼、儿童需要补充各种维生素如维生素A、维生素B、维生素C等那么面对巨大的生活和工作压力的成人需要补充维生素吗?答案是肯定的, 成人同样需要补充各种维生素。', '', 1, 0, 0, 476),
(578, 27, '0', 1435807076, 'p', 1, 2, 0, 118, 0, '龙江最美湿地(五):兴凯湖国家级自然保护区', '', '', 'admin', '未知', '/uploads/150702/1-150F2093444928.jpg', 1435807076, 1435806556, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 477),
(579, 11, '0', 1436163287, 'p', 1, 1, 0, 188, 0, '三道滋补养胃家常菜', '', '', 'admin', '未知', '/uploads/150706/1-150F6140G34X.jpg', 1436163287, 1436162843, 1, '三道,滋,补养,胃,家常菜,胃病,和,饮食,是有,', 0, 0, 0, 0, 0, 0, '胃病和饮食是有很大关联的,所以无论是预防胃病还是胃病调理都要多注意饮食才行。在这里,小编所要为大家介绍的就是胃病的饮食原则以及应要吃的食物,快来一起看看吧。 胃病吃', '', 1, 0, 0, 478),
(580, 27, '0', 1437721560, 'p', 1, 2, 0, 128, 0, '美国宇航局宣布发现地球的“孪生兄弟”相似指数0.98', '', '', 'admin', '未知', '/uploads/150724/1-150H409263EX.jpg', 1437721560, 1437705159, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 479),
(581, 27, '0', 1437720209, 'p', 1, 2, 0, 206, 0, '龙江最美湿地(六):洪河国家级自然保护区', '', '', 'admin', '未知', '/uploads/150724/1-150H4145951R7.jpg', 1437720209, 1437721478, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 480),
(582, 27, '0', 1439449847, 'p', 1, 2, 0, 123, 0, '黑龙江省新晋4A级景区16家 3A级景区24家', '', '', 'admin', '未知', '/uploads/150813/1-150Q315343a37.jpg', 1439449847, 1439451327, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 481),
(584, 11, '0', 1439790736, 'p', 1, 1, 0, 113, 0, '立秋后换个方式来养生', '', '', 'admin', '未知', '/uploads/150817/1-150QG35240405.jpg', 1439790736, 1439791151, 1, '', 1439791200, 2, 1, 0, 0, 0, '今年8月8日我们已经迎来了立秋模式这就意味着热去凉来天气逐渐由暑热模式转换为凉寒模式。但值得注意的是天气干燥起居、生活、饮食等方面还得多多注意。 立秋虽然标志', '', 1, 0, 0, 483),
(585, 27, '0', 1439865482, 'p', 1, 2, 0, 68, 0, '新丝路,向北方', '', '', 'admin', '未知', '/uploads/150818/1-150QQ05S4253.jpg', 1439865482, 1439867798, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 484),
(586, 11, '0', 1442536985, 'p', 1, 1, 0, 182, 0, '秋季如何预防感冒', '', '', 'admin', '未知', '/uploads/150918/1-15091PT943O8.jpg', 1442536985, 1442537389, 1, '', 0, 0, 0, 0, 0, 0, '进入秋季以来,感冒现象变得越来越普遍。专家所总结了一些窍门将有助于预防感冒和减轻其症状,希望可以帮助人们尽快回到正常生活的轨道中。 1 热水泡脚 每晚用较热的水(温度以', '', 1, 0, 0, 485),
(587, 27, '0', 1442538625, 'p', 1, 2, 0, 94, 0, '中央大街流动警务室,女警执勤新风景', '', '', 'admin', '未知', '/uploads/150918/1-15091PZTN01.jpg', 1442538625, 1442538486, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 486),
(588, 11, '0', 1442538924, 'p', 1, 1, 0, 173, 0, '秋季蘑菇中毒高发 卫生局提醒:当心误食毒蘑菇', '', '', 'admin', '未知', '/uploads/150918/1-15091P921054B.jpg', 1442538924, 1442539271, 1, '', 0, 0, 0, 0, 0, 0, '秋季,各种菌类都进入了生长、采摘的旺季,同时也是毒蘑菇中毒的高发季节。市卫生局提醒广大市民,如果自己采摘菌类,要小心避免毒蘑菇中毒。 毒蘑菇常见的有褐鳞小伞、肉褐鳞', '', 1, 0, 0, 487),
(589, 27, '0', 1442908613, 'p', 1, 2, 0, 134, 0, '9.22 世界无车日,健康绿色出行', '', '', 'admin', '未知', '/uploads/150922/1-15092215563M57.jpg', 1442908613, 1442908560, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 488),
(590, 27, '0', 1442970921, 'p', 1, 2, 0, 100, 0, '“古董月饼”穿越啦 奇葩韭菜馅月饼你敢尝试吗?', '', '', 'admin', '未知', '/uploads/150923/1-150923091533D2.jpg', 1442970921, 1442970893, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 489),
(591, 22, '0', 1444637042, 'p,e', 1, 1, -2, 180, 0, '穿越林海雪原', '', '', 'admin', '未知', '/uploads/allimg/151012/1-1510121605050-L.jpg', 1444637042, 1444637114, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 490),
(592, 22, '0', 1444637133, 'p,e', 1, 1, -2, 178, 0, '雪乡', '', '', 'admin', '未知', '/uploads/allimg/151012/1-1510121606200-L.jpg', 1444637133, 1444637190, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 491),
(593, 22, '0', 1481174729, 'p', 1, 1, -2, 174, 0, '雾凇', '', '', 'admin', '未知', '/uploads/allimg/151012/1-151012160P90-L.jpg', 1481174729, 1444637304, 1, '雾凇,雾凇,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 492),
(594, 22, '0', 1481174854, 'p', 1, 1, -2, 79, 0, '雪夜', '', '', 'admin', '未知', '/uploads/allimg/151012/1-151012160U80-L.jpg', 1481174854, 1444637343, 1, '雪夜,雪夜,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 493),
(595, 27, '0', 1448260553, 'p', 1, 2, 0, 180, 0, '畅享旅游 18145123115', '', '', 'admin', '未知', '/uploads/151123/1-151123125Z0928.jpg', 1448260553, 1448255104, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 494),
(596, 27, '0', 1448260318, 'p', 1, 2, 0, 164, 0, '畅享旅游http://hljcxly.com', '', '', 'admin', '未知', '/uploads/151123/1-151123130H0258.jpg', 1448260318, 1448255276, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 495),
(597, 27, '0', 1448260567, 'p', 1, 2, 0, 252, 0, '雪乡两日游 畅享旅游 18145123115', '', '', 'admin', '未知', '/uploads/151123/1-1511231401262D.jpg', 1448260567, 1448258573, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 496),
(599, 27, '0', 1448260527, 'p', 1, 2, 0, 202, 0, '畅享旅游 18145123115', '', '', 'admin', '未知', '/uploads/151123/1-151123141410330.jpg', 1448260527, 1448259465, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 498),
(598, 27, '0', 1448260299, 'p', 1, 2, 0, 178, 0, '畅享旅游http://hljcxly.com', '', '', 'admin', '未知', '/uploads/151123/1-151123140A2648.jpg', 1448260299, 1448259120, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 497),
(600, 50, '0', 1448265269, 'h,p', 1, 1, -2, 98, 0, '亚布力激情滑雪2日游(好汉泊)', '', '', 'admin', '未知', '/uploads/151123/1-151123144930628.jpg', 1448265269, 1448261496, 1, '亚布力,激情,滑雪,2日游,好汉,泊,行程,内容,', 0, 0, 0, 0, 0, 0, '行程内容:早酒店接客人,乘车前往亚洲最大的滑雪场、 09 年大冬会主赛场 AAAA 级亚布力滑雪旅游度假区 ,沿途欣赏千里冰峰、万里雪飘的北国风光,途中导游讲解亚布力概况,滑雪', '', 1, 0, 0, 499),
(601, 50, '0', 1448262908, 'p', 1, 1, -2, 99, 0, '亚布力、虎峰岭经典新品2日游', '', '', 'admin', '未知', '/uploads/151123/1-151123145JRI.jpg', 1448262908, 1448261989, 1, '亚布力,、,虎峰,岭,经典,新品,2日游,行程,', 0, 0, 0, 0, 0, 0, '行程内容早哈尔滨出发乘车前往亚洲最大的滑雪场、09年大冬会主赛场AAAA级亚布力滑雪旅游度假区沿途欣赏千里冰峰、万里雪飘的北国风光 途中导游讲解亚布 力概况,滑雪基', '', 1, 0, 0, 500),
(602, 50, '0', 1448263742, 'p', 1, 1, -2, 93, 0, '亚布力激情滑雪、雪乡3日游', '', '', 'admin', '未知', '/uploads/151123/1-1511231501214B.jpg', 1448263742, 1448262508, 1, '亚布力,激情,滑雪,、,雪乡,3日游,行程,内容,', 1450835890, 2, 1, 0, 0, 0, '行程内容:第一日早酒店接客人,乘车前往亚洲最大的滑雪场、 09 年大冬会主赛场 AAAA 级亚布力滑雪旅游度假区 ,沿途欣赏千里冰峰、万里雪飘的北国风光,途中导游 讲解亚布力概况', '', 1, 0, 0, 501),
(603, 50, '0', 1448263694, 'p', 1, 1, -2, 185, 0, '亚布力激情滑雪、雪乡2日游', '', '', 'admin', '未知', '/uploads/151123/1-1511231401262D.jpg', 1448263694, 1448262708, 1, '亚布力,激情,滑雪,、,雪乡,2日游,行程,内容,', 0, 0, 0, 0, 0, 0, '行程内容:第一日 早统一地点集合,乘车前往 中国雪乡 原名双峰林场,是 张广才岭 与 老爷岭 交汇之处占地面积500公顷整个地区海拔均在1000米以上这里雪期长、降雪频 繁,有', '', 1, 0, 0, 502),
(604, 30, '0', 1481011030, '', -1, 1, 0, 61, 0, '太阳能光伏热气流复合系统发电性能的实验研究', '', '', 'admin', '未知', '', 1481011030, 1456374206, 1, '太阳能,光伏,热,气流,复合,系统,发电,性能,的,', 0, 0, 0, 0, 0, 0, '【作者】 黄亮一 曹飞 【机构】 河海大学机电工程学院 【摘要】 实验研究了太阳能光伏热气流发电站采用在普通太阳能热气流电站的集热棚上覆盖光伏电池的方法。计算分析', '', 1, 0, 0, 503),
(605, 27, '0', 1456374822, 'p', 1, 2, 0, 177, 0, '哈尔滨冰雪大世界节后热度不减', '', '', 'admin', '未知', '/uploads/160225/1-160225124305M2.jpg', 1456374822, 1456375618, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 504),
(606, 11, '0', 1456375794, 'p', 1, 1, 0, 110, 0, '春节过后这些食物帮你身体“大扫除”', '', '', 'admin', '未知', '/uploads/160225/1-1602251254291O.jpg', 1456375794, 1456376784, 1, '', 0, 0, 0, 0, 0, 0, '体内毒素超标的九个信号 如果你生活中有如下的九个毛病可要警惕啦!说明你体内毒素超标,要赶快采取排毒清体的措施。 1 便秘: 如果排便间隔时间多于3天或3天以上就可能患上了', '', 1, 0, 0, 505),
(607, 53, '0', 1456376995, 'p', 1, 1, 0, 164, 0, '日本将瓢虫改良成飞不走的“生物农药”', '', '', 'admin', '未知', '/uploads/160225/1-160225131420225.jpg', 1456376995, 1456377435, 1, '', 1481074738, 2, 1, 0, 0, 0, '瓢虫吃蚜虫,是植物的好帮手,但是农民希望瓢虫能安居乐业不要乱飞。日本农业研究机构经过长期研究,终于成功培育出不会飞的瓢虫。这些被称为生物农药的瓢虫已在日本上市销售', '', 1, 0, 0, 506),
(611, 27, '0', 1480903672, 'h,p', 1, 2, -2, 153, 0, '轻松一刻', '', '', 'hljkx', '未知', '/uploads/allimg/161205/1-161205100K90-L.jpg', 1480903672, 1480903710, 1, '', 0, 0, 0, 0, 0, 0, '丈夫:你怎么一点也不懂废物利用? 妻子:因为很懂得,所以嫁给你。', '', 1, 0, 0, 509),
(610, 27, '0', 1480903432, 'h,p', 1, 2, 0, 212, 0, '轻松一刻', '', '', 'hljkx', '未知', '/uploads/allimg/161205/1-1612051004360-L.jpg', 1480903432, 1480903547, 1, '', 0, 0, 0, 0, 0, 0, '儿子:爸爸,如果我考个一百分的话你会给我多少钱? 爸爸:一百块。 儿子:一分一块钱? 爸爸:是的。 儿子那你可以给我55块钱了。', '', 1, 0, 0, 508),
(609, 27, '0', 1480901179, 'h,p', 1, 2, 0, 205, 0, '轻松一刻', '', '', 'hljkx', '未知', '/uploads/allimg/161205/1-1612050926350-L.jpg', 1480901179, 1480901228, 1, '', 0, 0, 0, 0, 0, 0, '我穿了一件新衣服,从妈妈身边走过,问:妈,有范吗? 我妈回答我:有,在锅里呢,自己盛。 我问老爸:爸,你有微信吗? 老爸回答我:就我在家这地位,有啥威信可言!', '', 1, 0, 0, 508),
(612, 27, '0', 1480903801, 'p', 1, 2, 0, 253, 0, '轻松一刻', '', '', 'hljkx', '未知', '/uploads/allimg/161205/1-1612051010570-L.jpg', 1480903801, 1480903913, 1, '', 0, 0, 0, 0, 0, 0, '儿子去相亲回来马上上床睡觉。妈妈说:你被她打击啦! 儿子说:没有,我是听她的话,完成她布置的任务。 妈妈说:女孩跟你说了什么? 儿子说:我跟她说嫁给我,她说你做梦。回', '', 1, 0, 0, 510),
(613, 27, '0', 1480903923, 'h,p', 1, 2, -2, 219, 0, '轻松一刻', '', '', 'hljkx', '未知', '/uploads/allimg/161205/1-1612051012470-L.jpg', 1480903923, 1480903987, 1, '', 0, 0, 0, 0, 0, 0, '一男要跳楼,其妻大喊道:亲爱的别冲动,我们的路还长着呢!男子听后,嗖的跳了下去。警察说:你真不该这样威胁他。', '', 1, 0, 0, 511),
(614, 22, '0', 1501034646, 'p,e', 1, 1, -2, 109, 0, '多彩欧洲行', '', '', 'hljkx', '未知', '/uploads/170726/1-1FH6094Z3536.jpg', 1501034646, 1481002554, 1, '多彩,欧洲,行,多彩,欧洲,行,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 512),
(615, 22, '0', 1589274587, 'p,e', -1, 1, 0, 130, 0, '调研发展学术研讨方法技巧栏目', '', '', 'hljkx', '黑龙江科学期刊', '/uploads/200512/1-200512164UJD.jpg', 1589274587, 1481002654, 1, '美国,美国,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 513),
(616, 22, '0', 1481005982, 'p,k', 1, 1, -2, 195, 0, '冰灯', '', '', 'hljkx', '未知', '/uploads/allimg/161206/1-161206133T60-L.jpg', 1481005982, 1481002732, 1, '冰灯,冰灯,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 514),
(617, 22, '0', 1481005979, 'p,k', 1, 1, -2, 168, 0, '寒地温泉', '', '', 'hljkx', '未知', '/uploads/allimg/161206/1-161206133Z00-L.jpg', 1481005979, 1481002754, 1, '寒地,温泉,寒地,温泉,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 515),
(618, 22, '0', 1481005965, 'p,k', 1, 1, -2, 113, 0, '欢乐岛', '', '', 'hljkx', '未知', '/uploads/allimg/161206/1-1612061339210-L.jpg', 1481005965, 1481002776, 1, '欢乐,岛,欢乐,岛,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 516),
(619, 22, '0', 1521011207, 'p,k', 1, 1, 0, 77, 0, '黑龙江科学', '', '', 'hljkx', '未知', '/uploads/180314/1-1P314150AK34.jpg', 1521011207, 1481002797, 1, '雪松,雪松,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 517),
(620, 22, '0', 1516604504, 'p,k', 1, 1, -2, 196, 0, '黑龙江科学', '', '', 'hljkx', '未知', '/uploads/180122/1-1P122150244I1.jpg', 1516604504, 1481002822, 1, '雪乡,雪乡,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 518),
(621, 22, '0', 1521078988, 'p,i', 1, 1, 0, 136, 0, '二级2', '', '', 'hljkx', '未知', '/uploads/180315/1-1P315095A1494.jpg', 1521078988, 1481002960, 1, '海岛,海岛,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 519),
(622, 22, '0', 1481004572, 'h,l', 1, 1, -2, 140, 0, '111', '', '', 'hljkx', '未知', '', 1481004572, 1481004002, 1, '111,111,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 520),
(623, 22, '0', 1521078818, 'p,i', 1, 1, 0, 140, 0, '二级1', '', '', 'hljkx', '未知', '/uploads/180315/1-1P31509540W17.jpg', 1521078818, 1481009155, 1, '二级,二级,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 521),
(624, 53, '0', 1481160231, 'p', 1, 1, 0, 95, 0, '匹诺曹效应成真 科学家称人类撒谎时鼻子会升温', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120P913490-L.jpg', 1481160231, 1481159636, 1, '匹诺,曹效应,曹,效应,成真,科学家,称,人类,', 0, 0, 0, 0, 0, 0, '匹诺曹撒谎后鼻子会长长,这几乎是全世界小朋友都知道的一个故事。最近,西班牙格拉纳达大学实验心理学系科学家采用温度记录新方法研究的结果表明,人们在撒谎时,的确经历着', '', 1, 0, 0, 522),
(625, 53, '0', 1481160606, 'p', 1, 1, 0, 195, 0, '跃入社会上层有助于提高人体免疫系统', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120P930190-L.jpg', 1481160606, 1481160734, 1, '', 0, 0, 0, 0, 0, 0, '据外媒报道,美国北卡罗来纳州杜克大学的一项研究表明,跃入社会上层能提高人体免疫系统、减少炎症发作。 此发现归功于近期对母恒河猴的研究。研究人员发现,猴子的地位与其免', '', 1, 0, 0, 523),
(626, 53, '0', 1481161183, 'p', 1, 1, 0, 183, 0, '科学家发现大脑“痒区”', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120P940520-L.jpg', 1481161183, 1481161261, 1, '', 0, 0, 0, 0, 0, 0, '像人类一样,老鼠也怕痒。如今,通过向这些实验室中的啮齿动物大脑中植入电极,研究人员已经找到了大脑中驱动这一特征的区域,这一发现或许将有助于阐释人类怕痒的起源。 这项', '', 1, 0, 0, 524),
(627, 53, '0', 1481161905, 'p', 1, 1, 0, 149, 0, '50根烟可让每个肺细胞产生1个DNA突变', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120P946090-L.jpg', 1481161905, 1481161573, 1, '50根,烟,可让,每个,肺,细胞,产生,1个,DNA,突变,', 0, 0, 0, 0, 0, 0, '一项最新分析显示平均而言每吸50根烟每个肺细胞便会产生1个DNA突变。对于连续1年里每天抽掉1包20根烟的人来说其每个肺细胞、喉部细胞、咽部细胞、膀胱细胞和肾脏细胞', '', 1, 0, 0, 525),
(628, 53, '0', 1481161581, 'p', 1, 1, 0, 159, 0, '小米卖出100亿部利润却为0为什么不倒闭', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120P950260-L.jpg', 1481161581, 1481161830, 1, '', 0, 0, 0, 0, 0, 0, '据国外媒体报道小米全球副总裁雨果巴拉Hugo Barra日前在接受采访时表示小米手机在中国市场的销售出现下滑雨果巴拉解释称小米可能卖出100亿部智能手机公司的利', '', 1, 0, 0, 526),
(629, 11, '0', 1481162402, 'p', 1, 1, 0, 190, 0, '贸然参加马拉松赛 是对自己健康的不负责任', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q003230-L.jpg', 1481162402, 1481162621, 1, '', 0, 0, 0, 0, 0, 0, '营养过剩、活动减少的生活方式无疑会对身体带来不良的影响,但任何健身专家或医生在劝说别人多加运动时,都会在运动前,加适量。没错,只有适量运动才能给身体带来好处,不足', '', 1, 0, 0, 527),
(630, 11, '0', 1481162732, 'p', 1, 1, 0, 62, 0, '常做8件小事竟可让人长寿', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q00F40-L.jpg', 1481162732, 1481162838, 1, '', 0, 0, 0, 0, 0, 0, '长寿是所有人都关心的话题虽说没有人能长生不老可让自己比别人活得更久还是有可能的。因此有专家就得出了让人长寿的方法据说常做8件小事可让人长寿。 健康饮食:研究', '', 1, 0, 0, 528),
(631, 11, '0', 1481162850, 'p', 1, 1, 0, 128, 0, '孕妇不宜多吃金枪鱼等汞含量较高的鱼贝类', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q010250-L.jpg', 1481162850, 1481163044, 1, '', 0, 0, 0, 0, 0, 0, '日本科学家最新研究发现,孕妇如果摄入较多金枪鱼、剑鱼这类含有甲基汞较多的鱼贝类,会增加孩子今后运动机能和智力发育障碍风险。 汞如果散布到环境中,可以形成甲基汞等毒性物质', '', 1, 0, 0, 529),
(632, 11, '0', 1481163102, 'p', 1, 1, 0, 137, 0, '冬季吃火锅禁忌是什么?', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q013210-L.jpg', 1481163102, 1481163232, 1, '', 0, 0, 0, 0, 0, 0, '冬季吃火锅禁忌是什么?冬季吃火锅暖身已经成为主流了,各式各样的火锅食材、汤底让人挑的眼花缭乱的,不过火锅虽好,但是也要吃得健康才好。那么冬季吃火锅禁忌是什么呢?', '', 1, 0, 0, 530),
(633, 11, '0', 1481163234, 'p', 1, 1, 0, 176, 0, '担心胆固醇过高? 吃鸡蛋别扔蛋黄了!', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q015000-L.jpg', 1481163234, 1481163331, 1, '', 0, 0, 0, 0, 0, 0, '鸡蛋本是个好东西,营养价值丰富。但随着大家对胆固醇警惕性的提高,蛋黄被拉进了食物的黑名单中。很多人,尤其是三高人群,吃鸡蛋的时候常常只吃蛋白不吃蛋黄。 据《中青在线》报', '', 1, 0, 0, 531),
(634, 11, '0', 1481163506, 'p', 1, 1, 0, 78, 0, '你适合吃黑枸杞吗?', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q01Z90-L.jpg', 1481163506, 1481163586, 1, '', 0, 0, 0, 0, 0, 0, '黑枸杞是花青素之王,被称为令人长寿的雪域圣果,是迄今为止发现原花青素含量最高的天然野生果实,药用,保健价值远远高于普通红枸杞,被誉为软黄金。 黑枸杞极易溶于水,属天', '', 1, 0, 0, 532),
(635, 14, '0', 1481164522, 'p', 1, 2, 0, 106, 0, '意大利,是翻不完的历史书', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q03608-lp.jpg', 1481164522, 1481164744, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 533),
(636, 14, '0', 1481164792, 'p', 1, 2, 0, 145, 0, '上帝的后花园——瑞士风情', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q04622-lp.jpg', 1481164792, 1481165349, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 534),
(637, 14, '14', 1481175243, 'p', 1, 2, 0, 212, 0, '你的目的地还有多少未抵达', '', '', 'hljkx', '未知', '/uploads/130428/161208/1-16120Q33430213.jpg', 1481175243, 1481165857, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 535),
(638, 22, '0', 1501034348, 'p,e', 1, 1, -2, 94, 0, '俄罗斯', '', '', 'hljkx', '未知', '/uploads/170726/170726/170726/170726/1-1FH61002241O.jpg', 1501034348, 1481174644, 1, '俄罗斯,俄罗斯,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 536),
(639, 22, '0', 1589274781, 'p,e', -1, 1, 0, 91, 0, '科研应用 实践经验栏目', '', '', 'hljkx', '黑龙江科学期刊', '/uploads/200512/1-2005121645314J.jpg', 1589274781, 1481174670, 1, '毛里求斯,毛里求斯,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 537),
(640, 22, '0', 1501035392, 'p,g', 1, 1, -2, 174, 0, '马尔代夫', '', '', 'hljkx', '未知', '/uploads/170726/170726/1-1FH61016464D.jpg', 1501035392, 1481174769, 1, '马尔代夫,马尔代夫,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 538),
(641, 22, '0', 1519783452, 'p,g', 1, 1, 0, 134, 0, '2018.3.4', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q004414I.jpg', 1519783452, 1481174783, 1, '美国,大峡谷,美国,大峡谷,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 539),
(642, 22, '0', 1519783203, 'p,g', 1, 1, 0, 136, 0, '2018.1.2', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q0001E24.jpg', 1519783203, 1481174804, 1, '意大利,意大利,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 540),
(643, 22, '0', 1501035348, 'p,g', 1, 1, -2, 53, 0, '夏威夷', '', '', 'hljkx', '未知', '/uploads/170726/170726/1-1FH610160K01.jpg', 1501035348, 1481174826, 1, '夏威夷,夏威夷,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 541),
(644, 22, '0', 1519781951, 'p,l', 1, 1, -2, 84, 0, '二维码', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22P93950C5.jpg', 1519781951, 1481174890, 1, '二维,码,二维,码,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 542),
(645, 22, '0', 1521012359, 'p,l', 1, 1, 0, 161, 0, '白底红字', '', '', 'hljkx', '未知', '/uploads/180314/1-1P31415291GS.jpg', 1521012359, 1481174905, 1, '红,红,', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 543),
(646, 14, '0', 1481175691, 'p', 1, 2, 0, 181, 0, '探寻俄罗斯的“北方首都”——圣彼得堡', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q34149-lp.jpg', 1481175691, 1481175784, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 544),
(647, 14, '0', 1481175793, 'p', 1, 2, 0, 234, 0, '世界上颜值最高的海岛——马尔代夫', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q34600-lp.jpg', 1481175793, 1481176010, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 545),
(648, 14, '0', 1481176012, 'p', 1, 2, 0, 249, 0, '明星偏爱古堡婚礼 你有古堡情结吗?', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q34924-lp.jpg', 1481176012, 1481176339, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 546),
(649, 15, '0', 1481176429, 'p', 1, 2, -2, 196, 0, '奢金魅影——2016圣诞假日妆容', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q35426-lp.jpg', 1481176429, 1481176494, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 547),
(650, 15, '0', 1481176841, 'p', 1, 2, 0, 125, 0, '奢金魅影——2016圣诞假日妆容', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q359230-L.jpg', 1481176841, 1481176828, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 548),
(651, 15, '0', 1481176914, 'p', 1, 2, 0, 203, 0, '普拉达PRADA', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q403130-L.jpg', 1481176914, 1481177019, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 549),
(652, 15, '0', 1481177032, 'p', 1, 2, 0, 128, 0, '香奈儿CHANEL', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q404280-L.png', 1481177032, 1481177160, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 550);
INSERT INTO `dede_archives` (`id`, `typeid`, `typeid2`, `sortrank`, `flag`, `ismake`, `channel`, `arcrank`, `click`, `money`, `title`, `shorttitle`, `color`, `writer`, `source`, `litpic`, `pubdate`, `senddate`, `mid`, `keywords`, `lastpost`, `scores`, `goodpost`, `badpost`, `voteid`, `notpost`, `description`, `filename`, `dutyadmin`, `tackid`, `mtype`, `weight`) VALUES
(653, 15, '0', 1481177169, 'p', 1, 2, 0, 213, 0, '范思哲', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q40S30-L.jpg', 1481177169, 1481177327, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 551),
(654, 15, '0', 1481177376, 'p', 1, 2, 0, 253, 0, '爱马仕', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q410210-L.jpg', 1481177376, 1481177515, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 552),
(655, 52, '0', 1481177639, '', 1, 1, 0, 154, 0, '古诗今译,依然如此之美(一)', '', '', 'hljkx', '未知', '', 1481177639, 1481177732, 1, '', 0, 0, 0, 0, 0, 0, '《芙蓉楼送辛渐》 王昌龄 寒雨连江夜入吴,平明送客楚山孤。 洛阳亲友如相问,一片冰心在玉壶。 译写 深秋的雨来了,它沿着这条江, 润州的天气冷了,已有了早霜。 天色初明,与', '', 1, 0, 0, 553),
(656, 52, '0', 1481177734, '', 1, 1, 0, 94, 0, '经典格言传承了千年!(一)', '', '', 'hljkx', '未知', '', 1481177734, 1481177798, 1, '', 0, 0, 0, 0, 0, 0, '1.诚者,天之道也;诚之者,人之道也。《礼记中庸》 格言大意:诚,是天道;对别人讲诚信,是做人之道。诚指真实、实在。 这句话是说:天地自然是真实实在的,做人也要像天地自', '', 1, 0, 0, 554),
(657, 52, '0', 1481177800, '', 1, 1, 0, 170, 0, '这些“茶语”你都懂吗?', '', '', 'hljkx', '未知', '', 1481177800, 1481177859, 1, '', 0, 0, 0, 0, 0, 0, '1.酒满敬人,茶满欺人 因为酒是冷的,客人接手不会被烫,而茶是热的,满了接手时茶杯很热,这就会让客人之手被烫,有时还会因受烫致茶杯掉下地打破了,给客人造成难堪。 2.先尊', '', 1, 0, 0, 555),
(658, 40, '0', 1481181426, '', 1, 1, -2, 76, 0, '2016年底前还有这4件大事会发生,将影响你生活', '', '', 'hljkx', '未知', '', 1481181426, 1481181341, 1, '2016,年底,前,还,有这,4件,大事,会,发生,将,', 0, 0, 0, 0, 0, 0, '距离2016年结束只剩下1个月的时间不过在年底前还会有许多大事发生同一银行异地转账将不收手续费、ATM机转账24小时内可撤销、火车票预售期将暂调为30天、年底前电话实名率达', '', 1, 0, 0, 556),
(659, 40, '0', 1481181343, '', 1, 1, -2, 158, 0, '全国15个城市重新启动“限购令”', '', '', 'hljkx', '未知', '', 1481181343, 1481181418, 1, '', 0, 0, 0, 0, 0, 0, '2016年9月30日10月5日短短六天时间北京、天津、苏州、成都、郑州、无锡、济南、合肥、武汉、深圳、广州、佛山、南宁、南京、厦门共计15个城市先后发布新的楼市调控政策多', '', 1, 0, 0, 557),
(660, 40, '0', 1481181441, '', 1, 1, -2, 97, 0, '小心售楼小姐卖楼潜规则', '', '', 'hljkx', '未知', '', 1481181441, 1481181492, 1, '', 0, 0, 0, 0, 0, 0, '1、大家购房所付的保险费其实是可以打八五折的不要在售楼处买保单外面的保险公司都可以打折。 2、开盘绝对没有好房子好的房子全部被保留然后每个月推出几套但单价升', '', 1, 0, 0, 558),
(661, 40, '0', 1481181559, 'p', 1, 1, -2, 65, 0, '2016年《新财富》500富人排名榜', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q520529B-lp.jpg', 1481181559, 1481181657, 1, '', 0, 0, 0, 0, 0, 0, '《新财富》杂志官方网站发布了《2016年新财富500富人榜》。榜单显示过去一年中国最富有的500人的上榜门槛从40亿元提高到65亿元增长62.5%。500富人拥有的财富总额达到了80191.5亿', '', 1, 0, 0, 559),
(662, 40, '0', 1481181659, 'p', 1, 1, -2, 177, 0, '中国家庭养孩成本TOP10城市曝光', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q52159249-lp.jpg', 1481181659, 1481181723, 1, '', 0, 0, 0, 0, 0, 0, '孩子不仅是父母爱情的结晶更是一个家庭爱的凝聚点。在中国父母对孩子的教育比任何国家都要重视。2005年社科院在一份报告提到中国普通家庭将一个孩子养育成人需要花', '', 1, 0, 0, 560),
(663, 40, '0', 1481181725, '', 1, 1, -2, 79, 0, '解密女人送男人礼物的真实含义', '', '', 'hljkx', '未知', '', 1481181725, 1481181775, 1, '', 0, 0, 0, 0, 0, 0, '1. 围巾我永远爱你 2. 杯子一辈子 3. 信我想念你 4. 睡衣我给你我的全部 5 花我希望把我的名字放在你的心上 6. 书我相信你很聪明 7. 口香糖我希望跟你交往很久 8. 香烟我讨厌你 9. 本子我', '', 1, 0, 0, 561),
(664, 49, '0', 1481181873, '', 1, 1, -2, 87, 0, '阿司匹林的抗癌作用', '', '', 'hljkx', '未知', '', 1481181873, 1481181915, 1, '', 0, 0, 0, 0, 0, 0, '美国预防服务工作组发表的新指南中,正式将阿司匹林作为了结直肠癌的一级预防药物。 早在2012年《Lancet》3月刊刊登了牛津大学的研究证实了阿司匹林有抗胰腺癌的作用。该研究', '', 1, 0, 0, 562),
(665, 49, '0', 1481181928, '', 1, 1, -2, 198, 0, '这个医生当选英国皇家外科学院院士 他居然能让肺癌病人起死回生', '', '', 'hljkx', '未知', '', 1481181928, 1481181948, 1, '', 0, 0, 0, 0, 0, 0, '近日,同济大学附属肺科医院胸外科的姜格宁教授,经过英国皇家外科学院的特别邀请,当选英国皇家外科学院院士,成为了中国胸外科历史上屈指可数的外籍院士之一。英国皇家外科', '', 1, 0, 0, 563),
(666, 49, '0', 1481181949, '', 1, 1, -2, 170, 0, '你会用降压药吗?', '', '', 'hljkx', '未知', '', 1481181949, 1481181980, 1, '', 0, 0, 0, 0, 0, 0, '医学界把高血压分为原发性高血压和继发性高血压两大类。原发性高血压是常见病、多发病,原因不明。继发性高血压是指由于某些疾病引起的高血压,高血压仅仅是这种疾病的症状之', '', 1, 0, 0, 564),
(667, 52, '0', 1521696280, 'p', 1, 1, 0, 160, 0, '用七句话写尽自己的一生——张爱玲', '', '', 'hljkx', '未知', '/uploads/allimg/161208/1-16120Q53009624-lp.jpg', 1521696280, 1481182253, 1, '用,七,句话,写尽,自己的,一生,—,张爱玲,她是,', 0, 0, 0, 0, 0, 0, '她是青花瓷上的浓淡转笔,是曲调里的抑扬顿挫,点点滴滴都是才情,清冷的幽光,暗藏一生辗转几多忧伤。终其一生,横空出世的来,旁若无人的活,听天由命的走。她,就是民国奇', '', 1, 0, 0, 565),
(668, 52, '0', 1521693035, '', 1, 1, 0, 94, 0, '难读的古代历史人物名字(一)', '', '', 'hljkx', '未知', '', 1521693035, 1481182334, 1, '难读,的,古代,历史人物,名字,一,姓名,是,', 0, 0, 0, 0, 0, 0, '姓名是中华文化的脉承之一,它是人们以血脉传承为根基的社会人文标识。今天,我们来看看部分比较难读的古代历史人物的名字,陪您一起品味中国的名字艺术。 1.慕容皝念hung。慕', '', 1, 0, 0, 566),
(669, 53, '0', 1521693059, '', 1, 1, 0, 115, 0, '为什么越乖的孩子长大越痛苦?', '', '', 'hljkx', '未知', '', 1521693059, 1481182377, 1, '为什么,越,乖的,孩子,长大,痛苦,父母,总,希望,', 1574241714, 2, 1, 0, 0, 0, '父母总希望孩子懂事,听话。生活中,那些听大人的话、察看大人的脸色行事、循规蹈矩的孩子总是会被家人、老师赞扬,而淘气、叛逆、反抗的孩子总是会被处罚、批评。为了得到大', '', 1, 0, 0, 567),
(670, 52, '0', 1521693012, '', 1, 1, 0, 114, 0, '中华各朝各代 一读就懂', '', '', 'hljkx', '未知', '', 1521693012, 1481182423, 1, '中华,各朝,各代,一读,就,懂,朝代,歌,夏商周,', 0, 0, 0, 0, 0, 0, '朝代歌 夏商周 春秋战国秦 西汉新 公元分界汉刘新 东汉三国西东晋 南北朝 隋唐五代 宋辽金 元明清 民国寿命短 一觉长眠又百年 各朝代的大事记 1.三皇五帝 伏羲渔畜八卦传,燧人取火', '', 1, 0, 0, 568),
(671, 53, '0', 1482112763, 'p', 1, 1, 0, 141, 0, '科学家证实地球是监狱 2045年人类将永生不死', '', '', 'hljkx', '织梦技术论坛', '/uploads/161219/1-16121Z91RCY.jpg', 1482112763, 1482109919, 1, '科学家,证实,地球,是,监狱,2045年,人类,将,', 0, 0, 0, 0, 0, 0, '国外媒体近日报道科学家证实地球是监狱2045年人类将永生不死。有传言称人类是外星人制造的而现在人类生存的地球就是外星人囚禁人类的地狱人类却还乐在其中但即使', '', 1, 0, 0, 569),
(672, 53, '0', 1482114345, 'p', 1, 1, 0, 98, 0, '人脑利用率不到5%是真的吗 ?是否确有科学依据?', '', '', 'hljkx', '织梦技术论坛', '/uploads/161219/1-161219100515O7.jpg', 1482114345, 1482113874, 1, '人脑,利用率,不到,是,真的,吗,是否,确有,科学,', 0, 0, 0, 0, 0, 0, '《震惊!人脑只用了竟然不到5%》我相信这种类型的文章你在许多地方都看到过,也许一个人说你不信,很多人都在说你就相信了。你可能觉得自己是一个没有被开发出来的天才,内心中', '', 1, 0, 0, 570),
(673, 53, '0', 1482195652, 'p', 1, 1, 0, 124, 0, '艾滋病终于有救了,同志们放心吧!', '', '', 'hlijkx', '织梦技术论坛', '/uploads/161220/1-1612200ZH4P8.jpg', 1482195652, 1482196247, 1, '', 0, 0, 0, 0, 0, 0, '80年代艾滋病被发现后它已经摧毁了无数的生命并对其受害者带来了无尽的伤痛。多年以来 科学 家们致力于如何治愈这一疾病。最近他们开始使用一种名为ART的药物对其进行抑制', '', 1, 0, 0, 571),
(674, 53, '0', 1482196254, 'p', 1, 1, 0, 176, 0, '中国每年“过劳死”60万人', '', '', 'hljkx', '未知', '/uploads/161220/161220/1-1612200ZI9644.jpg', 1482196254, 1482196460, 1, '', 0, 0, 0, 0, 0, 0, '据权威播报报道统计资料显示巨大的工作压力导致我国每年过劳死的人数达60万这也让我国成为过劳死第一大国而过度加班可能是导致过劳死的首要原因。 我国目前过劳死的威', '', 1, 0, 0, 572),
(675, 14, '0', 1482369194, 'p', 1, 2, 0, 138, 0, '择一城终老——法国最美的边境小镇', '', '', 'hljkx', '未知', '/uploads/161220/1-161220103514259.jpg', 1482369194, 1482201799, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 573),
(676, 14, '0', 1482370573, 'p', 1, 2, 0, 212, 0, '满足游者的终极幻想——拉普兰', '', '', 'hljkx', '未知', '/uploads/allimg/161222/1-161222093U4-lp.jpg', 1482370573, 1482371361, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 574),
(677, 53, '0', 1482371735, 'p', 1, 1, 0, 172, 0, '女儿要“富养”,究竟怎么养?', '', '', 'hljkx', '织梦技术论坛', '/uploads/161222/1-161222100215528.jpg', 1482371735, 1482372278, 1, '', 0, 0, 0, 0, 0, 0, '女儿要富养,于是很多家长便走入了误区,认为富养的意思就是像公主一样抚养,吃的穿的都要仔细讲究,要舍得给女儿花钱。然而,这样长大的孩子不是变成了温室花朵,就是养成了', '', 1, 0, 0, 575),
(678, 53, '0', 1482372286, 'p', 1, 1, 0, 179, 0, '支付宝转账很方便 但这些骗术却让你防不胜防', '', '', 'hljkx', '未知', '/uploads/161222/1-161222100556303.jpg', 1482372286, 1482372558, 1, '', 0, 0, 0, 0, 0, 0, '社会在不断进步,但骗子也在与时俱进。移动互联网时代下,一些新型骗术开始浮出水面,让人防不胜防。 前段时间,张女士在使用二手交易平台闲鱼及支付宝转账过程中,被骗取了', '', 1, 0, 0, 576),
(679, 11, '0', 1482469993, 'p', 1, 1, 0, 141, 0, '“坏胆固醇”升高是造成血管“堵塞”的关键', '', '', 'hljkx', '未知', '/uploads/161223/1-161223131I4Q2.jpg', 1482469993, 1482470391, 1, '', 0, 0, 0, 0, 0, 0, '美国和中国今年陆续发布了新版膳食指南都取消了每天胆固醇摄入300mg的上限许多人惊呼胆固醇沉冤昭雪了其实不然取消胆固醇摄入上限并不意味着可以无限制摄入。 日前,', '', 1, 0, 0, 577),
(680, 11, '0', 1482471728, 'p', 1, 1, 0, 160, 0, '比钙片强十倍的家常菜, 妈妈必知!', '', '', 'hljkx', '未知', '/uploads/161223/1-161223132420201.jpg', 1482471728, 1482470835, 1, '比,钙片,强,十倍,的,家常菜,妈妈,必知,正常人,', 0, 0, 0, 0, 0, 0, '正常人吃钙片,会降低身体自动吸收钙的能力。钙能否被人体顺利吸收,还需要其他营养素的帮忙。一些家常菜才是真正的补钙高手,这些菜正是因为搭配科学,才得以发挥很好的补钙', '', 1, 0, 0, 578),
(681, 11, '0', 1482471041, 'p', 1, 1, 0, 78, 0, '全身抗冻力最差的部位!不这样保暖很快会被冻坏', '', '', 'hljke', '未知', '/uploads/161223/1-161223133144941.jpg', 1482471041, 1482471280, 1, '', 1482471497, 2, 1, 0, 0, 0, '说起冷,我们总会说冷得耳朵都快冻掉了!听起来有点夸张,但是想想确实是这样。每当天气变冷,若没有防护措施,感觉最冷的就是耳朵了,如刀割一般,甚至干脆啥感觉都没了。那', '', 1, 0, 0, 579),
(682, 11, '0', 1482471550, 'p', 1, 1, 0, 66, 0, '四类人吃大枣有害无利', '', '', 'hljkx', '未知', '/uploads/161223/161223/1-161223133945K3.jpg', 1482471550, 1482471651, 1, '', 0, 0, 0, 0, 0, 0, '枣对身体有很多补益作用因此民间流传着一日吃仨枣一辈子不显老的说法。中医认为大枣性味甘温能补中益气、养血安神。但下列4类人最好少吃或不吃大枣 一、痰湿偏盛', '', 1, 0, 0, 580),
(683, 53, '0', 1482976894, 'p', 1, 1, 0, 180, 0, '信息泄露一再发生,如何避免你成为受害者?', '', '', 'hljkx', '未知', '/uploads/161229/1-161229101049392.jpg', 1482976894, 1482978352, 1, '', 0, 0, 0, 0, 0, 0, '根据 360 的《2015 年中国互联网安全报告》2015 年猎网平台共收到全国用户提交的网络诈骗举报 24,886 例,举报总金额 1.27 亿余元,人均损失 5,106 元。与 2014 年相比,虽然网络诈骗的举', '', 1, 0, 0, 581),
(684, 53, '0', 1482978441, 'p', 1, 1, 0, 178, 0, '养老金收不抵支!未来拿什么钱养老?', '', '', 'hljkx', '未知', '/uploads/161229/1-161229102UB96.jpg', 1482978441, 1482978624, 1, '', 0, 0, 0, 0, 0, 0, '2016年12月上旬中国财政科学研究院发布了一现最新的调研报告报告显示地方经济运行存在财政收入下滑基层财政压力较大地方债务风险等问题。此外财政收支矛盾突出东', '', 1, 0, 0, 582),
(685, 14, '0', 1482979169, 'p', 1, 2, 0, 71, 0, '冬天来这里看场雪', '', '', 'hljkx', '未知', '/uploads/allimg/161229/1-161229104J9-lp.jpg', 1482979169, 1482980058, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 583),
(686, 53, '0', 1483492310, 'p', 1, 1, 0, 130, 0, '自闭症或与触觉缺陷有关', '', '', 'hljkx', '未知', '/uploads/170104/1-1F104091303402.jpg', 1483492310, 1483492491, 1, '', 0, 0, 0, 0, 0, 0, '自闭症可能不只是大脑疾病。 美国《细胞》杂志近日发表的一项研究提出,一些自闭症症状与四肢、皮肤等人体外周神经系统的缺陷有关。 自闭症一般被认为是一种大脑疾病,通常表', '', 1, 0, 0, 584),
(687, 53, '0', 1483492494, 'p', 1, 1, 0, 116, 0, '只有人类,女性比男性更长寿', '', '', 'hljkx', '未知', '/uploads/170104/1-1F10409154UM.jpg', 1483492494, 1483492852, 1, '', 0, 0, 0, 0, 0, 0, '人们常说女性比男性更长寿。美国亚拉巴马大学伯明翰分校的科学家最新研究结果说,这种由性别导致的寿命差异或许是人类在生物学上独一无二的特征。 该校的史蒂文奥斯塔德博士和', '', 1, 0, 0, 585),
(688, 14, '0', 1483492899, 'p', 1, 2, 0, 177, 0, '有格调的千塔之城——布拉格', '', '', 'hljkx', '未知', '/uploads/allimg/170104/1-1F104092419-lp.jpg', 1483492899, 1483493374, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 586),
(689, 49, '0', 1483931900, '', 1, 1, -2, 69, 0, '肠道菌群“捣鬼” 节食后体重反弹', '', '', 'hljkx', '未知', '', 1483931900, 1483929263, 1, '肠道,菌群,“,捣鬼,”,节食,后,体重,反弹,在,', 0, 0, 0, 0, 0, 0, '在《自然》杂志一篇以小鼠为模型的微生物学论文中,科学家报告了肠道菌群在结束节食后体重反弹中可能发挥的作用。要想了解这一发现是否适用于人类还需进一步研究,但这项研究', '', 1, 0, 0, 587),
(690, 27, '0', 1483929358, 'h,p', 1, 2, -2, 159, 0, '轻松一刻', '', '', 'hljkx', '未知', '/uploads/allimg/170109/1-1F1091034000-L.png', 1483929358, 1483929311, 1, '长白山天池 图片提供:环球旅行', 0, 0, 0, 0, 0, 0, '小鸡问母鸡:可否不用下蛋,带我出去玩啊?母鸡道:不行,我要工作! 小鸡说:可你已经下了这么多蛋了!母鸡意味深长地对小鸡说:一天一个蛋,菜刀靠边站,一月不生蛋,高压锅', '', 1, 0, 0, 587),
(693, 49, '0', 1483930107, '', 1, 1, -2, 64, 0, '每天喝咖啡或可降低患肠癌几率', '', '', 'hljkx', '未知', '', 1483930107, 1483930090, 1, '每天,喝,咖啡,或,可降低,患,肠癌,几率,据,', 0, 0, 0, 0, 0, 0, '据英国《独立报》近日报道美国南加州大学的最新研究表明每天喝少量咖啡或能大大降低罹患肠癌的风险比如一天只需要饮用一到两杯咖啡就能将罹患肠癌的风险降低26%。而', '', 1, 0, 0, 591),
(691, 27, '0', 1483941585, 'h,p', 1, 2, -2, 111, 0, '长白山天池', '', '', 'hljkx', '未知', '/uploads/allimg/170109/1-1F1091039330-L-lp.png', 1483941585, 1483929630, 1, '', 0, 0, 0, 0, 0, 0, '小鸡问母鸡:可否不用下蛋,带我出去玩啊?母鸡道:不行,我要工作! 小鸡说:可你已经下了这么多蛋了!母鸡意味深长地对小鸡说:一天一个蛋,菜刀靠边站,一月不生蛋,高压锅', '', 1, 0, 0, 589),
(692, 49, '0', 1483933838, '', 1, 1, -2, 84, 0, '空气污染成中风重要风险因素', '', '', 'hljkx', '未知', '', 1483933838, 1483929732, 1, '空气,污,染成,中风,重要,风险,因素,一个,国际,', 0, 0, 0, 0, 0, 0, '一个国际科研团队日前在学术刊物《柳叶刀神经学》发表报告说2013年全球约三分之一的中风疾病所致寿命损失与空气污染相关空气污染成为中风的一个重要风险因素。 来自新西兰', '', 1, 0, 0, 590),
(694, 49, '0', 1483930139, '', 1, 1, -2, 75, 0, '帕金森氏症或是肠道微生物“惹的祸”', '', '', 'hljkx', '未知', '', 1483930139, 1483930507, 1, '', 0, 0, 0, 0, 0, 0, '帕金森氏症,全世界伟大的物理学家霍金所得的疾病,看过电影《万物理论》的朋友可能对这种疾病的症状有更为清晰的理解:肌肉僵硬、行动迟缓、手脚震颤等,从这些特征来看,其', '', 1, 0, 0, 592),
(695, 52, '0', 1521696262, 'p', 1, 1, 0, 190, 0, '醉眼看金庸:一个人的传奇江湖', '', '', 'hljkx', '未知', '/uploads/170109/1-1F1091330394B.jpg', 1521696262, 1483940148, 1, '醉,眼看,金庸,一个,人的,传奇,江湖,江湖,', 0, 0, 0, 0, 0, 0, '江湖是什么,不知道。江湖在哪里,也不知道。或许有人的地方,就是江湖。金庸笔下的武侠世界风云变幻,有武林争霸,也有国家危亡的千钧一发。写到最后,江湖留下了他的侠骨柔', '', 1, 0, 0, 593),
(696, 27, '0', 1484183396, 'p', 1, 2, -2, 164, 0, '贝加尔湖', '', '', 'hljkx', '未知', '/uploads/allimg/170109/1-1F109135G00-L.png', 1484183396, 1483941505, 1, '', 0, 0, 0, 0, 0, 0, '短篇小说《霾》 有个人到北京,问我:你们北京人凭什么那么牛? 我默默地深吸了一口气,笑着看了看他。 他不服,硬要学我,也深吸了一口气, 享年26岁', '', 1, 0, 0, 594),
(697, 27, '0', 1484183565, 'p', 1, 2, -2, 182, 0, '长白山天池', '', '', 'hljkx', '未知', '/uploads/allimg/170112/1-1F1120913090-L.png', 1484183565, 1484183655, 1, '', 0, 0, 0, 0, 0, 0, '小鸡问母鸡:可否不用下蛋,带我出去玩啊?母鸡道:不行,我要工作! 小鸡说:可你已经下了这么多蛋了!母鸡意味深长地对小鸡说:一天一个蛋,菜刀靠边站,一月不生蛋,高压锅', '', 1, 0, 0, 595),
(698, 53, '0', 1484785735, 'p', 1, 1, 0, 51, 0, '高脂饮食致大脑“挨饿”', '', '', 'hljkx', '未知', '/uploads/170119/1-1F11ZS354163.jpg', 1484785735, 1484786108, 1, '', 0, 0, 0, 0, 0, 0, '德国马克斯-普朗克新陈代谢研究所发布公报说,最新研究发现高脂饮食会对实验鼠大脑产生影响,让大脑因无法获得充足的葡萄糖而挨饿,长期持续可能会导致糖尿病。 研究人员发现', '', 1, 0, 0, 596),
(699, 53, '0', 1484786192, 'p', 1, 1, 0, 112, 0, '父亲生活影响后代', '', '', 'hljkx', '未知', '/uploads/170119/1-1F11ZSG4511.jpg', 1484786192, 1484786374, 1, '', 0, 0, 0, 0, 0, 0, '精子遗传给后代的不仅是DNA。研究首次发现被称为表观遗传标记的精子基因组的化学开关也能够对下一代产生影响。这一发现可以解释父亲的经历随后如何影响其后代的基因活性该', '', 1, 0, 0, 597),
(700, 53, '0', 1484786394, 'p', 1, 1, -2, 55, 0, '控制冒险行为 大脑有“开关”', '', '', 'hljkx', '未知', '/uploads/170119/1-1F11ZT04QE.jpg', 1484786394, 1484786552, 1, '', 0, 0, 0, 0, 0, 0, '英国《自然》杂志上的一则神经科学研究显示,大脑有控制冒险行为的开关。人们会谨慎行事,还是会为追求高回报而涉足高风险事项,这一决策过程很大程度上取决于我们大脑深处的', '', 1, 0, 0, 598),
(701, 14, '0', 1573697958, 'h,p', 1, 2, 0, 146, 0, '冻人更动人——我们的黑龙江', '', '', 'hljkx', '未知', '/uploads/allimg/170119/1-1F11ZTI7-lp.jpg', 1573697958, 1484787134, 1, '', 0, 0, 0, 0, 0, 0, '确实动人', '', 1, 0, 0, 599),
(702, 40, '0', 1484787305, 'p', 1, 1, -2, 98, 0, '中国最适合养老的6个地方第一名很少有人知道', '', '', 'hljkx', '未知', '/uploads/allimg/170119/1-1F11ZZ159-lp.jpg', 1484787305, 1484788035, 1, '', 0, 0, 0, 0, 0, 0, '中山 第六:中山位于珠江三角洲中部偏南的西、北江下游出海处,素有华侨之乡,光照充足,气候温暖。中山的城市街道非常干净,风光幽美,钟灵毓秀。 以优雅的城市风貌获得国家', '', 1, 0, 0, 600),
(703, 52, '0', 1521693259, 'p', 1, 1, 0, 62, 0, '杨绛的文学人生:最贤的妻,最才的女', '', '', 'hljkx', '未知', '/uploads/170119/1-1F11ZT04QE.jpg', 1521693259, 1484788801, 1, '杨绛,的,文学,人生,最贤,妻,最,才,女,杨绛,的,', 0, 0, 0, 0, 0, 0, '杨绛的文学人生:最贤的妻,最才的女 2016年一代文学大师杨绛先生在北京逝世享年105岁。多年前钱钟书便给了她一个最高的评价最贤的妻最才的女现在她是这个喧嚣躁', '', 1, 0, 0, 601),
(704, 11, '0', 1487302248, 'p', 1, 1, 0, 136, 0, '不是所有感冒都可喝姜汤发汗', '', '', 'admin', '未知', '/uploads/170217/1-1F21G13149246.jpg', 1487302248, 1487301970, 1, '不是,所有,感冒,都可,喝,姜汤,发汗,中医,认为,', 0, 0, 0, 0, 0, 0, '中医认为感冒有风寒、风热之分。中医专家说,并不是所有的感冒都适宜用喝姜汤发汗来防治。对于 风热感冒 ,人体本来已经感受了风热,或者寒邪入里化热,如果这时再服用生姜类', '', 1, 0, 0, 602),
(705, 11, '0', 1487305766, 'p', 1, 1, 0, 159, 0, '补充DHA吃鱼还是吃“鱼油”', '', '', 'admin', '未知', '/uploads/170217/1-1F21G229505K.jpg', 1487305766, 1487305940, 1, '', 0, 0, 0, 0, 0, 0, '有出血性疾病和出血倾向者不适合食用鱼油或鱼油类产品 对于人体来说DHA不可缺少。那补充DHA应该吃鱼还是吃鱼油呢解放军第117医院营养科主任尤祥妹介绍DHA学名二十二碳六烯', '', 1, 0, 0, 603),
(706, 11, '0', 1489539132, 'p', 1, 1, 0, 184, 0, '腿脚刮刮痧 防治多种病', '', '', 'admin', '未知', '/uploads/170315/1-1F3150T9304C.jpg', 1489539132, 1489539254, 1, '', 0, 0, 0, 0, 0, 0, '全身脏腑器官在足部均有特定的反射部位,足浴后对相关部位进行刮拭,不仅能调和阴阳、舒筋通络、活血化瘀,而且对于预防和治疗多种常见病、改善亚健康状态有独到之处。如刮拭', '', 1, 0, 0, 604),
(707, 11, '0', 1489539619, 'p', 1, 1, 0, 66, 0, '亲吻孩子会传染疱疹性咽峡炎吗?', '', '', 'hljkx', '未知', '/uploads/170315/1-1F3150Z429212.jpg', 1489539619, 1489539951, 1, '', 0, 0, 0, 0, 0, 0, '最近朋友圈疯传的一条消息让宝宝的父母们开始紧张。家里有宝贝的要注意了新一轮病毒感染来了疱疹性咽峡炎得了以后发高烧40℃都不退嘴里全是疱疹疼得无法进食。不', '', 1, 0, 0, 605),
(708, 11, '0', 1497336688, '', 1, 1, -2, 157, 0, '都说初夏喝茶降火 你真的喝对茶了吗', '', '', 'admin', '未知', '', 1497336688, 1497336924, 1, '', 0, 0, 0, 0, 0, 0, '漫步人生旅途,不在乎其目的,繁华的街道,人潮汹涌。品一壶花草茶,闻着淡淡的花香,那种给心找到的寄托的感觉,简直是太安逸了!初夏到了,小编身边的朋友,火气也一天比一天', '', 1, 0, 0, 606),
(709, 11, '0', 1497574078, 'p', 1, 1, -2, 92, 0, '都说初夏喝茶降火 你真的喝对茶了吗', '', '', 'admin', '未知', '/uploads/170613/1-1F613150344U0.jpg', 1497574078, 1497337749, 1, '都说,初夏,喝茶,降火,你,真的,喝,对,茶,了,吗,', 1497574287, 6, 3, 0, 0, 0, '漫步人生旅途,不在乎其目的,繁华的街道,人潮汹涌。品一壶花草茶,闻着淡淡的花香,那种给心找到的寄托的感觉,简直是太安逸了!初夏到了,小编身边的朋友,火气也一天比一天', '', 1, 0, 0, 607),
(710, 11, '0', 1497574642, 'p', 1, 1, -2, 101, 0, '吃芹菜,叶子您是丢掉还是吃掉?', '', '', 'admin', '未知', '/uploads/170616/1-1F6160U9563S.jpg', 1497574642, 1497574910, 1, '', 0, 0, 0, 0, 0, 0, '炎热的夏季清淡爽口的芹菜是不少人的最爱。芹菜营养十分丰富据测定100克芹菜中含蛋白质2.2克钙8.5毫克磷61毫克铁8.5毫克其中的蛋白质含量比一般瓜果蔬菜高1倍铁含', '', 1, 0, 0, 608),
(711, 27, '0', 1519785581, 'p', 1, 2, 0, 208, 0, '1', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q04009544.jpg', 1519785581, 1519785511, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 609),
(712, 27, '0', 1519785624, 'p', 1, 2, 0, 114, 0, '2', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q04033322.jpg', 1519785624, 1519785529, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 610),
(713, 27, '0', 1519785700, 'p', 1, 2, 0, 99, 0, '3', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q0420UW.jpg', 1519785700, 1519785742, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 611),
(714, 27, '0', 1519785755, 'p', 1, 2, 0, 73, 0, '4', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q04254G3.jpg', 1519785755, 1519785780, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 612),
(715, 27, '0', 1519785794, 'p', 1, 2, 0, 193, 0, '5', '', '', 'hljkx', '未知', '/uploads/180228/1-1P22Q04331A5.jpg', 1519785794, 1519785816, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 613),
(716, 11, '0', 1519868332, 'p', 1, 1, 0, 123, 0, '“倒春寒”来袭!护好三处很必要', '', '', 'hljkx', '未知', '/uploads/180301/1-1P301093A1341.jpg', 1519868332, 1519868304, 1, '“,倒春寒,”,来袭,护好,三处,很,必要,原以为,', 0, 0, 0, 0, 0, 0, '原以为熬过了寒风萧瑟的冬天,便能迎接温暖明媚的春天,可万万没想到,又湿又冷的倒春寒又让人一秒入冬。不少人的都还没来得及脱下秋裤,就又得套上毛裤了。那么,在乍暖还寒', '', 1, 0, 0, 614),
(717, 11, '0', 1519868699, 'p', 1, 1, 0, 166, 0, '春季养肝护肝有什么秘诀?', '', '', 'hljkx', '未知', '/uploads/180301/1-1P301094333A3-lp.jpg', 1519868699, 1519868662, 1, '春季,养肝,护肝,有,什么,秘诀,中医,认为,肝,', 0, 0, 0, 0, 0, 0, '中医认为,肝为将军之官,主怒,所以古人早就有了春季戒忿的说法。人在发怒时,走的是肝经路线,不利于肝脏健康。因此春天要特别注意控制情绪,防止肝气郁结。下面我们一起来', '', 1, 0, 0, 615),
(718, 54, '0', 1521012767, '', 1, 1, -2, 149, 0, '高管团队薪酬差距、代理成本与企业过度投资', '', '', 'hljkx', '未知', '', 1521012767, 1521012834, 1, '', 0, 0, 0, 0, 0, 0, '高管团队薪酬差距、代理成本与企业过度投资 Senior management team salary gap, agency costs and over-investment of enterprises 张晴 (河南财经政法大学,郑州 450046 摘要: 企业投资效率是公司财务领', '', 1, 0, 0, 616),
(719, 40, '0', 1521013000, '', 1, 1, 0, 165, 0, '高管团队薪酬差距、代理成本与企业过度投资', '', '', 'hljkx', '未知', '', 1521013000, 1521013048, 1, '', 0, 0, 0, 0, 0, 0, '高管团队薪酬差距、代理成本与企业过度投资 Senior management team salary gap, agency costs and over-investment of enterprises 张晴 (河南财经政法大学,郑州 450046 摘要: 企业投资效率是公司财务领', '', 1, 0, 0, 617),
(720, 30, '0', 1588636499, '', 1, 1, 0, 195, 0, '新型培养料栽培食用菌研究的现状及展望', '', '', 'hljkx', '黑龙江科学期刊', '', 1588636499, 1521013293, 1, '新型,培,养料,栽培,食用菌,研究,的,现状,及,', 0, 0, 0, 0, 0, 0, '新型培养料栽培食用菌研究的现状及展望 Research status and prospect on the cultivation of edible fungus by new kinds of culture medium 王玉江 1 ,姜宏宇 2 ,沙长青 3 1.黑龙江省科学院微生物研究所,哈', '', 1, 0, 0, 618),
(721, 30, '0', 1521013730, '', 1, 1, 0, 162, 0, '工业大麻叶中大麻二酚含量分析研究', '', '', 'hljkx', '未知', '', 1521013730, 1521013760, 1, '', 0, 0, 0, 0, 0, 0, '工业大麻叶中大麻二酚含量分析研究 Study on the Content of Cannabidiol in Hemp Leaves 高宝昌,孙宇峰,张旭,石雨,田媛,崔宝玉 (黑龙江省科学院大庆分院,黑龙江 大庆 163319 摘要: 大麻', '', 1, 0, 0, 619),
(722, 49, '0', 1521013843, '', 1, 1, 0, 100, 0, '海上风电安装船用纠偏式抱桩器液压系统的设计', '', '', 'hljkx', '未知', '', 1521013843, 1521013864, 1, '', 0, 0, 0, 0, 0, 0, '海上风电安装船用纠偏式抱桩器液压系统的设计 Design of the hydraulic system of rectifying type hold pile machine in the offshore wind power installed marine 刘冬一,宋豫 (上海振华重工(集团)股份有限公', '', 1, 0, 0, 620),
(723, 49, '0', 1588637814, 'b', 1, 1, 0, 59, 0, '某型号永磁直驱风电机组 变桨轴承与轮毂联接螺栓受力计算和测试方法研究', '', '', '徐军 等', '黑龙江科学期刊', '', 1588637814, 1521078450, 1, '某,型号,永磁,直驱,风电,机组,变桨,轴承,与,', 0, 0, 0, 0, 0, 0, '某型号永磁直驱风电机组 变桨轴承与轮毂联接螺栓受力计算和测试方法研究 Force calculation and test method of connecting bolts of variable pitch bearing and hub in a type of permanent magnet direct-driven wind tu', '', 1, 0, 0, 621),
(724, 49, '0', 1521078452, '', 1, 1, 0, 123, 0, 'TBM滚刀作用下岩石破坏过程数值模拟', '', '', 'hljkx', '未知', '', 1521078452, 1521078482, 1, '', 1573457631, 2, 1, 0, 0, 0, 'TBM滚刀作用下岩石破坏过程数值模拟 Numerical simulation of process of rock breaking by TBM cutter 张忠成 1 ,付佳星 2 ,李守巨 2 1.满洲里出入境检验检疫局,内蒙古 满洲里 021400 2.大连理工大学', '', 1, 0, 0, 622),
(725, 49, '0', 1588637714, 'b', 1, 1, 0, 96, 0, '一种管道内部打磨/检测机器人控制系统研究', '', '', '张博文 等', '黑龙江科学期刊', '', 1588637714, 1521169085, 1, '一种,管道,内部,打磨,检测,机器人,控制,一种,', 0, 0, 0, 0, 0, 0, '一种管道内部打磨/检测机器人控制系统研究 Researchonapipeinnergrinding/detectingrobotcontrolsystem 张博文 1 ,王志宏 1 ,牛新立 1 ,闫福军 1 ,张晓峰 2 1.黑龙江新诺机器人自动化有限公司,哈', '', 1, 0, 0, 623),
(726, 40, '0', 1588555807, '', 1, 1, 0, 109, 0, '基于层次分析法的物流中心选址研究', '', '', 'hljkx', '未知', '', 1588555807, 1521169390, 1, '基于,层次,分析法,的,物流,中心,选址,研究,', 0, 0, 0, 0, 0, 0, '基于层次分析法的物流中心选址研究 Study on logistics center location based on analytic hierarchy process 王纪丹,任佳玲,布和额尔敦 (内蒙古工业大学,呼和浩特 010000 摘要: 发达国家物流建设', '', 1, 0, 0, 624),
(727, 27, '0', 1521703992, 'p', 1, 2, 0, 244, 0, '一只感动了很多人的小蜗牛', '', '', 'hljkx', '未知', '/uploads/180320/1-1P32012404Kc.jpg', 1521703992, 1521520887, 1, '', 0, 0, 0, 0, 0, 0, '一只感动了很多人的小蜗牛 要相信自己,没有跨越不了的沟壑', '', 1, 0, 0, 625),
(728, 27, '0', 1521520916, 'p', 1, 2, -2, 167, 0, '执子之手,与子偕老', '', '', 'hljkx', '未知', '/uploads/180320/1-1P320124314333.jpg', 1521520916, 1521521031, 1, '', 0, 0, 0, 0, 0, 0, '老爷爷瘫痪了老伴22年如一日地守在他身边。虽然旁人都说老爷爷已经是植物人了但老太太一直在等万一哪一天老头子就好了呢执子之手与子偕老陪伴才是最长情的告白', '', 1, 0, 0, 626),
(729, 27, '0', 1521704598, 'p', 1, 2, 0, 158, 0, '执子之手,与子偕老', '', '', 'hljkx', '未知', '/uploads/allimg/180320/1-1P320124633-lp.jpg', 1521704598, 1521521258, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 627),
(730, 27, '0', 1521704536, 'p', 1, 2, 0, 162, 0, '爱', '', '', 'hljkx', '未知', '/uploads/allimg/180320/1-1P320124T4-lp.jpg', 1521704536, 1521521348, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 628),
(731, 27, '0', 1521704781, 'p', 1, 2, 0, 202, 0, '', '', '', 'hljkx', '未知', '/uploads/allimg/180320/1-1P320125031-lp.jpg', 1521704781, 1521521462, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 629),
(732, 27, '0', 1521704865, 'p', 1, 2, 0, 183, 0, '', '', '', 'hljkx', '未知', '/uploads/allimg/180320/1-1P320125146-lp.jpg', 1521704865, 1521521535, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 630),
(733, 30, '0', 1588555138, '', 1, 1, 0, 184, 0, '水基石墨润滑剂制备及其应用', '', '', 'hljkx', '未知', '', 1588555138, 1521597691, 1, '水基,石墨,润滑剂,制备,及其,应用,水基,石墨,', 0, 0, 0, 0, 0, 0, '水基石墨润滑剂制备及其应用 Preparation and application of water based graphite lubricants 王明伟,周通,张广明,余涛,周国江,龚亮 (黑龙江科技大学 环境与化工学院,哈尔滨 150022 摘要: 随着', '', 1, 0, 0, 631),
(734, 30, '0', 1588555099, '', 1, 1, 0, 138, 0, '气相脱合金法制备Pt-Co合金催化剂及性能研究', '', '', 'hljkx', '未知', '', 1588555099, 1521597745, 1, '气相,脱,合金,法,制备,Pt-Co,催化剂,及,性能,', 0, 0, 0, 0, 0, 0, '气相脱合金法制备Pt-Co合金催化剂及性能研究 Preparation of Pt - Co alloy catalysts by gas phase deposition and study its electrochemical activity 巩昭谞 1 ,刘阳 2 ,王芳辉 2 1.山西省朔州市朔城区一中,山', '', 1, 0, 0, 632),
(735, 30, '0', 1588555062, '', 1, 1, 0, 190, 0, '液相脱合金法制备PtCo合金低铂催化剂及性能研究', '', '', 'hljkx', '未知', '', 1588555062, 1521597776, 1, '液相,脱,合金,法,制备,PtCo,低铂,催化剂,及,', 0, 0, 0, 0, 0, 0, '液相脱合金法制备PtCo合金低铂催化剂及性能研究 Preparation of PtCo alloy low platinum catalyst by liquid-phase de-alloying and its properties 李心成 1 ,刘阳 2 ,王芳辉 2 1.临县高级中学,山西 吕梁 03', '', 1, 0, 0, 633),
(736, 50, '0', 1521597873, '', 1, 1, 0, 168, 0, '“互联网+时代”背景下 人力资源管理的新趋势及对策', '', '', 'hljkx', '未知', '', 1521597873, 1521597893, 1, '', 0, 0, 0, 0, 0, 0, '互联网+时代背景下 人力资源管理的新趋势及对策 New trends and countermeasures of human resource management under the background of Internet+ era 刘 磊 (北京大学深圳研究生院,广东 深圳 518000 摘要:', '', 1, 0, 0, 634),
(737, 40, '0', 1588555979, '', 1, 1, 0, 160, 0, '消费者组织促进经济发展的对策', '', '', 'hljkx', '未知', '', 1588555979, 1521597924, 1, '消费者,组织,促进,经济发展,的,对策,消费者,', 0, 0, 0, 0, 0, 0, '消费者组织促进经济发展的对策 Research on consumers organization to promote economic development 李春禄 (黑龙江省消费者协会,哈尔滨 150010 摘要: 消费者运动始于19世纪末20世纪初在20世纪6', '', 1, 0, 0, 635),
(738, 40, '0', 1521598023, '', 1, 1, 0, 172, 0, '海绵城市建设的问题与对策研究', '', '', 'hljkx', '未知', '', 1521598023, 1521597959, 1, '海绵,城市建设,的,问题,与,对策,研究,海绵,', 0, 0, 0, 0, 0, 0, '海绵城市建设的问题与对策研究 Study on problems and countermeasures of sponge city construction 曾瑶,曹志荣 (江西环境工程职业学院,江西 赣州 341000 摘要: 雨水可一种有效的资源。大力收集', '', 1, 0, 0, 636),
(739, 40, '0', 1521598004, '', 1, 1, 0, 97, 0, '24小时自助图书馆运行初期中存在的问题与对策 ——以泗阳县24小时自助图书馆为例', '', '', 'hljkx', '未知', '', 1521598004, 1521597986, 1, '24小时,自助,图书馆,运行,初,期中,存,在的,', 0, 0, 0, 0, 0, 0, '24小时自助图书馆运行初期中存在的问题与对策 以泗阳县24小时自助图书馆为例 Problems and countermeasures in the initial operation of 24-hour self-service library taking Siyang county 24 hours self-service library', '', 1, 0, 0, 637),
(740, 40, '0', 1521598051, '', 1, 1, 0, 141, 0, '我国老年教育发展存在的问题及对策', '', '', 'hljkx', '未知', '', 1521598051, 1521598071, 1, '', 0, 0, 0, 0, 0, 0, '我国老年教育发展存在的问题及对策 Problems and solutions to the development of Chinese aged education 王光丽 (山东广播电视大学,济南 250000 摘要: 老年教育是当前社会关注的热点。我国的老年', '', 1, 0, 0, 638),
(741, 40, '0', 1521598081, '', 1, 1, 0, 163, 0, '河北省贫困地区精准扶贫现状调查', '', '', 'hljkx', '未知', '', 1521598081, 1521598098, 1, '', 0, 0, 0, 0, 0, 0, '河北省贫困地区精准扶贫现状调查 Accurate poverty alleviation in poor areas in Hebei province 王建忠,孙蕊 (河北农业大学,河北 保定 071001 摘要: 河北省扶贫开发工作近些年来已经取得了很大', '', 1, 0, 0, 639),
(742, 50, '0', 1521598106, '', 1, 1, 0, 137, 0, '大学生手机依赖问题研究', '', '', 'hljkx', '未知', '', 1521598106, 1521598128, 1, '', 1574049414, 2, 1, 0, 0, 0, '大学生手机依赖问题研究 Research on college students cell phone dependency 杨赞琦,解熙迎,李莹,赵珂,刘艳 (黑龙工程学院,哈尔滨 150001 摘要: 作为手机使用的主流群体,大学生在享受手', '', 1, 0, 0, 640),
(743, 40, '0', 1521598136, '', 1, 1, 0, 193, 0, '基于蒙古族文化视角下的吉林省特色城镇发展分析', '', '', 'hljkx', '未知', '', 1521598136, 1521598156, 1, '', 0, 0, 0, 0, 0, 0, '基于蒙古族文化视角下的吉林省特色城镇发展分析 The research on the development of urbanization with characteristics in Jilin province from the perspective of Mongolian culture 李博 (吉林省社会科学院民族研究所', '', 1, 0, 0, 641),
(744, 40, '0', 1521598165, '', 1, 1, 0, 115, 0, '新形势下师范大学生素质培养路径研究 ——基于对农村民族地区师资需求与学生就业困境的反思', '', '', 'hljkx', '未知', '', 1521598165, 1521598186, 1, '', 0, 0, 0, 0, 0, 0, '新形势下师范大学生素质培养路径研究 基于对农村民族地区师资需求与学生就业困境的反思 Research on the way of cultivating students quality in new situation reflections on the demand for teaching staff in ru', '', 1, 0, 0, 642),
(745, 30, '0', 1521598187, '', 1, 1, 0, 129, 0, '不同品种黑木耳利用玉米秸秆生长能力初探', '', '', 'hljkx', '未知', '', 1521598187, 1521598275, 1, '', 0, 0, 0, 0, 0, 0, '不同品种黑木耳利用玉米秸秆生长能力初探 Study on the growth ability of different kinds of black fungus by using corn straw 刘佳宁 12 ,宋瑞清 1 1.东北林业大学,哈尔滨 150040 2.黑龙江省科学院微', '', 1, 0, 0, 643),
(746, 30, '0', 1521598325, '', 1, 1, 0, 196, 0, '天然锰矿与铁氧化菌协同除砷性能研究', '', '', 'hljkx', '未知', '', 1521598325, 1521598343, 1, '', 0, 0, 0, 0, 0, 0, '天然锰矿与铁氧化菌协同除砷性能研究 Study on the removal performance of natural manganese ore and iron-oxidizing bacteria on the arsenic 邓灿 [1] ,牛晨雨 2 ,黄永炳 2 1.中电建水环境治理技术有限公司,', '', 1, 0, 0, 644),
(747, 13, '0', 1521615248, 'p', 1, 1, -2, 98, 0, '新东方通过合同', '的脂肪肝', '', 'hljkx', '未知', '天天', 1521615248, 1521615315, 1, '', 0, 0, 0, 0, 0, 0, '法国红酒', '', 1, 0, 0, 645),
(748, 13, '0', 1521616496, '', 1, 1, -2, 181, 0, '现代风格', '', '', 'hljkx', '未知', '', 1521616496, 1521616508, 1, '', 0, 0, 0, 0, 0, 0, '闲得发慌注定是法国复合弓再重新分工', '', 1, 0, 0, 646),
(749, 13, '0', 1521617358, '', 1, 1, -2, 176, 0, '食人鱼SADF', '', '', 'hljkx', '未知', '', 1521617358, 1521617367, 1, '', 0, 0, 0, 0, 0, 0, '是DZ分', '', 1, 0, 0, 647),
(750, 11, '0', 1521787913, 'p', 1, 1, 0, 137, 0, '最补钙的三类食物', '', '', 'hljkx', '未知', '/uploads/180323/1-1P323145205Q1.jpg', 1521787913, 1521787628, 1, '最,补钙,的,三类,食物,众所周知,钙,是,骨,', 0, 0, 0, 0, 0, 0, '众所周知钙是骨矿物质中最主要的成分缺钙容易导致骨质疏松和骨折。而我国居民每天从饮食中摄入的钙仅为400毫克左右不到日需要量8001200毫克的一半。 研究显示,与钙', '', 1, 0, 0, 648),
(751, 13, '0', 1588643120, '', 1, 1, 0, 157, 0, '编委会内容', '', '', 'hljkx', '未知', '', 1588643120, 1522804159, 1, '关于,我们,内容,EDITORIAL,BOARD,编委会,主', 0, 0, 0, 0, 0, 0, 'EDITORIAL BOARD 编委会 主任 /郭春景 副主任 /杨铭铎赵立涛沙长青 委员 /(以姓氏笔划为序) 丁国怀 王阳 王钢 王伟东 王春生 王傲雪 王锡山 白雪峰 曲春艳 刘玫 刘北东 刘春燕 刘晓辉 孙宇', '', 1, 0, 0, 649),
(752, 11, '0', 1527141370, 'p', 1, 1, 0, 135, 0, '一辈子都离不开的养生茶', '', '', 'hljkx', '未知', '/uploads/180524/1-1P5241351394b-lp.jpg', 1527141370, 1527141112, 1, '一辈子,都,离不开,的,养生,茶,近年来,欧美,', 0, 0, 0, 0, 0, 0, '近年来欧美国家十分推崇向我国学习喝茶因为多项研究证实喝茶有益健康比如最新研究指出每天喝3杯甘菊茶利于改善血糖水平。其实除了绿茶、红茶、花茶我国传统医学还', '', 1, 0, 0, 650),
(753, 11, '0', 1527142124, 'p', 1, 1, 0, 173, 0, '每天一个动作来甩肉', '', '', 'hljkx', '未知', '/uploads/180524/1-1P524140631341-lp.jpg', 1527142124, 1527142089, 1, '每天,一个,动作,来,甩肉,夏日,的,脚步,越走,', 0, 0, 0, 0, 0, 0, '夏日的脚步越走越近,不少人身上的赘肉也快藏不住了,减肥尤为迫切。为大家推荐了一套低强度运动计划,每日活动方法各不相同,但只要坚持四周,就会有不错的瘦身效果。 周一:', '', 1, 0, 0, 651),
(754, 11, '0', 1536627622, 'p', 1, 1, 0, 182, 0, '买牛奶和酸奶,是不是蛋白质含量越高越好?', '', '', 'hljkx', '未知', '/uploads/180911/1-1P9110UT0233.jpg', 1536627622, 1536627151, 1, '买,牛奶,和,酸奶,是不是,蛋白质,含量,越高,', 0, 0, 0, 0, 0, 0, '国家一级公共营养师 李晓丽 蛋白质含量是反映牛奶质量的一个重要指标。对于无任何添加的生牛乳来说,蛋白质含量越高,说明牛奶的质量越好。 国家出台的新标准,牛奶蛋白质含量', '', 1, 0, 0, 652),
(755, 11, '0', 1540171737, 'p', 1, 1, 0, 119, 0, '喝梨水 醋泡姜 吃山药 深秋食疗护好肤胃肺', '', '', 'hljkx', '未知', '/uploads/181022/1-1Q022092A5929.jpg', 1540171737, 1540171622, 1, '喝梨,水,醋泡,姜,吃,山药,深秋,食疗,护好,肤,', 1540171801, 2, 1, 0, 0, 0, '肤、胃、肺,三个字连读起来很拗口,不过,它们却是深秋最易受伤的三个部位,应注意食疗养护。 护肤补水:梨皮梨肉煮汤喝。广东省中医院治未病中心主任林嬿钊指出,从中医角度', '', 1, 0, 0, 653),
(756, 27, '0', 1572419002, '', 1, 2, -2, 137, 0, '秋', '', '', 'hljkx', '未知', '', 1572419002, 1572419212, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 654),
(757, 27, '0', 1572419347, 'p', 1, 2, 0, 179, 0, '秋', '', '', 'hljkx', '未知', '/uploads/allimg/191030/1-191030151013-lp.jpg', 1572419347, 1572419416, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 655),
(758, 27, '0', 1572419515, 'p', 1, 2, 0, 127, 0, '秋', '', '', 'hljkx', '未知', '/uploads/allimg/191030/1-191030151206-lp.jpg', 1572419515, 1572419538, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 656),
(759, 27, '0', 1572419845, 'p', 1, 2, 0, 145, 0, '秋', '', '', 'hljkx', '未知', '/uploads/allimg/191030/1-191030151P6-lp.jpg', 1572419845, 1572419909, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 657),
(760, 27, '0', 1572420405, 'p', 1, 2, 0, 231, 0, '秋', '', '', 'hljkx', '未知', '/uploads/allimg/191030/1-191030152H0-lp.jpg', 1572420405, 1572420446, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 658),
(761, 27, '0', 1572421291, 'p', 1, 2, -2, 174, 0, '1', '', '', 'hljkx', '未知', '/uploads/allimg/191030/1-191030154159-lp.jpg', 1572421291, 1572421324, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 659),
(762, 40, '0', 1588636110, 'c,p,b', 1, 1, 0, 127, 0, ' 武汉东湖绿道“大湖+”绿色生态主题功能发展调研', '', '', '孙月月 等', '《黑龙江科学》期刊', '', 1588636110, 1588171822, 1, '武汉,东湖,绿道,“,大湖,”,绿色生态,主题,', 0, 0, 0, 0, 0, 0, '基金2018年湖北省大学生创新创业训练计划校级项目“一湖风景缘堤扬——武汉东湖绿道大湖+’绿色生态主题功能发展的调查与研究”研究成果(2018014)\r\n东湖绿道是顺应新时代发展理', '', 1, 0, 0, 660),
(763, 30, '0', 1588636058, 'h,b', 1, 1, 0, 89, 0, '悬浮水轮原理及外界微扰下的系统稳定性研究', '', '#333333', '尹一凡', '《黑龙江科学》期刊', '', 1588636058, 1588172907, 1, '悬浮,水轮,原理,及,外界,微扰下,的,系统,对,', 0, 0, 0, 0, 0, 0, '对水轮在悬浮状态下进行多向分析,判断其与水柱的相对位置关系,确定冲击点的位置。通过三种受力假设对水轮的平衡现象进行定量分析,并在合理假设参量的条件下求出其满足平衡条件', '', 1, 0, 0, 661),
(764, 49, '0', 1588636006, 'b', 1, 1, 0, 57, 0, '带精确时间延迟的两台机流水作业问题研究', '', '', '王焕男', '《黑龙江科学》期刊', '', 1588636006, 1588175000, 1, '带,精确,时间,延迟,的,两台机,流水作业,问题,', 0, 0, 0, 0, 0, 0, '带精确时间延迟的两台机流水作业问题研究 王焕男 三亚学院理工学院 基金:三亚学院科学研究项目带延误时间的排序问题研究(USY18SK063) 主要研究带精确时间延迟的两台机流水作业问', '', 1, 0, 0, 662),
(765, 50, '0', 1588635955, 'b', 1, 1, -2, 84, 0, '社会工作专业心理咨询课程的教学目标设置 ——兼议跨专业应用型课程的教学目标设置原则', '', '', '傅蓉 等', '《黑龙江科学》', '', 1588635955, 1588175380, 1, '社会工作,专业,心理咨询,课程,的,教学,目标,', 0, 0, 0, 0, 0, 0, '社会工作专业心理咨询课程的教学目标设置 兼议跨专业应用型课程的教学目标设置原则 傅蓉 温舒艺 甄凤 邓子璇 武汉大学哲学学院 五邑大学政法学院 五邑大学心理健康教育中心 江西', '', 1, 0, 0, 663),
(766, 40, '0', 1588635893, 'c,h,p,f,s,j,a,b,e,g,i,l,k', -1, 1, 0, 179, 0, '马斯洛理论下星级酒店员工职业认同感研究', '', '', '叶忠康 等', '《黑龙江科学》期刊', '', 1588635893, 1588204280, 1, '马斯洛,理论,下,星级酒店,员工,职业,认同感,', 0, 0, 0, 0, 0, 0, '马斯洛理论下星级酒店员工职业认同感研究 叶忠康 秦趣 吴启会 六盘水师范学院 旅游与历史文化学院 基金: 贵州省教育厅创新群体重大研究项目(黔教合KY字[2016]056号) 贵州省科技计', '', 1, 0, 0, 664),
(767, 30, '0', 1588635838, 'b', 1, 1, 0, 147, 0, '丙烯酸酯低聚物改性环氧树脂研究', '', '', '史利利 等', '《黑龙江科学》期刊', '', 1588635838, 1588204699, 1, '丙烯,酸酯,低聚,物,改性,环氧树脂,研究,', 0, 0, 0, 0, 0, 0, '丙烯酸酯低聚物改性环氧树脂研究 史利利 胡永玲 黑龙江省科学院石油化学研究院 黑龙江省科学院高技术研究院 通过溶液聚合法,以丙烯酸丁酯为软单体,丙烯腈为硬单体,2-甲基-2-丙烯酸', '', 1, 0, 0, 665),
(768, 52, '0', 1588204761, '', 1, 1, -2, 114, 0, '1', '', '', '11', 'Admin5', '', 1588204761, 1588204816, 1, '', 0, 0, 0, 0, 0, 0, '1111111111111111111111111111111111', '', 1, 0, 0, 666),
(769, 51, '0', 1588204860, '', 1, 1, -2, 198, 0, '2', '', '', '22', 'Admin5', '', 1588204860, 1588204889, 1, '', 0, 0, 0, 0, 0, 0, '222222222222222222222', '', 1, 0, 0, 667),
(770, 53, '0', 1588204941, '', 1, 1, -2, 185, 0, '3', '', '', '33', 'Admin5', '', 1588204941, 1588204965, 1, '', 0, 0, 0, 0, 0, 0, '333333333333333', '', 1, 0, 0, 668),
(771, 11, '0', 1588205006, '', 1, 1, -2, 177, 0, '6', '', '', '66', 'Admin5', '', 1588205006, 1588205034, 1, '', 0, 0, 0, 0, 0, 0, '666666666666666666', '', 1, 0, 0, 669),
(772, 11, '0', 1588495573, 'c,h,p,f,s,j,a,b,e,g,i,l,k', -1, 1, -2, 173, 0, '骨质疏松症类型——骨质疏松知识问答', '', '', '郭立新,等', 'Admin5', '', 1588495573, 1588464383, 1, '骨质疏松症 类型', 0, 0, 0, 0, 0, 0, '骨质疏松症类型 郭立新、胡欣 根据病因主要分为三型: 原发性骨质疏松症 :随着年龄的增加,逐渐发生生理性退行性改变而造成,即骨骼的衰老。 继发性骨质疏松症 :引起继发性骨', '', 1, 0, 0, 670),
(773, 22, '0', 1588493519, '', 1, 1, -2, 94, 0, '樱桃花开', '', '', '听雨', 'Admin5', '', 1588493519, 1588493739, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 671),
(774, 27, '0', 1588494275, '', 1, 2, -2, 157, 0, '樱桃花开', '', '', 'hljkx', '未知', '', 1588494275, 1588494381, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 672),
(775, 27, '0', 1588494759, '', 1, 2, -2, 50, 0, '1', '', '', 'hljkx', '未知', '', 1588494759, 1588494798, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 673),
(776, 27, '0', 1588496496, 'c,h,f,a', 1, 2, -2, 111, 0, '2', '', '', 'hljkx', '未知', '', 1588496496, 1588495890, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 674),
(777, 27, '0', 1588496258, 'c,h,p,f,a', 1, 2, -2, 80, 0, '3', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031AK1-lp.jpg', 1588496258, 1588496299, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 675),
(778, 27, '0', 1588497944, 'c,h,p,f,a', 1, 2, -2, 168, 0, '吃在民间', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031HF3-lp.jpg', 1588497944, 1588498053, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 676),
(779, 27, '0', 1588498058, 'c,h,p,f,a', 1, 2, -2, 103, 0, '吃在民间', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031HP7-lp.jpg', 1588498058, 1588498110, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 677),
(780, 27, '0', 1588498116, 'c,h,p,f,a', 1, 2, 0, 89, 0, '杏花', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031HZ2-lp.jpg', 1588498116, 1588498155, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 678),
(781, 27, '0', 1588498157, 'c,h,p,f,a', 1, 2, 0, 86, 0, '樱桃花开', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031H950-lp.jpg', 1588498157, 1588498203, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 679),
(782, 27, '0', 1588499124, 'c,h,p,f,a', 1, 2, 0, 91, 0, '谁说我不是吃货', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031J624-lp.jpg', 1588499124, 1588499190, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 680),
(783, 27, '0', 1588499194, 'c,h,p,f,a', 1, 2, 0, 112, 0, '谁说我不是吃货', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031K113-lp.jpg', 1588499194, 1588499478, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 681),
(784, 27, '0', 1588499481, 'c,h,p,f,a', 1, 2, 0, 143, 0, '谁说我不是吃货', '', '', 'hljkx', '未知', '/uploads/allimg/200503/1-2005031K159-lp.jpg', 1588499481, 1588499526, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 682),
(785, 11, '0', 1588500193, '', 1, 1, -2, 84, 0, '骨质疏松症类型 ——骨质疏松知识问答', '', '', 'hljkx', '未知', '', 1588500193, 1588500265, 1, '', 0, 0, 0, 0, 0, 0, '郭立新,等 骨质疏松症 类型 骨质疏松症类型 郭立新、胡欣 根据病因主要分为三型: 原发性骨质疏松症 :随着年龄的增加,逐渐发生生理性退行性改变而造成,即骨骼的衰老。 继发', '', 1, 0, 0, 683),
(786, 11, '0', 1588635785, 'c,h,p,f,s,j,a,b,e,g,i,l,k', -1, 1, 0, 166, 0, '骨质疏松症类型', '', '', ' 郭立新,等', '《黑龙江科学》', '/uploads/200504/1-200504105429541.jpg', 1588635785, 1588500446, 1, '骨质疏松症 类型', 0, 0, 0, 0, 0, 0, '骨质疏松症类型 郭立新、胡欣 根据病因主要分为三型: 原发性骨质疏松症 :随着年龄的增加,逐渐发生生理性退行性改变而造成,即骨骼的衰老。 继发性骨质疏松症 :引起继发性骨', '', 1, 0, 0, 684),
(787, 51, '0', 1588635734, 'c,h,f,a,b', 1, 1, 0, 116, 0, '磁共振脑灌注成像技术评价大面积急性脑梗塞溶栓疗效的价值与研究', '', '', '张瑞平 等', '《黑龙江科学》期刊', '', 1588635734, 1588550199, 1, '磁共振 脑灌注成像技术 大面积 急性脑梗塞 溶栓', 0, 0, 0, 0, 0, 0, '磁共振脑灌注成像技术评价大面积急性脑梗塞溶栓疗效的价值与研究 张瑞平 黄飞文 蔡舟波 广东省江门市五邑中医院影像科 选择我院急诊溶栓治疗的20例急性大面积脑梗塞患者,所有患', '', 1, 0, 0, 685),
(788, 49, '0', 1588638680, 'c,h,p,f,j,a,b,e,g,i,l,k', -1, 1, 0, 91, 0, '钻井船套管机械手液压压力损失设计计算方法研究', '', '', '黄臻', '《黑龙江科学》期刊', '', 1588638680, 1588550516, 1, '钻井船;套管机械手;液压压力损失;设计计算', 0, 0, 0, 0, 0, 0, '钻井船套管机械手液压压力损失设计计算方法研究 黄臻 上海振华重工(集团)股份有限公司 基金:上海市科学技术委员会带头项目(16XD1424000) 介绍了钻井船套管机械手工作原理及其结构', '', 1, 0, 0, 686),
(789, 50, '0', 1588635643, 'c,h,f,a,b', 1, 1, 0, 96, 0, '社会工作专业心理咨询课程的教学目标设置 ——兼议跨专业应用型课程的教学目标设置原则', '', '', '傅蓉 等', '《黑龙江科学》期刊', '', 1588635643, 1588550777, 1, '社会工作专业;心理咨询课程;教学目标设置', 0, 0, 0, 0, 0, 0, '社会工作专业心理咨询课程的教学目标设置 兼议跨专业应用型课程的教学目标设置原则 傅蓉 温舒艺 甄凤 邓子璇 武汉大学哲学学院 五邑大学政法学院 五邑大学心理健康教育中心 江西', '', 1, 0, 0, 687),
(790, 50, '0', 1588635585, 'c,h,f,a,b', 1, 1, 0, 192, 0, '高校创新创业教育满意度评价研究——基于模糊综合分析法的应用', '', '', '黄佳彦 等', '《黑龙江科学》期刊', '', 1588635585, 1588551035, 1, '高校;创新创业;教育满意度;评价', 0, 0, 0, 0, 0, 0, '高校创新创业教育满意度评价研究 基于模糊综合分析法的应用 黄佳彦 肖天龙 湖南农业大学 基金: 2017年度湖南省教育厅科学研究一般项目高校创新创业教育能力建设研究(17C0787) 湖', '', 1, 0, 0, 688),
(791, 50, '0', 1588635541, 'c,h,f,a,b', 1, 1, 0, 122, 0, '“订单+联合”大核电人才培养模式探拓——校企协同在理论教学中的成效研究', '', '', '夏虹 等', '《黑龙江科学》期刊', '', 1588635541, 1588551334, 1, '“订单+联合”;大核电;人才培养模式', 0, 0, 0, 0, 0, 0, '订单+联合大核电人才培养模式探拓校企协同在理论教学中的成效研究 夏虹 刘正 马福秋 田凯 哈尔滨工程大学核科学与技术学院 基金: 黑龙江省2017年高等教育教学改革研究项目基于卓', '', 1, 0, 0, 689),
(792, 50, '0', 1588635493, 'c,h,f,a,b', 1, 1, 0, 68, 0, '振动与声基础课程可视化教学平台设计', '', '', '陈文剑 等', '《黑龙江科学》期刊', '', 1588635493, 1588551902, 1, '振动与声;基础课程;可视化;教学平台;设计', 0, 0, 0, 0, 0, 0, '振动与声基础课程可视化教学平台设计 陈文剑 张揽月 孙辉 哈尔滨工程大学水声工程学院 基金: 哈尔滨工程大学教学改革研究项目可视化技术在振动与声基础教学中的应用(JG2016BZD13', '', 1, 0, 0, 690),
(793, 40, '0', 1588635362, 'c,h,f,a,b', 1, 1, 0, 183, 0, '“精准扶贫”视阈下自闭症患儿家庭帮扶对策研究', '', '', '金航婷 等', '《黑龙江科学》期刊', '', 1588635362, 1588554308, 1, '“精准扶贫”;自闭症;家庭帮扶;对策', 0, 0, 0, 0, 0, 0, '精准扶贫视阈下自闭症患儿家庭帮扶对策研究 金航婷 金望潮 嘉兴学院 基金: 国家级大学生创新创业训练计划精准扶贫视阈下自闭症患儿家庭帮扶对策研究(201910354003)项目成果 我国自', '', 1, 0, 0, 691),
(794, 40, '0', 1588635311, 'c,h,f,a,b', 1, 1, 0, 195, 0, '基于正态分布的城市共享单车现状分析 ——以成都市红星桥地铁C口为例', '', '', '刁露 等', '《黑龙江科学》期刊', '', 1588635311, 1588556545, 1, '正态分布;城市共享单车;现状分析', 0, 0, 0, 0, 0, 0, '基于正态分布的城市共享单车现状分析 以成都市红星桥地铁C口为例 刁露 杨晓芳 成都师范学院数学学院 基金: 成都师范学院2018年国家级创新创业项目单独二孩背景下的中国人口预测', '', 1, 0, 0, 692),
(796, 51, '0', 1588635259, 'c,h,f,a,b', 1, 1, 0, 75, 0, '云南春燥证动物模型的评价指标选择', '', '', ' 魏宁颐 等', '《黑龙江科学》期刊', '', 1588635259, 1588561940, 1, '云南;春燥证;动物模型;评价;指标选择', 0, 0, 0, 0, 0, 0, '云南春燥证动物模型的评价指标选择 魏宁颐 杜玲玉珊 杨梅 云南中医学院 基金: 国家自然科学基金项目-地区科学基金项目云南春燥环境下小鼠动物模型的评价与研究(81760826) 云南省', '', 1, 0, 0, 693),
(797, 51, '0', 1588639037, 'c,h,f,a,b', 1, 1, 0, 181, 0, ' 运动疗法联合臭氧治疗膝关节前交叉韧带损伤临床效果分析与研究', '', '', '吴化勇 等', '《黑龙江科学》期刊', '', 1588639037, 1588562151, 1, '运动疗法; 臭氧; 膝关节前交叉韧带损伤; 临床效', 0, 0, 0, 0, 0, 0, '运动疗法联合臭氧治疗膝关节前交叉韧带损伤临床效果分析与研究 吴化勇 计仁军 谢瑞红 闫冬 黑龙江农垦职业学院 以探究运动疗法联合臭氧治疗膝关节前交叉韧带损伤的临床效果为目', '', 1, 0, 0, 694),
(798, 51, '0', 1588635166, 'c,h,f,a,b', 1, 1, 0, 56, 0, '酒精依赖症状研究', '', '', '张鑫 等', '《黑龙江科学》期刊', '', 1588635166, 1588562776, 1, '酒精;依赖;症状', 0, 0, 0, 0, 0, 0, '酒精依赖症状研究 张鑫 王佳乐 薛钦予 岳超颖 李鑫鑫 牡丹江医学院 基金: 黑龙江省2018年立项大学生创新创业训练计划项目(201810229010) 黑龙江省2019年立项大学生创新创业训练计划项', '', 1, 0, 0, 695),
(799, 27, '0', 1588629593, 'c,h,f,a', 1, 2, -2, 69, 0, '吃在民间', '', '', 'hljkx', '未知', '', 1588629593, 1588629872, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 696),
(800, 27, '0', 1588631148, 'c,h,p,f,a', 1, 2, 0, 131, 0, '吃在民间', '', '', '听雨', '听雨', '/uploads/200505/1-200505062HE39.jpg', 1588631148, 1588630083, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 697),
(801, 27, '0', 1588631375, 'c,h,p,f,s,a,b', 1, 2, 0, 185, 0, '乌镇', '', '', '听雨', '听雨', '/uploads/200505/1-200505061U2345.jpg', 1588631375, 1588630249, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 698),
(802, 14, '0', 1588634868, 'c,h,p,f,s,a,b', 1, 2, 0, 88, 0, '乌镇系列-1', '', '', '听雨', '听雨', '/uploads/allimg/200505/1-2005050H221-lp.jpg', 1588634868, 1588634678, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 699),
(803, 51, '0', 1588896313, 'c,h,a,b', 1, 1, 0, 56, 0, '奥美拉唑联合铝碳酸镁治疗胃溃疡合并胃出血的临床效果观察', '', '', '林荣荣', '黑龙江科学期刊', '', 1588896313, 1588896271, 1, '奥美拉唑;联合;铝碳酸镁;治疗;胃溃疡;合并;胃出', 0, 0, 0, 0, 0, 0, '林荣荣 苍南县人民医院 导出/参考文献 分享 创建引文跟踪 收藏 打印 摘要: 探讨奥美拉唑联合铝碳酸镁治疗胃溃疡合并胃出血的临床效果。选择2017年10月2018年10月期间苍南县人民医院', '', 1, 0, 0, 700),
(804, 51, '0', 1589352023, 'c,h,f,a,b', 1, 1, 0, 71, 0, '微创截骨矫正术对拇外翻合并小趾内翻畸形患者术后VAS评分', '', '', '李斯斯', '黑龙江科学期刊', '', 1589352023, 1589352259, 1, '微创;截骨矫正术;拇外翻合并小趾内翻畸形;', 0, 0, 0, 0, 0, 0, '李斯斯 吉林大学第二医院 导出/参考文献 分享 创建引文跟踪 收藏 打印 摘要: 评价拇外翻合并小趾内翻畸形患者在进行微创截骨矫正术治疗后,对其VAS(疼痛)评分改善、生活质量(SF-36', '', 1, 0, 0, 701),
(805, 27, '0', 1589352494, 'p', 1, 2, 0, 108, 0, '乌镇', '', '', 'hljkx', '未知', '/uploads/allimg/200513/1-200513144Z3-lp.jpg', 1589352494, 1589352603, 1, '', 0, 0, 0, 0, 0, 0, '', '', 1, 0, 0, 702),
(806, 51, '0', 1589448652, 'c,h,f,a,b', 1, 1, 0, 133, 0, '孟鲁司特钠治疗小儿咳嗽变异性哮喘的临床疗效及安全性评价', '', '', '崔晓燕', '黑龙江科学期刊', '', 1589448652, 1589448628, 1, '孟鲁司特钠; 小儿咳嗽变异性哮喘; 临床疗效; 安', 0, 0, 0, 0, 0, 0, '崔晓燕 定西市第二人民医院 导出/参考文献 分享 创建引文跟踪 收藏 打印 摘要: 以观察孟鲁司特钠治疗小儿咳嗽变异性哮喘的临床疗效及安全性为目的。将62例小儿咳嗽变异性哮喘患', '', 1, 0, 0, 703);
-- --------------------------------------------------------
--
-- 表的结构 `dede_arctypes`
--
CREATE TABLE `dede_arctypes` (
`id` smallint(5) UNSIGNED NOT NULL,
`reid` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`topid` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`sortrank` smallint(5) UNSIGNED NOT NULL DEFAULT '50',
`typename` char(30) NOT NULL DEFAULT '',
`typedir` char(60) NOT NULL DEFAULT '',
`isdefault` smallint(6) NOT NULL DEFAULT '0',
`defaultname` char(15) NOT NULL DEFAULT 'index.html',
`issend` smallint(6) NOT NULL DEFAULT '0',
`channeltype` smallint(6) DEFAULT '1',
`maxpage` smallint(6) NOT NULL DEFAULT '-1',
`ispart` smallint(6) NOT NULL DEFAULT '0',
`corank` smallint(6) NOT NULL DEFAULT '0',
`tempindex` char(50) NOT NULL DEFAULT '',
`templist` char(50) NOT NULL DEFAULT '',
`temparticle` char(50) NOT NULL DEFAULT '',
`namerule` char(50) NOT NULL DEFAULT '',
`namerule2` char(50) NOT NULL DEFAULT '',
`modname` char(20) NOT NULL DEFAULT '',
`description` char(150) NOT NULL DEFAULT '',
`keywords` varchar(60) NOT NULL DEFAULT '',
`seotitle` varchar(80) NOT NULL DEFAULT '',
`moresite` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
`sitepath` char(60) NOT NULL DEFAULT '',
`siteurl` char(50) NOT NULL DEFAULT '',
`ishidden` smallint(6) NOT NULL DEFAULT '0',
`cross` tinyint(1) NOT NULL DEFAULT '0',
`crossid` text,
`content` text,
`smalltypes` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- 转存表中的数据 `dede_arctypes`
--
INSERT INTO `dede_arctypes` (`id`, `reid`, `topid`, `sortrank`, `typename`, `typedir`, `isdefault`, `defaultname`, `issend`, `channeltype`, `maxpage`, `ispart`, `corank`, `tempindex`, `templist`, `temparticle`, `namerule`, `namerule2`, `modname`, `description`, `keywords`, `seotitle`, `moresite`, `sitepath`, `siteurl`, `ishidden`, `cross`, `crossid`, `content`, `smalltypes`) VALUES
(55, 0, 0, 7, '精选', '{cmspath}/a/bowenjingxuan', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article.htm', '{style}/article_article.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/bowenjingxuan', '', 0, 2, '', '&nbsp;', ''),
(8, 48, 0, 50, '产品与技术', '{cmspath}/a/chanpinyujishu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article8.htm', '{style}/article_article8.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '产品与技术', 0, '{cmspath}/a/lanmu', '', 1, 0, '0', '&nbsp;', ''),
(9, 48, 0, 50, '观察', '{cmspath}/a/guancha', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article9.htm', '{style}/article_article9.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '观察', 0, '{cmspath}/a/guancha', '', 1, 0, '0', '&nbsp;', ''),
(10, 48, 0, 50, '民生', '{cmspath}/a/minsheng', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article10.htm', '{style}/article_article10.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '民生', 0, '{cmspath}/a/minsheng', '', 1, 0, '0', '&nbsp;', ''),
(11, 0, 0, 9, '养生保健', '{cmspath}/a/jiankang', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article11.htm', '{style}/article_article11.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '健康', 0, '{cmspath}/a/jiankang', '', 0, 2, '0', '&nbsp;', ''),
(12, 48, 0, 50, '论文', '{cmspath}/a/lunwen', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '论文', 0, '{cmspath}/a/lanmu', '', 1, 0, '0', '&nbsp;', ''),
(13, 0, 0, 10, '单位信息', '{cmspath}/a/guanyuwomen', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/singlepage.htm', '{style}/article_article.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '关于我们', 0, '{cmspath}/a/guanyuwomen', '', 0, 0, '0', '<div class=\"us_zuo\" style=\"width: 673px; font-family: 宋体; float: left; height: auto; color: rgb(51,51,51)\">\r\n <div class=\"us_zuo_inner\" style=\"padding-bottom: 20px; padding-left: 20px; width: 633px; padding-right: 20px; height: auto; padding-top: 20px\">\r\n <ul style=\"list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto\">\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto; padding-top: 0px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135555O3.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 420px; float: right\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"320\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 主编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 郭春景</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 执行主编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 曹 &nbsp;彦</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 副主编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 郝冰玉</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 主编助理</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 岳 &nbsp;欢</div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div class=\"clear\" style=\"clear: both\">\r\n &nbsp;</div>\r\n </li>\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto; padding-top: 20px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135629642.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 420px; float: right; height: 181px\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"320\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 编辑部主任</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 姜 &nbsp;洋</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 财务部主任</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 田金苗</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 事务部主任</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 曹 &nbsp;港</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n 广告部主任</td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n 岳 &nbsp;欢</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div class=\"clear\" style=\"clear: both\">\r\n &nbsp;</div>\r\n </li>\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 633px; padding-right: 0px; height: auto; padding-top: 20px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135F2c6.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 420px; float: right\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"320\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 英文编校</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n Makayla</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 中文编辑</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 再武&nbsp;&nbsp; 志宏</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"40\" width=\"190\">\r\n <div align=\"right\">\r\n 封面设计</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 王书瑞</div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div class=\"clear\" style=\"clear: both\">\r\n &nbsp;</div>\r\n </li>\r\n <li style=\"border-bottom: rgb(204,204,204) 1px dashed; padding-bottom: 20px; list-style-type: none; margin: 0px; padding-left: 0px; width: 661px; padding-right: 0px; height: 435px; padding-top: 20px\">\r\n <div class=\"us_zuo_inner_zuo\" style=\"background-image: url(http://www.hljkexue.com/templets/default/images/43.jpg); padding-bottom: 7px; padding-left: 10px; width: 139px; padding-right: 10px; float: left; height: 179px; padding-top: 7px\">\r\n <img src=\"/uploads/180322/1-1P322135I42Z.jpg\" style=\"border-width: medium; border-style: none; border-color: initial; width: 130px; height: 180px;\" /></div>\r\n <div class=\"us_zuo_inner_you\" style=\"width: 494px; float: right; height: 409px\">\r\n <table border=\"0\" cellspacing=\"1\" style=\"width: 402px; height: 409px\" width=\"402\">\r\n <tbody>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 主管/主办</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 黑龙江省科学院</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 国际标准连续出版物号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n ISSN 1674-8646</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 国内统一连续出版物号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n CN 23-1560/G3</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 编辑出版</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 黑龙江科学编辑部</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 电话</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 0451 -82316133 82321706</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 地址</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈尔滨市嵩山路15号</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 邮编</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 150090</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 网址</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n <a href=\"http://www.hljkexue.com/\" style=\"color: rgb(0,0,0); text-decoration: none\" target=\"_blank\">http://www.hljkexue.com</a></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 印刷</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈尔滨市工大节能印刷厂</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 总发行</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈尔滨市邮局</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 订阅处</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 全国各地邮局</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 邮发代号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 14-119</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 定价</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 12 元</div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"right\" height=\"24\" width=\"220\">\r\n <div align=\"right\">\r\n 广告发布登记编号</div>\r\n </td>\r\n <td width=\"20\">\r\n &nbsp;</td>\r\n <td align=\"left\" width=\"190\">\r\n <div align=\"left\">\r\n 哈南市监广字【2017】第001号</div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n</div>\r\n<br />\r\n', ''),
(14, 0, 0, 11, '环游世界', '{cmspath}/a/shengtailvyou', 1, 'index.html', 1, 2, -1, 0, 0, '{style}/index_image.htm', '{style}/list_image.htm', '{style}/article_image.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '生态旅游', 0, '{cmspath}/a/shengtailvyou', '', 0, 2, '0', '&nbsp;', ''),
(15, 0, 0, 12, '奢侈品', '{cmspath}/a/jianzhuyumei', 1, 'index.html', 1, -8, -1, 0, 0, '{style}/index_image.htm', '{style}/list_image.htm', '{style}/article_image_cl.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '建筑与美', 0, '{cmspath}/a/jianzhuyumei', '', 0, 2, '0', '<img alt=\"\" src=\"/hljkx/uploads/allimg/130607/1-13060G22F0.jpg\" style=\"width: 950px; height: 633px\" />&nbsp;', ''),
(19, 12, 12, 50, '教育、体育研究', '{cmspath}/a/lunwen/jishudangan', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '&nbsp;', ''),
(21, 0, 0, 13, '下期导读', '{cmspath}/a/dianzizazhi', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article.htm', '{style}/article_article.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/dianzizazhi', '', 1, 0, '', '&nbsp;', ''),
(22, 0, 0, 14, '广告', '{cmspath}/a/guanggao', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article.htm', '{style}/article_article.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/guanggao', '', 1, 0, '', '&nbsp;', ''),
(39, 12, 12, 50, '经济、管理研究', '{cmspath}/a/lunwen/jingjiguanliyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '&nbsp;', ''),
(27, 0, 0, 1, '随手拍', '{cmspath}/a/tupianxinwen', -1, 'index.html', 1, 2, -1, 0, 0, '{style}/index_image.htm', '{style}/list_image.htm', 'default/article_image_cl.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/tupianxinwen', '', 0, 1, '', '&nbsp;', ''),
(30, 54, 12, 3, '应用基础研究', '{cmspath}/a', -1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lunwen', '', 0, 2, '', '&nbsp;', ''),
(44, 12, 12, 50, '机械、电子与通信、测绘研究', '{cmspath}/a/lunwen/jixie_dianziyutongxin_cehuiyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '', ''),
(43, 12, 12, 50, '矿山、交通研究', '{cmspath}/a/lunwen/kuangshan_jiaotongyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '', ''),
(41, 12, 12, 50, '土木建筑研究', '{cmspath}/a/lunwen/tumujianzhuyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '', ''),
(42, 12, 12, 50, '生物、自然、环境研究', '{cmspath}/a/lunwen/shengwuziranhuanjingyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '&nbsp;', ''),
(40, 54, 12, 2, '调研与分析', '{cmspath}/a/lunwen/jichuyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lunwen', '', 0, 2, '', '&nbsp;', ''),
(45, 12, 12, 50, '能源、动力研究', '{cmspath}/a/lunwen/nenyuan_dongliyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '', ''),
(48, 0, 0, 50, '原栏目', '{cmspath}/a/lanmu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article.htm', '{style}/article_article.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lanmu', '', 1, 0, '', '&nbsp;', ''),
(49, 54, 0, 4, '技术开发', '{cmspath}/a/jishuyanjiu/', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/jishuyanjiu/', '', 0, 2, '', '&nbsp;', ''),
(50, 54, 0, 5, '科研与应用', '{cmspath}/a/chanyeyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lvyou.htm', '{style}/article_article_lvyou.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/chanyeyanjiu', '', 0, 2, '', '&nbsp;', ''),
(51, 54, 0, 6, '全科医学', '{cmspath}/a/quyuyanjiu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/quyuyanjiu', '', 0, 2, '', '&nbsp;', ''),
(52, 54, 0, 7, '国学', '{cmspath}/a/jingyanjiaoliu', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/jingyanjiaoliu', '', 0, 2, '', '&nbsp;', ''),
(53, 0, 0, 8, '精华', '{cmspath}/a/keyankuaixun', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_article.htm', '{style}/article_article.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/keyankuaixun', '', 0, 0, '', '&nbsp;', ''),
(54, 0, 0, 2, '论文', '{cmspath}/a/lunwen', 1, 'index.html', 1, 1, -1, 0, 0, '{style}/index_article.htm', '{style}/list_lunwen.htm', '{style}/article_article12.htm', '{typedir}/{Y}/{M}{D}/{aid}.html', '{typedir}/list_{tid}_{page}.html', 'default', '', '', '', 0, '{cmspath}/a/lunwen', '', 0, 0, '', '&nbsp;', '');
-- --------------------------------------------------------
--
-- 表的结构 `failed_jobs`
--
CREATE TABLE `failed_jobs` (
`id` bigint(20) UNSIGNED NOT NULL,
`connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
`queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
`payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `links`
--
CREATE TABLE `links` (
`id` bigint(20) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `links`
--
INSERT INTO `links` (`id`, `title`, `url`, `created_at`, `updated_at`) VALUES
(1, '黑龙江省科学院', 'http://www.has.ac.cn/', '2020-06-05 05:29:24', '2020-06-05 05:29:24'),
(2, '高技术研究院', 'http://iat.has.ac.cn/index.html', '2020-07-17 03:32:19', '2020-07-17 03:32:19'),
(3, '自然与生态研究所', 'http://ine.has.ac.cn', '2020-07-17 03:40:25', '2020-09-07 03:30:28'),
(4, '大庆分院', 'http://dqb.has.ac.cn', '2020-07-17 03:40:33', '2020-09-07 03:30:56'),
(5, '能源环境研究院', 'http://nyfh.has.ac.cn', '2020-07-17 03:40:39', '2020-09-07 03:31:19'),
(6, '石油化学研究院', 'http://www.hipc.org.cn', '2020-07-17 03:40:46', '2020-09-07 03:31:42'),
(7, '智能制造研究所', 'http://www.haai.com.cn', '2020-07-17 03:40:51', '2020-09-07 03:32:11'),
(8, '微生物研究所', 'http://imb.has.ac.cn', '2020-07-17 03:41:01', '2020-09-07 03:32:28'),
(9, '技术物理研究所', 'http://www.tpihas.ac.cn', '2020-07-17 03:41:07', '2020-09-07 03:32:52'),
(10, '黑龙江科学期刊', 'http://www.hljkexue.com', '2020-07-17 03:41:14', '2020-09-07 03:33:19');
-- --------------------------------------------------------
--
-- 表的结构 `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2016_01_04_173148_create_admin_tables', 1),
(4, '2019_08_19_000000_create_failed_jobs_table', 1),
(5, '2020_05_28_153525_create_articles_table', 2),
(6, '2020_05_28_153536_create_categories_table', 2),
(7, '2020_05_28_163818_create_links_table', 3),
(8, '2017_07_17_040159_create_config_table', 4),
(9, '2020_06_05_105738_create_article_pictures_table', 5);
-- --------------------------------------------------------
--
-- 表的结构 `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转储表的索引
--
--
-- 表的索引 `admin_config`
--
ALTER TABLE `admin_config`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `admin_config_name_unique` (`name`);
--
-- 表的索引 `admin_menu`
--
ALTER TABLE `admin_menu`
ADD PRIMARY KEY (`id`);
--
-- 表的索引 `admin_operation_log`
--
ALTER TABLE `admin_operation_log`
ADD PRIMARY KEY (`id`),
ADD KEY `admin_operation_log_user_id_index` (`user_id`);
--
-- 表的索引 `admin_permissions`
--
ALTER TABLE `admin_permissions`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `admin_permissions_name_unique` (`name`),
ADD UNIQUE KEY `admin_permissions_slug_unique` (`slug`);
--
-- 表的索引 `admin_roles`
--
ALTER TABLE `admin_roles`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `admin_roles_name_unique` (`name`),
ADD UNIQUE KEY `admin_roles_slug_unique` (`slug`);
--
-- 表的索引 `admin_role_menu`
--
ALTER TABLE `admin_role_menu`
ADD KEY `admin_role_menu_role_id_menu_id_index` (`role_id`,`menu_id`);
--
-- 表的索引 `admin_role_permissions`
--
ALTER TABLE `admin_role_permissions`
ADD KEY `admin_role_permissions_role_id_permission_id_index` (`role_id`,`permission_id`);
--
-- 表的索引 `admin_role_users`
--
ALTER TABLE `admin_role_users`
ADD KEY `admin_role_users_role_id_user_id_index` (`role_id`,`user_id`);
--
-- 表的索引 `admin_users`
--
ALTER TABLE `admin_users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `admin_users_username_unique` (`username`);
--
-- 表的索引 `admin_user_permissions`
--
ALTER TABLE `admin_user_permissions`
ADD KEY `admin_user_permissions_user_id_permission_id_index` (`user_id`,`permission_id`);
--
-- 表的索引 `adverts`
--
ALTER TABLE `adverts`
ADD PRIMARY KEY (`id`) USING BTREE;
--
-- 表的索引 `articles`
--
ALTER TABLE `articles`
ADD PRIMARY KEY (`id`) USING BTREE,
ADD KEY `category_id` (`category_id`) USING BTREE;
--
-- 表的索引 `article_pictures`
--
ALTER TABLE `article_pictures`
ADD PRIMARY KEY (`id`);
--
-- 表的索引 `categories`
--
ALTER TABLE `categories`
ADD PRIMARY KEY (`id`),
ADD KEY `parent_id` (`parent_id`);
--
-- 表的索引 `dede_addonarticles`
--
ALTER TABLE `dede_addonarticles`
ADD PRIMARY KEY (`aid`),
ADD KEY `typeid` (`typeid`);
--
-- 表的索引 `dede_archives`
--
ALTER TABLE `dede_archives`
ADD PRIMARY KEY (`id`),
ADD KEY `sortrank` (`sortrank`),
ADD KEY `mainindex` (`arcrank`,`typeid`,`channel`,`flag`,`mid`),
ADD KEY `lastpost` (`lastpost`,`scores`,`goodpost`,`badpost`,`notpost`);
--
-- 表的索引 `dede_arctypes`
--
ALTER TABLE `dede_arctypes`
ADD PRIMARY KEY (`id`),
ADD KEY `reid` (`reid`,`isdefault`,`channeltype`,`ispart`,`corank`,`topid`,`ishidden`),
ADD KEY `sortrank` (`sortrank`);
--
-- 表的索引 `failed_jobs`
--
ALTER TABLE `failed_jobs`
ADD PRIMARY KEY (`id`);
--
-- 表的索引 `links`
--
ALTER TABLE `links`
ADD PRIMARY KEY (`id`);
--
-- 表的索引 `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- 表的索引 `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`);
--
-- 表的索引 `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- 在导出的表使用AUTO_INCREMENT
--
--
-- 使用表AUTO_INCREMENT `admin_config`
--
ALTER TABLE `admin_config`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- 使用表AUTO_INCREMENT `admin_menu`
--
ALTER TABLE `admin_menu`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- 使用表AUTO_INCREMENT `admin_operation_log`
--
ALTER TABLE `admin_operation_log`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1554;
--
-- 使用表AUTO_INCREMENT `admin_permissions`
--
ALTER TABLE `admin_permissions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- 使用表AUTO_INCREMENT `admin_roles`
--
ALTER TABLE `admin_roles`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- 使用表AUTO_INCREMENT `admin_users`
--
ALTER TABLE `admin_users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- 使用表AUTO_INCREMENT `adverts`
--
ALTER TABLE `adverts`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- 使用表AUTO_INCREMENT `articles`
--
ALTER TABLE `articles`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;
--
-- 使用表AUTO_INCREMENT `article_pictures`
--
ALTER TABLE `article_pictures`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- 使用表AUTO_INCREMENT `categories`
--
ALTER TABLE `categories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- 使用表AUTO_INCREMENT `dede_arctypes`
--
ALTER TABLE `dede_arctypes`
MODIFY `id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;
--
-- 使用表AUTO_INCREMENT `failed_jobs`
--
ALTER TABLE `failed_jobs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- 使用表AUTO_INCREMENT `links`
--
ALTER TABLE `links`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- 使用表AUTO_INCREMENT `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- 使用表AUTO_INCREMENT `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;