会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IWay
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2017年10月18日
nginx配置https转发的一个例子
摘要: server { listen 443; #https默认端口不是80,而是443 server_name www.test.com; ssl on; ssl_certificate cert/2142977640231.pem; ssl_certificate_key cert/2142977640231.ke...
阅读全文
posted @ 2017-10-18 18:38 IWing
阅读(18815)
评论(0)
推荐(0)
2017年9月15日
.net 内嵌 GeckoWebBrowser (firefox) 核心浏览器
摘要: 引用nuget包: 注意:Geckofx45 nuget包必须是最后引用,否则初始化会出错 简单示例:
阅读全文
posted @ 2017-09-15 16:58 IWing
阅读(8073)
评论(2)
推荐(0)
黑苹果开启retina,大分辨率的方法
摘要: 首先,管理分辨率RDM的软件这里下载: http://pan.baidu.com/s/1bpjL07P 在终端输入: curl -o ~/enable-HiDPI.sh https://raw.githubusercontent.com/syscl/Enable-HiDPI-OSX/master/e
阅读全文
posted @ 2017-09-15 09:38 IWing
阅读(14347)
评论(0)
推荐(0)
2017年9月14日
js的hex转base64
摘要: if (!window.atob) { var tableStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var table = tableStr.split(""); window.atob = function (bas...
阅读全文
posted @ 2017-09-14 17:49 IWing
阅读(3712)
评论(0)
推荐(0)
2017年9月1日
windows 端口映射
摘要: 添加映射: netsh interface portproxy add v4tov4 listenport=9888 connectaddress=192.168.20.5 connectport=9888 删除映射: netsh interface portproxy delete v4tov4
阅读全文
posted @ 2017-09-01 13:47 IWing
阅读(288)
评论(0)
推荐(0)
2017年8月30日
解决 i5 6500 安装黑苹果 Sierra 显卡不正常问题
摘要: i5 6500内置HD 530显卡,装好Sierra显卡驱动不太正常。 先下载Clover configurator 用Clover configurator加载 EFI (Mount EFI)分区 然后用Clover configurator打开EFI/CLOVER/config.plist 设置
阅读全文
posted @ 2017-08-30 15:24 IWing
阅读(6520)
评论(1)
推荐(0)
2017年8月24日
centos 7 配置nginx
摘要: 安装nginx: curl -o nginx.rpm http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm rpm -ivh nginx.rpm yum install n
阅读全文
posted @ 2017-08-24 11:26 IWing
阅读(299)
评论(0)
推荐(0)
2017年8月22日
centos添加永久的环境变量
摘要: cd /etc/profile.d/ 创建一个sh文件 vi dotnetpath.sh 内容如下: export PATH=$PATH:/opt/dotnet 保存,重启,这就有了一个永久的环境变量
阅读全文
posted @ 2017-08-22 11:12 IWing
阅读(819)
评论(0)
推荐(0)
2017年8月7日
让System.Drawing.Bitmap可以在linux运行
摘要: .net core的bitmap使用的是以下类库,但无法在linux运行 https://github.com/CoreCompat/CoreCompat 在linux运行需要安装runtime.linux-x64.CoreCompat.System.Drawing https://www.nuge
阅读全文
posted @ 2017-08-07 15:56 IWing
阅读(969)
评论(0)
推荐(0)
2017年8月5日
lsof command not found 解决
摘要: 有些centos 没有 lsof命令,需要安装 yum install lsof -y 使用: lsof -i:端口号
阅读全文
posted @ 2017-08-05 13:12 IWing
阅读(4622)
评论(0)
推荐(1)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告