blog.wizjin.com blog.wizjin.com

blog.wizjin.com

首页

WizJin的个人博客

http://blog.wizjin.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.WIZJIN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 10 reviews
5 star
3
4 star
2
3 star
4
2 star
0
1 star
1

Hey there! Start your review of blog.wizjin.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.6 seconds

CONTACTS AT BLOG.WIZJIN.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
首页 | blog.wizjin.com Reviews
<META>
DESCRIPTION
WizJin的个人博客
<META>
KEYWORDS
1 魔法小屋
2 非宁静无以致远
3 debian apt 设置
4 查看全文
5 安装配置 intellij idea
6 intellij idea
7 brew安装指南
8 最近安装了新版的
9 顺便打算使用
10 brew
CONTENT
Page content here
KEYWORDS ON
PAGE
魔法小屋,非宁静无以致远,debian apt 设置,查看全文,安装配置 intellij idea,intellij idea,brew安装指南,最近安装了新版的,顺便打算使用,brew,把原先一些自己手工安装的软件管理起来,安装jetty,golang 交叉编译,由于最近项目需要,有一些临时性的微服务打算用 golang 来开发,而我的电脑是 imac,服务器是 linux,所以需要使用交叉编译,安装 goagent,最近 google 总是没办法访问,瞬间感觉好多软件资料都查不到,symfony2
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

首页 | blog.wizjin.com Reviews

https://blog.wizjin.com

WizJin的个人博客

INTERNAL PAGES

blog.wizjin.com blog.wizjin.com
1

Symfony2 开发环境建立

http://blog.wizjin.com/2014/03/30/symfony2-dev

Mar 30, 2014 php, mac osx Symfony2. 因为正好有一个 PHP 的项目,所以借机花了一些时间,在 Mac 下面搭建了一个开发环境,简单的记录了下过程。 下载不含有 vendors 的 Symfony2 Standard Edition. OS generated files .DS Store . * .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Composer composer.phar # Symfony2 files /web/bundles/ /app/bootstrap* /app/cache/* /app/logs/* /vendor/ /app/config/parameters.yml /bin. Git commit -m Initial commit. Curl -s https:/ getcomposer.org/installer. 通过 Composer 安装 vendors. Php composer.phar install. Fork me on Github.

2

安装 GoAgent

http://blog.wizjin.com/2014/06/06/install-goagent

Jun 6, 2014 tools GoAgent, Mac OSX. 注册 Google App Engine. 首先,需要注册一个 Google App Engine. 首先,上传 Server 代码到 Google App Engine,具体可以通过下面的指令:. 上传过程中需要输入 AppID 和 Google App Engine 账号的用户名以及密码。 在 Chrome 上可以安装 Proxy Switchy Sharp. 至此,在 Mac OS X 下面安装 GoAgent 就算完成啦 :). Fork me on Github. 除非另有声明,本网站采用 知识共享 署名-非商业性使用-禁止演绎 3.0 中国大陆 许可协议.

3

Mac/Windows 下移动硬盘清理

http://blog.wizjin.com/2014/02/15/mac-external-hard-drive

Feb 15, 2014 mac osx, windows Mac OSX, Windows. 就是在 Mac 下面会看见 Windows 的系统文件,在 Windows 下又能看见 Mac 下的系统文件,不爽 谁让我有洁癖呢 研究了一下,发下一些解决方案。 首先,在 Mac 下面禁止生成系统文件 .Spotlight-V100,.fseventsd,.Trashes之类的 ,方法如下:. Mdutil -i off /Volumes/MyHD $. Rm -rf . {. Fseventsd,Spotlight-V*,Trashes }. Mkdir .fseventsd $. Touch .fseventsd/no log .metadata never index .Trashes. Defaults write com.apple.desktopservices DSDontWriteNetworkStores true. Mac 的文件在 Windows 下面是可见的,所以只需要把这些文件全部隐藏就好了:. ATTRIB S R H .fseventsd C:.

4

用 Jekyll 在 Github Pages 上建博客

http://blog.wizjin.com/2014/05/19/using-jekyll-with-github-pages

用 Jekyll 在 Github Pages 上建博客. May 19, 2014 editor Github, Jekyll. 之前很久没有写博客了,发现一直租用着 Linode 的 VPS 好像不太合算,于是决定换 Github Pages 试一试。 Github Pages 是通过 Git 来管理静态文件的。 然后发现这个同 Github Pages 上面的版本不同。 用 Git 来 Clone 项目到本地. 向工程添加一个 index.html 作为网站首页. 修改 DNS 记录,创建一条 CNAME 记录,指向 Github 页面。 要遵守 Github 的安装方法,具体参见 这里. 使用 Ruby 1.9.3 或者 2.0.0. Source https:/ rubygems.org gem github-pages. Jekyll new my-awesome-site $. Bundle exec jekyll serve. Jekyll serve - host 127.0.0.1 - watch. Disqus container .comment.

5

Brew安装指南

http://blog.wizjin.com/2015/01/13/brew-install-guide

Jan 13, 2015 mac osx Mac OSX. Mac OSX 10.10.1 Yosemite. Ruby -e $(curl -fsSL https:/ raw.githubusercontent.com/Homebrew/install/master/install). 由于 rar 压缩没有免费的 Mac 版本,所以只能安装一个免费的解压工具。 安装 Node.js 还是比较容易的,只要运行如下命令即可. Brew install node.js. Npm install -g npm@latest. 由于 Mac OSX 默认的 PHP 有些功能被禁用了,所以使用 Brew 安装一个新的。 Brew remove freetype jpeg libpng gd $. Brew install freetype jpeg libpng gd $. Brew tap homebrew/dupes $. Brew tap homebrew/versions $. Brew tap homebrew/homebrew-php $. Brew install mysql $.

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

OTHER SITES

blog.wizer.me blog.wizer.me

Wizer.me blog | Blending Worksheets. Together.

Skip to main content. Back to School Worksheet Updates. August 17, 2016. August 17, 2016. We know you teachers have been busy this summer revising curriculae and coming up with creative new classroom ideas. We at Wizer have been working away improving activities available in the worksheet builder. Enjoy! A 1000 ways to engage students They say a picture is worth a thousand words, so we added images […]. 9 easy steps to get your digital resources ready for back to school. July 17, 2016. July 17, 2016.

blog.wizersolutions.co.nz blog.wizersolutions.co.nz

Wizer Blog

6 Camellia Place (Hamilton Lake) – No longer available for rent. January 22, 2015. This property just got rented on 28 Jan 2015.* *. 6 Camellia Place is located in one of the top areas in Hamilton and it is now available for rent. It is a short walk away from the Waikato Hospital making it perfect for hospital workers. If you’ve got little kids, Camellia Childcare Centre is right next door. This is a very tidy property located close to the CBD and the lake. Modern bathroom with a separate toilet. 1B Tomi...

blog.wizfolio.com blog.wizfolio.com

Blog | WizFolio

Wizfolio to be succeeded by EEWOWW, bringing you the brand new experience of authoring. August 23rd, 2016 by gene. Dear Valued Customer,. We thank you for giving us the opportunity to provide you with WizFolio services over the years. By end of year 2017, we will halt all activities in WizFolio. But please do not panic! Or register yourself for a free account at http:/ root.eewoww.com/pro/login.aspx. Just drop us a note at support@eewoww.com. And we will assist you to set up a trial account. For those ne...

blog.wizi.com blog.wizi.com

The Automotive bootstrap Website Template | Home :: w3layouts

Pellentesque consequat aliquam hendrerit. Nam eget tellus felis. Aenean aliquam pretium felis, eu varius sapien. Mauris porttitor condimentum faucibus. Nulla facilisi. Nunc convallis tortor non egestas auctor. Sed quis bibendum ex. In hac habitasse platea dictumstNunc at elit commodo, placerat massa in, feugiat ipsum. Cras sed dolor vitae mauris tristique finibus eu a libero. Ut id augue posuere, faucibus urna nec, pulvinar leo. Sed nunc lectus, vestibulum nec efficitur sit amet,. Etiam feugiat lectus ni...

blog.wiziwiz.com blog.wiziwiz.com

wiziwiz – web design magic

HOW TO BUILD A WORKING BOOTSTRAP CONTACT FORM. Continue reading →. Alien: Covenant Phobos: An “Alien Covenant” Story Sneak Peek 20th Century FOX. Continue reading →. Jain – Mr Johnson. Via https:/ www.youtube.com/watch? Continue reading →. Never miss a Video The video app that’s changing the…. Continue reading →. Wizard’s Tower by Luke Roberts. Wizard’s Tower by Luke Roberts. Continue reading →. Invisible by Tammy King. Via https:/ www.youtube.com/watch? Continue reading →. Bonobo – Flutter. A remix of t...

blog.wizjin.com blog.wizjin.com

首页

May 23, 2015 linux Linux, Configuration. 想起来我应该是属于兴致使然的更新着博客吧 写点什么呢 就写下 Debian 下面如何设置APT的一些小技巧吧. Jan 14, 2015 editor Mac OSX, IntelliJ Idea. 开源以后,发现越来越多被使用了,Google 的 Android Studio 也是基于 Idea 的。 之前开发 Java 使用了一段时间,发现使用上还算不错的一个 IDE,特别是开发 Java。 Jan 13, 2015 mac osx Mac OSX. Mac OSX 10.10.1 Yosemite. Nov 4, 2014 linux Linux, Tools. 最近打算在 Linux 服务器上面部署 Jetty,东西比较多,这里就备忘一下。 Jun 23, 2014 golang Linux, Mac OSX. Jun 6, 2014 tools GoAgent, Mac OSX. 用 Jekyll 在 Github Pages 上建博客. May 19, 2014 editor Github, Jekyll.

blog.wiznet.eu blog.wiznet.eu

WIZnet Europe - Blog

Http:/ wizneteu.wordpress.com.

blog.wiznet.hk blog.wiznet.hk

Blog.WIZnet.HK

看到了吧 這就是此 app 的完美表現。 Official Blog of WIZnet HK. BlogWIZnet.HK turned 2 today! 20170;天兩週年了! 十一月 8th, 2016. WIZnet H. K. 很快就要有一個新的串口轉以太網模塊。 32380;續閱讀. 來源: blog.wiznet.hk. 七月 5th, 2016. 32380;續閱讀. 六月 6th, 2016. A new Serial to Ethernet module is coming out soon in WIZnet HK. WIZnet HK is going to have a new Serial to Ethernet module soon. 32380;續閱讀. 六月 3rd, 2016. Develop HK Traffic System on PushingBox and WizFi250 in Twitter. 32380;續閱讀. 五月 20th, 2016. Develop a IOT solution by using W5500 part 2. 2 Adding...

blog.wiznettechnology.com blog.wiznettechnology.com

The WIZnet Times

WIZnet WIZwiki-W7500 Tutorial Exercise 4. Ringing a buzzer with PWM. August 18, 2015. This is an exercise to ringing a buzzer with PWM. The PWM stands for Pulse Width Modulation. The PWM is used for making digital waveform which has specific pulse width. The PWM module of W7500 chip embdded in WIZwiki board can makes various digital waveform. Using this PWM, user can make high or low tone sound, control LED brightness and control motor speeds. This is the circuit for this example. Define VOLUME 0.02.

blog.wizpaystore.com blog.wizpaystore.com

WizPay Blog | Stay up-to-date

Why using WizPay beats paying with cash. Since its very beginning, mankind has always used some form of cash: whether arrowheads, gold or cash as we know it now. Carrying cash and paying with it always made shopping a bit of a hassle. But not anymore: now there is WizPay. WizPay aims to revolutionise the entire shopping experience, and, for the first time, make it fun. Read More ». Why WizPay is the best way. Why using WizPay beats paying with cash. Why WizPay is the best way. Theme Powered by Wordpress.