会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
light-zhang
林花谢了春红,太匆匆。无奈朝来寒雨,晚来风
新随笔
管理
上一页
1
2
3
4
5
6
7
8
···
14
下一页
2019年5月28日
https://snapcraft.io/store
摘要: 非常好用的linux资源库 https://snapcraft.io/store
阅读全文
posted @ 2019-05-28 09:25 light-zhang
阅读(320)
评论(0)
推荐(0)
2019年5月20日
中文转拼音 pinyin4j的使用
摘要: import java.util.Objects; import org.springframework.util.StringUtils; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforg...
阅读全文
posted @ 2019-05-20 18:40 light-zhang
阅读(588)
评论(0)
推荐(0)
java对象转数组|数组转对象
摘要: import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import cc.xx.mall.common.a...
阅读全文
posted @ 2019-05-20 18:39 light-zhang
阅读(26588)
评论(0)
推荐(0)
Deflater 压缩解压
摘要: import java.util.Arrays; import java.util.zip.Deflater; import java.util.zip.Inflater; import cc.zeelan.mall.common.assertion.Assert; /** * 数据压缩解压 * * @project common-utils * @fileName StringZ...
阅读全文
posted @ 2019-05-20 18:36 light-zhang
阅读(949)
评论(0)
推荐(0)
spring的RestTemplate连接池相关配置
摘要: import org.apache.http.conn.HttpClientConnectionManager; import org.apache.http.impl.client.HttpClientBuilder; import org.apache.http.impl.conn.PoolingHttpClientConnectionManager; import org.springfr...
阅读全文
posted @ 2019-05-20 18:23 light-zhang
阅读(9760)
评论(1)
推荐(1)
2019年4月12日
spring获取指定包下面的所有类
摘要: import java.io.IOException; import java.util.HashSet; import java.util.Set; import org.springframework.context.ResourceLoaderAware; import org.springframework.core.io.Resource; import org.springfram...
阅读全文
posted @ 2019-04-12 14:33 light-zhang
阅读(6381)
评论(1)
推荐(1)
2019年4月4日
springboot,jpa 添加全文索引
摘要: springboot支持mysql5.7版本以上根据注解创建全文索引 使用方法: 1.拉取代码到本地工作空间 git clone https://gitee.com/light-zhang/springboot-fulltext.git 2.项目中引入依赖 <dependency> <groupId
阅读全文
posted @ 2019-04-04 11:45 light-zhang
阅读(3017)
评论(0)
推荐(0)
2019年3月20日
VUE项目报错 This is probably not a problem with npm. There is likely additional logging output above.
摘要: npm install之后,运行 npm i -D webpack-dev-server@2.9.7 在npm run dev就可以了
阅读全文
posted @ 2019-03-20 14:01 light-zhang
阅读(8113)
评论(0)
推荐(0)
2019年3月5日
debian java8 cacerts 证书的丢失
摘要: dpkg --purge --force-depends ca-certificates-java apt-get install ca-certificates-java
阅读全文
posted @ 2019-03-05 11:06 light-zhang
阅读(253)
评论(0)
推荐(0)
2019年1月9日
yii2 ,thinkphp的伪静态
摘要: nginx目录下的nginx.config的location节点添加如下配置 yii2伪静态配置location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?r=/$1 last; break; } } thinkPhP伪静态
阅读全文
posted @ 2019-01-09 09:43 light-zhang
阅读(1588)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
14
下一页
公告