Easter79 Easter79
3年前
vue,elementUI切换主题,自定义主题
本文介绍两种elementUI切换主题色的方法项目示例:http://test.ofoyou.com/theme/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftest.ofoyou.com%2Ftheme%2F)git代码:记得star哦,谢谢(https://www.o
Wesley13 Wesley13
3年前
Objective C的类的声明实现基础课程(二)
  腾讯视频ObjectiveC的类的声明实现  链接:http://dwz.cn/zH61a(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdwz.cn%2FzH61a)ObjectiveC中,调用方法被称为发送消息 ,通知对象执行某种操作。语法如下:
Wesley13 Wesley13
3年前
URL相关函数
http://127.0.0.1/php/example/URL/pg2.php?user\_nameSERENE问号之前的部分是页面正常的URL,问号之后是附加URL上的部分相关函数:arrayparse\_url(stringurl)该函数对URL字符进行解析该数组中包含了解析的结果。stringurlencode(string
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年前
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
Stella981 Stella981
3年前
Fedora30安装有道词典记录
在有道词典官方网站有linux版本的下载地址:http://cidian.youdao.com/indexlinux.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcidian.youdao.com%2Findexlinux.html)但这个版本是.dep软件包,如果熟
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