Wesley13 Wesley13
4年前
UIWebView(1)
一、UIWebView的一些官方提醒:1、除了可以展示HTML外,还可以展示Keynote,PDF,Pagesdocuments, 但是在官方提示,最好的展示富文本的方式是UITextView文档:Forthebestrenderingofplainandrichtextinyourapp,however,yous
Stella981 Stella981
4年前
Golang Kernel For Jupyter
上篇回顾:VSCodeandNoteBookforJavaScript(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fdotnetcrazy%2Fp%2F9962192.html)正常流程安装Go语言:sudoapti
Stella981 Stella981
4年前
PhoneGap设置Icon
参考:http://cordova.apache.org/docs/en/latest/config\_ref/images.html通过config.xml中的<icon标签来设置Icon<iconsrc"res/ios/icon.png"platform"ios"width"57"height"57"densi
Stella981 Stella981
4年前
Spring Boot 406(type=Not Acceptable, status=406)异常解决办法
使用SpringBoot,Controller请求返回的参数类型是ResponseBody,如果请求的时候使用使用配置的默认请求扩展名,例如.html,SpringMVC会抛出一个typeNotAcceptable,status406错误,如下:WhitelabelErrorPageThisapplica
Wesley13 Wesley13
4年前
ActiveMQ 消息持久化到Mysql数据库
一、下载ActiveMQ版本:ActiveMQ5.15.3Release地址:http://activemq.apache.org/download.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Factivemq.apache.org%2Fdownload.
Stella981 Stella981
4年前
Centos6安装GDB调试信息
安装debuginfoinstall:yuminstallyumutils修改“/etc/yum.repos.d/CentOSDebuginfo.repo”文件的enable1使用debuginfoinstallglibc2.121.132.el6.i686安装没有CentOSDebuginfo.repo文件就创建一个,
Stella981 Stella981
4年前
Nginx之使用nginx搭建简单的文件服务器
  使用nginx可以搭建简单文件服务器  安装nginx(不详述)    修改配置文件/usr/local/nginx/conf/nginx.confuserroot;worker_processes1;error_loglogs/error.log;pidlog
Stella981 Stella981
4年前
MyBatis的缓存配置(Cache)
一、MyBatis的Cache配置1、全局开关:默认是true,如果它配成false,其余各个MapperXML文件配成支持cache也没用。<settings<settingname"cacheEnabled"value"true"/</settings2、各个MapperXML文件,默
Stella981 Stella981
4年前
Kafka web console安装
参考: http://www.cnblogs.com/yxwkf/p/5092589.html1. 安装包下载下载地址:https://github.com/claudemamo/kafkawebconsole/releases目前最新是2.0.0版本!(https://oscimg.oschina.net/os
Wesley13 Wesley13
4年前
PIL 学习
参考资料:Python图像处理库:pillow(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.hjqjk.com%2F2017%2FImageprocessinglibraryofpythonpillow.html)Image类Pillow中