现在使用node的人群越来越多,咱也不能落后,得跟紧脚步才行。今天使用 npm 安装插件的时候,出现以下提示,而且,安装程序看着好像终止了。而且,看到一个exit单词,就认为说安装出错了。$ npm install browser-sync --save-dev> ws@0.5.0 install ...
分类:
其他好文 时间:
2014-11-25 22:48:06
阅读次数:
283
curl是使用URL语法的传送文件工具,支持FTP、FTPS、HTTP HTPPS SCP SFTP TFTP TELNET DICT FILE和LDAP。curl支持SSL证书、HTTP POST、HTTP PUT 、FTP 上传,kerberos、基于HTT格式的上传、代理、cookie、用户+...
分类:
Web程序 时间:
2014-11-23 22:52:42
阅读次数:
246
安装
sudo apt-get install chromium-browser
sudo
apt-get install pepperflashplugin-nonfree
sudo
update-pepperflashplugin-nonfree --install
卸载命令:
sudo apt-get remove chromium-browse...
分类:
系统相关 时间:
2014-11-22 00:45:57
阅读次数:
193
xiachengjiao@webwall:/$ ll 根目录xiachengjiao@webwall:~$ ll home目录find ./ -name "*.*" | xargs grep "about" 查找带有about字符串的文件名称find -name ldap.h 以文件名进行查找该文件...
分类:
系统相关 时间:
2014-11-21 10:36:45
阅读次数:
247
之前有个判断在那个页面上的问题困扰了我很久~后来查了很久的文档才找到的$location这个注入的Service,和大家分享下拉~省的你们找啦~
当然可以用window.location来达到同样的目的。
我是不是棒棒哒?~...
分类:
Web程序 时间:
2014-11-21 09:12:53
阅读次数:
242
Ubiquitous ConnectivityOne of the mosttransformative technology trends of the past decade is the availability and growing expectation of ubiquitous co...
分类:
Web程序 时间:
2014-11-20 18:34:30
阅读次数:
270
首先先看「SSL Cipher Suite Details of Your Browser」這個網站,會列出你目前瀏覽器支援的 cipher suite,會需要知道要拔掉哪些號碼。接下來的資料是參考「Remove RC4 from SSL/TLS ciphers in Chromium」這篇的方法。...
分类:
系统相关 时间:
2014-11-20 16:53:46
阅读次数:
477
如果希望点击链接由自己处理,而不是新开Android的系统browser中响应该链接。给WebView加一个事件监听对象(WebViewClient)并重写其中的一些方法:shouldOverrideUrlLoading:对网页中超链接按钮的响应。当按下某个连接时WebViewClient会调用这个...
分类:
Web程序 时间:
2014-11-20 16:51:56
阅读次数:
121
Chrome浏览器离线安装包官方下载地址: 在在线安装地址https://www.google.com/chrome/browser/?platform=win64(64bit)或https://www.google.com/chrome/browser/?platform=win(32bit)的基...
分类:
其他好文 时间:
2014-11-19 15:35:03
阅读次数:
126
简单的实现谷歌的代理:架构就是下面这么简单。=================my server outside GFW | your browser visit my server at port 8080=================代码如下:#coding=utf-8from twis.....
分类:
Web程序 时间:
2014-11-18 13:14:41
阅读次数:
234