Easter79 Easter79
4年前
swal() 弹出层的用法
swal()方法是一个提示框;swal({title:"",text:"请扫描用户手机上的付款码",type:"input",showCancelButton:true,closeOnConfirm:false,canc
Wesley13 Wesley13
4年前
jdbc的操作流程代码
\//dbhelphelp类,封装数据库基本信息以及关闭资源的方法classDbHelp{//数据库连接信息publicstaticStringurl"jdbc:mysql://localhost:3306/blog";publicstaticStringuser
Stella981 Stella981
4年前
Spark 配置连接hive 元数据库(mysql)
Spark连接hive元数据库(mysql)方法一:1)打开Hivemetastoreroot@head42~hiveservicemetastore&netstatano|grep9083???2)开启spark连接Mysq
Stella981 Stella981
4年前
EGL Context 创建
继续EGLcontext创建的分析。eglInitialize()来看EGL10.eglInitialize()的实现。com.google.android.gles_jni.EGLImpl中,这个方法的实现如下:publicnativebooleaneglInit
Stella981 Stella981
4年前
Generator函数
目录Generator语法yieldyield表达式next方法的参数Generator为什么是异步编程解决方案异步应用Thunk函数co模块Java
Stella981 Stella981
4年前
Python接入mysql数据库
方法一:直接在models里连接mysql数据库,用sql语言操作python2的代码:codingutf8importMySQLdbconnMySQLdb.connect(host'loc
Wesley13 Wesley13
4年前
Java创建多线程的几种方式
Java创建多线程的几种方式\TOC\1、继承Thread类,重写run()方法//方式1packagecn.itcats.thread.Test1;publicclassDemo1extendsThread{
Wesley13 Wesley13
4年前
ES6面向对象
ES6面向对象js中的面向对象functionUser(name,age){this.namename;//定义属性this.ageage;}//通过原型添加方法User.prototype.showNamefuncti
Wesley13 Wesley13
4年前
Java创建多线程的几种方式
Java创建多线程的几种方式\TOC\1、继承Thread类,重写run()方法//方式1packagecn.itcats.thread.Test1;publicclassDemo1extendsThread{
细说敏捷测试-敏捷实战中的探索 | 京东云技术团队
敏捷开发是一种思想或方法论,就是通过不断迭代开发和增量发布,最终交付符合用户价值的产品。