問題タブ [unspecified]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
excel - 実行時エラーVBAが発生し続ける
これを取得して、メインのログイン ページと 2 番目のワンタイム パスワード (OTP) ページで自分の Web サイトにログインしようとしています。しかし、私はエラーを取得しています
実行時エラー '-2147467259 (80004005)':
自動化エラー
不明なエラー
この行で見つかりました:
ここで何が間違っていますか?2日前に学習を始めたばかりなので、この言語は初めてです。
sql - Unspecified Error when search a table for a string in sql delphi using parameters - Delphi SQL
there. I am trying to search for a string contained in any column of a sql table by adding all the Fieldnames to the WHERE clause using a for loop. Also I use parameters to protect against SQL injection. But when I run I get an error like this:
Unspecified error
How can this be fixed and what is the problem (Not necessarily in that order). Here is my code. I am running Delphi 7
c++ - [expr.static.cast]/13 に関する混乱
引用を理解できません(具体的には、太字部分):
タイプ「cv1 void へのポインタ」の prvalue は、タイプ「cv2 T へのポインタ」の prvalue に変換できます。ここで、T はオブジェクト タイプであり、cv2 は cv1 と同じ cv-qualification またはそれより大きい cv-qualification です。元のポインタ値がメモリ内のバイトのアドレス A を表し、A が T のアラインメント要件を満たさない場合、結果のポインタ値は指定されません。
私の質問は次のとおりです。
res
( のアドレス) が指すアドレスはint
、 のアラインメント要件を満たしていますdouble
か?結果のポインタ
res
には未指定の値がありますか?そして、私がこのようなものを持っているとき:タイプはターゲットタイプより厳密ではありません
static_cast<double*>(static_cast<void *>(&i))
か? この式の結果が不特定にならないようにi
double