加载中
flutter SharedPreferences bug

flutter 萌新,找了几个小时从错误,主要这个问题藏的很深,debug开发无问题,release后问题才出现 ··· MissingPluginException(No implementation found for method getAll on channel ...

如何在Debian 9上安装和配置Redmine

Redmine是一个免费的开源项目管理和问题跟踪应用程序。它是跨平台和跨数据库的,建立在Ruby on Rails框架之上。 Redmine 包括对多个项目,Wiki,问题跟踪系统,论坛,日历,电子邮件通知等的...

SOAP--------Golang对接WebService服务实战

背景 最近项目中在对接某保险公司线上webService接口时,无奈Golang没有像java那般有现成的jar包或库使用,只好从底层基于soap协议通过http post来实现对接。 对接过程中,由于开始并未注意版...

报错:exec:"gcc" executable file not found in %PATH%

问题 在编译以太坊源码时出现以下错误信息: exec: "gcc": executable file not found in %PATH% Windows下解决方法 1. 下载mingw64,并安装 下载地址:https://sourceforge.net/projects/mi...

用vscode实现vue.js项目的一个完整过程

1,新建项目 打开Visual studio code 打开一个你想要创建项目的文件夹 打开集成终端:查看 –> 集成终端 或者直接按 ctrl+` 如果没有安装vue-cli,在终端输入: npm install -g vue-cli 全局安...

golang-glide在win10下出现“Unable to export dependencies to vendor directory: Error moving files”错误解决

找到gopath:下 文件github.com\Masterminds\glide\path\winbug.go 修改如下函数: func CustomRename(o, n string) error { // Handking windows cases first if runtime.GOOS == "windows" {...

mysqldump gzip压缩 备份及还原

导出 mysqldump -hhostname -uusername -ppassword databasename | gzip > databasename-date +%Y-%m-%d.sql.gz 导入 gunzip < databasename-2018-07-25.sql.gz | mysql -uroot -proot data...

GIT 常用命令

Git图形化界面我用的还可以,但是命令就不太会了,索性和大家一起学习下Git命令的用法... 一般来说,日常使用只要记住下图6个命令,就可以了。但是熟练使用,恐怕要记住60~100个命令。 下面...

Git提交代码push的时候报错常见错误

今天我想rk的sdk包里面的一些东西提交到我的git服务器上,结果,总是报错,折腾了一下午,结果才解决。 首先看看我提交代码的时候,报错的信息: git.exe push --progress "origin" master:...

Centos6下使用yum安装MariaDB

1)增加mariaDB的yum源 1 2 3 4 5 6 7 8 9 [root@centos6-test08 ~]# cd /etc/yum.repos.d/ [root@centos6-test08 yum.repos.d]# cp CentOS-Base.repo CentOS-Base.repo.bak [root@centos6-...

windows下nginx支持https

安装环境 nginx下载地址:http://nginx.org/en/download.html openssl下载地址:http://slproweb.com/products/Win32OpenSSL.html 官网地址:https://www.openssl.org/source/ 1、根据系统选...

Debian 9 VIM 使用鼠标右键复制

起因 装了 debian 9 以后,vim没有办法使用鼠标直接选择并复制,后来发现是默认的配置问题。于是需要按照以下方式解决: 解决方法 1. 编辑 vim 的默认配置文件 vim /usr/share/vim/vim80/def...

Debian/Ubuntu下安装Faile2ban防止SSH暴力破解

安装直接apt大法解决 apt-get install fail2ban 配置一下,编辑配置文件 nano /etc/fail2ban/jail.conf 主要修改 [DEFAULT] ignoreip = 127.0.0.1/8 bantime = 86400 #封禁后24小时后自动解...

ArcGIS API for JavaScript Remove powered by ESRI logo

ArcGIS API for JavaScript 3.x map = new esri.Map("map", { extent: initExtent, logo:false }); ArcGIS API for JavaScript 4.x var view = new MapView({ ... }); view.ui._removeCompon...

Debian 9 VIM 使用鼠标右键复制

起因 装了 debian 9 以后,vim没有办法使用鼠标直接选择并复制,后来发现是默认的配置问题。于是需要按照以下方式解决: 解决方法 1. 编辑 vim 的默认配置文件   vim /usr/share/vim/vim80...

NetworkManager

Network Manager Network Manager aims for Network Connectivity which "Just Works". The computer should use the wired network connection when it's plugged in, but automatically sw...

During installation of Ubuntu

Introduction The Xen Project hypervisor is an open-source type-1 or baremetal hypervisor, which makes it possible to run many instances of an operating system or indeed differen...

INSTALL OPENVPN SERVER ON DEBIAN 9 “STRETCH” LINUX SYSTEMS

In this article we will discuss the installation of Openvpn server on Linux systems (Debian Family “Debian 9 “Stretch”/Ubuntu 16.04, and higher”). VPN, or virtual private ne...

HOW TO INSTALL XEN HYPERVISOR ON DEBIAN 9 “STRETCH” AND DEBIAN 8 “JESSIE” LINUX SYSTEMS

In this article, we will discuss the installation of Xen hypervisor server on Linux systems (Debian Family “Debian 9 “Stretch” and Debian 8 “Jessie” /Ubuntu 14.04, and hig...

jetty配置jndi数据源

1.下载jetty服务器(8.1.0.RC2),解压到任意目录下 http://dist.codehaus.org/jetty/jetty-hightide-8.1.0/jetty-hightide-8.1.0.RC2.zip 2.新建jetty-dataSource.xml文件,放在${JETTY_HOM...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部