Easter79 Easter79
4年前
vue echarts vue
1、git地址https://github.com/ecomfe/vueecharts(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fecomfe%2Fvueecharts)2、使用(1)安装npminstallvueecha
Kent_Sun Kent_Sun
4年前
java截取url后缀以及判断是否带参数
java获取url后缀,以及判断是否带参数(?paramsxxx)java//使用了String对象的方法截取字符串StringfileUrl"http://www.baidu.com?a1234";intindexfileUrl.lastIndexOf("?");if(index1){file
马丁路德 马丁路德
4年前
Taro 入门教程
简介Taro是一个遵循React语法规范的开放式跨端跨框架解决方案,支持使用React/Vue/Nerv等框架来开发微信/京东/百度/
Wesley13 Wesley13
4年前
003,LuaFramework集成KBEngine的lua客户端插件
LuaFramework与KBEngine的结合KBEngine的lua代码使用liuxq(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fliuxq)的lua插件(https://www.
Stella981 Stella981
4年前
Spring Security 案例实现和执行流程剖析
SpringSecuritySpringSecurity是Spring社区的一个顶级项目,也是SpringBoot官方推荐使用的安全框架。除了常规的认证(Authentication)和授权(Authorization)之外,SpringSecurity还提供了诸如ACLs,LDAP,JAAS,CAS等高
Stella981 Stella981
4年前
JavaScript Prototype
定义和用法prototype属性使您有能力向对象添加属性和方法。实例在本例中,将展示如何使用prototype属性来向对象添加属性:<scripttype"text/javascript"functionemployee(name,job,born){this.n
Wesley13 Wesley13
4年前
do
原文链接: dosync异步转同步使用child\_process实现(https://my.oschina.net/ahaoboy/blog/4962490)https://github.com/Zemnmez/dosync(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%
Stella981 Stella981
4年前
Spring Boot Debug调试
在使用springboot:run进行启动的时候,如果设置的断点进不去,要进行以下的设置。1、添加jvm参数配置在springboot的maven插件加上jvmArguments配置。<project...<build...<plugins
Stella981 Stella981
4年前
Android ImageView 的scaletype属性详细介绍
android:scaleType是控制图片如何resized/moved来匹对ImageView的size,我们可以这样啦使用1.<ImageViewandroid:id"@id/img\_weibo\_img"2.android:layout\_width"fill\_parent"3.and
Stella981 Stella981
4年前
Elasticsearch索引监控之Indices Segments API与Indices Shard Stores
本文将继续介绍elasticsearch索引监控之Indicessegments与IndicesShardstoresapi。IndicesSegments提供Lucene索引(分片级别)使用的segments(段信息)。其对应的示例代码如下:1public static final void test_Indic