vue 自定义指令-----文字提示气泡
实现一个简单的鼠标滑过出现文字提示。啥也不说上代码包括了指令类容更新importVuefrom'vue'Vue.directive('mouse',{//初始化bind:function(el,binding,vnode){},//被插入inserted:function(el,
Stella981 Stella981
4年前
SVG绘制圆形简单示例分享
今天分享“svg绘制圆形”部分1、简单圆形效果图如下:!(http://static.oschina.net/uploads/space/2016/0223/221143_UhEK_2619189.png)关键代码:<svg xmlns"http://www.w3.org/2000/svg" version"1.1
Wesley13 Wesley13
4年前
Unity读取Excel表格
一、将读取Excel文件放到Plugins文件下,并添加组件!(https://oscimg.oschina.net/oscnet/c7178e90511e8c06c4a9a9046e27b4dba47.png)二、相关代码usingSystem;
Stella981 Stella981
4年前
Akka实战:构建REST风格的微服务
使用AkkaHttp构建REST风格的微服务,服务API应尽量遵循REST语义,数据使用JSON格式交互。在有错误发生时应返回:{"errcode":409,"errmsg":"aaisinvalid,theIDisexpectedtobebb"}类似的JSON错误消息。代码:https://github.com/ya
Stella981 Stella981
4年前
Android自定义相机拍照并使用CardView展示
直接上完整代码:在Android Studio新建一个项目,然后依次创建:1.预先在drawable文件夹中保存的图片资源!(https://img2018.cnblogs.com/blog/1505274/201903/150527420190319143234200718979761.png)2.创
Stella981 Stella981
4年前
Android EditText实现撤销删除
代码来自:https://issuetracker.google.com/issues/36913735c123(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fissuetracker.google.com%2Fissues%2F36913735%23c123)packa
Wesley13 Wesley13
4年前
Java调用https服务报错unable to find valid certification path to requested target的解决方法
我们网站要进行https改造,配置上购买的SSL证书后,浏览器访问正常,但是写了个java代码用httpcomponents调用httpsrest接口时报错:Exceptioninthread"main"javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorEx
Stella981 Stella981
4年前
Android 3种数据保存(SharedPreferences存储 内部文件存储 数据库存储)
Android3种数据保存(SharedPreferences存储内部文件存储数据库存储)第一步:在xml文件上界面布局这边采用LinearLayour布局,添加3个按钮来实现界面的跳转,代码如下:<?xmlversio
Stella981 Stella981
4年前
Android 工具表
https://www.codota.com/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.codota.com%2F)代码搜索 http://www.atool.org/httptest.php(https://www.oschina.net/action/GoT