只有翻到英文與簡中的教學
10 * * * * flock -xn /tmp/test.lock -c '/home/test/test.sh'
10 * * * * flock -xn /tmp/test.lock -c '/home/test/test.sh'
protected override void OnInit(EventArgs e)
{
bindDropdownlist();
base.OnInit(e);
}
protected void btnSubmit_Click(object sender, EventArgs e)
{
DropDownList ddlTest = new DropDownList();
string _ddltest = "";
if (ctl.ID.IndexOf("ddlTest") >= 0)
{
ddlTest = (DropDownList)ctl;
_ddltest = this.Request[ddlTest.UniqueID];
}
}