Sonarqube代码质量

}
function printpreview(){
// 打印页面预览
wb.execwb(7,1);
}
function printit(){
if (confirm(‘肯定打印吗?)){
wb.ExecWB(6,1)
//wb.execwb(1,1)//打开
//wb.ExecWB(2,1);//关闭现在所有的IE窗口并打开1个新窗口
//wb.ExecWB(4,1)//;保存网页
//wb.ExecWB(6,1)//打印
//wb.ExecWB(7,1)//打印预览
//wb.ExecWB(8,1)//打印页面设置
//wb.ExecWB(10,1)//查看页面属性
//wb.ExecWB(15,1)//好像是撤消,有待确认
//wb.ExecWB(17,1)//全选
//wb.ExecWB(22,1)//刷新
//wb.ExecWB(45,1)//关闭窗体无提示
}
}
</script>
</head>
<body>
<div class="noprint" style="width:640px;height:20px;margin:100px auto 0 auto;font-size:12px;text-align:right;">
<input value="打印" type="button" onclick="javascript:window.print()" />
<OBJECT classid="CLSID:8856F961⑶40A⑴1D0-A96B-00C04FD705A2" height="0" id="wb" name="wb" width="0">
</OBJECT>
<input type=button name=button_print style="display:none;" value="打印本单据" onclick="javascript:printit()">
<input type=button name=button_setup value="打印页面设置" onclick="javascript:printsetup();">
<input type=button name=button_show value="打印预览" onclick="javascript:printpreview();">
<input type=button name=button_fh value="关闭" onclick="javascript:window.close();">
</div>
<div style="width:640px;height:624px;margin:20px auto;">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf⑻" />
<title>中国绿色厨房计划</title>
<style>
@media print{
  .noprint{
  display:none
  }
}
</style>
<script language=javascript>
function printsetup(){
// 打印页面设置
wb.execwb(8,1);</div>

<div id="dd"></div>
</body>
</html>

 * */
    var joinItem=new SuperMap.REST.JoinItem({
foreignTableName: "V_ENABLEVIEW_LAND",
joinFilter: "BBS_PARCEL.CADASTRALNO = V_ENABLEVIEW_LAND.CADASTRALNO ",
joinType: "INNERJOIN"
});
    var queryParam, queryByGeometryParameters, queryService;
    queryParam = new SuperMap.REST.FilterParameter({
joinItems:[joinItem],
name: "BBS_PARCEL@grid_sysdb",
fields: [
        "BBS_PARCEL.CADASTRALNO as CADASTRALNO",
        "BBS_PARCEL.LANDUSER as LANDUSER",
        "BBS_PARCEL.PARCELADDRESS as PARCELADDRESS",
        "BBS_PARCEL.RIGHTSTYPE_CN as RIGHTSTYPE_CN",
        "BBS_PARCEL.LANDPURPOSE_CN as LANDPURPOSE_CN",
        "BBS_PARCEL.PLOTRATIO as PLOTRATIO",
        "BBS_PARCEL.POSTADDRESS as POSTADDRESS",
        "BBS_PARCEL.BOOKAREA as BOOKAREA",
        "BBS_PARCEL.REALAREA as REALAREA",
        "V_ENABLEVIEW_LAND.FJBM as FJBM"],
displayFilters:["V_ENABLEVIEW_LAND.FJBM="+_disCode +"‘ or V_ENABLEVIEW_LAND.FJBM is null "]

    });

queryByGeometryParameters = new SuperMap.REST.QueryByGeometryParameters({
        queryParams: [queryParam],
        geometry: feature.geometry,
        spatialQueryMode: SuperMap.REST.SpatialQueryMode.INTERSECT
    });

 # Permissions to create tables, indices and triggers must be granted to JDBC user. # The schema must be created first. sonar.jdbc.username=

mysql_username sonar.jdbc.password=mysql_password # Comment the following line to deactivate the default embedded database.

#sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar #----- MySQL 5.x # Comment the embedded database and uncomment the following line to use MySQL sonar.jdbc.url=jdbc:mysql://192.168.22.99:3306/sonarqube?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=t sonar.web.host=0.0.0.0 sonar.web.context=/sonarqube sonar.web.port=9001

# Permissions to create tables, indices and triggers must be granted to JDBC user. # The schema must be created first. sonar.jdbc.username=mysql_username sonar.jdbc.password=mysql_password # Comment the following line to deactivate the default embedded database. #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar #----- MySQL 5.x # Comment the embedded database and uncomment the following line to use MySQL sonar.jdbc.url=jdbc:mysql://192.168.22.99:3306/sonarqube?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=t sonar.web.host=0.0.0.0 sonar.web.context=/sonarqube sonar.web.port=9001

Sonarqube代码质量

上一篇:前端面试题六


下一篇:redis数据类型string