Easter79 Easter79
3年前
vue 引用tinymce(富文本)遇到的坑,以及添加本地图片上传
1.安装npminstalltinymce 2.组件初始化:在需要用到富文本的组件内,importtinymcefrom'tinymce'然后初始化  tinymce.init3.加载富文本需要的资源文件,放在static目录下!(https://oscimg.oschina.net/oscnet/8cc8e9eade1
Easter79 Easter79
3年前
Vue + ElementUI环境下时间格式化的便捷方案
因为此法本质上使用的是ElementUI内本身就有的格式化函数,而插件化的目的也是想全局化,其它引用的地方要方便点src/plugins/dateFormatter.jsimport{formatDate}from"elementui/src/utils/dateutil";exportdefault
Stella981 Stella981
3年前
Spring Data Redis 详解及实战一文搞定
SDRSpringDataRedis的简称。SpringDataRedis提供了从Spring应用程序轻松配置和访问Redis的功能。它提供了与商店互动的低级别和高级别抽象,使用户免受基础设施问题的困扰。SpringBoot实战引用依赖<dependency<groupIdor
Stella981 Stella981
3年前
C# WPF中嵌入Chrome浏览器
借鉴 https://www.cnblogs.com/guxin/p/wpfembedhtmlbycefsharp.html搭建基本的开发环境  新建WPF程序  右击隐引用,选择管理NuGet包  在nuget中搜索CefSharp,其中有CefSharp.WinForms和CefSharp.Wpf,在这里应该安装CefShar
Stella981 Stella981
3年前
C#中有关数组和string引用类型或值类型的判断
直接来一段测试代码classvalue_ref_type{publicstaticvoidDEMO1(){doublelocationnewdouble2{1.256589,489789};
Stella981 Stella981
3年前
ReactiveCocoa中weakify与strongify的作用
@weakify(Obj) @strongify(Obj)这对宏在RACEXTScope.h中定义,RACFramework好像没有默认引入,需要单独import他们的作用主要是在block内部管理对self的引用:@weakify(self); //定义了一个\_\_weak的self\_weak\_变量\RACObserve
可莉 可莉
3年前
094、Java中String类之直接赋值时的堆内存自动引用
01.代码如下:packageTIANPAN;/此处为文档注释@author田攀微信382477247/publicclassTestDemo{publicstaticvoidmain(Stringargs){
Stella981 Stella981
3年前
JQuery判断radio是否选中,获取选中值
他对radio操作功能,以后在添加。直接上代码,别忘记引用JQuery包<!DOCTYPEhtmlPUBLIC"//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1transitional.dtd"<htmlxmlns"http://w
Stella981 Stella981
3年前
094、Java中String类之直接赋值时的堆内存自动引用
01.代码如下:packageTIANPAN;/此处为文档注释@author田攀微信382477247/publicclassTestDemo{publicstaticvoidmain(Stringargs){
Wesley13 Wesley13
3年前
Android中ImageButton自定义按钮的按下效果的代码实现方法,附网上2种经典解决方法。
首先看看网上的2种方法:【以下为引用网络,来源:http://www.eoeandroid.com/thread793111.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.eoeandroid.com%2Fthread793111.html)