随笔分类 - Misc
摘要:using System; using RetireUtility; namespace ConsoleApp1 { internal class Program { public static void Main(string[] args) { //参照 https://mp.weixin.qq
阅读全文
摘要:properties文件,default的或自定义的都可以。 找到 forwardSlashCharacter 这一项,默认值应该是斜线 / ,换成英文 ! 或其它字符都可以,就正常了。 https://stackoverflow.com/questions/15761920/gitblit-bad
阅读全文
摘要:场景 Discuz! X3.5 windows IIS到windows IIS的迁移,本例2016至2019 独立主机,非虚拟主机 操作 安装IIS,安装应用程序开发,安装cgi isapi扩展 isapi筛选器 把之前的PHP文件夹拷到同目录下,避免版本问题和重新配置,不用安装 域名改解析 IIS
阅读全文
摘要:如题,否则会刷当前页。
阅读全文
摘要:整体思路是使用odbc和链接服务器 后台虚拟主机的sql备份功能,备份到ftp或指定目录为.sql文件 安装 Connector/ODBC,最新版,https://dev.mysql.com/downloads/connector/odbc/,控制面板->管理工具->ODBC 数据源(64位),ip
阅读全文
摘要:建议一行一行地执行 https://www.cnblogs.com/xinaixia/p/9143422.html
阅读全文
摘要:网上的都是抄来抄去,不如我这个简单粗暴: 1. 没装过先安装 sudo docker run -i -t -d -p 80:80 onlyoffice/documentserver2 .查看container id, docker ps3. 把win字体上传到/usr/share/fonts/4.
阅读全文
摘要:1. 安装 wkhtmltopdf,然后reboot 2. 进入cd /usr/bin 测试一下,看目录下有没有pdf生成 3. 如果出错,就去 https://wkhtmltopdf.org/downloads.html 下载对应版本压缩包,然后把解压后bin里的俩文件复制到cd /usr/bin
阅读全文
摘要:1. 安装mysql 2. 登陆mysql 3. 创建数据库,exit退出 4. 添加环境变量:编辑文件 /etc/profile,指向绝对路径 5. 下载最新amd64安装包,在页面 https://github.com/lifei6671/mindoc/releases/latest,以下全部在
阅读全文
摘要:1. 安装java 然后用下面语句试试 2. 下载和解压solr,去https://lucene.apache.org/solr/mirrors-solr-latest-redir.html这里找最新的version和path 然后安装 然后调一下安全性,不要响应来自任何地方的请求 严谨一下路由规则
阅读全文
摘要:1. 安装docker 2. 安装和启动onlyoffice Please note that ONLYOFFICE Document Server and Nextcloud must be installed on different machines, otherwise integratio
阅读全文
摘要:官方安装文档:https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html#example-installation-on-ubuntu-16-04-lts-server 1. 安装sn
阅读全文
摘要:虚拟机安装前记得把桥接调好! 1. 重置root密码 sudo passwd, 然后系统会让你输入密码,这时输入的密码就是root用户的密码,su root切用户 2. 设置固定IP,有重启服务功能令其生效,不过哥不用,就reboot vim /etc/network/interfaces ifac
阅读全文
摘要:注意在修改后台地址过程中对于web.config里的umbracoPath 如果你改成了~/admin,surface controller的路由就变成了 /admin/surface/{controllername}/{action}/{id} 估计全中国就我一人儿知道,哈哈。
阅读全文
摘要:IE从IE10开始。 //共通 display: flex; flex-direction: column; align-items: flex-start;justify-content: center;flex-wrap: wrap;flex: 1 或 1, 1, auto;//三个参数可以不写
阅读全文
摘要:异步文件上传补完篇
阅读全文
摘要:JS异步上传续
阅读全文
浙公网安备 33010602011771号