文章列表
1.Reference必须要命名,且不能以“-”为分割符
2.创建index,在index项中创建,然后在点击你创建的项,在column中添加和column中关联
3.在到处表时,去掉drop index 的选项,这样做防止在数据库中报找不到此字段的错误
parseInt(9.2*10/10);拿到9
parseInt(9.2*10%10);拿到2
Runtime.getRuntime().exec("cmd /k start f:\\temp.bat");
Runtime.getRuntime().exec("cmd /c del c:\\a.doc");
//Runtime.getRuntime().exec("notepad");
//Runtime.getRuntime().exec("cmd /c start c:\\a.doc");
//Runtime.getRuntime().exec("cmd /c start ...
ssh -Nf -L 主机:171:映射机:22 映射机
如:ssh -Nf -L 10.144.165.219:171:193.195.5.178:22 193.195.5.178
mv 剪切,也可以当重命名用如:mv xxx.text xxx.bat
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
&l ...
document.getElementById(select的id).options.length = 0;