推荐
专栏
教程
课程
飞鹅
本次共找到5584条
二维码应用
相关的信息
Souleigh ✨
•
4年前
React事件绑定的几种方式
一、React事件是什么在react应用中,事件名都是用小驼峰格式进行书写,例如onclick要改写成onClick最简单的事件绑定如下:class ShowAlert extends React.Component showAlert() console.log("HelloWorld"); render()
京东云开发者
•
2年前
京东小程序折叠屏适配探索 | 京东云技术团队
京东小程序近年来支持了越来越多的业务和应用,做好小程序的折叠屏的适配也是符合未来的发展趋势,能为用户和业务方提供更好的体验和价值。
Wesley13
•
4年前
UITabBarController的简单使用
UITabBarController的使用步骤初始化UITabBarController设置UIWindow的rootViewController为UITabBarController根据具体情况,通过addChildViewController方法添加对应个数的子控制器通常而言,UITabBarController一般作为应用程序的
Stella981
•
4年前
Android AsyncTask实现
AsyncTask是android中一个非常好用的异步执行工具类。AsyncTask的应用AsyncTaskenablesproperandeasyuseoftheUIthread.这个类允许执行后台操作并在UI线程中发布结果,而却不需要管理threads和/或handlers。Asy
Stella981
•
4年前
SlidingTutorial
!(https://raw.githubusercontent.com/Cleveroad/SlidingTutorialAndroid/master/images/header.jpg)Cleveroad介绍了滑动教程库为Android嘿,伙计们,希望你还没有开始开发Android应用教程然而,当我们已经完成了自己的工
Wesley13
•
4年前
Java项目笔记之消息中间件
不点蓝字,我们哪来故事?消息中间件RocketMQ消息中间件简介应用场景!(https://oscimg.oschina.net/oscnet/d55802ac190d4cc18118beb8e4c7cb8c.png)
Stella981
•
4年前
Android BLE 总结-源码篇(BluetoothLeAdvertiser)
在做AndroidBLE的应用程序时,我们发出广播数据是调用BluetoothLeAdvertiser的startAdvertising方法,如下所示:\java\viewplain(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fan
Stella981
•
4年前
12306 selenium 模拟登录
\下面是12306实现的模拟登陆\解码应用超级鹰,注册用户,左侧栏软件ID进去,开启一个新软件,拿到软件ID\下面测试都在jupyter里面实现超级鹰类cellimportrequestsfromhashlibimportmd5classChaojiying_Cli
Wesley13
•
4年前
MySQL 用户管理
不要直接使用root用户管理应用数据添加用户以root用户登录数据库,运行以下命令:createuserzhangsanidentifiedby'zhangsan';上面的命令创建了用户zhangsan,密码是zhangsan.在mysql.user表里可以查看到
1
•••
240
241
242
•••
559