服务介绍PDF:Download & View
注:不提供公司发票,仅提供英文电子发票
安装威众路由器之后,所有接入威众网络的设备无需任何设置即可自动翻墙!
首年费用799,以后每年续费599!
最多支持8台设备同时接入
| function backToTwitterBird() { | |
| var svgElements = document.querySelector("svg.r-1cvl2hr"); | |
| var newSvgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg"); | |
| newSvgElement.setAttribute("width", "24"); | |
| newSvgElement.setAttribute("height", "24"); | |
| newSvgElement.setAttribute("style", "fill:#1d9bf0;"); | |
| newSvgElement.setAttribute("viewBox", "0 0 24 24"); | |
| newSvgElement.setAttribute("aria-hidden", "true"); | |
| newSvgElement.setAttribute("focusable", "false"); | |
| newSvgElement.setAttribute("role", "none"); |
| <snippet> | |
| <!-- put this file in /packages/User/<Folder Name>/console_log.sublime-snippet then restart your Sublime Text 2 --> | |
| <content><![CDATA[console.log($1);$0]]></content> | |
| <tabTrigger>conl</tabTrigger> | |
| <scope>text.html,source.js</scope> | |
| <description>console.log()</description> | |
| </snippet> | |
| <snippet> | |
| <!-- put this in another file /packages/User/<Folder Name>/console_dir.sublime-snippet then restart your Sublime Text 2 --> |
服务介绍PDF:Download & View
注:不提供公司发票,仅提供英文电子发票
安装威众路由器之后,所有接入威众网络的设备无需任何设置即可自动翻墙!
首年费用799,以后每年续费599!
最多支持8台设备同时接入
| <!DOCTYPE HTML> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width,minimum-scale=1.0"/> | |
| <title></title> | |
| </head> | |
| <body> | |
| <style type="text/css"> | |
| video { |
| # use for WordPress Plugin: Show Useragent | |
| # https://github.com/hzlzh/Show-Useragent | |
| wget http://files.firestats.cc/ip2c/ip2c-2.0.0.zip | |
| unzip ip2c-2.0.0.zip | |
| cd ip2c | |
| wget http://software77.net/geo-ip/?DL=1 -O IpToCountry.csv.gz | |
| gunzip IpToCountry.csv.gz | |
| java -jar ip2c.jar -c IpToCountry.csv IpToCountry.bin | |
| ls -sSh |
| "Alfred 2"; idea;Thunder*; iTerm; Terminal;php; Dropbox; Sparrow; "Sequel Pro"; python; ruby; wget; curl; GitHub; git-remote-https; npm; node; perl;prl*;itunes; sftp; whois;traceroute;stroke;ssh;ALiWangwang;MacUpdate*;git*;Git;fzs*;mail;flickr*;xulr*;imess*;com.apple.im*;Airmail;Adium;Prot*;Tokens;Ali*;Lite*;file*;ssh;ftp;Adobe*;PDApp*;Creative*;Vbox*;xulrunner;Virtual*;PDApp;Bit*;Domainers;fire*;plugin*;Atom*;Tokens;.com.realmacsoftware*;Xcode;java;httpd; |
#GitHub Shop Group Purchase
###By:@[hzlzh]
活动地址:http://shop.github.com/
V2EX:[http://www.v2ex.com/t/27492][V2EX]
##活动经验提炼:(写给今后可能的,别的组织者)
| (function(){ | |
| function getWxShareData() { | |
| var img = 'http://xxx.xxx.com/xxx.png'; | |
| var title = "分享标题"; | |
| var desc = '分享详细介绍文字'; | |
| var url = window.location.href.replace(/([&|\?]{1})ticket=[\w\-]+(&?)/, '$1').replace(/\?$/, ''); | |
| // 这个页面hardcode写死了,就不用这样判断了 | |
| // if(!img){ |