码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
缺陷的严重程度(Severity)
该bug对用户造成的影响有多大。(1)Urgent 死机重启等致命bug(2)Veryhigh 非常严重的bug(3)High 严重的bug(4)Medium 中等程度的bug(5)Low 小的bug ...
分类:其他好文   时间:2019-08-08 00:41:50    阅读次数:139
mysql round()函数以及convert()函数,保留n位小数
mysql> select round(2.232,2); +----------------+ | round(2.232,2) | +----------------+ | 2.23 | +----------------+ 1 row in set (0.00 sec) mysql> sele... ...
分类:数据库   时间:2019-08-08 00:41:01    阅读次数:303
PHP base_convert() 函数
16进制转8进制 8进制数转换为10进制数 8进制数转换为16进制数 https://www.runoob.com/php/func-math-base-convert.html ...
分类:Web程序   时间:2019-08-05 20:39:03    阅读次数:158
Check a Integer is power of 3 or not
1 #include 2 using namespace std; 3 4 /*错误代码 5 bool solve(long long n) 6 { 7 if(n%3==0) 8 return true; 9 else 10 return false; 11 }*/ 12 13 //题目给出32bi... ...
分类:其他好文   时间:2019-08-03 21:47:53    阅读次数:94
常用软件
磁盘读写测试 AS SSD Benchmark 查看磁盘通电时间 crystalDiskInfo 监测软件msi afterburner b站视频下载 jjdown b站后+jj 文件转换 MediaCoder 找坐标和颜色的软件 SXColor 思维导图 X-mind 远程 team viewer ...
分类:其他好文   时间:2019-08-02 20:08:38    阅读次数:100
【一句日历】2019年8月
【2019年8月1日·星期四】 没有钱、没有社会地位、没有文化,人很难掌握自己的命运。 ——王小波 E ...
分类:其他好文   时间:2019-08-01 14:39:10    阅读次数:88
PHP rtrim() 函数
code 输出 参考: https://www.w3school.com.cn/php/func_string_rtrim.asp ...
分类:Web程序   时间:2019-08-01 00:20:25    阅读次数:140
ide的debug
webstom 新建立一个配置项 找到webpack.config.js,最后一行加上 然后点击debug ...
分类:其他好文   时间:2019-07-31 22:14:48    阅读次数:99
WLAN802.11
IEEE 802.11,1997年,原始标准(2Mbit/s,播在2.4GHz)。DSSS, FHSS。该协议的一大缺点是它提供了太多的选择使得互操作性很难实现。所以它不严密,更像是一个beta标准,给了不同的产品厂商很多灵活性,但缺少厂商之间的操作性。 IEEE 802.11a,1999年,物理层 ...
分类:其他好文   时间:2019-07-29 21:50:50    阅读次数:146
What is “Deploy applications configured in Tomcat instance” in IntelliJidea
What is “Deploy applications configured in Tomcat instance” in IntelliJidea 2018年04月24日 20:45:15 daijiguo 阅读数 1693 This setting controls whether the a ...
分类:移动开发   时间:2019-07-27 21:04:21    阅读次数:134
1635条   上一页 1 ... 33 34 35 36 37 ... 164 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!