Souleigh ✨ Souleigh ✨
4年前
前端 - 常见的异常捕获方法
前端异常捕获在ES3之前js代码执行的过程中,一旦出现错误,整个js代码都会停止执行,这样就显的代码非常的不健壮。从ES3开始,js也提供了类似的异常处理机制,从而让js代码变的更健壮,程序执行的过程中出现了异常,也可以让程序具有了一部分的异常恢复能力。js异常的特点是,出现不会导致JS引擎崩溃,最多只会终止当前执行的任务。回归正题,我们该如何在程序异常发生
梦
4年前
微信小程序轮播图
实现效果wxml代码<viewstyle"height:20rpx;"</view<viewclass"swiper"
Stella981 Stella981
3年前
React应用渲染界面的入口
jsx代码:varReactrequire('react');varReactDOMrequire('reactdom');varMyButtonControllerrequire('./components/MyButtonController');ReactDOM.render
Wesley13 Wesley13
3年前
CLR存储过程
C代码namespaceSayHello{usingMicrosoft.SqlServer.Server;publicclassSayHelloClass{Microsoft.SqlServer.Serve
Stella981 Stella981
3年前
Python3 比较两个图片是否类似或相同
  Python代码coding:utf8importosfromPILimportImage,ImageDraw,ImageFileimportnumpyimportpytesseractimportcv2importimagehashimportcoll
Stella981 Stella981
3年前
C# 使用Shell32 进行压缩与解压缩的标准且正确做法
具体参见代码,就不再做其他相关说明了;这是用于上线产品中的源代码。解压部分:1///<summary2///解压压缩包3///</summary4///<paramname"zipPath"压缩包的绝对路径</par
Stella981 Stella981
3年前
HelloAndroid
HelloAndroid代码button.setOnClickListener{valalertDialogAlertDialog.Builder(this)alertDialog.setTitle("提示")
Stella981 Stella981
3年前
KVO的简单认识
KVO概念KVOkeyvalueobserver 键值观察监听对象属性变化的一种手段,可以用在开源框架,让代码解耦。例如:上拉、下拉刷新控件常见面试题KVO是同步的还是异步的?代码演练添加观察
Wesley13 Wesley13
3年前
Intellij idea 快捷键(1)
使用Intellijidea时,想要快捷生成for循环代码块itar生成arrayfor代码块\java\ viewplain(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcsdnimg.cn%2Frelease%2Fphoenix%2F%23) cop