Stella981 Stella981
3年前
ROYcms从新调整后的结构
ROYcms从新调整后的结构!(http://www.cnblogs.com/royweb1/aggbug/1506891.html?type1)作者:杜耀辉(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Froyweb1%2F)发表于
Stella981 Stella981
3年前
Kafka 配置安装
1.从官网下载安装包http://kafka.apache.org/downloads2.上传到01虚拟机,解压3.进入安装目录下的config目录4.对server.properties进行配置\root@hadoop01config\vimserver.properties配置示例:broker
Stella981 Stella981
3年前
MINIUI解决SWFUpload上传文件组件使用时2049错误
看他们好多人遇到这个问题我也遇到了,而且半天没解决啊 百度谷歌搜索了一大圈基本解决方案是什么根目录下放crossdomain.xml文件内容为如下<?xmlversion"1.0"?<!DOCTYPEcrossdomainpolicySYSTEM"http://www.macromed
Stella981 Stella981
3年前
Jenkins 自动化部署asp.net
使用步骤1、安装jenkins、git和vs,并确保机器上安装了.net framework 4.5和.net framework4.0 ,完成后访问http://localhost:8080。2、进入插件管理,安装MSBuild Plugin、Git plugin两个插件。将开发机上的C:\\Program Files (x86)\\MS
Stella981 Stella981
3年前
Promise进一步阅读
下面是几篇比较好的Promise文章:\1\Promise是怎么工作的,http://wengeezhang.com/?p13(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwengeezhang.com%2F%3Fp%3D13)\2\JavaScript进阶之路
Stella981 Stella981
3年前
GeoServer基础教程(三):部署发布Shapefile地图数据
转载:http://blog.csdn.net/mingzai624。这是GeoServer官方网站提供的一份Shapefile测试数据 nyc\_roads.zip(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdocs.geoserver.org%2Fstable%2Fen%2
Wesley13 Wesley13
3年前
UEditor编辑器
1.UEditor编辑器官网:http://ueditor.baidu.com/website/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fueditor.baidu.com%2Fwebsite%2F)2.下载文件:选择  1.4.3.3.Net版本UTF8板!(h
Wesley13 Wesley13
3年前
JAVA开源游戏框架 FXGL
本文适合有Java基础知识的人群,跟着本文可学习和运行Java的游戏。!(https://oscimg.oschina.net/oscnet/b512108f2a837ad717c392f2ae73082ed23.jpg)本文作者:HelloGitHub秦人HelloGitHub推出的《讲解开源项目》(http
Wesley13 Wesley13
3年前
github学习点滴
如何删除github上的项目:http://jingyan.baidu.com/article/63acb44ae77d2961fcc17ede.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjingyan.baidu.com%2Farticle%2F63acb44ae
Stella981 Stella981
3年前
SpringBoot2.1.3修改tomcat参数支持请求特殊符号
最近遇到一个问题,比如GET请求中,key,value中带有特殊符号,请求会报错,见如下URL:http://xxx.xxx.xxx:8081/aaa?key1val1&a.\\.id123&ba\1\现在,我们进入boot启动类,添加如下代码即可:publicclassDemoApp{   publicstatic