Stella981 Stella981
3年前
C# byte[] 转换hex(16进制字符串)
1.byte\\转换hex(16进制字符串)  1.1BitConverter方式varstrDateTime.Now.ToString();varencodeEncoding.UTF8;varbytesencode.GetBytes
Stella981 Stella981
3年前
Docker下的Tensorflow
tensorflow下载并运行阿里镜像dockerrunitregistry.cnhangzhou.aliyuncs.com/denverdino/tensorflowbash或较原生方式(直接dockerpulltensorflow/tensorflow被墙,借用)d
Wesley13 Wesley13
3年前
Java爬坑
redis序列化选择方式1publicCacheManagercacheManager(RedisTemplateredisTemplate){2//设置序列化Key的实例化对象3redisTemplate.setKeySerializer(newStringRedisS
Wesley13 Wesley13
3年前
JavaWeb统一异常处理
JavaWeb统一异常处理\toc\处理方案1\.xml文件配置方式web.xml配置<errorpage<errorcode404</errorcode<location/404</location
Stella981 Stella981
3年前
Ajax_请求get,post案例
1\.最原始的ajax请求方式(1).get请求<%@PageLanguage"C"AutoEventWireup"true"CodeFile"AjaxDemo.aspx.cs"Inherits"ajax_AjaxDemo"%<!DOCTYPEhtml<htmlxmln
Stella981 Stella981
3年前
Selenium3+python几种定位元素的方法
学习小结:这里使用ChromeV73webdriver2.461几种定位方式:2Autotest.py3fromseleniumimportwebdriver4fromselenium.webdriver.common.byimportBy5importtim
Wesley13 Wesley13
3年前
Mysql的常用操作
Mysql的常用操作第一、          启动数据库第一种方式:linuxaku9:/etc/init.d./mysqlstopredirectingtosystemctlstopShuttingdownMySQL..                            
Stella981 Stella981
3年前
DataGrid 的DataSource重新加载数据
DataGrid的DataSource重新加载数据,若直接重新给DataSource赋值是没有效果的,若只是修改原有数据中的单个值,此方法有效,但是针对完全不一样的数据直接重新赋值的方式是无效的,此时需要先删除DataSource原有的数据,再赋给它新的值。删除方式:1.DataGridView1.DataSourcenull此方
Stella981 Stella981
3年前
C# 求Sn=a+aa+aaa+...+aa...a(n个a)的值
方法一:使用一层for循环的方式1usingSystem;23namespacetest4{5classProgram6{7staticvoidMain(stringargs)8
陈哥聊测试 陈哥聊测试
1年前
取代或转型?人工智能对软件测试的影响(内附工具推荐)
这就是软件测试中的人工智能(AI)成为颠覆性技术的地方,它改变了软件测试的执行方式。