摘要: 原文: "基于docker/虚拟机的esp32远程工作流" 工作流框图 背景说明 1. 为什么需要这套工作流 为了满足高效和灵活的开发方式 因为我经常需要在公司和家里切换不同的电脑工作,所以编译环境需要在远程主机上,这样不同的工作机器都能访问相同的工作编译环境。 因为esp32官方推荐的还是在lin 阅读全文
posted @ 2019-01-22 23:23 透传云 阅读(1013) 评论(1) 推荐(1) 编辑
摘要: 默认php 的版本是 5.1 , 但最新的wordpress 需要 5.2.4 以上。用centos 默认的源,php 的版本是5.1,无法正常使用。如何更新到php5.3yum remove php-commonyum install php53-commonyum install php53 阅读全文
posted @ 2013-06-07 00:23 透传云 阅读(296) 评论(0) 推荐(0) 编辑
摘要: server版加载 桌面ui时,提示如上原因:没有对应目录的读写权限解决:给对应目录加 rwx 属性就行,记得 用 -R 阅读全文
posted @ 2013-05-30 18:15 透传云 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 问题:nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (2: No such file or directory)2012/04/28 15:34:29 [emerg] 25637#0: open() "/usr/local/nginx/conf/nginx.conf" failed (2: No such file or directory)解决:nginx -p /app/nginx -c /app/nginx/ 阅读全文
posted @ 2013-05-29 02:08 透传云 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: void StartTimer(U16 timerid, U32 delay, FuncPtr funcPtr){ /*----------------------------------------------------------------*/ /* Local Variables */ /*----------------------------------------------------------------*/ /*---------------------... 阅读全文
posted @ 2013-03-31 19:57 透传云 阅读(1311) 评论(0) 推荐(0) 编辑
摘要: https://code.google.com/p/disruptor/wiki/BlogsAndArticles中文翻译http://ifeve.com/disruptor/ 阅读全文
posted @ 2013-02-28 10:23 透传云 阅读(346) 评论(0) 推荐(0) 编辑
摘要: http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.cn/zh-TW/cn/intl/zh-CN/webmasters/docs/search-engine-optimization-starter-guide-zh-cn.pdf常用要点总结:1 每个页面最好有一个唯一的页面标题 <title></title>2 每个页面创建唯一的页面描述,清晰、准确的页面内容描述3 提供完整的网站地图sitemap.xml4 制作友好的404页面5.重视 连接锚文件,图片alt属 阅读全文
posted @ 2013-02-19 18:23 透传云 阅读(662) 评论(0) 推荐(0) 编辑
摘要: win7 intel cpu x64 环境,部署tomcat ,提示Can't load IA 32-bit .dll on a AMD 64-bit platform解决方法:替换\bin 目录下的tcnative-1.dll 为64位的版本http://files.cnblogs.com/inteliot/tcnative-1.rar 阅读全文
posted @ 2013-02-19 12:06 透传云 阅读(17971) 评论(2) 推荐(0) 编辑
摘要: 存档,待学习http://www.ibm.com/developerworks/cn/linux/l-cn-gpb/index.html 阅读全文
posted @ 2013-02-19 10:29 透传云 阅读(295) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//w3c//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhmtl1/DTD/xhmtl1-transitional.dtd"> 阅读全文
posted @ 2013-02-07 16:26 透传云 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-01-17 10:14 透传云 阅读(957) 评论(0) 推荐(0) 编辑
摘要: http://www.mysqlperformanceblog.com/2012/03/21/troubleshooting-mysql-memory-usage/ 阅读全文
posted @ 2013-01-13 23:19 透传云 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 配置 Nginx Http Proxy 代理服务器,与 [Squid] 功能一样,适用于正向代理 Http 网站。一,Nginx 正向代理配置文件:server { resolver 8.8.8.8; resolver_timeout 5s; listen 0.0.0.0:8080; access_log /home/reistlin/logs/proxy.access.log; error_log /home/reistlin/logs/proxy.error.log; location / { proxy_pass $scheme:/... 阅读全文
posted @ 2013-01-11 10:18 透传云 阅读(48550) 评论(3) 推荐(0) 编辑
摘要: 这里,如果是单次重定向用 redirect, 如果永久跳转用permanent,这里用permanent{ listen 80; server_name xxx.com www.xxx.com; index index.html index.php; root /data/www/wwwroot; if ($http_host !~ "^www.xxx.com$") { rewrite ^(.*)http://www.xxx.com$1 permanent; } ........................ } 阅读全文
posted @ 2013-01-09 23:08 透传云 阅读(12816) 评论(1) 推荐(1) 编辑
摘要: 来源:http://blogread.cn/it/article/393?f=wb做互联网网站,最头疼的事情之一就是电信和网通的互联互不通了,为了能够让北方网通和南方电信用户都可以快速的访问网站,解决办法就是托管到双线机房。双线机房有两类,一类是通过BGP技术实现互联互通,服务器只需要一个网卡一个IP地址就可以了,由机房进行路由的智能判断,选择合适的路由访问,这样对于网站来说是很方便的,比方说上海移动的怒江机房,上海地面通的自建机房,科技网的机房,但BGP机房一般带宽都比较少,流量高一些的话可能就没有办法了。另外一种就是双线双IP的机房,带宽可能更高一些,但是路由配置极其复杂,比方说上海电信的 阅读全文
posted @ 2012-12-30 16:47 透传云 阅读(1709) 评论(0) 推荐(0) 编辑
摘要: 好文分享 阅读全文
posted @ 2012-12-30 01:15 透传云 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 好文分享: 阅读全文
posted @ 2012-12-30 01:11 透传云 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 好文分享: 阅读全文
posted @ 2012-12-30 01:09 透传云 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-12-30 00:46 透传云 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 目前vps主流有三种:openvz、xen、kvm.openvz是目前最常见的主机。下面的内容将有助于我们对xen 和kvm有更深入的理解:原地址:http://www.searchvirtual.com.cn/showcontent_69222.htm【TechTarget中国原创】如果你是Linux虚拟化技术用户,那么你有两种免费的开源管理程序可选:Xen和KVM。现如今,Xen已经没落,KVM正风生水起。出现这种情形的根源是什么呢? Xen带着荣耀而生 2003年,开源Xen通过最新的半虚拟化(Para-virtualization)技术在数据中心用户群体中流行开来。Xen成... 阅读全文
posted @ 2012-12-28 14:49 透传云 阅读(628) 评论(0) 推荐(0) 编辑