You can drill down into each statement using links to get detailed information about each statement execution.
可以使用链接向下钻取到每个语句,了解每个语句执行情况的详细信息。
Of course, having made a change to the problem statement, I now need to get domain-expert approval before I can check in the new version.
当然,在对问题陈述作了更改后,现在需要得到领域专家批准才能检入新的版本。
I concentrated on the truth of this statement, and thought again of his family, waiting for the phone call that mine had just received, a phone call they'd never get.
我集中精力确保这一陈述的真实性,再次想到了他的家庭,他们正在等待一个我刚刚接到,他们却再也无法听到的电话。
The statement read: "We worked so hard for justice to get a young, dangerous, lad off the streets for a long time.
该声明表示:”我们为了争取正义的审判努力了很长时间,就为了将这个年轻,危险并鲁莽的人从街上赶走。
I do not want to make an intentional moral statement but merely present to the viewer a world that most of us don't get to see.
我不是想故意作出一份道德的声明,而仅仅是呈现一个鲜为人知的世界,仅此而已。
On DB2, the error string of the latest failed SQL statement can be retrieved using the GET DIAGNOSTICS statement, as shown in Table 4.
在DB 2中,最后一个失败的sql语句的错误字符串可以通过使用GETDIAGNOSTICS语句检索,参见表4。
So what I'm going to do, well, let's get rid of this print statement for now.
所以我想要做的,好吧,让我们先省去这个打印声明。
That statement says, get the value of x, which is this link, and give z a pointer to the same place.
这个声明的意思是,取得x的值,也就是连接指向的值,然后给z赋予一个指向同样位置的指针。
GET DIAGNOSTICS statement supports retrieval of almost any fields of SQLCA area, populated by the database for each SQL statement.
GETDIAGNOSTICS语句几乎支持对SQLCA区域的所有字段的检索,该区域由用于每条sql语句的数据库来填充。
As with prepared statements in a JDBC application, the values get substituted for each placeholder in order of appearance in the statement.
与JDBC应用程序中的准备好的语句一样,值可以按在语句中出现的顺序被各占位符取代。
"We all should have a right to decide whether to get married or change our names," she wrote in a statement.
她在陈述中这样写道:“我们应该都有权利去决定自己是否结婚、是否更改姓名。”
Iterate through all the attributes in the statement to get the values.
迭代陈述中的所有属性以便获得属性值。
Sure enough, when you try to execute the SQL statement, you get an exception telling you that the connection is a read-only connection.
毫无疑问,在试图执行sql语句时,您会得到一个异常,告诉您该连接是一个只读连接。
"I often get asked how astronomers weigh stars," David Kipping of the Harvard-Smithsonian Center for Astrophysics said in a statement.
“我经常被问到如何天文学家称明星,”大卫的天体物理哈佛大学史密森中心的基平在声明中说。
Answering these questions generates the query's access path; your tuning aim is to get a better path that will reduce statement execution time.
回答这些问题就会确定查询的访问路径;调优的目标是找到更好的路径,减少语句的执行时间。
A statement doesn't have to be specific, just an overall goal to get everyone working in the same direction.
任务报告不必详尽,只是为了使每个人朝着同一个方向而努力的总体目标。
But Larry Paige at Google can call up a broker — he better get the board's permission — somebody at Google can call up a broker and make the same statement: we want to buy Google shares.
但是谷歌的拉里·佩奇也给经纪人打电话,当然要经过董事会允许,谷歌的某个雇员可以给经纪人打电话,然后做出同样的买入要求,我们想买进谷歌的股份。
If not, you likely get a PHP stack trace, informing you that the database connection failed or the INSERT statement did not work.
否则,您可能会得到一个php堆栈跟踪,告诉您数据库连接失败或者insert语句不工作。
Don't get stuck in a pattern of using cheesy stock art when you can nab free high quality photos that make a much stronger visual statement.
不要掉进使用蹩脚呆板的艺术这种模式的泥潭,你可以抓住既免费又具有高品质的照片来做出更强有力的、更直观的声明。
Then, copy over each expense that you didn’t get a statement for in the past month.
然后,拷贝每一项没有计入上个月结算表的支出。
One of them is the fact that you only need to pass the parameter to the database server, and you get the result back. You don't need to pass the entire SQL statement itself.
其中一条就是您仅需向数据库服务器传递参数,然后即可获得返回结果,而不必传递整个sql语句。
And so, now if I have proved these two formulas separately, then if you sum them together will get the correct statement.
如果分别证明这两个式子,相加就得到正确的结论。
To get past the last IF statement we simply populate the password with the user name in case of SSO.
为了通过最后一个IF语句,只需对于sso用用户名填充密码。
If you take the difference between the current CCE and last year's or last quarter's, you'll get this same number found at the bottom of the statement of cash flows.
用流动cce减去去年或上季度的流动cce会得出与现金流量表最下面一行相同的数字。
So in the example above, the NOT NULL constraint would get violated, and the INSERT statement would error out.
因此,在上面的示例中,会违反NOT NULL约束,INSERT语句会出错。
"By punishing cheatingfemales, the males are not really sticking up for the clients but aremaking sure that they get a decent meal, " Nichola Raihani, a studyauthor, said in a statement.
“雄性鱼惩罚作弊的雌性鱼,并不真的是维护客户,而是确保它们能吃上一顿像样的饭。” 研究报告的一位作者尼古拉·雷汉尼(NicholaRaihani)在声明中说。
Here you use the get scroll insensitive cursor command, once again specifying an SQL statement for the data to include.
在这里您可以使用getscroll insensitive游标命令,并再一次为要包括的数据指定sql语句。
I get the int and store it in n. The switch statement takes inside its parenthesis an int or a char or some primitive type.
我得到一个整数并把它存储,到n中,switch语句的圆括号里可以是一个整数,或者一个字符或其他的基本类型。
I get the int and store it in n. The switch statement takes inside its parenthesis an int or a char or some primitive type.
我得到一个整数并把它存储,到n中,switch语句的圆括号里可以是一个整数,或者一个字符或其他的基本类型。
应用推荐