我找到了一个答案,显示了一个很好的技巧来实现这一点,但答案是从2008年开始,它似乎今天没有效果?
建议从digraph graphname {
splines="curved";
node[shape = box, margin="0.03,0.03", fontsize=11, height=0.1, width=0.1, fixedsize=false];
"LeftFoot\nRightHand" [pos="-150,-150!"];
"RightFoot\nRightHand" [pos="-90,-150!"];
"LeftFoot\nRightFoot" [pos="0,-150!"];
...
edge[style = solid,fontsize=11];
"LeftFoot\nRightFoot":n -> "RightFoot\nRightHand":n [label = "3", penwidth = 1, color = "red"];
"LeftFoot\nRightFoot":s -> "LeftFoot\nRightHand":s [label = "7", penwidth = 1, color = "red"];
...
}
中删除参数,以便根据需要手动显示/隐藏表单。但是在Application.Run()
中,必须提供参数。
我有以下代码没有运气,表格仍然显示。 我希望在程序启动时隐藏主要表单。
.NET Compact Edition 3.5
答案 0 :(得分:1)
您don't have to使用var execSync = require('child_process').execSync;
...
execSync("cordova plugin rm " + plugin);
execSync("cordova plugin add " + plugin);
(带或不带参数):
Application.Run()