上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: 非常好用的linux资源库 https://snapcraft.io/store 阅读全文
posted @ 2019-05-28 09:25 light-zhang 阅读(320) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: dpkg --purge --force-depends ca-certificates-java apt-get install ca-certificates-java 阅读全文
posted @ 2019-03-05 11:06 light-zhang 阅读(253) 评论(0) 推荐(0)
摘要: 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 下一页