Nicksxs's Blog

Java 运行时、生产诊断与 AI 工程实践

Given an array of integers, find two numbers such that they add up to a specific target number.

阅读全文 »

Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the g…

阅读全文 »

模态对话框弹出确定后,在弹出对话框时新建的类及其变量会存在,但是对于其中的控件 对象无法调用函数,即如果要在主对话框中获得弹出对话框的Combo box选中值的话,需 要在弹出 对话框的确定函数内将其值取出,赋值给弹出对话框的公有变量,这样就可以 在主对话框类得到值。

阅读全文 »
0%