Wesley13 Wesley13
3年前
jfinal自定义freemarker标签
jfinal自定义freemarker标签1.config修改freemarkerrenderpublicvoidafterJFinalStart(){super.afterJFinalStart();F
Wesley13 Wesley13
3年前
vscode代码统计——Vscode counter
1.安装插件在vscode界面左侧,点击图中所示的菜单项,搜索Vscodecounter!(https://oscimg.oschina.net/oscnet/c5a34d49a226257509cd8f30b993cdf43ef.png)2.使用插件统计代码2.1.点击顶部View菜单
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
Stella981 Stella981
3年前
31_java之项目中的数据库操作
01项目训练目标A:项目训练目标a:项目目标综合运用前面所学习的知识点熟练View层、Service层、Dao层之间的方法相互调用操作、熟练dbutils操作数据库表完成增删改查了解公司项
融云IM即时通讯 融云IM即时通讯
1个月前
融云IM干货丨如何在iOS和Android平台上实现推送通知自定义?
在iOS和Android平台上实现推送通知自定义,可以按照以下步骤操作:iOS平台自定义推送通知:启用推送通知功能:在Xcode中,为您的AppID启用推送通知功能。这可以在Apple开发者账户的Certificates,Identifiers&Profi