答
奥卡西平(Oxcarbazepine)的副作用大不大,奥卡西平(Oxcarbazepine)常见的副作用有:1、头晕、头痛、复视。过量后可出现共济失调;2、视力模糊、恶心、嗜睡、鼻炎、感冒样综合征、消化不良、皮疹和协调障碍等。奥卡西平(Oxcarbazepine)
系统发生错误
/* Base */
body {
color: #333;
font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
margin: 0;
padding: 0 20px 20px;
}
h1{
margin: 10px 0 0;
font-size: 28px;
font-weight: 500;
line-height: 32px;
}
h2{
color: #4288ce;
font-weight: 400;
padding: 6px 0;
margin: 6px 0 0;
font-size: 18px;
border-bottom: 1px solid #eee;
}
h3{
margin: 12px;
font-size: 16px;
font-weight: bold;
}
abbr{
cursor: help;
text-decoration: underline;
text-decoration-style: dotted;
}
a{
color: #868686;
cursor: pointer;
}
a:hover{
text-decoration: underline;
}
.line-error{
background: #f8cbcb;
}
.echo table {
width: 100%;
}
.echo pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border: 0;
border-radius: 3px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.echo pre > pre {
padding: 0;
margin: 0;
}
/* Exception Info */
.exception {
margin-top: 20px;
}
.exception .message{
padding: 12px;
border: 1px solid #ddd;
border-bottom: 0 none;
line-height: 18px;
font-size:16px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑";
}
.exception .code{
float: left;
text-align: center;
color: #fff;
margin-right: 12px;
padding: 16px;
border-radius: 4px;
background: #999;
}
.exception .source-code{
padding: 6px;
border: 1px solid #ddd;
background: #f9f9f9;
overflow-x: auto;
}
.exception .source-code pre{
margin: 0;
}
.exception .source-code pre ol{
margin: 0;
color: #4288ce;
display: inline-block;
min-width: 100%;
box-sizing: border-box;
font-size:14px;
font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana;
padding-left: 56px;
}
.exception .source-code pre li{
border-left: 1px solid #ddd;
height: 18px;
line-height: 18px;
}
.exception .source-code pre code{
color: #333;
height: 100%;
display: inline-block;
border-left: 1px solid #fff;
font-size:14px;
font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑";
}
.exception .trace{
padding: 6px;
border: 1px solid #ddd;
border-top: 0 none;
line-height: 16px;
font-size:14px;
font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑";
}
.exception .trace ol{
margin: 12px;
}
.exception .trace ol li{
padding: 2px 4px;
}
.exception div:last-child{
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
/* Exception Variables */
.exception-var table{
width: 100%;
margin: 12px 0;
box-sizing: border-box;
table-layout:fixed;
word-wrap:break-word;
}
.exception-var table caption{
text-align: left;
font-size: 16px;
font-weight: bold;
padding: 6px 0;
}
.exception-var table caption small{
font-weight: 300;
display: inline-block;
margin-left: 10px;
color: #ccc;
}
.exception-var table tbody{
font-size: 13px;
font-family: Consolas,"Liberation Mono",Courier,"微软雅黑";
}
.exception-var table td{
padding: 0 6px;
vertical-align: top;
word-break: break-all;
}
.exception-var table td:first-child{
width: 28%;
font-weight: bold;
white-space: nowrap;
}
.exception-var table td pre{
margin: 0;
}
/* Copyright Info */
.copyright{
margin-top: 24px;
padding: 12px 0;
border-top: 1px solid #eee;
}
/* SPAN elements with the classes below are added by prettyprint. */
pre.prettyprint .pln { color: #000 } /* plain text */
pre.prettyprint .str { color: #080 } /* string content */
pre.prettyprint .kwd { color: #008 } /* a keyword */
pre.prettyprint .com { color: #800 } /* a comment */
pre.prettyprint .typ { color: #606 } /* a type name */
pre.prettyprint .lit { color: #066 } /* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
pre.prettyprint .tag { color: #008 } /* a markup tag name */
pre.prettyprint .atn { color: #606 } /* a markup attribute name */
pre.prettyprint .atv { color: #080 } /* a markup attribute value */
pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */
pre.prettyprint .fun { color: red } /* a function name */
[2002] PDOException in Connection.php line 528
SQLSTATE[HY000] [2002] 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
try {
if (empty($config['dsn'])) {
$config['dsn'] = $this->parseDsn($config);
}
if ($config['debug']) {
$startTime = microtime(true);
}
$this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
if ($config['debug']) {
// 记录数据库连接信息
$this->log('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn']);
}
return $this->links[$linkNum];
} catch (\PDOException $e) {
if ($autoConnection) {
Call Stack
in Connection.php line 528
at PDO->__construct('mysql:host=127.0.0.1...', 'root', '123456', [0, 2, 0, ...]) in Connection.php line 528
at Connection->connect() in Connection.php line 2024
at Connection->initConnect(false) in Connection.php line 644
at Connection->query('SHOW COLUMNS FROM `s...', [], false, true) in Mysql.php line 90
at Mysql->getFields('`sdh_data`') in Connection.php line 377
at Connection->getTableInfo('sdh_data', 'bind') in Connection.php line 454
at Connection->getFieldsBind('sdh_data') in Builder.php line 292
at Builder->buildWhere(object(Query), ['AND' => [['drug_id', '=', 814], ['tag_id', '=', 24], ['del_time', '=', 0]]]) in Builder.php line 264
at Builder->parseWhere(object(Query), ['AND' => [['drug_id', '=', 814], ['tag_id', '=', 24], ['del_time', '=', 0]]]) in Builder.php line 998
at Builder->select(object(Query)) in Connection.php line 1370
at Connection->column(object(Query), ['content'], '') in Query.php line 628
at Query->column('content') in Api.php line 26
at Api->drug_tag()
at ReflectionMethod->invokeArgs(object(Api), []) in Container.php line 395
at Container->invokeReflectMethod(object(Api), object(ReflectionMethod), ['drug_name' => '奥卡西平', 'drug_tag' => '疗效', 'convert' => false]) in Module.php line 131
at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
at Middleware->think\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
at Module->exec() in Dispatch.php line 168
at Dispatch->run() in App.php line 432
at App->think\{closure}(object(Request), object(Closure), null)
at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
at Middleware->think\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
at Middleware->dispatch(object(Request)) in App.php line 435
at App->run() in index.php line 21
Environment Variables
GET Dataempty
POST Data
drug_name
奥卡西平
drug_tag
疗效
Filesempty
Cookies
PHPSESSID
ms66tc66tbtd59d6mrequkblrk
Sessionempty
Server/Request Data
ALLUSERSPROFILE
C:\ProgramData
APPDATA
C:\Users\Administrator\AppData\Roaming
CommonProgramFiles
C:\Program Files\Common Files
CommonProgramFiles(x86)
C:\Program Files (x86)\Common Files
CommonProgramW6432
C:\Program Files\Common Files
COMPUTERNAME
DESKTOP-6MBA97U
ComSpec
C:\Windows\system32\cmd.exe
DriverData
C:\Windows\System32\Drivers\DriverData
HOMEDRIVE
C:
HOMEPATH
\Users\Administrator
LOCALAPPDATA
C:\Users\Administrator\AppData\Local
LOGONSERVER
\\DESKTOP-6MBA97U
mariadb_path
..\mysql-5.7.40-winx64
nginx_path
..\nginx-1.24.0
NUMBER_OF_PROCESSORS
24
OS
Windows_NT
Path
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Program Files\php-8.0.28-nts-Win32-vs16-x64\;D:\Program Files\Git\cmd;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
php_path
..\php-7.4.33-nts-Win32-vc15-x64
PROCESSOR_ARCHITECTURE
AMD64
PROCESSOR_IDENTIFIER
Intel64 Family 6 Model 183 Stepping 1, GenuineIntel
PROCESSOR_LEVEL
6
PROCESSOR_REVISION
b701
ProgramData
C:\ProgramData
ProgramFiles
C:\Program Files
ProgramFiles(x86)
C:\Program Files (x86)
ProgramW6432
C:\Program Files
PROMPT
$P$G
PSModulePath
C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
PUBLIC
C:\Users\Public
redis_path
..\redis-x64-5.0.14.1
SESSIONNAME
Console
SystemDrive
C:
SystemRoot
C:\Windows
TEMP
C:\Users\ADMINI~1\AppData\Local\Temp
TMP
C:\Users\ADMINI~1\AppData\Local\Temp
USERDOMAIN
DESKTOP-6MBA97U
USERDOMAIN_ROAMINGPROFILE
DESKTOP-6MBA97U
USERNAME
Administrator
USERPROFILE
C:\Users\Administrator
windir
C:\Windows
HTTP_CONTENT_LENGTH
74
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=utf-8
HTTP_COOKIE
PHPSESSID=ms66tc66tbtd59d6mrequkblrk
HTTP_ACCEPT
*/*
HTTP_HOST
192.168.0.188:666
REDIRECT_STATUS
200
SERVER_NAME
192.168.0.126
SERVER_PORT
666
SERVER_ADDR
192.168.0.188
REMOTE_PORT
63590
REMOTE_ADDR
192.168.0.188
SERVER_SOFTWARE
nginx/1.24.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
d:/www/depot/public
DOCUMENT_URI
/index.php
REQUEST_URI
/drug_tag
SCRIPT_NAME
/index.php
CONTENT_LENGTH
74
CONTENT_TYPE
application/x-www-form-urlencoded;charset=utf-8
REQUEST_METHOD
POST
QUERY_STRING
s=//drug_tag
SCRIPT_FILENAME
d:/www/depot/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1719552122.4376
REQUEST_TIME
1719552122
Environment Variablesempty
ThinkPHP Constantsempty
var LINE = 528;
function $(selector, node){
var elements;
node = node || document;
if(document.querySelectorAll){
elements = node.querySelectorAll(selector);
} else {
switch(selector.substr(0, 1)){
case '#':
elements = [node.getElementById(selector.substr(1))];
break;
case '.':
if(document.getElementsByClassName){
elements = node.getElementsByClassName(selector.substr(1));
} else {
elements = get_elements_by_class(selector.substr(1), node);
}
break;
default:
elements = node.getElementsByTagName();
}
}
return elements;
function get_elements_by_class(search_class, node, tag) {
var elements = [], eles,
pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)');
node = node || document;
tag = tag || '*';
eles = node.getElementsByTagName(tag);
for(var i = 0; i < eles.length; i++) {
if(pattern.test(eles[i].className)) {
elements.push(eles[i])
}
}
return elements;
}
}
$.getScript = function(src, func){
var script = document.createElement('script');
script.async = 'async';
script.src = src;
script.onload = func || function(){};
$('head')[0].appendChild(script);
}
;(function(){
var files = $('.toggle');
var ol = $('ol', $('.prettyprint')[0]);
var li = $('li', ol[0]);
// 短路径和长路径变换
for(var i = 0; i < files.length; i++){
files[i].ondblclick = function(){
var title = this.title;
this.title = this.innerHTML;
this.innerHTML = title;
}
}
// 设置出错行
var err_line = $('.line-' + LINE, ol[0])[0];
err_line.className = err_line.className + ' line-error';
$.getScript('//cdn.bootcdn.net/ajax/libs/prettify/r298/prettify.min.js', function(){
prettyPrint();
// 解决Firefox浏览器一个很诡异的问题
// 当代码高亮后,ol的行号莫名其妙的错位
// 但是只要刷新li里面的html重新渲染就没有问题了
if(window.navigator.userAgent.indexOf('Firefox') >= 0){
ol[0].innerHTML = ol[0].innerHTML;
}
});
})();
奥卡西平(Oxcarbazepine)是一种常用的抗癫痫药物,也被用于治疗三叉神经痛和情感精神性障碍等疾病。像其他药物一样,奥卡西平在使用过程中可能会出现一些副作用。在本文中,我们将探讨奥卡西平的副作用程度以及使用该药物时应注意的相关问题。
1. 奥卡西平的常见副作用
奥卡西平的常见副作用可以分为两类:常见但较轻微的副作用和较为严重但罕见的副作用。
常见副作用包括头痛、头晕、嗜睡、噁心、呕吐、疲劳感、失眠、共济失调等。这些副作用通常在开始使用奥卡西平时出现,但会逐渐减轻或消失。如果这些副作用严重影响日常生活,患者应咨询医生。
较为严重但罕见的副作用包括皮肤反应(如皮疹、荨麻疹)、重度嗜睡、记忆力下降、异常心律、血小板减少、肝功能异常等。这些副作用虽然较少见,但如果出现应立即寻求医疗咨询。
2. 个体差异对副作用的影响
对于同一药物,不同的人可能会有不同的体验和反应,奥卡西平也不例外。有些患者可能会更容易受到奥卡西平的副作用影响,而另一些人可能几乎没有出现副作用。
个体差异可能受到多种因素的影响,包括患者的遗传特征、年龄、性别、身体健康状况以及同时使用的其他药物等。因此,在使用奥卡西平之前,医生通常会对患者进行详细的评估,以确定最合适的剂量和监测方案。
3. 如何减轻副作用的影响
尽管奥卡西平可能会引起一些副作用,但患者和医生可以采取一些措施来减轻其影响。
首先,患者应按照医生的建议准确使用奥卡西平,并严格控制剂量。任何停药或调整剂量的决定都应在医生的指导下进行。
其次,与医生保持良好的沟通非常重要。如果出现任何新的或严重的副作用,患者应及时向医生报告,以获取专业的建议和处理。医生也会定期监测患者的病情和药物反应,并进行必要的调整。
最后,患者应保持良好的生活习惯,包括充足的休息、健康的饮食和适度的锻炼。这些措施有助于提高整体身体健康水平,减少副作用的风险。
4. 结论
总体而言,奥卡西平是一种有效的药物,可以用于治疗癫痫、三叉神经痛和情感精神性障碍等疾病。尽管奥卡西平可能会引起一些副作用,但大多数副作用属于轻微且可接受的范围。患者在使用奥卡西平时应注意剂量的准确控制,并与医生保持密切的沟通,以便及时处理任何副作用或疑问。