会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
<・)))><<
博客园
首页
新随笔
联系
订阅
管理
2020年6月8日
Electron和NW.js入门笔记
摘要: 安装cnpm 因为npm在国内的下载比较慢,所以先命令行安装cnpm: npm install -g cnpm --registry=https://registry.npm.taobao.org 安装NW.js cnpm install -g nw 构建 Hello World 应用 demo1
阅读全文
posted @ 2020-06-08 13:54 zifeiy
阅读(552)
评论(0)
推荐(0)
2020年5月27日
Spring boot Access-Control-Allow-Origin 问题解决
摘要: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.cors.C
阅读全文
posted @ 2020-05-27 20:55 zifeiy
阅读(602)
评论(0)
推荐(1)
2020年5月16日
Materialize -- 基于Material Design的主流前端响应式框架
摘要: 链接: "http://www.materializecss.cn/index.html"
阅读全文
posted @ 2020-05-16 12:14 zifeiy
阅读(227)
评论(0)
推荐(0)
2020年5月5日
Ubuntu 安装 nvm
摘要: 链接地址: "https://blog.csdn.net/geol200709/article/details/82117103"
阅读全文
posted @ 2020-05-05 09:05 zifeiy
阅读(2923)
评论(0)
推荐(0)
2020年2月26日
LJ2268W驱动链接
摘要: http://pro.lenovoimage.com/drivers/LJ2268 Series_Drivers_Win_20180718091546.exe
阅读全文
posted @ 2020-02-26 13:44 zifeiy
阅读(584)
评论(0)
推荐(0)
2019年11月12日
开源录屏软件Capture推荐
摘要: 参考链接: "有哪些值得推荐的电脑录屏软件与手机录屏软件? 霸都丶傲天的回答 知乎" "下载地址(9.0支持中文)"
阅读全文
posted @ 2019-11-12 11:14 zifeiy
阅读(6325)
评论(0)
推荐(0)
2019年11月11日
[转]解决 gem install 安装失败
摘要: 链接地址: "https://blog.csdn.net/weixin_42414461/article/details/85337465"
阅读全文
posted @ 2019-11-11 08:58 zifeiy
阅读(214)
评论(0)
推荐(0)
2019年11月7日
让typecho支持PHP7
摘要: 在PHP7环境下新安装Typecho默认是使用Pdo_Mysql数据库引擎驱动 如果之前Typecho运行环境不是PHP7,后来才升级为PHP7的,那么,需要将你的Typecho数据库引擎修改为Pdo_Mysql 具体实现 将 文件里的 修改为
阅读全文
posted @ 2019-11-07 11:10 zifeiy
阅读(1449)
评论(0)
推荐(0)
ubuntu修改apache端口号
摘要: 第一步 修改监听端口以及主机端口为8080 第二步 只要修改virtualHost的端口即可: 第三步 重启apache2 或者
阅读全文
posted @ 2019-11-07 11:06 zifeiy
阅读(1615)
评论(0)
推荐(0)
2019年10月20日
[转]Ubuntu18.04隐藏顶栏与侧栏
摘要: 链接地址: "https://blog.csdn.net/liu_jiangwen/article/details/85215297"
阅读全文
posted @ 2019-10-20 10:40 zifeiy
阅读(748)
评论(0)
推荐(0)
2019年10月11日
使用tuna源安装docker-ce
摘要: 原文链接: "https://mirrors.tuna.tsinghua.edu.cn/help/docker ce/"
阅读全文
posted @ 2019-10-11 22:07 zifeiy
阅读(482)
评论(0)
推荐(0)
2019年10月6日
[转]How to Install Oracle Java 11 in Ubuntu 18.04/18.10
摘要: 链接地址: "http://ubuntuhandbook.org/index.php/2018/11/how to install oracle java 11 in ubuntu 18 04 18 10/"
阅读全文
posted @ 2019-10-06 22:56 zifeiy
阅读(179)
评论(0)
推荐(0)
[转]Gnome桌面的录屏插件easyscreencast
摘要: 原文地址: "https://www.linuxprobe.com/gnome easyscreencast.html"
阅读全文
posted @ 2019-10-06 17:34 zifeiy
阅读(296)
评论(0)
推荐(0)
[转]10 Best GTK Themes for Ubuntu 18.04
摘要: 原文地址: "https://omgfoss.com/10 best gtk themes ubuntu 18 04/"
阅读全文
posted @ 2019-10-06 17:26 zifeiy
阅读(148)
评论(0)
推荐(0)
[转]Ubuntu18.04 主题美化以及常用软件
摘要: 原文地址: "https://www.jianshu.com/p/7d153a484f72"
阅读全文
posted @ 2019-10-06 17:23 zifeiy
阅读(241)
评论(0)
推荐(0)
2019年9月17日
[转]casperjs截图出现黑色背景
摘要: 原文地址: "https://my.oschina.net/tuxpy/blog/879509?utm_medium=referral" 如果默认没有指定 body的background color就会出现这问题。
阅读全文
posted @ 2019-09-17 23:14 zifeiy
阅读(329)
评论(0)
推荐(0)
[转]Nodejs利用phantom 将html生成图片
摘要: 原文地址: "https://www.jianshu.com/p/8679f469e8d6" 不过下载起来比较麻烦。 需要手动下载,然后将其添加到PATH中。 下载链接: "https://sl m ssl.xunlei.com/h5/page/download share/index.html?e
阅读全文
posted @ 2019-09-17 22:31 zifeiy
阅读(1261)
评论(0)
推荐(0)
2019年9月1日
[转]Mathjax语法总结
摘要: 链接地址: "https://blog.csdn.net/ajacker/article/details/80301378"
阅读全文
posted @ 2019-09-01 12:21 zifeiy
阅读(433)
评论(0)
推荐(0)
[转]java 根据模板文件生成word文档
摘要: 链接地址: "https://blog.csdn.net/ai_0922/article/details/82773466"
阅读全文
posted @ 2019-09-01 12:20 zifeiy
阅读(3442)
评论(0)
推荐(0)
[转] 三步将你的 React Native 项目运行在 Web 浏览器上面
摘要: 转载自: "https://www.cnblogs.com/qiangxia/p/5301712.html"
阅读全文
posted @ 2019-09-01 12:19 zifeiy
阅读(801)
评论(0)
推荐(0)
下一页
公告