Wesley13 Wesley13
3年前
jfinal自定义freemarker标签
jfinal自定义freemarker标签1.config修改freemarkerrenderpublicvoidafterJFinalStart(){super.afterJFinalStart();F
Stella981 Stella981
3年前
CAS 5.3.1系列之自定义Shiro认证策略(四)
CAS5.3.1系列之自定义Shiro认证策略(四)CAS官方文档是介绍基于配置实现shiro认证的,可以参考官方文档,不过我们也可以通过自定义认证策略的方式实现jdbc认证,pom先加入相关jar<!CustomAuthentication<dependency
Stella981 Stella981
3年前
Android app全局字体设置
相信很多对设计追求极致的开发者们对Android系统的默认字体都会感到不满意,这个时候需要使用自定义的字体,当然可以使用系统提供的Typeface来加载自定义字体,但是,一个个TextView的设置,是不是很快就疯了,本文给大家介绍如何快速定义自定义的app全局字体方法很简单,就是使用github上的一个开源库Calligraphy(https://
Wesley13 Wesley13
3年前
unity 多选枚举
首先是自定义usingUnityEngine;usingSystem.Collections;usingUnityEditor;publicclassEnumFlagsAttribute:PropertyAttribute{}CustomPropertyDrawer(typeof
Stella981 Stella981
3年前
Egret之自定义Tween缓动动画函数
/自定义Tween动画类/namespaceTweenPro{exportclassEase{constructor(){};/asineout缓动动画函数:先较快,后
Stella981 Stella981
3年前
Selenium+Python自动化测试学习问题总结笔记
1.问题描述:不能导入自定义类错误内容:Thisinspectiondetectsnamesthatshouldresolvebutdon't.Duetodynamicdispatchandducktyping,thisispossibleinalimitedbutusefulnumberofcase
融云IM即时通讯 融云IM即时通讯
7个月前
融云IM干货丨如何在iOS和Android平台上实现推送通知自定义?
在iOS和Android平台上实现推送通知自定义,可以按照以下步骤操作:iOS平台自定义推送通知:启用推送通知功能:在Xcode中,为您的AppID启用推送通知功能。这可以在Apple开发者账户的Certificates,Identifiers&Profi
达里尔 达里尔
4个月前
elementplus自定义背景色切换主题变成默认背景色
elementplus自定义背景色切换主题变成默认背景色