Ray0f1ight

Results 2 issues of Ray0f1ight

.setOnLayoutInflatedListener(new OnLayoutInflatedListener() { @Override public void onLayoutInflated(View view, final Controller controller) { view.findViewById(R.id.btn_ok).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // controller.showPage(0); controller.showPreviewPage(); } }); 其中的controller.showPreviewPage()经常报错 并抛出错误内容: java.security.InvalidParameterException: The...

When I run pip install taichi -U, it throw error: ERROR: Could not find a version that satisfies the requirement taichi (from versions: none) ERROR: No matching distribution found for...