码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
Cesium的model初识
学习Cesium的model的基础知识。 #primitve方式加载模型 #模型运动显示 #clippingPlane the core :ax+by+cz=d; a,b,c,d is four parameters try to understand this by mathmatics #pic ...
分类:其他好文   时间:2019-11-03 12:50:16    阅读次数:94
查看oracle字符集
#查看字符集select userenv('language') from dual; select * from V$NLS_PARAMETERS; SELECT * FROM NLS_DATABASE_PARAMETERS where parameter='NLS_CHARACTERSET'; ... ...
分类:数据库   时间:2019-11-02 21:58:09    阅读次数:83
register_buffer vs register_parameter
先来看下 的成员: register_buffer和register_parameter只涉及到 和`_parameters`,调用这两个函数分别会向两个成员写入数据: 和`_parameter state_dict .cpu() .cuda()`在设备间进行转换。 ’_buffer state_d ...
分类:其他好文   时间:2019-10-31 21:52:42    阅读次数:88
Python Ethical Hacking - VULNERABILITY SCANNER(8)
Implementing Code To Discover XSS in Parameters 1. Watch the URL of the XSS reflected page carefully. 2. Add the test_xss_in_link method in the Scanne ...
分类:编程语言   时间:2019-10-29 23:50:10    阅读次数:120
jmeter过程中的坑
1、大并发时,报错 no buffer space available 解决办法: 在注册表中添加值 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters路径下添加 值名称:MaxUserPort 值类型:DWOR ...
分类:其他好文   时间:2019-10-29 15:42:54    阅读次数:77
mybatis问题汇总
1、 原因:Dao.xml 没有被绑定 绑定方式:在mybatis配置文件中进行注册 2、 【Mybatis】Parameter 'XXX' not found. Available parameters are [1, 0, param1, param2] sql执行传入多个参数,不能找到对应的参 ...
分类:其他好文   时间:2019-10-29 11:45:33    阅读次数:73
ios alamofire4.x网络框架url 中文问题
一种方式是把参数放到Parameters里面就可以了 还有中文在path上 比如 http://www.chao.com/chao/name/张三 这种方式需要处理url编码 url是字符串类型 url.addingPercentEncoding(withAllowedCharacters: .ur ...
分类:移动开发   时间:2019-10-25 20:25:10    阅读次数:123
常用alv报表屏幕显示
TABLES :COVP,COEP,AFPO,s022 .SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.PARAMETERS:p_gjahr LIKE bkpf-gjahr OBLIGATORY , "会计年度 p_peri ...
分类:其他好文   时间:2019-10-24 15:35:00    阅读次数:103
使用GridSearchCV进行网格搜索微调模型
微调后: Best score: 0.983Best parameters set: clf__C: 10 clf__penalty: 'l2' vect__max_df: 0.5 vect__max_features: None vect__ngram_range: (1, 2) vect__st ...
分类:其他好文   时间:2019-10-22 12:44:46    阅读次数:218
KVM嵌套虚拟化
centos部署KVM后,默认KVM中的VM无法使用嵌套虚拟化 检查主机nested kvm是否开启 cat /sys/module/kvm_intel/parameters/nested Y为开启,N为未开启 主机修改配置 vi /etc/modprobe.d/kvm nested.conf op ...
分类:其他好文   时间:2019-10-19 11:15:49    阅读次数:89
1509条   上一页 1 ... 14 15 16 17 18 ... 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!