MySql 查询表结构信息
摘要:select Column_name as 列名,is_nullable as 是否可为空,data_type as 数据类型,column_default as 默认值,case when column_key ='PRI' then '主键' when column_key ='UNI' the
阅读全文
posted @
2018-11-12 15:09
田坤坤
阅读(502)
推荐(0) 编辑
解决js的 Math取正弦值 余弦值不准确的问题
摘要://角度 var vAngle=90; //正弦值 var vSin=Math.round(Math.sin((vAngle * Math.PI/180)) * 1000000) / 1000000; //余弦值var vCos=Math.round(Math.cos((vAngle * Math.
阅读全文
posted @
2018-11-09 11:21
田坤坤
阅读(941)
推荐(0) 编辑